-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jun 21, 2023 at 06:28 AM
-- Server version: 10.4.28-MariaDB
-- PHP Version: 8.2.4

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


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

--
-- Database: `asia123.site`
--

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_commentmeta`
--

CREATE TABLE `wpoc_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_comments`
--

CREATE TABLE `wpoc_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_duplicator_packages`
--

CREATE TABLE `wpoc_duplicator_packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_links`
--

CREATE TABLE `wpoc_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_litespeed_url`
--

CREATE TABLE `wpoc_litespeed_url` (
  `id` bigint(20) NOT NULL,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_litespeed_url_file`
--

CREATE TABLE `wpoc_litespeed_url_file` (
  `id` bigint(20) NOT NULL,
  `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',
  `expired` int(11) NOT NULL DEFAULT 0,
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_loginizer_logs`
--

CREATE TABLE `wpoc_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_options`
--

CREATE TABLE `wpoc_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_options`
--

INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/asia123.site', 'yes'),
(2, 'home', 'http://localhost/asia123.site', 'yes'),
(3, 'blogname', 'asia123.site', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'asia123.site', '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', '999', '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', '999', '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:117:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$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: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:45:\"amp_validated_url/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"amp_validated_url/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"amp_validated_url/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amp_validated_url/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amp_validated_url/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"amp_validated_url/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"amp_validated_url/([^/]+)/embed/?$\";s:50:\"index.php?amp_validated_url=$matches[1]&embed=true\";s:38:\"amp_validated_url/([^/]+)/trackback/?$\";s:44:\"index.php?amp_validated_url=$matches[1]&tb=1\";s:46:\"amp_validated_url/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?amp_validated_url=$matches[1]&paged=$matches[2]\";s:53:\"amp_validated_url/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?amp_validated_url=$matches[1]&cpage=$matches[2]\";s:42:\"amp_validated_url/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?amp_validated_url=$matches[1]&page=$matches[2]\";s:34:\"amp_validated_url/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"amp_validated_url/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"amp_validated_url/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amp_validated_url/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amp_validated_url/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"amp_validated_url/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"amp_validation_error/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?amp_validation_error=$matches[1]&feed=$matches[2]\";s:56:\"amp_validation_error/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?amp_validation_error=$matches[1]&feed=$matches[2]\";s:37:\"amp_validation_error/([^/]+)/embed/?$\";s:53:\"index.php?amp_validation_error=$matches[1]&embed=true\";s:49:\"amp_validation_error/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?amp_validation_error=$matches[1]&paged=$matches[2]\";s:31:\"amp_validation_error/([^/]+)/?$\";s:42:\"index.php?amp_validation_error=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:1:{i:0;s:33:\"classic-editor/classic-editor.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:70:\"/home/sultsjiq/sultan222slot.com/wp-content/themes/sultan222/style.css\";i:1;s:71:\"/home/sultsjiq/sultan222slot.com/wp-content/themes/sultan222/single.php\";i:2;s:74:\"/home/sultsjiq/sultan222slot.com/wp-content/themes/sultan222/page-home.php\";i:4;s:70:\"C:\\xampp\\htdocs\\bonus288.com/wp-content/themes/sultan222/page-home.php\";i:5;s:66:\"C:\\xampp\\htdocs\\bonus288.com/wp-content/themes/sultan222/style.css\";}', 'no'),
(40, 'template', 'mpo77', 'yes'),
(41, 'stylesheet', 'mpo77', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '53496', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:3:{s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '2', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1689136658', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wpoc_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:23:\"tablepress_edit_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'yes'),
(102, 'user_count', '1', 'no'),
(103, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:3:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:9:{i:1687322259;a:6:{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;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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:1687322265;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1687322266;a:2:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1687322268;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:1687322320;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1687345945;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1687347144;a:1:{s:30:\"wpseo_start_cleanup_indexables\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1687581459;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121, 'recovery_keys', 'a:0:{}', 'yes'),
(122, 'https_detection_errors', 'a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}', 'yes'),
(136, 'can_compress_scripts', '1', 'no'),
(143, 'theme_mods_twentytwentythree', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1673584671;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'yes'),
(144, 'current_theme', 'bonus288', 'yes'),
(145, 'theme_mods_kingbet', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:7:{s:10:\"contact-us\";i:2;s:13:\"livechat-menu\";i:3;s:10:\"login-menu\";i:4;s:9:\"main-menu\";i:5;s:11:\"main-mobile\";i:6;s:13:\"provider-slot\";i:9;s:8:\"rtp-slot\";i:10;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1675542183;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:11:\"home_slider\";a:0:{}s:6:\"banner\";a:0:{}}}}', 'yes'),
(146, 'theme_switched', '', 'yes'),
(155, 'recently_activated', 'a:7:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1687316668;s:11:\"amp/amp.php\";i:1687316668;s:25:\"duplicator/duplicator.php\";i:1687316668;s:23:\"loginizer/loginizer.php\";i:1687316668;s:35:\"tumblr-importer/tumblr-importer.php\";i:1687316668;s:24:\"wordpress-seo/wp-seo.php\";i:1687316668;s:35:\"litespeed-cache/litespeed-cache.php\";i:1687173376;}', 'yes'),
(156, 'amp-options', 'a:17:{s:13:\"theme_support\";s:8:\"standard\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:9:\"analytics\";a:0:{}s:23:\"all_templates_supported\";b:1;s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:7:\"version\";s:5:\"2.4.1\";s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"paired_url_structure\";s:9:\"query_var\";s:17:\"plugin_configured\";b:1;s:24:\"delete_data_at_uninstall\";b:1;s:18:\"use_native_img_tag\";b:1;s:15:\"mobile_redirect\";b:1;s:17:\"late_defined_slug\";N;s:18:\"suppressed_plugins\";a:0:{}s:18:\"sandboxing_enabled\";b:0;s:16:\"sandboxing_level\";i:1;s:21:\"primary_theme_support\";N;}', 'no'),
(160, 'amp_css_transient_monitor_time_series', 'a:14:{i:20230526;i:43;i:20230527;i:43;i:20230528;i:43;i:20230530;i:29;i:20230602;i:23;i:20230605;i:23;i:20230608;i:23;i:20230609;i:23;i:20230610;i:23;i:20230613;i:12;i:20230615;i:12;i:20230616;i:12;i:20230619;i:39;i:20230620;i:74;}', 'no'),
(161, 'amp_url_validation_queue', 'a:3:{s:4:\"urls\";a:0:{}s:9:\"timestamp\";i:1687240322;s:3:\"env\";a:3:{s:5:\"theme\";a:1:{s:5:\"mpo77\";s:3:\"1.1\";}s:7:\"plugins\";a:6:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}}', 'yes'),
(208, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"20.9\";}', 'yes'),
(209, 'wpseo', 'a:102:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";s:5:\"false\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"20.9\";s:16:\"previous_version\";s:6:\"20.2.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:43:\"6o13_PrmGFQWX9Et2plnRk4UvXZL99UMBQf90rZLYuc\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";s:10:\"1673532774\";s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:31:\"http://localhost/pandora168.net\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:1:{s:20:\"amp_validation_error\";s:20:\"amp_validation_error\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:34:\"dismiss_old_premium_version_notice\";s:0:\"\";s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1687173135;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}s:23:\"last_known_no_unindexed\";a:4:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1687260745;s:27:\"wpseo_total_unindexed_terms\";i:1687240303;s:31:\"wpseo_unindexed_post_link_count\";i:1687260561;s:31:\"wpseo_unindexed_term_link_count\";i:1687260745;}}', 'yes'),
(210, 'wpseo_titles', 'a:108:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:21:\"%%sitename%% %%page%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:30:\"%%primary_category%% %%title%%\";s:13:\"metadesc-post\";s:30:\"%%primary_category%% %%title%%\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:18:\"%%title%% %%page%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'yes'),
(211, 'wpseo_social', 'a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}}', 'yes'),
(241, 'finished_updating_comment_type', '1', 'yes'),
(252, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(265, '_transient_timeout_amp_remote_request_101623f47561580a914e5d56e153cf6c', '3375195458', 'no'),
(266, '_transient_amp_remote_request_101623f47561580a914e5d56e153cf6c', 's:2510:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:363:\"{\"ampRuntimeVersion\":\"012305252018001\",\"ampCssUrl\":\"https://cdn.ampproject.org/rtv/012305252018001/v0.css\",\"canaryPercentage\":\"0.005\",\"diversions\":[\"002306082008000\",\"022305252018001\",\"032306082008000\",\"042306121857000\",\"052305252018001\",\"112306082008000\"],\"ltsRuntimeVersion\":\"012305252018001\",\"ltsCssUrl\":\"https://cdn.ampproject.org/rtv/012305252018001/v0.css\"}\";s:54:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:19:{s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:23:\"content-security-policy\";s:647:\"default-src * blob: data:; script-src blob: https://cdn.ampproject.org/lts/ https://cdn.ampproject.org/rtv/ https://cdn.ampproject.org/sw/ https://cdn.ampproject.org/v0.js https://cdn.ampproject.org/v0.mjs https://cdn.ampproject.org/v0/ https://cdn.ampproject.org/viewer/; object-src \'none\'; style-src \'unsafe-inline\' https://cdn.ampproject.org/rtv/ https://cdn.materialdesignicons.com https://cloud.typography.com https://fast.fonts.net https://fonts.googleapis.com https://maxcdn.bootstrapcdn.com https://p.typekit.net https://pro.fontawesome.com https://use.fontawesome.com https://use.typekit.net; report-uri https://csp.withgoogle.com/csp/amp\";s:28:\"cross-origin-resource-policy\";s:12:\"cross-origin\";s:38:\"cross-origin-opener-policy-report-only\";s:48:\"same-origin; report-to=\"amphtml-china-available\"\";s:9:\"report-to\";s:142:\"{\"group\":\"amphtml-china-available\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/amphtml-china-available\"}]}\";s:19:\"timing-allow-origin\";s:1:\"*\";s:14:\"content-length\";s:3:\"363\";s:4:\"date\";s:29:\"Tue, 20 Jun 2023 09:08:49 GMT\";s:7:\"expires\";s:29:\"Tue, 20 Jun 2023 09:08:49 GMT\";s:13:\"cache-control\";s:17:\"public, max-age=0\";s:13:\"last-modified\";s:21:\"Invalid:9223372036854\";s:25:\"strict-transport-security\";s:44:\"max-age=31536000; includeSubDomains; preload\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:6:\"server\";s:4:\"sffe\";s:16:\"x-xss-protection\";s:1:\"0\";s:7:\"alt-svc\";s:46:\"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000\";}s:58:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:200;s:53:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-21 09:08:49.324819\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";', 'no'),
(267, '_transient_timeout_amp_remote_request_5602bb6bb0292910f56ad18ec5da3131', '3375195458', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(268, '_transient_amp_remote_request_5602bb6bb0292910f56ad18ec5da3131', 's:12448:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:10281:\"html{overflow-x:hidden!important}html.i-amphtml-fie{height:100%!important;width:100%!important}html:not([amp4ads]),html:not([amp4ads]) body{height:auto!important}html:not([amp4ads]) body{margin:0!important}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}html.i-amphtml-singledoc.i-amphtml-embedded{-ms-touch-action:pan-y pinch-zoom;touch-action:pan-y pinch-zoom}html.i-amphtml-fie>body,html.i-amphtml-singledoc>body{overflow:visible!important}html.i-amphtml-fie:not(.i-amphtml-inabox)>body,html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body{position:relative!important}html.i-amphtml-ios-embed-legacy>body{overflow-x:hidden!important;overflow-y:auto!important;position:absolute!important}html.i-amphtml-ios-embed{overflow-y:auto!important;position:static}#i-amphtml-wrapper{overflow-x:hidden!important;overflow-y:auto!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;display:block!important}html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper{-webkit-overflow-scrolling:touch!important}#i-amphtml-wrapper>body{position:relative!important;border-top:1px solid transparent!important}#i-amphtml-wrapper+body{visibility:visible}#i-amphtml-wrapper+body .i-amphtml-lightbox-element,#i-amphtml-wrapper+body[i-amphtml-lightbox]{visibility:hidden}#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element{visibility:visible}#i-amphtml-wrapper.i-amphtml-scroll-disabled,.i-amphtml-scroll-disabled{overflow-x:hidden!important;overflow-y:hidden!important}amp-instagram{padding:54px 0px 0px!important;background-color:#fff}amp-iframe iframe{box-sizing:border-box!important}[amp-access][amp-access-hide]{display:none}[subscriptions-dialog],body:not(.i-amphtml-subs-ready) [subscriptions-action],body:not(.i-amphtml-subs-ready) [subscriptions-section]{display:none!important}amp-experiment,amp-live-list>[update]{display:none}amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden{display:none!important}amp-list [fetch-error],amp-list[load-more] [load-more-button],amp-list[load-more] [load-more-end],amp-list[load-more] [load-more-failed],amp-list[load-more] [load-more-loading]{display:none}amp-list[diffable] div[role=list]{display:block}amp-story-page,amp-story[standalone]{min-height:1px!important;display:block!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;width:100%!important}amp-story[standalone]{background-color:#000!important;position:relative!important}amp-story-page{background-color:#757575}amp-story .amp-active>div,amp-story .i-amphtml-loader-background{display:none!important}amp-story-page:not(:first-of-type):not([distance]):not([active]){transform:translateY(1000vh)!important}amp-autocomplete{position:relative!important;display:inline-block!important}amp-autocomplete>input,amp-autocomplete>textarea{padding:0.5rem;border:1px solid rgba(0,0,0,0.33)}.i-amphtml-autocomplete-results,amp-autocomplete>input,amp-autocomplete>textarea{font-size:1rem;line-height:1.5rem}[amp-fx^=fly-in]{visibility:hidden}amp-script[nodom],amp-script[sandboxed]{position:fixed!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;visibility:hidden}\n/*# sourceURL=/css/ampdoc.css*/[hidden]{display:none!important}.i-amphtml-element{display:inline-block}.i-amphtml-blurry-placeholder{transition:opacity 0.3s cubic-bezier(0.0,0.0,0.2,1)!important;pointer-events:none}[layout=nodisplay]:not(.i-amphtml-element){display:none!important}.i-amphtml-layout-fixed,[layout=fixed][width][height]:not(.i-amphtml-layout-fixed){display:inline-block;position:relative}.i-amphtml-layout-responsive,[layout=responsive][width][height]:not(.i-amphtml-layout-responsive),[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive){display:block;position:relative}.i-amphtml-layout-intrinsic,[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic){display:inline-block;position:relative;max-width:100%}.i-amphtml-layout-intrinsic .i-amphtml-sizer{max-width:100%}.i-amphtml-intrinsic-sizer{max-width:100%;display:block!important}.i-amphtml-layout-container,.i-amphtml-layout-fixed-height,[layout=container],[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height){display:block;position:relative}.i-amphtml-layout-fill,.i-amphtml-layout-fill.i-amphtml-notbuilt,[layout=fill]:not(.i-amphtml-layout-fill),body noscript>*{display:block;overflow:hidden!important;position:absolute;top:0;left:0;bottom:0;right:0}body noscript>*{position:absolute!important;width:100%;height:100%;z-index:2}body noscript{display:inline!important}.i-amphtml-layout-flex-item,[layout=flex-item]:not(.i-amphtml-layout-flex-item){display:block;position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.i-amphtml-layout-fluid{position:relative}.i-amphtml-layout-size-defined{overflow:hidden!important}.i-amphtml-layout-awaiting-size{position:absolute!important;top:auto!important;bottom:auto!important}i-amphtml-sizer{display:block!important}@supports (aspect-ratio:1/1){i-amphtml-sizer.i-amphtml-disable-ar{display:none!important}}.i-amphtml-blurry-placeholder,.i-amphtml-fill-content{display:block;height:0;max-height:100%;max-width:100%;min-height:100%;min-width:100%;width:0;margin:auto}.i-amphtml-layout-size-defined .i-amphtml-fill-content{position:absolute;top:0;left:0;bottom:0;right:0}.i-amphtml-replaced-content,.i-amphtml-screen-reader{padding:0!important;border:none!important}.i-amphtml-screen-reader{position:fixed!important;top:0px!important;left:0px!important;width:4px!important;height:4px!important;opacity:0!important;overflow:hidden!important;margin:0!important;display:block!important;visibility:visible!important}.i-amphtml-screen-reader~.i-amphtml-screen-reader{left:8px!important}.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader{left:12px!important}.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader{left:16px!important}.i-amphtml-unresolved{position:relative;overflow:hidden!important}.i-amphtml-select-disabled{-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.i-amphtml-notbuilt,[layout]:not(.i-amphtml-element),[width][height][heights]:not([layout]):not(.i-amphtml-element),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element){position:relative;overflow:hidden!important;color:transparent!important}.i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,[layout]:not([layout=container]):not(.i-amphtml-element)>*,[width][height][heights]:not([layout]):not(.i-amphtml-element)>*,[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*{display:none}amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content{display:block}.i-amphtml-notbuilt:not(.i-amphtml-layout-container),[layout]:not([layout=container]):not(.i-amphtml-element),[width][height][heights]:not([layout]):not(.i-amphtml-element),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element){color:transparent!important;line-height:0!important}.i-amphtml-ghost{visibility:hidden!important}.i-amphtml-element>[placeholder],[layout]:not(.i-amphtml-element)>[placeholder],[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]{display:block;line-height:normal}.i-amphtml-element>[placeholder].amp-hidden,.i-amphtml-element>[placeholder].hidden{visibility:hidden}.i-amphtml-element:not(.amp-notsupported)>[fallback],.i-amphtml-layout-container>[placeholder].amp-hidden,.i-amphtml-layout-container>[placeholder].hidden{display:none}.i-amphtml-layout-size-defined>[fallback],.i-amphtml-layout-size-defined>[placeholder]{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:1}amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]{z-index:auto}.i-amphtml-notbuilt>[placeholder]{display:block!important}.i-amphtml-hidden-by-media-query{display:none!important}.i-amphtml-element-error{background:red!important;color:#fff!important;position:relative!important}.i-amphtml-element-error:before{content:attr(error-message)}i-amp-scroll-container,i-amphtml-scroll-container{position:absolute;top:0;left:0;right:0;bottom:0;display:block}i-amp-scroll-container.amp-active,i-amphtml-scroll-container.amp-active{overflow:auto;-webkit-overflow-scrolling:touch}.i-amphtml-loading-container{display:block!important;pointer-events:none;z-index:1}.i-amphtml-notbuilt>.i-amphtml-loading-container{display:block!important}.i-amphtml-loading-container.amp-hidden{visibility:hidden}.i-amphtml-element>[overflow]{cursor:pointer;position:relative;z-index:2;visibility:hidden;display:initial;line-height:normal}.i-amphtml-layout-size-defined>[overflow]{position:absolute}.i-amphtml-element>[overflow].amp-visible{visibility:visible}template{display:none!important}.amp-border-box,.amp-border-box *,.amp-border-box :after,.amp-border-box :before{box-sizing:border-box}amp-pixel{display:none!important}amp-analytics,amp-auto-ads,amp-story-auto-ads{position:fixed!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;visibility:hidden}amp-story{visibility:hidden!important}html.i-amphtml-fie>amp-analytics{position:initial!important}[visible-when-invalid]:not(.visible),form [submit-error],form [submit-success],form [submitting]{display:none}amp-accordion{display:block!important}@media (min-width:1px){:where(amp-accordion>section)>:first-child{margin:0;background-color:#efefef;padding-right:20px;border:1px solid #dfdfdf}:where(amp-accordion>section)>:last-child{margin:0}}amp-accordion>section{float:none!important}amp-accordion>section>*{float:none!important;display:block!important;overflow:hidden!important;position:relative!important}amp-accordion,amp-accordion>section{margin:0}amp-accordion:not(.i-amphtml-built)>section>:last-child{display:none!important}amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child{display:block!important}\n/*# sourceURL=/css/ampshared.css*/\";s:54:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:19:{s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:12:\"content-type\";s:23:\"text/css; charset=UTF-8\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:23:\"content-security-policy\";s:647:\"default-src * blob: data:; script-src blob: https://cdn.ampproject.org/lts/ https://cdn.ampproject.org/rtv/ https://cdn.ampproject.org/sw/ https://cdn.ampproject.org/v0.js https://cdn.ampproject.org/v0.mjs https://cdn.ampproject.org/v0/ https://cdn.ampproject.org/viewer/; object-src \'none\'; style-src \'unsafe-inline\' https://cdn.ampproject.org/rtv/ https://cdn.materialdesignicons.com https://cloud.typography.com https://fast.fonts.net https://fonts.googleapis.com https://maxcdn.bootstrapcdn.com https://p.typekit.net https://pro.fontawesome.com https://use.fontawesome.com https://use.typekit.net; report-uri https://csp.withgoogle.com/csp/amp\";s:28:\"cross-origin-resource-policy\";s:12:\"cross-origin\";s:38:\"cross-origin-opener-policy-report-only\";s:48:\"same-origin; report-to=\"amphtml-china-available\"\";s:9:\"report-to\";s:142:\"{\"group\":\"amphtml-china-available\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/amphtml-china-available\"}]}\";s:19:\"timing-allow-origin\";s:1:\"*\";s:4:\"date\";s:29:\"Tue, 20 Jun 2023 09:08:49 GMT\";s:7:\"expires\";s:29:\"Tue, 20 Jun 2023 09:08:49 GMT\";s:13:\"cache-control\";s:53:\"private, max-age=3000, stale-while-revalidate=1206600\";s:4:\"etag\";s:18:\"\"4af03f1051853e5a\"\";s:25:\"strict-transport-security\";s:44:\"max-age=31536000; includeSubDomains; preload\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:6:\"server\";s:4:\"sffe\";s:16:\"x-xss-protection\";s:1:\"0\";s:7:\"alt-svc\";s:46:\"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000\";}s:58:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:200;s:53:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-06-21 09:08:49.756824\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";', 'no'),
(313, '_transient_health-check-site-status-result', '{\"good\":20,\"recommended\":6,\"critical\":1}', 'yes'),
(1000, 'wp_calendar_block_has_published_posts', '', 'yes'),
(1416, 'category_children', 'a:0:{}', 'yes'),
(1663, 'fs_active_plugins', 'O:8:\"stdClass\":0:{}', 'yes'),
(1664, 'fs_debug_mode', '', 'yes'),
(1665, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:1:{i:10340;a:3:{s:4:\"slug\";s:10:\"tablepress\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:25:\"tablepress/tablepress.php\";}}s:11:\"plugin_data\";a:1:{s:10:\"tablepress\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:25:\"tablepress/tablepress.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1674854771;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"2.0.4\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1674854771;s:7:\"version\";s:5:\"2.0.4\";}s:15:\"prev_is_premium\";b:0;s:21:\"is_pending_activation\";b:1;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}}s:13:\"file_slug_map\";a:1:{s:25:\"tablepress/tablepress.php\";s:10:\"tablepress\";}s:7:\"plugins\";a:1:{s:10:\"tablepress\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:10:\"TablePress\";s:4:\"slug\";s:10:\"tablepress\";s:12:\"premium_slug\";s:18:\"tablepress-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:25:\"tablepress/tablepress.php\";s:7:\"version\";s:5:\"2.0.4\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_b215ca1bb4041cf43ed137ae7665b\";s:10:\"secret_key\";N;s:2:\"id\";s:5:\"10340\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"2a29874c12d296e70484f6f6dfad27af\";s:13:\"admin_notices\";a:1:{s:10:\"tablepress\";a:0:{}}}', 'yes'),
(1666, 'fs_gdpr', 'a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(1667, 'fs_api_cache', 'a:0:{}', 'no'),
(1670, 'tablepress_plugin_options', '{\"plugin_options_db_version\":53,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"0\",\"tablepress_version\":\"2.0.4\",\"first_activation\":1674854773,\"message_plugin_update\":false,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0,\"modules\":false}', 'yes'),
(2016, 'theme_mods_demoslot', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:16;s:12:\"contact-menu\";i:2;s:13:\"provider-menu\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679721949;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}}}}', 'yes'),
(2049, 'theme_mods_dynamico', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1675543278;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:6:\"header\";a:0:{}s:16:\"footer-copyright\";a:0:{}}}}', 'yes'),
(2076, 'downloaded_font_files', 'a:27:{s:81:\"https://fonts.gstatic.com/s/francoisone/v20/_Xmr-H4zszafZw3A-KPSZut9zgiRi_Y.woff2\";s:100:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/francois-one/_Xmr-H4zszafZw3A-KPSZut9zgiRi_Y.woff2\";s:81:\"https://fonts.gstatic.com/s/francoisone/v20/_Xmr-H4zszafZw3A-KPSZut9zwiRi_Y.woff2\";s:100:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/francois-one/_Xmr-H4zszafZw3A-KPSZut9zwiRi_Y.woff2\";s:78:\"https://fonts.gstatic.com/s/francoisone/v20/_Xmr-H4zszafZw3A-KPSZut9wQiR.woff2\";s:97:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/francois-one/_Xmr-H4zszafZw3A-KPSZut9wQiR.woff2\";s:71:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKej75l0mwFg.woff2\";s:89:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCu6KVjbNBYlgoKej75l0mwFg.woff2\";s:71:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKej7wl0mwFg.woff2\";s:89:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCu6KVjbNBYlgoKej7wl0mwFg.woff2\";s:71:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKej74l0mwFg.woff2\";s:89:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCu6KVjbNBYlgoKej74l0mwFg.woff2\";s:71:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKej73l0mwFg.woff2\";s:89:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCu6KVjbNBYlgoKej73l0mwFg.woff2\";s:71:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKej76l0mwFg.woff2\";s:89:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCu6KVjbNBYlgoKej76l0mwFg.woff2\";s:68:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKej70l0k.woff2\";s:86:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCu6KVjbNBYlgoKej70l0k.woff2\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyCN4Ffgg.woff2\";s:93:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyCN4Ffgg.woff2\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyLN4Ffgg.woff2\";s:93:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyLN4Ffgg.woff2\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyDN4Ffgg.woff2\";s:93:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyDN4Ffgg.woff2\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyMN4Ffgg.woff2\";s:93:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyMN4Ffgg.woff2\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyBN4Ffgg.woff2\";s:93:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyBN4Ffgg.woff2\";s:72:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyPN4E.woff2\";s:90:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCp6KVjbNBYlgoKejZPslyPN4E.woff2\";s:68:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72j00.woff2\";s:86:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCs6KVjbNBYlgoKcg72j00.woff2\";s:68:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72j00.woff2\";s:86:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCs6KVjbNBYlgoKew72j00.woff2\";s:68:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72j00.woff2\";s:86:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCs6KVjbNBYlgoKcw72j00.woff2\";s:68:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72j00.woff2\";s:86:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCs6KVjbNBYlgoKfA72j00.woff2\";s:68:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72j00.woff2\";s:86:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCs6KVjbNBYlgoKcQ72j00.woff2\";s:65:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2\";s:83:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCs6KVjbNBYlgoKfw72.woff2\";s:72:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2\";s:90:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2\";s:72:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2\";s:90:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2\";s:72:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2\";s:90:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2\";s:72:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2\";s:90:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2\";s:72:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2\";s:90:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2\";s:69:\"https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2\";s:87:\"C:/xampp/htdocs/77slotgacor.com/wp-content//fonts/ubuntu/4iCv6KVjbNBYlgoCxCvjsGyN.woff2\";}', 'no'),
(2279, 'WPLANG', '', 'yes'),
(2280, 'new_admin_email', 'admin@77slotgacor.com', 'yes'),
(2859, '_transient_timeout_amp_has_page_caching', '1689757651', 'no'),
(2860, '_transient_amp_has_page_caching', 'a:3:{s:22:\"advanced_cache_present\";b:0;s:29:\"page_caching_response_headers\";a:3:{i:0;a:0:{}i:1;a:0:{}i:2;a:0:{}}s:15:\"response_timing\";a:3:{i:0;d:153.21588516235352;i:1;d:149.7950553894043;i:2;d:123.02494049072266;}}', 'no'),
(2940, '_site_transient_ai1wm_last_check_for_updates', '1687316523', 'no'),
(2941, 'ai1wm_updater', 'a:0:{}', 'yes'),
(3035, 'theme_mods_taruhannnn', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:4:{s:12:\"contact-menu\";i:2;s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:0;s:13:\"provider-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1687233318;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}}}}', 'yes'),
(3045, 'theme_switched_via_customizer', '', 'yes'),
(3046, 'customize_stashed_theme_mods', 'a:0:{}', 'no'),
(3106, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:10:\"ayoslot.co\";s:7:\"version\";s:5:\"6.2.2\";s:9:\"timestamp\";i:1684588262;}', 'no'),
(3224, 'theme_mods_bosslot999 new', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:4:{s:12:\"contact-menu\";i:2;s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:16;s:13:\"provider-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1680662157;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}}}}', 'yes'),
(3225, '_transient_timeout_amp_remote_request_7970c717828d3a2b5246cedc21c3b2ac', '3366345238', 'no'),
(3226, '_transient_amp_remote_request_7970c717828d3a2b5246cedc21c3b2ac', 's:15660:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:14894:\"/*\nTheme Name: bosslot999\nVersion: 1.1\nAuthor: bosslot999\nAuthor URI: https://bosslot999.com\nLicense: bosslot999\nLicense URI: https://bosslot999.com\nDescription: Nexus Engine RTP Live Themes\n*/\nhtml {height: 100%;font-size: 1em;line-height: 1.4;margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}\nbody {margin: 0;background: #080808;font-family: \'LatoWeb\';line-height: 1.428571429;font-size: 14px;color: #aaaaaa;}\nh1, h2, h3, h4, h5, h6{line-height: 1.2;margin: 15px 0px;font-weight: 500;}\nh1{font-size: 25px;}\nh2{font-size: 23px;}\nh3{font-size: 21px;}\nh4{font-size: 19px;}\nh5{font-size: 17px;}\nh6{font-size: 15px;}\nol li{list-style: desc;}\n.article ul li{list-style: disc;}\nli{list-style: none;}\n* {-moz-box-sizing: border-box;box-sizing: border-box;}\na, h1, h2, h3, h4, h5, h6, .ico-title{color: #bda270;text-decoration: none;}\na:hover{color: #ffffff;}\ndiv, input, label, p, section {display: block;overflow: hidden;position: relative;}\nstrong{color: #b6b6b6;}\nimg{width: 100%;height: 100%;}\n.mobile{display:none;}\n@font-face{font-family:\'LatoWeb\';src:url(\'fonts/Lato-Regular.woff2\') format(\'woff2\'),url(\'fonts/Lato-Regular.woff\') format(\'woff\');font-weight:normal;font-style:normal}\n/*========== Layout Columns ===========*/\n.row{width: 100%;height: 100%;display: flex;flex-wrap: wrap;align-items: center;}\n.col-1 {flex: 0 0 8%;max-width: 8%;}\n.col-2 {flex: 0 0 10%;max-width: 10%;}\n.col-3 {flex: 0 0 20%;max-width: 20%;}\n.col-4 {flex: 0 0 33%;max-width: 33%;}\n.col-5 {flex: 0 0 40%;max-width: 40%;}\n.col-6 {flex: 0 0 50%;max-width: 50%;}\n.col-7 {flex: 0 0 58%;max-width: 58%;}\n.col-8 {flex: 0 0 66%;max-width: 66%;}\n.col-9 {flex: 0 0 75%;max-width: 75%;}\n.col-10 {flex: 0 0 80%;max-width: 80%;}\n.col-11 {flex: 0 0 91%;max-width: 91%;}\n.col-12 {flex: 0 0 100%;max-width: 100%;}\n.rtp .col-2{flex: 0 0 16.666%;max-width: 16.666%;}\n/*========== Navigation ===========*/\n.sign-in, .sign-up{transition: all .3s ease;}\n.sign-in{background: #bda270;background: linear-gradient(to right,#bda270 0%,#675a43 100%);}\n.sign-up{background: #616161;}\n.sign-in:hover{background: #43ac44;background: linear-gradient(to right,#675a43 0%,#bda270 100%);}\n.sign-up:hover{background:#a7a7a7;}\nul.games-menu, ul.login-menu, ul.contact-menu{margin: 0;padding: 0;}\nul.provider-menu{margin: 15px auto;padding: 5px;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;background: #221c15;border-radius: 18px;}\n.home ul.provider-menu{padding: 24px;}\n.login-menu, .games-menu{float: right;}\n.games-menu li{border-right:1px dotted #353535;font-size: 14px;}\n.games-menu li:last-child{border-right:0}\n.games-menu li a{padding: 10px 14px;display: block;color: #fff;text-transform: uppercase;}\n.games-menu li [aria-current], .games-menu li a:hover, .provider-menu li [aria-current] , .provider-menu li a:hover {color: #bda270;}\n.provider-menu li{font-size: 12px;width: 12%;margin: 10px auto;background: #000;border-radius: 15px;}\n.login-menu li, .games-menu li, .contact-menu li{position: relative;display: block;float: left;padding: 0;margin: 0;}\n.login-menu li{margin: 0px 8px;border-radius: 25px;}\n.login-menu li a{color: #fff;padding: 5px 25px;display: block;text-transform: uppercase;}\n.contact-menu{padding: 0;display: flex;justify-content: left;}\n.contact-menu li{padding: 0px;font-size: 11px;border-left: 1px dotted #7d7d7d;}\n.contact-menu li:first-child{border-left: 0px;}\n.contact-menu li a, .provider-menu li a{display: flex;align-items: center;color: #bebebe;padding: 0px 15px;justify-content: center;}\n.contact-menu li a:hover{color:#fff}\n.provider-menu li a{font-size: 13px;}\n.ico-menu{vertical-align: middle;display: inline-block;background-position: center;background-repeat: no-repeat;height: 25px;width: 25px;background-size: 17px;}\n.whatsapp {background-image: url(images/ico/whatsapp.svg);}\n.telegram {background-image: url(images/ico/telegram.svg);}\n.livechat {background-image: url(images/ico/livechat.svg);}\n.pragmaticplay{background-image: url(images/ico/pragmaticplay.png);}\n.pgsoft{background-image: url(images/ico/pgsoft.png);}\n.microgaming{background-image: url(images/ico/microgaming.png);}\n.live22{background-image: url(images/ico/live22.png);}\n.slot88{background-image: url(images/ico/slot88.png);}\n.ionslot{background-image: url(images/ico/ionslot.png);}\n.joker{background-image: url(images/ico/joker.png);}\n.playstar{background-image: url(images/ico/playstar.png);}\n.advantplay{background-image: url(images/ico/advantplay.png);}\n.spadegaming{background-image: url(images/ico/spadegaming.png);}\n.habanero{background-image: url(images/ico/habanero.png);}\n.jdb{background-image: url(images/ico/jdb.png);}\n.cq9gaming{background-image: url(images/ico/cq9gaming.png);}\n.gamatron{background-image: url(images/ico/gamatron.png);}\n.playtech{background-image: url(images/ico/playtech.png);}\n.yggdrasil{background-image: url(images/ico/yggdrasil.png);}\n.playngo{background-image: url(images/ico/playngo.png);}\n.onetouch{background-image: url(images/ico/onetouch.png);}\n.rtgslot{background-image: url(images/ico/rtgslot.png);}\n.flowgaming{background-image: url(images/ico/flowgaming.png);}\n.astrotech{background-image: url(images/ico/astrotech.png);}\n.betsoft{background-image: url(images/ico/betsoft.png);}\n.provider-menu .ico-menu{height: 30px;width: 30px;background-size: 25px;}\n/*========== Navigation Provider Home ===========*/\n.home .provider-menu li a {display: flex;align-items: center;flex-direction: column;font-size: 11px;border-radius: 15px;text-transform: uppercase;padding: 6px;background-color: #776545;background-image: linear-gradient(to bottom,#776545 0%,#3a2f1d 100%);}\n.home .provider-menu li .ico-menu{vertical-align: middle;display: inline-block;background-position: center;background-repeat: no-repeat;height: 120px;width: 125px;background-size: 80px;background-color: #000000;border-radius: 15px;margin-bottom: 5px;}\n.home .provider-menu li .pragmaticplay{background-image: url(images/provider/pragmaticplay.webp);}\n.home .provider-menu li .pgsoft{background-image: url(images/provider/pgsoft.webp);}\n.home .provider-menu li .microgaming{background-image: url(images/provider/microgaming.webp);}\n.home .provider-menu li .live22{background-image: url(images/provider/live22.webp);}\n.home .provider-menu li .slot88{background-image: url(images/provider/slot88.webp);}\n.home .provider-menu li .ionslot{background-image: url(images/provider/ionslot.webp);}\n.home .provider-menu li .joker{background-image: url(images/provider/joker.webp);}\n.home .provider-menu li .playstar{background-image: url(images/provider/playstar.webp);}\n.home .provider-menu li .advantplay{background-image: url(images/provider/advantplay.webp);}\n.home .provider-menu li .spadegaming{background-image: url(images/provider/spadegaming.webp);}\n.home .provider-menu li .habanero{background-image: url(images/provider/habanero.webp);}\n.home .provider-menu li .jdb{background-image: url(images/provider/jdb.webp);}\n.home .provider-menu li .cq9gaming{background-image: url(images/provider/cq9gaming.webp);}\n.home .provider-menu li .gamatron{background-image: url(images/provider/gamatron.webp);}\n.home .provider-menu li .playtech{background-image: url(images/provider/playtech.webp);}\n.home .provider-menu li .yggdrasil{background-image: url(images/provider/yggdrasil.webp);}\n.home .provider-menu li .playngo{background-image: url(images/provider/playngo.webp);}\n.home .provider-menu li .onetouch{background-image: url(images/provider/onetouch.webp);}\n.home .provider-menu li .rtgslot{background-image: url(images/provider/rtgslot.webp);}\n.home .provider-menu li .flowgaming{background-image: url(images/provider/flowgaming.webp);}\n.home .provider-menu li .astrotech{background-image: url(images/provider/astrotech.webp);}\n.home .provider-menu li .betsoft{background-image: url(images/provider/betsoft.webp);}\n/*========== Site Header ===========*/\nheader{background: #151515;width: 100%;position: fixed;z-index: 99;box-shadow: 0px 0px 15px #000000;}\n.top-header{background: #151515;padding: 7px 0px;border-bottom: 1px solid #171b34;}\n.nav-header{background: #2d2c2c;border-top: 1px solid #3b3b3b;background: linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%);}\n.site-logo img{width: 230px;height: auto;margin: 15px auto;}\n.site-login{}\n.sticky{height: 134px;}\n/*========== Site Body ===========*/\n.container{max-width: 1170px;width: 100%;margin: auto;}\n.download{padding: 0px 0px;margin: 10px auto;}\n.download img{border-radius: 15px;display: block;}\n.entry-content ul, .entry-content ol{margin: 20px 12px;}\n.entry-content ul li{list-style: disc;}\n.entry-content ol li{list-style: desc;}\n.provider-name, .date, .time{text-align:center;text-transform: uppercase;}\n.board-section{margin: 19px auto;}\n.provider-name{color: #fff;font-size: 20px;border-bottom: 1px solid #333;}\n.date, .time{color: #c1ab7b;}\n.column{margin: 3px;padding: 10px;border-radius: 25px;background-color: #776545;background-image: linear-gradient(to bottom,#776545 0%,#3a2f1d 100%);}\n.game-image {border-radius: 25px;display: block;}\n.game-image img{border-radius: 25px;display: block;}\n.game-title{text-align: center;color: #fff;padding: 5px 0px;}\n.provider-menu li, .game-title{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}\n.game-percent {height: 27px;display: flex;overflow: hidden;line-height: 0;font-size: 0.75rem;background-color: #e9ecef;border-radius: 5px;position: relative;z-index: 1;}\n.column >.game-percent{\n}\n.game-percent span{z-index: 15;position: absolute;text-align: center;width: 100%;font-size: 15px;font-weight: bold;color: #ffffff;margin: 14px auto;text-shadow: 0px 1px 4px #000;}\n.percent-bar {background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size: 1rem 1rem;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;-ms-flex-pack: center;justify-content: center;overflow: hidden;color: #fff;text-align: center;white-space: nowrap;background-color: #1a8c14;transition: width 0.6s ease;-webkit-animation: progress-bar-stripes 1s linear infinite;animation: progress-bar-stripes 1s linear infinite;z-index: 10;width: 100%;}\n.green{background-color: #28a745;}\n.yellow {background-color: #ffc107;}\n.orange {background-color: #ff5722;}\n.red {background-color: #dc3545;}\n.per-1, .per-2, .per-3, .per-4, .per-5, .per-6, .per-7, .per-8, .per-9, .per-10, .per-11, .per-12, .per-13, .per-14, .per-15, .per-16, .per-17, .per-18, .per-19, .per-20, .per-21, .per-22, .per-23, .per-24, .per-25, .per-26, .per-27, .per-28, .per-29, .per-30, .per-31, .per-32, .per-33{background-color: #dc3545;}\n.per-34, .per-35, .per-36, .per-37, .per-38, .per-39, .per-40, .per-41, .per-42,.per-43, .per-44, .per-45, .per-46, .per-47, .per-48, .per-49, .per-50, .per-51, .per-52, .per-53, .per-54, .per-55, .per-56, .per-57, .per-58, .per-59, .per-60, .per-61, .per-62, .per-63, .per-64, .per-65, .per-66{background-color: #ffc107;}\n.per-67, .per-68, .per-69, .per-70, .per-71, .per-72, .per-73, .per-74, .per-75, .per-76, .per-77, .per-78, .per-79, .per-80, .per-81, .per-82, .per-83, .per-84, .per-85, .per-86, .per-87, .per-88, .per-89, .per-90, .per-91, .per-92, .per-93, .per-94, .per-95, .per-96, .per-97, .per-98, .per-99{background-color: #28a745;}\n@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}\n@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}\n/*========== Site-Footer ===========*/\nfooter{background:#0d0d0d;border-top: 3px solid #b59456;}\nfooter .col-2 {border-radius: 5px;border: 1px solid #79653d;margin: 2px;display: flex;align-content: space-around;flex: 0 0 8%;max-width: 7%;}\n.license img{width:auto;margin:10px auto;}\n.payment img{width: 100%;}\n.ico-title{padding:10px 0px;}\n.pd{padding: 15px 0px;}\n.bt{border-top: 1px dotted #333;padding-top: 15px;margin-top: 15px;}\n.bb{border-bottom: 1px solid #333;padding-bottom: 10px;margin-bottom: 10px;}\n.copyright{font-size: 12px;}\n.copyright a{color: #aaaaaa;}\n/*========== Responsive max-width: 768p ===========*/\n@media only screen and (max-width: 768px){\n.mobile{display: block;}\n.desktop{display:none;}\nheader {border-bottom: 1px solid #64563a;}\n.top-header{padding: 0;}\n.row{padding: 0px 8px;}\n.rtp .col-2 {flex: 0 0 25%;max-width: 33%;}\n.game-percent span{font-size: 14px;}\n.rtp .game-title{padding: 1px;}\n.column{padding: 4px;}   \n.nav-header{height: 60px;border: 0;background: #000000;}\n.sticky{height: 65px;}\n.site-logo, .site-login{flex: 0 0 50%;max-width: 50%;}\n.site-logo img {width: 90%;margin: 10px auto;}\n.home ul.provider-menu {padding: 2px;margin: 0px auto;border-radius: 7px;background: #1e190f;}\n.login-menu li{margin: 0px 2px;}\n.login-menu li a{padding: 6px 18px;font-size: 12px;}\n.float{position: fixed;bottom: 0px;width: 100%;margin: auto;z-index: 99999;padding: 4px;height: 57px;border-top: 1px solid #64563a;}\n.contact-menu{background: #211c15;flex: 0 0 100%;max-width: 100%;justify-content: center;left: 0;}\n.float .contact-menu li{padding: 0px 5px;font-size: 13px;}\n.float .contact-menu li a{padding: 3px 12px;}\n.float .contact-menu li .ico-menu{height: 25px;width: 25px;background-size: 20px;}\n.home .provider-menu li a{font-size: 8px;padding: 2px;}\n.home .provider-menu li{width: 17%;margin: 3px;}\n.home .provider-menu li .ico-menu{height: 55px;width: 55px;background-size: 38px;margin-bottom: 4px;background-color: #000;}\n.provider-menu .ico-menu {height: 30px;width: 25px;background-size: 25px;}\n.provider-menu li{font-size: 10px;width: 20%;margin: 3px auto;background: none;}\n.provider-menu li a{display: flex;align-items: center;flex-direction: column;background: none;font-size: 8px;}\n.provider-menu li [aria-current]{border-radius: 10px;padding: 5px;}\n.board-section{margin: 9px auto;}\n.column, .game-image, .game-image img{border-radius: 10px;}\nfooter .row{justify-content: center;}\nfooter .col-2{flex: 0 0 24%;max-width: 24%;margin: 1px;}\n.copyright{padding-bottom: 57px;}\n.ico-footer, .copyright{text-align:center;}\n.download img {border-radius: 5px;}\n}\n/*========== Responsive max-width: 328px ===========*/\n@media only screen and (max-width: 328px){\n.nav-header{height: 45px;}\n.site-logo {top: 0px;} \n.site-login{top: 1px;} \n.site-logo img{width: 90%;margin: 8px auto;}    \n.login-menu li a{font-size: 9px;padding: 4px 10px;}\n.float  .contact-menu li a{font-size: 12px;padding: 4px 6px;align-items: center;}\n.float  .contact-menu li .ico-menu{height: 15px;width: 15px;background-size: 12px;}\n.home .provider-menu li .ico-menu {height: 40px;width: 40px;background-size: 25px;margin-bottom: 3px;}\n.home .provider-menu li a{font-size: 5px;padding: 2px;}\n.home .provider-menu li a, .home .provider-menu li .ico-menu{border-radius: 10px;}\n.float{height: 45px;}\n.sticky {\n    height: 50px;\n}\n}\";s:54:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:7:{s:4:\"date\";s:29:\"Tue, 04 Apr 2023 03:56:59 GMT\";s:6:\"server\";s:46:\"Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.2.0\";s:13:\"last-modified\";s:29:\"Tue, 04 Apr 2023 03:56:55 GMT\";s:4:\"etag\";s:20:\"\"3a2e-5f87aaa9d0c89\"\";s:13:\"accept-ranges\";s:5:\"bytes\";s:14:\"content-length\";s:5:\"14894\";s:12:\"content-type\";s:8:\"text/css\";}s:58:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:200;s:53:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-05-04 03:56:59.070908\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";', 'no'),
(3243, '_transient_timeout_amp_remote_request_a5b6ded9aae8135d74062650f3ec2ee7', '3366352580', 'no'),
(3244, '_transient_amp_remote_request_a5b6ded9aae8135d74062650f3ec2ee7', 's:512:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:63:\"cURL error 60: SSL certificate problem: self-signed certificate\";s:54:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:0:{}s:58:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:500;s:53:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-05-04 04:58:10.618109\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";', 'no'),
(3298, 'theme_mods_ner theme', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:4:{s:12:\"contact-menu\";i:2;s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:16;s:13:\"provider-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1680749488;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}}}}', 'yes'),
(3307, '_transient_timeout_amp_remote_request_dd00e89449b925428d74fe7dfe068d81', '3366508390', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3308, '_transient_amp_remote_request_dd00e89449b925428d74fe7dfe068d81', 's:15660:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:14894:\"/*\nTheme Name: bosslot999\nVersion: 1.1\nAuthor: bosslot999\nAuthor URI: https://bosslot999.com\nLicense: bosslot999\nLicense URI: https://bosslot999.com\nDescription: Nexus Engine RTP Live Themes\n*/\nhtml {height: 100%;font-size: 1em;line-height: 1.4;margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}\nbody {margin: 0;background: #080808;font-family: \'LatoWeb\';line-height: 1.428571429;font-size: 14px;color: #aaaaaa;}\nh1, h2, h3, h4, h5, h6{line-height: 1.2;margin: 15px 0px;font-weight: 500;}\nh1{font-size: 25px;}\nh2{font-size: 23px;}\nh3{font-size: 21px;}\nh4{font-size: 19px;}\nh5{font-size: 17px;}\nh6{font-size: 15px;}\nol li{list-style: desc;}\n.article ul li{list-style: disc;}\nli{list-style: none;}\n* {-moz-box-sizing: border-box;box-sizing: border-box;}\na, h1, h2, h3, h4, h5, h6, .ico-title{color: #bda270;text-decoration: none;}\na:hover{color: #ffffff;}\ndiv, input, label, p, section {display: block;overflow: hidden;position: relative;}\nstrong{color: #b6b6b6;}\nimg{width: 100%;height: 100%;}\n.mobile{display:none;}\n@font-face{font-family:\'LatoWeb\';src:url(\'fonts/Lato-Regular.woff2\') format(\'woff2\'),url(\'fonts/Lato-Regular.woff\') format(\'woff\');font-weight:normal;font-style:normal}\n/*========== Layout Columns ===========*/\n.row{width: 100%;height: 100%;display: flex;flex-wrap: wrap;align-items: center;}\n.col-1 {flex: 0 0 8%;max-width: 8%;}\n.col-2 {flex: 0 0 10%;max-width: 10%;}\n.col-3 {flex: 0 0 20%;max-width: 20%;}\n.col-4 {flex: 0 0 33%;max-width: 33%;}\n.col-5 {flex: 0 0 40%;max-width: 40%;}\n.col-6 {flex: 0 0 50%;max-width: 50%;}\n.col-7 {flex: 0 0 58%;max-width: 58%;}\n.col-8 {flex: 0 0 66%;max-width: 66%;}\n.col-9 {flex: 0 0 75%;max-width: 75%;}\n.col-10 {flex: 0 0 80%;max-width: 80%;}\n.col-11 {flex: 0 0 91%;max-width: 91%;}\n.col-12 {flex: 0 0 100%;max-width: 100%;}\n.rtp .col-2{flex: 0 0 16.666%;max-width: 16.666%;}\n/*========== Navigation ===========*/\n.sign-in, .sign-up{transition: all .3s ease;}\n.sign-in{background: #bda270;background: linear-gradient(to right,#bda270 0%,#675a43 100%);}\n.sign-up{background: #616161;}\n.sign-in:hover{background: #43ac44;background: linear-gradient(to right,#675a43 0%,#bda270 100%);}\n.sign-up:hover{background:#a7a7a7;}\nul.games-menu, ul.login-menu, ul.contact-menu{margin: 0;padding: 0;}\nul.provider-menu{margin: 15px auto;padding: 5px;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;background: #221c15;border-radius: 18px;}\n.home ul.provider-menu{padding: 24px;}\n.login-menu, .games-menu{float: right;}\n.games-menu li{border-right:1px dotted #353535;font-size: 14px;}\n.games-menu li:last-child{border-right:0}\n.games-menu li a{padding: 10px 14px;display: block;color: #fff;text-transform: uppercase;}\n.games-menu li [aria-current], .games-menu li a:hover, .provider-menu li [aria-current] , .provider-menu li a:hover {color: #bda270;}\n.provider-menu li{font-size: 12px;width: 12%;margin: 10px auto;background: #000;border-radius: 15px;}\n.login-menu li, .games-menu li, .contact-menu li{position: relative;display: block;float: left;padding: 0;margin: 0;}\n.login-menu li{margin: 0px 8px;border-radius: 25px;}\n.login-menu li a{color: #fff;padding: 5px 25px;display: block;text-transform: uppercase;}\n.contact-menu{padding: 0;display: flex;justify-content: left;}\n.contact-menu li{padding: 0px;font-size: 11px;border-left: 1px dotted #7d7d7d;}\n.contact-menu li:first-child{border-left: 0px;}\n.contact-menu li a, .provider-menu li a{display: flex;align-items: center;color: #bebebe;padding: 0px 15px;justify-content: center;}\n.contact-menu li a:hover{color:#fff}\n.provider-menu li a{font-size: 13px;}\n.ico-menu{vertical-align: middle;display: inline-block;background-position: center;background-repeat: no-repeat;height: 25px;width: 25px;background-size: 17px;}\n.whatsapp {background-image: url(images/ico/whatsapp.svg);}\n.telegram {background-image: url(images/ico/telegram.svg);}\n.livechat {background-image: url(images/ico/livechat.svg);}\n.pragmaticplay{background-image: url(images/ico/pragmaticplay.png);}\n.pgsoft{background-image: url(images/ico/pgsoft.png);}\n.microgaming{background-image: url(images/ico/microgaming.png);}\n.live22{background-image: url(images/ico/live22.png);}\n.slot88{background-image: url(images/ico/slot88.png);}\n.ionslot{background-image: url(images/ico/ionslot.png);}\n.joker{background-image: url(images/ico/joker.png);}\n.playstar{background-image: url(images/ico/playstar.png);}\n.advantplay{background-image: url(images/ico/advantplay.png);}\n.spadegaming{background-image: url(images/ico/spadegaming.png);}\n.habanero{background-image: url(images/ico/habanero.png);}\n.jdb{background-image: url(images/ico/jdb.png);}\n.cq9gaming{background-image: url(images/ico/cq9gaming.png);}\n.gamatron{background-image: url(images/ico/gamatron.png);}\n.playtech{background-image: url(images/ico/playtech.png);}\n.yggdrasil{background-image: url(images/ico/yggdrasil.png);}\n.playngo{background-image: url(images/ico/playngo.png);}\n.onetouch{background-image: url(images/ico/onetouch.png);}\n.rtgslot{background-image: url(images/ico/rtgslot.png);}\n.flowgaming{background-image: url(images/ico/flowgaming.png);}\n.astrotech{background-image: url(images/ico/astrotech.png);}\n.betsoft{background-image: url(images/ico/betsoft.png);}\n.provider-menu .ico-menu{height: 30px;width: 30px;background-size: 25px;}\n/*========== Navigation Provider Home ===========*/\n.home .provider-menu li a {display: flex;align-items: center;flex-direction: column;font-size: 11px;border-radius: 15px;text-transform: uppercase;padding: 6px;background-color: #776545;background-image: linear-gradient(to bottom,#776545 0%,#3a2f1d 100%);}\n.home .provider-menu li .ico-menu{vertical-align: middle;display: inline-block;background-position: center;background-repeat: no-repeat;height: 120px;width: 125px;background-size: 80px;background-color: #000000;border-radius: 15px;margin-bottom: 5px;}\n.home .provider-menu li .pragmaticplay{background-image: url(images/provider/pragmaticplay.webp);}\n.home .provider-menu li .pgsoft{background-image: url(images/provider/pgsoft.webp);}\n.home .provider-menu li .microgaming{background-image: url(images/provider/microgaming.webp);}\n.home .provider-menu li .live22{background-image: url(images/provider/live22.webp);}\n.home .provider-menu li .slot88{background-image: url(images/provider/slot88.webp);}\n.home .provider-menu li .ionslot{background-image: url(images/provider/ionslot.webp);}\n.home .provider-menu li .joker{background-image: url(images/provider/joker.webp);}\n.home .provider-menu li .playstar{background-image: url(images/provider/playstar.webp);}\n.home .provider-menu li .advantplay{background-image: url(images/provider/advantplay.webp);}\n.home .provider-menu li .spadegaming{background-image: url(images/provider/spadegaming.webp);}\n.home .provider-menu li .habanero{background-image: url(images/provider/habanero.webp);}\n.home .provider-menu li .jdb{background-image: url(images/provider/jdb.webp);}\n.home .provider-menu li .cq9gaming{background-image: url(images/provider/cq9gaming.webp);}\n.home .provider-menu li .gamatron{background-image: url(images/provider/gamatron.webp);}\n.home .provider-menu li .playtech{background-image: url(images/provider/playtech.webp);}\n.home .provider-menu li .yggdrasil{background-image: url(images/provider/yggdrasil.webp);}\n.home .provider-menu li .playngo{background-image: url(images/provider/playngo.webp);}\n.home .provider-menu li .onetouch{background-image: url(images/provider/onetouch.webp);}\n.home .provider-menu li .rtgslot{background-image: url(images/provider/rtgslot.webp);}\n.home .provider-menu li .flowgaming{background-image: url(images/provider/flowgaming.webp);}\n.home .provider-menu li .astrotech{background-image: url(images/provider/astrotech.webp);}\n.home .provider-menu li .betsoft{background-image: url(images/provider/betsoft.webp);}\n/*========== Site Header ===========*/\nheader{background: #151515;width: 100%;position: fixed;z-index: 99;box-shadow: 0px 0px 15px #000000;}\n.top-header{background: #151515;padding: 7px 0px;border-bottom: 1px solid #171b34;}\n.nav-header{background: #2d2c2c;border-top: 1px solid #3b3b3b;background: linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%);}\n.site-logo img{width: 230px;height: auto;margin: 15px auto;}\n.site-login{}\n.sticky{height: 134px;}\n/*========== Site Body ===========*/\n.container{max-width: 1170px;width: 100%;margin: auto;}\n.download{padding: 0px 0px;margin: 10px auto;}\n.download img{border-radius: 15px;display: block;}\n.entry-content ul, .entry-content ol{margin: 20px 12px;}\n.entry-content ul li{list-style: disc;}\n.entry-content ol li{list-style: desc;}\n.provider-name, .date, .time{text-align:center;text-transform: uppercase;}\n.board-section{margin: 19px auto;}\n.provider-name{color: #fff;font-size: 20px;border-bottom: 1px solid #333;}\n.date, .time{color: #c1ab7b;}\n.column{margin: 3px;padding: 10px;border-radius: 25px;background-color: #776545;background-image: linear-gradient(to bottom,#776545 0%,#3a2f1d 100%);}\n.game-image {border-radius: 25px;display: block;}\n.game-image img{border-radius: 25px;display: block;}\n.game-title{text-align: center;color: #fff;padding: 5px 0px;}\n.provider-menu li, .game-title{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}\n.game-percent {height: 27px;display: flex;overflow: hidden;line-height: 0;font-size: 0.75rem;background-color: #e9ecef;border-radius: 5px;position: relative;z-index: 1;}\n.column >.game-percent{\n}\n.game-percent span{z-index: 15;position: absolute;text-align: center;width: 100%;font-size: 15px;font-weight: bold;color: #ffffff;margin: 14px auto;text-shadow: 0px 1px 4px #000;}\n.percent-bar {background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size: 1rem 1rem;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;-ms-flex-pack: center;justify-content: center;overflow: hidden;color: #fff;text-align: center;white-space: nowrap;background-color: #1a8c14;transition: width 0.6s ease;-webkit-animation: progress-bar-stripes 1s linear infinite;animation: progress-bar-stripes 1s linear infinite;z-index: 10;width: 100%;}\n.green{background-color: #28a745;}\n.yellow {background-color: #ffc107;}\n.orange {background-color: #ff5722;}\n.red {background-color: #dc3545;}\n.per-1, .per-2, .per-3, .per-4, .per-5, .per-6, .per-7, .per-8, .per-9, .per-10, .per-11, .per-12, .per-13, .per-14, .per-15, .per-16, .per-17, .per-18, .per-19, .per-20, .per-21, .per-22, .per-23, .per-24, .per-25, .per-26, .per-27, .per-28, .per-29, .per-30, .per-31, .per-32, .per-33{background-color: #dc3545;}\n.per-34, .per-35, .per-36, .per-37, .per-38, .per-39, .per-40, .per-41, .per-42,.per-43, .per-44, .per-45, .per-46, .per-47, .per-48, .per-49, .per-50, .per-51, .per-52, .per-53, .per-54, .per-55, .per-56, .per-57, .per-58, .per-59, .per-60, .per-61, .per-62, .per-63, .per-64, .per-65, .per-66{background-color: #ffc107;}\n.per-67, .per-68, .per-69, .per-70, .per-71, .per-72, .per-73, .per-74, .per-75, .per-76, .per-77, .per-78, .per-79, .per-80, .per-81, .per-82, .per-83, .per-84, .per-85, .per-86, .per-87, .per-88, .per-89, .per-90, .per-91, .per-92, .per-93, .per-94, .per-95, .per-96, .per-97, .per-98, .per-99{background-color: #28a745;}\n@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}\n@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}\n/*========== Site-Footer ===========*/\nfooter{background:#0d0d0d;border-top: 3px solid #b59456;}\nfooter .col-2 {border-radius: 5px;border: 1px solid #79653d;margin: 2px;display: flex;align-content: space-around;flex: 0 0 8%;max-width: 7%;}\n.license img{width:auto;margin:10px auto;}\n.payment img{width: 100%;}\n.ico-title{padding:10px 0px;}\n.pd{padding: 15px 0px;}\n.bt{border-top: 1px dotted #333;padding-top: 15px;margin-top: 15px;}\n.bb{border-bottom: 1px solid #333;padding-bottom: 10px;margin-bottom: 10px;}\n.copyright{font-size: 12px;}\n.copyright a{color: #aaaaaa;}\n/*========== Responsive max-width: 768p ===========*/\n@media only screen and (max-width: 768px){\n.mobile{display: block;}\n.desktop{display:none;}\nheader {border-bottom: 1px solid #64563a;}\n.top-header{padding: 0;}\n.row{padding: 0px 8px;}\n.rtp .col-2 {flex: 0 0 25%;max-width: 33%;}\n.game-percent span{font-size: 14px;}\n.rtp .game-title{padding: 1px;}\n.column{padding: 4px;}   \n.nav-header{height: 60px;border: 0;background: #000000;}\n.sticky{height: 65px;}\n.site-logo, .site-login{flex: 0 0 50%;max-width: 50%;}\n.site-logo img {width: 90%;margin: 10px auto;}\n.home ul.provider-menu {padding: 2px;margin: 0px auto;border-radius: 7px;background: #1e190f;}\n.login-menu li{margin: 0px 2px;}\n.login-menu li a{padding: 6px 18px;font-size: 12px;}\n.float{position: fixed;bottom: 0px;width: 100%;margin: auto;z-index: 99999;padding: 4px;height: 57px;border-top: 1px solid #64563a;}\n.contact-menu{background: #211c15;flex: 0 0 100%;max-width: 100%;justify-content: center;left: 0;}\n.float .contact-menu li{padding: 0px 5px;font-size: 13px;}\n.float .contact-menu li a{padding: 3px 12px;}\n.float .contact-menu li .ico-menu{height: 25px;width: 25px;background-size: 20px;}\n.home .provider-menu li a{font-size: 8px;padding: 2px;}\n.home .provider-menu li{width: 17%;margin: 3px;}\n.home .provider-menu li .ico-menu{height: 55px;width: 55px;background-size: 38px;margin-bottom: 4px;background-color: #000;}\n.provider-menu .ico-menu {height: 30px;width: 25px;background-size: 25px;}\n.provider-menu li{font-size: 10px;width: 20%;margin: 3px auto;background: none;}\n.provider-menu li a{display: flex;align-items: center;flex-direction: column;background: none;font-size: 8px;}\n.provider-menu li [aria-current]{border-radius: 10px;padding: 5px;}\n.board-section{margin: 9px auto;}\n.column, .game-image, .game-image img{border-radius: 10px;}\nfooter .row{justify-content: center;}\nfooter .col-2{flex: 0 0 24%;max-width: 24%;margin: 1px;}\n.copyright{padding-bottom: 57px;}\n.ico-footer, .copyright{text-align:center;}\n.download img {border-radius: 5px;}\n}\n/*========== Responsive max-width: 328px ===========*/\n@media only screen and (max-width: 328px){\n.nav-header{height: 45px;}\n.site-logo {top: 0px;} \n.site-login{top: 1px;} \n.site-logo img{width: 90%;margin: 8px auto;}    \n.login-menu li a{font-size: 9px;padding: 4px 10px;}\n.float  .contact-menu li a{font-size: 12px;padding: 4px 6px;align-items: center;}\n.float  .contact-menu li .ico-menu{height: 15px;width: 15px;background-size: 12px;}\n.home .provider-menu li .ico-menu {height: 40px;width: 40px;background-size: 25px;margin-bottom: 3px;}\n.home .provider-menu li a{font-size: 5px;padding: 2px;}\n.home .provider-menu li a, .home .provider-menu li .ico-menu{border-radius: 10px;}\n.float{height: 45px;}\n.sticky {\n    height: 50px;\n}\n}\";s:54:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:7:{s:4:\"date\";s:29:\"Wed, 05 Apr 2023 02:36:35 GMT\";s:6:\"server\";s:46:\"Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.2.0\";s:13:\"last-modified\";s:29:\"Wed, 05 Apr 2023 02:35:46 GMT\";s:4:\"etag\";s:20:\"\"3a2e-5f88da6384b18\"\";s:13:\"accept-ranges\";s:5:\"bytes\";s:14:\"content-length\";s:5:\"14894\";s:12:\"content-type\";s:8:\"text/css\";}s:58:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:200;s:53:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-05-05 02:36:35.640169\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";', 'no'),
(3332, '_transient_timeout_amp_remote_request_a1c41ff7bba8b943e17b887604979170', '3366524634', 'no'),
(3333, '_transient_amp_remote_request_a1c41ff7bba8b943e17b887604979170', 's:512:\"O:45:\"AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:51:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:63:\"cURL error 60: SSL certificate problem: self-signed certificate\";s:54:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:0:{}s:58:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:500;s:53:\"\0AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-05-05 04:51:57.221160\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";', 'no'),
(4056, 'litespeed.conf.__activation', '-1', 'yes'),
(4057, 'litespeed.purge.queue', '-1', 'yes'),
(4058, 'litespeed.purge.queue2', '-1', 'yes'),
(4059, 'litespeed.cloud._summary', '{\"curr_request.ver\":0,\"last_request.ver\":1687230467,\"news.utime\":1687169670,\"curr_request.news\":0,\"last_request.news\":1687169670}', 'yes'),
(4061, 'litespeed.conf.hash', 'MTHyhbph5tNjP8TuZFu8XdUKjXu5rkY2', 'yes'),
(4062, 'litespeed.conf.auto_upgrade', '', 'yes'),
(4063, 'litespeed.conf.api_key', '', 'yes'),
(4064, 'litespeed.conf.server_ip', '', 'yes'),
(4065, 'litespeed.conf.guest', '', 'yes'),
(4066, 'litespeed.conf.guest_optm', '', 'yes'),
(4067, 'litespeed.conf.news', '1', 'yes'),
(4068, 'litespeed.conf.guest_uas', '[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]', 'yes'),
(4069, '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'),
(4070, 'litespeed.conf.cache', '1', 'yes'),
(4071, 'litespeed.conf.cache-priv', '1', 'yes'),
(4072, 'litespeed.conf.cache-commenter', '1', 'yes'),
(4073, 'litespeed.conf.cache-rest', '1', 'yes'),
(4074, 'litespeed.conf.cache-page_login', '1', 'yes'),
(4075, 'litespeed.conf.cache-favicon', '1', 'yes'),
(4076, 'litespeed.conf.cache-resources', '1', 'yes'),
(4077, 'litespeed.conf.cache-mobile', '', 'yes'),
(4078, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'yes'),
(4079, 'litespeed.conf.cache-browser', '', 'yes'),
(4080, 'litespeed.conf.cache-exc_useragents', '[]', 'yes'),
(4081, 'litespeed.conf.cache-exc_cookies', '[]', 'yes'),
(4082, 'litespeed.conf.cache-exc_qs', '[]', 'yes'),
(4083, 'litespeed.conf.cache-exc_cat', '[]', 'yes'),
(4084, 'litespeed.conf.cache-exc_tag', '[]', 'yes'),
(4085, 'litespeed.conf.cache-force_uri', '[]', 'yes'),
(4086, 'litespeed.conf.cache-force_pub_uri', '[]', 'yes'),
(4087, 'litespeed.conf.cache-priv_uri', '[]', 'yes'),
(4088, 'litespeed.conf.cache-exc', '[]', 'yes'),
(4089, 'litespeed.conf.cache-exc_roles', '[]', 'yes'),
(4090, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'yes'),
(4091, 'litespeed.conf.cache-ttl_pub', '604800', 'yes'),
(4092, 'litespeed.conf.cache-ttl_priv', '1800', 'yes'),
(4093, 'litespeed.conf.cache-ttl_frontpage', '604800', 'yes'),
(4094, 'litespeed.conf.cache-ttl_feed', '604800', 'yes'),
(4095, 'litespeed.conf.cache-ttl_rest', '604800', 'yes'),
(4096, 'litespeed.conf.cache-ttl_browser', '31557600', 'yes'),
(4097, 'litespeed.conf.cache-ttl_status', '[\"403 3600\",\"404 3600\",\"500 3600\"]', 'yes'),
(4098, 'litespeed.conf.cache-login_cookie', '', 'yes'),
(4099, 'litespeed.conf.cache-vary_group', '[]', 'yes'),
(4100, 'litespeed.conf.purge-upgrade', '1', 'yes'),
(4101, 'litespeed.conf.purge-stale', '', 'yes'),
(4102, 'litespeed.conf.purge-post_all', '', 'yes'),
(4103, 'litespeed.conf.purge-post_f', '1', 'yes'),
(4104, 'litespeed.conf.purge-post_h', '1', 'yes'),
(4105, 'litespeed.conf.purge-post_p', '1', 'yes'),
(4106, 'litespeed.conf.purge-post_pwrp', '1', 'yes'),
(4107, 'litespeed.conf.purge-post_a', '1', 'yes'),
(4108, 'litespeed.conf.purge-post_y', '', 'yes'),
(4109, 'litespeed.conf.purge-post_m', '1', 'yes'),
(4110, 'litespeed.conf.purge-post_d', '', 'yes'),
(4111, 'litespeed.conf.purge-post_t', '1', 'yes'),
(4112, 'litespeed.conf.purge-post_pt', '1', 'yes'),
(4113, 'litespeed.conf.purge-timed_urls', '[]', 'yes'),
(4114, 'litespeed.conf.purge-timed_urls_time', '', 'yes'),
(4115, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'yes'),
(4116, 'litespeed.conf.esi', '', 'yes'),
(4117, 'litespeed.conf.esi-cache_admbar', '1', 'yes'),
(4118, 'litespeed.conf.esi-cache_commform', '1', 'yes'),
(4119, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'yes'),
(4120, 'litespeed.conf.util-instant_click', '', 'yes'),
(4121, 'litespeed.conf.util-no_https_vary', '', 'yes'),
(4122, 'litespeed.conf.debug-disable_all', '', 'yes'),
(4123, 'litespeed.conf.debug', '', 'yes'),
(4124, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'yes'),
(4125, 'litespeed.conf.debug-level', '', 'yes'),
(4126, 'litespeed.conf.debug-filesize', '3', 'yes'),
(4127, 'litespeed.conf.debug-cookie', '', 'yes'),
(4128, 'litespeed.conf.debug-collaps_qs', '', 'yes'),
(4129, 'litespeed.conf.debug-inc', '[]', 'yes'),
(4130, 'litespeed.conf.debug-exc', '[]', 'yes'),
(4131, 'litespeed.conf.debug-exc_strings', '[]', 'yes'),
(4132, 'litespeed.conf.db_optm-revisions_max', '0', 'yes'),
(4133, 'litespeed.conf.db_optm-revisions_age', '0', 'yes'),
(4134, 'litespeed.conf.optm-css_min', '', 'yes'),
(4135, 'litespeed.conf.optm-css_comb', '', 'yes'),
(4136, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'yes'),
(4137, 'litespeed.conf.optm-ucss', '', 'yes'),
(4138, 'litespeed.conf.optm-ucss_inline', '', 'yes'),
(4139, 'litespeed.conf.optm-ucss_whitelist', '[]', 'yes'),
(4140, 'litespeed.conf.optm-ucss_exc', '[]', 'yes'),
(4141, 'litespeed.conf.optm-css_exc', '[]', 'yes'),
(4142, 'litespeed.conf.optm-js_min', '', 'yes'),
(4143, 'litespeed.conf.optm-js_comb', '', 'yes'),
(4144, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'yes'),
(4145, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'yes'),
(4146, 'litespeed.conf.optm-html_min', '', 'yes'),
(4147, 'litespeed.conf.optm-html_lazy', '[]', 'yes'),
(4148, 'litespeed.conf.optm-qs_rm', '', 'yes'),
(4149, 'litespeed.conf.optm-ggfonts_rm', '', 'yes'),
(4150, 'litespeed.conf.optm-css_async', '', 'yes'),
(4151, 'litespeed.conf.optm-ccss_per_url', '', 'yes'),
(4152, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'yes'),
(4153, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'yes'),
(4154, 'litespeed.conf.optm-css_async_inline', '1', 'yes'),
(4155, 'litespeed.conf.optm-css_font_display', '', 'yes'),
(4156, 'litespeed.conf.optm-js_defer', '', 'yes'),
(4157, 'litespeed.conf.optm-emoji_rm', '', 'yes'),
(4158, 'litespeed.conf.optm-noscript_rm', '', 'yes'),
(4159, 'litespeed.conf.optm-ggfonts_async', '', 'yes'),
(4160, 'litespeed.conf.optm-exc_roles', '[]', 'yes'),
(4161, 'litespeed.conf.optm-ccss_con', '', 'yes'),
(4162, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'yes'),
(4163, 'litespeed.conf.optm-gm_js_exc', '[]', 'yes'),
(4164, 'litespeed.conf.optm-dns_prefetch', '[]', 'yes'),
(4165, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'yes'),
(4166, 'litespeed.conf.optm-exc', '[]', 'yes'),
(4167, 'litespeed.conf.optm-guest_only', '1', 'yes'),
(4168, 'litespeed.conf.object', '', 'yes'),
(4169, 'litespeed.conf.object-kind', '', 'yes'),
(4170, 'litespeed.conf.object-host', 'localhost', 'yes'),
(4171, 'litespeed.conf.object-port', '11211', 'yes'),
(4172, 'litespeed.conf.object-life', '360', 'yes'),
(4173, 'litespeed.conf.object-persistent', '1', 'yes'),
(4174, 'litespeed.conf.object-admin', '1', 'yes'),
(4175, 'litespeed.conf.object-transients', '1', 'yes'),
(4176, 'litespeed.conf.object-db_id', '0', 'yes'),
(4177, 'litespeed.conf.object-user', '', 'yes'),
(4178, 'litespeed.conf.object-pswd', '', 'yes'),
(4179, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'yes'),
(4180, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'yes'),
(4181, 'litespeed.conf.discuss-avatar_cache', '', 'yes'),
(4182, 'litespeed.conf.discuss-avatar_cron', '', 'yes'),
(4183, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'yes'),
(4184, 'litespeed.conf.optm-localize', '', 'yes'),
(4185, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'yes'),
(4186, 'litespeed.conf.media-lazy', '', 'yes'),
(4187, 'litespeed.conf.media-lazy_placeholder', '', 'yes'),
(4188, 'litespeed.conf.media-placeholder_resp', '', 'yes'),
(4189, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'yes'),
(4190, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'yes'),
(4191, 'litespeed.conf.media-lqip', '', 'yes'),
(4192, 'litespeed.conf.media-lqip_qual', '4', 'yes'),
(4193, 'litespeed.conf.media-lqip_min_w', '150', 'yes'),
(4194, 'litespeed.conf.media-lqip_min_h', '150', 'yes'),
(4195, 'litespeed.conf.media-placeholder_resp_async', '1', 'yes'),
(4196, 'litespeed.conf.media-iframe_lazy', '', 'yes'),
(4197, 'litespeed.conf.media-add_missing_sizes', '', 'yes'),
(4198, 'litespeed.conf.media-lazy_exc', '[]', 'yes'),
(4199, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'yes'),
(4200, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'yes'),
(4201, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'yes'),
(4202, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'yes'),
(4203, 'litespeed.conf.media-lazy_uri_exc', '[]', 'yes'),
(4204, 'litespeed.conf.media-lqip_exc', '[]', 'yes'),
(4205, 'litespeed.conf.media-vpi', '', 'yes'),
(4206, 'litespeed.conf.media-vpi_cron', '', 'yes'),
(4207, 'litespeed.conf.img_optm-auto', '', 'yes'),
(4208, 'litespeed.conf.img_optm-cron', '1', 'yes'),
(4209, 'litespeed.conf.img_optm-ori', '1', 'yes'),
(4210, 'litespeed.conf.img_optm-rm_bkup', '', 'yes'),
(4211, 'litespeed.conf.img_optm-webp', '1', 'yes'),
(4212, 'litespeed.conf.img_optm-lossless', '', 'yes'),
(4213, 'litespeed.conf.img_optm-exif', '1', 'yes'),
(4214, 'litespeed.conf.img_optm-webp_replace', '', 'yes'),
(4215, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]', 'yes'),
(4216, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'yes'),
(4217, 'litespeed.conf.img_optm-jpg_quality', '82', 'yes'),
(4218, 'litespeed.conf.crawler', '', 'yes'),
(4219, 'litespeed.conf.crawler-usleep', '500', 'yes'),
(4220, 'litespeed.conf.crawler-run_duration', '400', 'yes'),
(4221, 'litespeed.conf.crawler-run_interval', '600', 'yes'),
(4222, 'litespeed.conf.crawler-crawl_interval', '302400', 'yes'),
(4223, 'litespeed.conf.crawler-threads', '3', 'yes'),
(4224, 'litespeed.conf.crawler-timeout', '30', 'yes'),
(4225, 'litespeed.conf.crawler-load_limit', '1', 'yes'),
(4226, 'litespeed.conf.crawler-sitemap', '', 'yes'),
(4227, 'litespeed.conf.crawler-drop_domain', '1', 'yes'),
(4228, 'litespeed.conf.crawler-map_timeout', '120', 'yes'),
(4229, 'litespeed.conf.crawler-roles', '[]', 'yes'),
(4230, 'litespeed.conf.crawler-cookies', '[]', 'yes'),
(4231, 'litespeed.conf.misc-heartbeat_front', '', 'yes'),
(4232, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'yes'),
(4233, 'litespeed.conf.misc-heartbeat_back', '', 'yes'),
(4234, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'yes'),
(4235, 'litespeed.conf.misc-heartbeat_editor', '', 'yes'),
(4236, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'yes'),
(4237, 'litespeed.conf.cdn', '', 'yes'),
(4238, 'litespeed.conf.cdn-ori', '[]', 'yes'),
(4239, 'litespeed.conf.cdn-ori_dir', '[\"wp-content\",\"wp-includes\"]', 'yes'),
(4240, 'litespeed.conf.cdn-exc', '[]', 'yes'),
(4241, 'litespeed.conf.cdn-quic', '', 'yes'),
(4242, 'litespeed.conf.cdn-cloudflare', '', 'yes'),
(4243, 'litespeed.conf.cdn-cloudflare_email', '', 'yes'),
(4244, 'litespeed.conf.cdn-cloudflare_key', '', 'yes'),
(4245, 'litespeed.conf.cdn-cloudflare_name', '', 'yes'),
(4246, 'litespeed.conf.cdn-cloudflare_zone', '', 'yes'),
(4247, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'yes'),
(4248, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'yes'),
(4249, 'litespeed.conf.qc-token', '', 'yes'),
(4250, 'litespeed.conf.qc-nameservers', '', 'yes'),
(4253, 'litespeed.gui.lscwp_whm_install', '-1', 'yes'),
(4254, 'litespeed.gui.dismiss', '-1', 'yes'),
(4255, 'litespeed.gui._summary', '{\"new_version\":1684571417,\"score\":1685176217}', 'yes'),
(4258, 'litespeed.data.upgrading', '-1', 'yes'),
(4259, 'litespeed.admin_display.messages', '-1', 'yes'),
(4283, 'theme_mods_5666999885544', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:4:{s:12:\"contact-menu\";i:2;s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:0;s:13:\"provider-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1686936123;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}}}}', 'yes'),
(4296, 'litespeed.optimize.timestamp_purge_css', '1687178226', 'yes'),
(4483, 'litespeed.admin_display._summary', '{\"new_version.last_check\":1687230467,\"new_version.v\":\"5.4\"}', 'yes'),
(4514, '_transient_timeout_amp-parsed-stylesheet-v40-c5a69727ac33d27c28a30993db23c61e', '1687687434', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4515, '_transient_amp-parsed-stylesheet-v40-c5a69727ac33d27c28a30993db23c61e', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:270:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://ayoslot.co/wp-content/themes/5666999885544/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://ayoslot.co/wp-content/themes/5666999885544/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"669c58da54f0dc56ad2695870f9f869a\";s:10:\"parse_time\";d:0.09800195693969727;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:75:\"https://ayoslot.co/wp-content/themes/5666999885544/fonts/Lato-Regular.woff2\";}}', 'no'),
(4516, '_transient_timeout_amp-parsed-stylesheet-v40-7bc229c26de2adbd6f1c84e5104b297d', '1687687434', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4517, '_transient_amp-parsed-stylesheet-v40-7bc229c26de2adbd6f1c84e5104b297d', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.006612062454223633;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4518, '_transient_timeout_amp-parsed-stylesheet-v40-5f30013b61e611d239fa9c988008da70', '1687687434', 'no'),
(4519, '_transient_amp-parsed-stylesheet-v40-5f30013b61e611d239fa9c988008da70', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0022051334381103516;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4520, '_transient_timeout_amp-parsed-stylesheet-v40-ace77c48a5f64bcb448518f03395ab4d', '1687687434', 'no'),
(4521, '_transient_amp-parsed-stylesheet-v40-ace77c48a5f64bcb448518f03395ab4d', 'a:8:{s:6:\"tokens\";a:70:{i:0;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:48:{i:0;s:31:\"--wp--preset--color--black:#000\";i:1;s:45:\"--wp--preset--color--cyan-bluish-gray:#abb8c3\";i:2;s:31:\"--wp--preset--color--white:#fff\";i:3;s:38:\"--wp--preset--color--pale-pink:#f78da7\";i:4;s:38:\"--wp--preset--color--vivid-red:#cf2e2e\";i:5;s:50:\"--wp--preset--color--luminous-vivid-orange:#ff6900\";i:6;s:49:\"--wp--preset--color--luminous-vivid-amber:#fcb900\";i:7;s:45:\"--wp--preset--color--light-green-cyan:#7bdcb5\";i:8;s:45:\"--wp--preset--color--vivid-green-cyan:#00d084\";i:9;s:43:\"--wp--preset--color--pale-cyan-blue:#8ed1fc\";i:10;s:44:\"--wp--preset--color--vivid-cyan-blue:#0693e3\";i:11;s:41:\"--wp--preset--color--vivid-purple:#9b51e0\";i:12;s:113:\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\";i:13;s:108:\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\";i:14;s:137:\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\";i:15;s:116:\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\";i:16;s:104:\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\";i:17;s:141:\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\";i:18;s:90:\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\";i:19;s:98:\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\";i:20;s:97:\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\";i:21;s:94:\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\";i:22;s:86:\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\";i:23;s:80:\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\";i:24;s:71:\"--wp--preset--duotone--dark-grayscale:url(\"#wp-duotone-dark-grayscale\")\";i:25;s:61:\"--wp--preset--duotone--grayscale:url(\"#wp-duotone-grayscale\")\";i:26;s:69:\"--wp--preset--duotone--purple-yellow:url(\"#wp-duotone-purple-yellow\")\";i:27;s:59:\"--wp--preset--duotone--blue-red:url(\"#wp-duotone-blue-red\")\";i:28;s:59:\"--wp--preset--duotone--midnight:url(\"#wp-duotone-midnight\")\";i:29;s:71:\"--wp--preset--duotone--magenta-yellow:url(\"#wp-duotone-magenta-yellow\")\";i:30;s:67:\"--wp--preset--duotone--purple-green:url(\"#wp-duotone-purple-green\")\";i:31;s:65:\"--wp--preset--duotone--blue-orange:url(\"#wp-duotone-blue-orange\")\";i:32;s:35:\"--wp--preset--font-size--small:13px\";i:33;s:36:\"--wp--preset--font-size--medium:20px\";i:34;s:35:\"--wp--preset--font-size--large:36px\";i:35;s:37:\"--wp--preset--font-size--x-large:42px\";i:36;s:32:\"--wp--preset--spacing--20:.44rem\";i:37;s:32:\"--wp--preset--spacing--30:.67rem\";i:38;s:30:\"--wp--preset--spacing--40:1rem\";i:39;s:32:\"--wp--preset--spacing--50:1.5rem\";i:40;s:33:\"--wp--preset--spacing--60:2.25rem\";i:41;s:33:\"--wp--preset--spacing--70:3.38rem\";i:42;s:33:\"--wp--preset--spacing--80:5.06rem\";i:43;s:56:\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\";i:44;s:56:\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\";i:45;s:54:\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\";i:46;s:89:\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\";i:47;s:53:\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\";}}i:1;a:2:{i:0;a:1:{s:23:\":where(.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:8:\"gap:.5em\";}}i:2;a:2:{i:0;a:1:{s:33:\"body .is-layout-flow > .alignleft\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:3;a:2:{i:0;a:1:{s:34:\"body .is-layout-flow > .alignright\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:4;a:2:{i:0;a:1:{s:57:\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:5;a:2:{i:0;a:1:{s:40:\"body .is-layout-constrained > .alignleft\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:6;a:2:{i:0;a:1:{s:41:\"body .is-layout-constrained > .alignright\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:7;a:2:{i:0;a:1:{s:64:\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:8;a:2:{i:0;a:1:{s:87:\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\";a:2:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:48:\"max-width:var(--wp--style--global--content-size)\";}}i:9;a:2:{i:0;a:1:{s:109:\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:10;a:2:{i:0;a:1:{s:40:\"body .is-layout-constrained > .alignwide\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:45:\"max-width:var(--wp--style--global--wide-size)\";}}i:11;a:2:{i:0;a:1:{s:20:\"body .is-layout-flex\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:12;a:2:{i:0;a:1:{s:20:\"body .is-layout-flex\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:14:\"flex-wrap:wrap\";i:1;s:18:\"align-items:center\";}}i:13;a:2:{i:0;a:1:{s:24:\"body .is-layout-flex > *\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:14;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:15;a:2:{i:0;a:1:{s:36:\".has-black-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-black-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--black)\";}}i:16;a:2:{i:0;a:1:{s:47:\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-cyan-bluish-gray-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:17;a:2:{i:0;a:1:{s:36:\".has-white-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-white-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--white)\";}}i:18;a:2:{i:0;a:1:{s:40:\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-pale-pink-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--pale-pink)\";}}i:19;a:2:{i:0;a:1:{s:40:\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-vivid-red-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--vivid-red)\";}}i:20;a:2:{i:0;a:1:{s:52:\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-luminous-vivid-orange-color\";}}}i:1;a:1:{i:0;s:53:\"color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:21;a:2:{i:0;a:1:{s:51:\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-luminous-vivid-amber-color\";}}}i:1;a:1:{i:0;s:52:\"color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:22;a:2:{i:0;a:1:{s:47:\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-light-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--light-green-cyan)\";}}i:23;a:2:{i:0;a:1:{s:47:\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--vivid-green-cyan)\";}}i:24;a:2:{i:0;a:1:{s:45:\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:24:\"has-pale-cyan-blue-color\";}}}i:1;a:1:{i:0;s:46:\"color:var(--wp--preset--color--pale-cyan-blue)\";}}i:25;a:2:{i:0;a:1:{s:46:\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:25:\"has-vivid-cyan-blue-color\";}}}i:1;a:1:{i:0;s:47:\"color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:26;a:2:{i:0;a:1:{s:43:\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-vivid-purple-color\";}}}i:1;a:1:{i:0;s:44:\"color:var(--wp--preset--color--vivid-purple)\";}}i:27;a:2:{i:0;a:1:{s:47:\".has-black-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-black-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--black)\";}}i:28;a:2:{i:0;a:1:{s:58:\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-cyan-bluish-gray-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:29;a:2:{i:0;a:1:{s:47:\".has-white-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-white-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--white)\";}}i:30;a:2:{i:0;a:1:{s:51:\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-pale-pink-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--pale-pink)\";}}i:31;a:2:{i:0;a:1:{s:51:\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-vivid-red-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--vivid-red)\";}}i:32;a:2:{i:0;a:1:{s:63:\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-luminous-vivid-orange-background-color\";}}}i:1;a:1:{i:0;s:64:\"background-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:33;a:2:{i:0;a:1:{s:62:\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:41:\"has-luminous-vivid-amber-background-color\";}}}i:1;a:1:{i:0;s:63:\"background-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:34;a:2:{i:0;a:1:{s:58:\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-light-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--light-green-cyan)\";}}i:35;a:2:{i:0;a:1:{s:58:\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-vivid-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:36;a:2:{i:0;a:1:{s:56:\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-pale-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:57:\"background-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:37;a:2:{i:0;a:1:{s:57:\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:36:\"has-vivid-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:58:\"background-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:38;a:2:{i:0;a:1:{s:54:\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-purple-background-color\";}}}i:1;a:1:{i:0;s:55:\"background-color:var(--wp--preset--color--vivid-purple)\";}}i:39;a:2:{i:0;a:1:{s:43:\".has-black-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-black-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--black)\";}}i:40;a:2:{i:0;a:1:{s:54:\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-cyan-bluish-gray-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:41;a:2:{i:0;a:1:{s:43:\".has-white-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-white-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--white)\";}}i:42;a:2:{i:0;a:1:{s:47:\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-pale-pink-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--pale-pink)\";}}i:43;a:2:{i:0;a:1:{s:47:\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-red-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--vivid-red)\";}}i:44;a:2:{i:0;a:1:{s:59:\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-luminous-vivid-orange-border-color\";}}}i:1;a:1:{i:0;s:60:\"border-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:45;a:2:{i:0;a:1:{s:58:\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-vivid-amber-border-color\";}}}i:1;a:1:{i:0;s:59:\"border-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:46;a:2:{i:0;a:1:{s:54:\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-light-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--light-green-cyan)\";}}i:47;a:2:{i:0;a:1:{s:54:\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:48;a:2:{i:0;a:1:{s:52:\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-pale-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:53:\"border-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:49;a:2:{i:0;a:1:{s:53:\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-vivid-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:54:\"border-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:50;a:2:{i:0;a:1:{s:50:\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:29:\"has-vivid-purple-border-color\";}}}i:1;a:1:{i:0;s:51:\"border-color:var(--wp--preset--color--vivid-purple)\";}}i:51;a:2:{i:0;a:1:{s:76:\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:55:\"has-vivid-cyan-blue-to-vivid-purple-gradient-background\";}}}i:1;a:1:{i:0;s:71:\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\";}}i:52;a:2:{i:0;a:1:{s:81:\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:60:\"has-light-green-cyan-to-vivid-green-cyan-gradient-background\";}}}i:1;a:1:{i:0;s:76:\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\";}}i:53;a:2:{i:0;a:1:{s:90:\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:69:\"has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background\";}}}i:1;a:1:{i:0;s:85:\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\";}}i:54;a:2:{i:0;a:1:{s:79:\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:58:\"has-luminous-vivid-orange-to-vivid-red-gradient-background\";}}}i:1;a:1:{i:0;s:74:\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\";}}i:55;a:2:{i:0;a:1:{s:80:\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:59:\"has-very-light-gray-to-cyan-bluish-gray-gradient-background\";}}}i:1;a:1:{i:0;s:75:\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\";}}i:56;a:2:{i:0;a:1:{s:66:\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:45:\"has-cool-to-warm-spectrum-gradient-background\";}}}i:1;a:1:{i:0;s:61:\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\";}}i:57;a:2:{i:0;a:1:{s:63:\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-blush-light-purple-gradient-background\";}}}i:1;a:1:{i:0;s:58:\"background:var(--wp--preset--gradient--blush-light-purple)\";}}i:58;a:2:{i:0;a:1:{s:59:\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-blush-bordeaux-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--blush-bordeaux)\";}}i:59;a:2:{i:0;a:1:{s:58:\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-dusk-gradient-background\";}}}i:1;a:1:{i:0;s:53:\"background:var(--wp--preset--gradient--luminous-dusk)\";}}i:60;a:2:{i:0;a:1:{s:55:\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:34:\"has-pale-ocean-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:var(--wp--preset--gradient--pale-ocean)\";}}i:61;a:2:{i:0;a:1:{s:59:\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-electric-grass-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--electric-grass)\";}}i:62;a:2:{i:0;a:1:{s:53:\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-midnight-gradient-background\";}}}i:1;a:1:{i:0;s:48:\"background:var(--wp--preset--gradient--midnight)\";}}i:63;a:2:{i:0;a:1:{s:40:\".has-small-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-small-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--small)\";}}i:64;a:2:{i:0;a:1:{s:41:\".has-medium-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"has-medium-font-size\";}}}i:1;a:1:{i:0;s:46:\"font-size:var(--wp--preset--font-size--medium)\";}}i:65;a:2:{i:0;a:1:{s:40:\".has-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-large-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--large)\";}}i:66;a:2:{i:0;a:1:{s:42:\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"has-x-large-font-size\";}}}i:1;a:1:{i:0;s:47:\"font-size:var(--wp--preset--font-size--x-large)\";}}i:67;a:2:{i:0;a:1:{s:54:\".wp-block-navigation a:where(:not(.wp-element-button))\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:68;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:69;a:2:{i:0;a:1:{s:19:\".wp-block-pullquote\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}}}i:1;a:2:{i:0;s:15:\"font-size:1.5em\";i:1;s:15:\"line-height:1.6\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"07b4e9d72544aafbe43bcf61c9da0751\";s:10:\"parse_time\";d:0.03516197204589844;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4527, '_transient_timeout_amp-parsed-stylesheet-v40-d815990d5f87bc93a0ae8e9c9dc7abf8', '1687687905', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4528, '_transient_amp-parsed-stylesheet-v40-d815990d5f87bc93a0ae8e9c9dc7abf8', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:270:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://ayoslot.co/wp-content/themes/5666999885544/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://ayoslot.co/wp-content/themes/5666999885544/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://ayoslot.co/wp-content/themes/5666999885544/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"669c58da54f0dc56ad2695870f9f869a\";s:10:\"parse_time\";d:0.05069303512573242;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:75:\"https://ayoslot.co/wp-content/themes/5666999885544/fonts/Lato-Regular.woff2\";}}', 'no'),
(4529, '_transient_timeout_amp-parsed-stylesheet-v40-bfa46d56b5101a158daef7990a37dfc3', '1687687905', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4530, '_transient_amp-parsed-stylesheet-v40-bfa46d56b5101a158daef7990a37dfc3', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.0043048858642578125;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4531, '_transient_timeout_amp-parsed-stylesheet-v40-9fa75e9c7fa46ba13f13fc860c320f80', '1687687905', 'no'),
(4532, '_transient_amp-parsed-stylesheet-v40-9fa75e9c7fa46ba13f13fc860c320f80', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0013301372528076172;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4533, '_transient_timeout_amp-parsed-stylesheet-v40-7372db69e83ab9be1888b06cec51b819', '1687687905', 'no'),
(4534, '_transient_amp-parsed-stylesheet-v40-7372db69e83ab9be1888b06cec51b819', 'a:8:{s:6:\"tokens\";a:70:{i:0;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:48:{i:0;s:31:\"--wp--preset--color--black:#000\";i:1;s:45:\"--wp--preset--color--cyan-bluish-gray:#abb8c3\";i:2;s:31:\"--wp--preset--color--white:#fff\";i:3;s:38:\"--wp--preset--color--pale-pink:#f78da7\";i:4;s:38:\"--wp--preset--color--vivid-red:#cf2e2e\";i:5;s:50:\"--wp--preset--color--luminous-vivid-orange:#ff6900\";i:6;s:49:\"--wp--preset--color--luminous-vivid-amber:#fcb900\";i:7;s:45:\"--wp--preset--color--light-green-cyan:#7bdcb5\";i:8;s:45:\"--wp--preset--color--vivid-green-cyan:#00d084\";i:9;s:43:\"--wp--preset--color--pale-cyan-blue:#8ed1fc\";i:10;s:44:\"--wp--preset--color--vivid-cyan-blue:#0693e3\";i:11;s:41:\"--wp--preset--color--vivid-purple:#9b51e0\";i:12;s:113:\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\";i:13;s:108:\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\";i:14;s:137:\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\";i:15;s:116:\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\";i:16;s:104:\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\";i:17;s:141:\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\";i:18;s:90:\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\";i:19;s:98:\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\";i:20;s:97:\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\";i:21;s:94:\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\";i:22;s:86:\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\";i:23;s:80:\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\";i:24;s:71:\"--wp--preset--duotone--dark-grayscale:url(\"#wp-duotone-dark-grayscale\")\";i:25;s:61:\"--wp--preset--duotone--grayscale:url(\"#wp-duotone-grayscale\")\";i:26;s:69:\"--wp--preset--duotone--purple-yellow:url(\"#wp-duotone-purple-yellow\")\";i:27;s:59:\"--wp--preset--duotone--blue-red:url(\"#wp-duotone-blue-red\")\";i:28;s:59:\"--wp--preset--duotone--midnight:url(\"#wp-duotone-midnight\")\";i:29;s:71:\"--wp--preset--duotone--magenta-yellow:url(\"#wp-duotone-magenta-yellow\")\";i:30;s:67:\"--wp--preset--duotone--purple-green:url(\"#wp-duotone-purple-green\")\";i:31;s:65:\"--wp--preset--duotone--blue-orange:url(\"#wp-duotone-blue-orange\")\";i:32;s:35:\"--wp--preset--font-size--small:13px\";i:33;s:36:\"--wp--preset--font-size--medium:20px\";i:34;s:35:\"--wp--preset--font-size--large:36px\";i:35;s:37:\"--wp--preset--font-size--x-large:42px\";i:36;s:32:\"--wp--preset--spacing--20:.44rem\";i:37;s:32:\"--wp--preset--spacing--30:.67rem\";i:38;s:30:\"--wp--preset--spacing--40:1rem\";i:39;s:32:\"--wp--preset--spacing--50:1.5rem\";i:40;s:33:\"--wp--preset--spacing--60:2.25rem\";i:41;s:33:\"--wp--preset--spacing--70:3.38rem\";i:42;s:33:\"--wp--preset--spacing--80:5.06rem\";i:43;s:56:\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\";i:44;s:56:\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\";i:45;s:54:\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\";i:46;s:89:\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\";i:47;s:53:\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\";}}i:1;a:2:{i:0;a:1:{s:23:\":where(.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:8:\"gap:.5em\";}}i:2;a:2:{i:0;a:1:{s:33:\"body .is-layout-flow > .alignleft\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:3;a:2:{i:0;a:1:{s:34:\"body .is-layout-flow > .alignright\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:4;a:2:{i:0;a:1:{s:57:\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:5;a:2:{i:0;a:1:{s:40:\"body .is-layout-constrained > .alignleft\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:6;a:2:{i:0;a:1:{s:41:\"body .is-layout-constrained > .alignright\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:7;a:2:{i:0;a:1:{s:64:\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:8;a:2:{i:0;a:1:{s:87:\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\";a:2:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:48:\"max-width:var(--wp--style--global--content-size)\";}}i:9;a:2:{i:0;a:1:{s:109:\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:10;a:2:{i:0;a:1:{s:40:\"body .is-layout-constrained > .alignwide\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:45:\"max-width:var(--wp--style--global--wide-size)\";}}i:11;a:2:{i:0;a:1:{s:20:\"body .is-layout-flex\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:12;a:2:{i:0;a:1:{s:20:\"body .is-layout-flex\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:14:\"flex-wrap:wrap\";i:1;s:18:\"align-items:center\";}}i:13;a:2:{i:0;a:1:{s:24:\"body .is-layout-flex > *\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:14;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:15;a:2:{i:0;a:1:{s:36:\".has-black-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-black-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--black)\";}}i:16;a:2:{i:0;a:1:{s:47:\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-cyan-bluish-gray-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:17;a:2:{i:0;a:1:{s:36:\".has-white-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-white-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--white)\";}}i:18;a:2:{i:0;a:1:{s:40:\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-pale-pink-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--pale-pink)\";}}i:19;a:2:{i:0;a:1:{s:40:\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-vivid-red-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--vivid-red)\";}}i:20;a:2:{i:0;a:1:{s:52:\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-luminous-vivid-orange-color\";}}}i:1;a:1:{i:0;s:53:\"color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:21;a:2:{i:0;a:1:{s:51:\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-luminous-vivid-amber-color\";}}}i:1;a:1:{i:0;s:52:\"color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:22;a:2:{i:0;a:1:{s:47:\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-light-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--light-green-cyan)\";}}i:23;a:2:{i:0;a:1:{s:47:\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--vivid-green-cyan)\";}}i:24;a:2:{i:0;a:1:{s:45:\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:24:\"has-pale-cyan-blue-color\";}}}i:1;a:1:{i:0;s:46:\"color:var(--wp--preset--color--pale-cyan-blue)\";}}i:25;a:2:{i:0;a:1:{s:46:\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:25:\"has-vivid-cyan-blue-color\";}}}i:1;a:1:{i:0;s:47:\"color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:26;a:2:{i:0;a:1:{s:43:\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-vivid-purple-color\";}}}i:1;a:1:{i:0;s:44:\"color:var(--wp--preset--color--vivid-purple)\";}}i:27;a:2:{i:0;a:1:{s:47:\".has-black-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-black-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--black)\";}}i:28;a:2:{i:0;a:1:{s:58:\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-cyan-bluish-gray-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:29;a:2:{i:0;a:1:{s:47:\".has-white-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-white-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--white)\";}}i:30;a:2:{i:0;a:1:{s:51:\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-pale-pink-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--pale-pink)\";}}i:31;a:2:{i:0;a:1:{s:51:\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-vivid-red-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--vivid-red)\";}}i:32;a:2:{i:0;a:1:{s:63:\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-luminous-vivid-orange-background-color\";}}}i:1;a:1:{i:0;s:64:\"background-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:33;a:2:{i:0;a:1:{s:62:\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:41:\"has-luminous-vivid-amber-background-color\";}}}i:1;a:1:{i:0;s:63:\"background-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:34;a:2:{i:0;a:1:{s:58:\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-light-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--light-green-cyan)\";}}i:35;a:2:{i:0;a:1:{s:58:\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-vivid-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:36;a:2:{i:0;a:1:{s:56:\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-pale-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:57:\"background-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:37;a:2:{i:0;a:1:{s:57:\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:36:\"has-vivid-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:58:\"background-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:38;a:2:{i:0;a:1:{s:54:\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-purple-background-color\";}}}i:1;a:1:{i:0;s:55:\"background-color:var(--wp--preset--color--vivid-purple)\";}}i:39;a:2:{i:0;a:1:{s:43:\".has-black-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-black-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--black)\";}}i:40;a:2:{i:0;a:1:{s:54:\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-cyan-bluish-gray-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:41;a:2:{i:0;a:1:{s:43:\".has-white-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-white-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--white)\";}}i:42;a:2:{i:0;a:1:{s:47:\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-pale-pink-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--pale-pink)\";}}i:43;a:2:{i:0;a:1:{s:47:\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-red-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--vivid-red)\";}}i:44;a:2:{i:0;a:1:{s:59:\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-luminous-vivid-orange-border-color\";}}}i:1;a:1:{i:0;s:60:\"border-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:45;a:2:{i:0;a:1:{s:58:\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-vivid-amber-border-color\";}}}i:1;a:1:{i:0;s:59:\"border-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:46;a:2:{i:0;a:1:{s:54:\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-light-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--light-green-cyan)\";}}i:47;a:2:{i:0;a:1:{s:54:\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:48;a:2:{i:0;a:1:{s:52:\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-pale-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:53:\"border-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:49;a:2:{i:0;a:1:{s:53:\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-vivid-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:54:\"border-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:50;a:2:{i:0;a:1:{s:50:\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:29:\"has-vivid-purple-border-color\";}}}i:1;a:1:{i:0;s:51:\"border-color:var(--wp--preset--color--vivid-purple)\";}}i:51;a:2:{i:0;a:1:{s:76:\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:55:\"has-vivid-cyan-blue-to-vivid-purple-gradient-background\";}}}i:1;a:1:{i:0;s:71:\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\";}}i:52;a:2:{i:0;a:1:{s:81:\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:60:\"has-light-green-cyan-to-vivid-green-cyan-gradient-background\";}}}i:1;a:1:{i:0;s:76:\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\";}}i:53;a:2:{i:0;a:1:{s:90:\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:69:\"has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background\";}}}i:1;a:1:{i:0;s:85:\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\";}}i:54;a:2:{i:0;a:1:{s:79:\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:58:\"has-luminous-vivid-orange-to-vivid-red-gradient-background\";}}}i:1;a:1:{i:0;s:74:\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\";}}i:55;a:2:{i:0;a:1:{s:80:\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:59:\"has-very-light-gray-to-cyan-bluish-gray-gradient-background\";}}}i:1;a:1:{i:0;s:75:\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\";}}i:56;a:2:{i:0;a:1:{s:66:\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:45:\"has-cool-to-warm-spectrum-gradient-background\";}}}i:1;a:1:{i:0;s:61:\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\";}}i:57;a:2:{i:0;a:1:{s:63:\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-blush-light-purple-gradient-background\";}}}i:1;a:1:{i:0;s:58:\"background:var(--wp--preset--gradient--blush-light-purple)\";}}i:58;a:2:{i:0;a:1:{s:59:\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-blush-bordeaux-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--blush-bordeaux)\";}}i:59;a:2:{i:0;a:1:{s:58:\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-dusk-gradient-background\";}}}i:1;a:1:{i:0;s:53:\"background:var(--wp--preset--gradient--luminous-dusk)\";}}i:60;a:2:{i:0;a:1:{s:55:\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:34:\"has-pale-ocean-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:var(--wp--preset--gradient--pale-ocean)\";}}i:61;a:2:{i:0;a:1:{s:59:\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-electric-grass-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--electric-grass)\";}}i:62;a:2:{i:0;a:1:{s:53:\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-midnight-gradient-background\";}}}i:1;a:1:{i:0;s:48:\"background:var(--wp--preset--gradient--midnight)\";}}i:63;a:2:{i:0;a:1:{s:40:\".has-small-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-small-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--small)\";}}i:64;a:2:{i:0;a:1:{s:41:\".has-medium-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"has-medium-font-size\";}}}i:1;a:1:{i:0;s:46:\"font-size:var(--wp--preset--font-size--medium)\";}}i:65;a:2:{i:0;a:1:{s:40:\".has-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-large-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--large)\";}}i:66;a:2:{i:0;a:1:{s:42:\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"has-x-large-font-size\";}}}i:1;a:1:{i:0;s:47:\"font-size:var(--wp--preset--font-size--x-large)\";}}i:67;a:2:{i:0;a:1:{s:54:\".wp-block-navigation a:where(:not(.wp-element-button))\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:68;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:69;a:2:{i:0;a:1:{s:19:\".wp-block-pullquote\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}}}i:1;a:2:{i:0;s:15:\"font-size:1.5em\";i:1;s:15:\"line-height:1.6\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"07b4e9d72544aafbe43bcf61c9da0751\";s:10:\"parse_time\";d:0.023128032684326172;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4644, '_site_transient_timeout_browser_6c4de18bcb869a62dde62aadf067dddd', '1687540871', 'no'),
(4645, '_site_transient_browser_6c4de18bcb869a62dde62aadf067dddd', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"114.0.0.0\";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'),
(4646, '_site_transient_timeout_php_check_f9b25a35946393ab2b3328e72e3e778a', '1687540873', 'no'),
(4647, '_site_transient_php_check_f9b25a35946393ab2b3328e72e3e778a', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(4664, '_transient_timeout_amp-parsed-stylesheet-v39-51d017cf515bcce95b289f9d8ef48899', '1689528134', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4665, '_transient_amp-parsed-stylesheet-v39-51d017cf515bcce95b289f9d8ef48899', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:286:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:117:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:115:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:115:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"ecc067194a4996cc3772e72a17091172\";s:10:\"parse_time\";d:0.6824171543121338;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:83:\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/fonts/Lato-Regular.woff2\";}}', 'no'),
(4666, '_transient_timeout_amp-parsed-stylesheet-v39-5053eccae340b2c02ed89059b711472b', '1689528134', 'no'),
(4667, '_transient_amp-parsed-stylesheet-v39-5053eccae340b2c02ed89059b711472b', 'a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:37:\".widget-customizer-highlighted-widget\";a:1:{i:1;a:1:{i:0;s:36:\"widget-customizer-highlighted-widget\";}}}i:1;a:5:{i:0;s:12:\"outline:none\";i:1;s:46:\"-webkit-box-shadow:0 0 2px rgba(30,140,190,.8)\";i:2;s:38:\"box-shadow:0 0 2px rgba(30,140,190,.8)\";i:3;s:17:\"position:relative\";i:4;s:9:\"z-index:1\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"63654b7b6c518f9e160c33926e37137c\";s:10:\"parse_time\";d:0.0013260841369628906;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4668, '_transient_timeout_amp-parsed-stylesheet-v39-3d76848b9e924b7501a5886d40e2948a', '1689528134', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4669, '_transient_amp-parsed-stylesheet-v39-3d76848b9e924b7501a5886d40e2948a', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.008394956588745117;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4670, '_transient_timeout_amp-parsed-stylesheet-v39-c6e7f39df3f4c5efb96b17b1ad246979', '1689528134', 'no'),
(4671, '_transient_amp-parsed-stylesheet-v39-c6e7f39df3f4c5efb96b17b1ad246979', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.040364980697631836;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4672, '_transient_timeout_amp-parsed-stylesheet-v39-7372db69e83ab9be1888b06cec51b819', '1689528134', 'no'),
(4673, '_transient_amp-parsed-stylesheet-v39-7372db69e83ab9be1888b06cec51b819', 'a:8:{s:6:\"tokens\";a:70:{i:0;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:48:{i:0;s:31:\"--wp--preset--color--black:#000\";i:1;s:45:\"--wp--preset--color--cyan-bluish-gray:#abb8c3\";i:2;s:31:\"--wp--preset--color--white:#fff\";i:3;s:38:\"--wp--preset--color--pale-pink:#f78da7\";i:4;s:38:\"--wp--preset--color--vivid-red:#cf2e2e\";i:5;s:50:\"--wp--preset--color--luminous-vivid-orange:#ff6900\";i:6;s:49:\"--wp--preset--color--luminous-vivid-amber:#fcb900\";i:7;s:45:\"--wp--preset--color--light-green-cyan:#7bdcb5\";i:8;s:45:\"--wp--preset--color--vivid-green-cyan:#00d084\";i:9;s:43:\"--wp--preset--color--pale-cyan-blue:#8ed1fc\";i:10;s:44:\"--wp--preset--color--vivid-cyan-blue:#0693e3\";i:11;s:41:\"--wp--preset--color--vivid-purple:#9b51e0\";i:12;s:113:\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\";i:13;s:108:\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\";i:14;s:137:\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\";i:15;s:116:\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\";i:16;s:104:\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\";i:17;s:141:\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\";i:18;s:90:\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\";i:19;s:98:\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\";i:20;s:97:\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\";i:21;s:94:\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\";i:22;s:86:\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\";i:23;s:80:\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\";i:24;s:71:\"--wp--preset--duotone--dark-grayscale:url(\"#wp-duotone-dark-grayscale\")\";i:25;s:61:\"--wp--preset--duotone--grayscale:url(\"#wp-duotone-grayscale\")\";i:26;s:69:\"--wp--preset--duotone--purple-yellow:url(\"#wp-duotone-purple-yellow\")\";i:27;s:59:\"--wp--preset--duotone--blue-red:url(\"#wp-duotone-blue-red\")\";i:28;s:59:\"--wp--preset--duotone--midnight:url(\"#wp-duotone-midnight\")\";i:29;s:71:\"--wp--preset--duotone--magenta-yellow:url(\"#wp-duotone-magenta-yellow\")\";i:30;s:67:\"--wp--preset--duotone--purple-green:url(\"#wp-duotone-purple-green\")\";i:31;s:65:\"--wp--preset--duotone--blue-orange:url(\"#wp-duotone-blue-orange\")\";i:32;s:35:\"--wp--preset--font-size--small:13px\";i:33;s:36:\"--wp--preset--font-size--medium:20px\";i:34;s:35:\"--wp--preset--font-size--large:36px\";i:35;s:37:\"--wp--preset--font-size--x-large:42px\";i:36;s:32:\"--wp--preset--spacing--20:.44rem\";i:37;s:32:\"--wp--preset--spacing--30:.67rem\";i:38;s:30:\"--wp--preset--spacing--40:1rem\";i:39;s:32:\"--wp--preset--spacing--50:1.5rem\";i:40;s:33:\"--wp--preset--spacing--60:2.25rem\";i:41;s:33:\"--wp--preset--spacing--70:3.38rem\";i:42;s:33:\"--wp--preset--spacing--80:5.06rem\";i:43;s:56:\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\";i:44;s:56:\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\";i:45;s:54:\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\";i:46;s:89:\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\";i:47;s:53:\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\";}}i:1;a:2:{i:0;a:1:{s:23:\":where(.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:8:\"gap:.5em\";}}i:2;a:2:{i:0;a:1:{s:33:\"body .is-layout-flow > .alignleft\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:3;a:2:{i:0;a:1:{s:34:\"body .is-layout-flow > .alignright\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:4;a:2:{i:0;a:1:{s:57:\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:5;a:2:{i:0;a:1:{s:40:\"body .is-layout-constrained > .alignleft\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:6;a:2:{i:0;a:1:{s:41:\"body .is-layout-constrained > .alignright\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:7;a:2:{i:0;a:1:{s:64:\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:8;a:2:{i:0;a:1:{s:87:\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\";a:2:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:48:\"max-width:var(--wp--style--global--content-size)\";}}i:9;a:2:{i:0;a:1:{s:109:\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:10;a:2:{i:0;a:1:{s:40:\"body .is-layout-constrained > .alignwide\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:45:\"max-width:var(--wp--style--global--wide-size)\";}}i:11;a:2:{i:0;a:1:{s:20:\"body .is-layout-flex\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:12;a:2:{i:0;a:1:{s:20:\"body .is-layout-flex\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:14:\"flex-wrap:wrap\";i:1;s:18:\"align-items:center\";}}i:13;a:2:{i:0;a:1:{s:24:\"body .is-layout-flex > *\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:14;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:15;a:2:{i:0;a:1:{s:36:\".has-black-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-black-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--black)\";}}i:16;a:2:{i:0;a:1:{s:47:\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-cyan-bluish-gray-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:17;a:2:{i:0;a:1:{s:36:\".has-white-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-white-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--white)\";}}i:18;a:2:{i:0;a:1:{s:40:\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-pale-pink-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--pale-pink)\";}}i:19;a:2:{i:0;a:1:{s:40:\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-vivid-red-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--vivid-red)\";}}i:20;a:2:{i:0;a:1:{s:52:\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-luminous-vivid-orange-color\";}}}i:1;a:1:{i:0;s:53:\"color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:21;a:2:{i:0;a:1:{s:51:\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-luminous-vivid-amber-color\";}}}i:1;a:1:{i:0;s:52:\"color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:22;a:2:{i:0;a:1:{s:47:\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-light-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--light-green-cyan)\";}}i:23;a:2:{i:0;a:1:{s:47:\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--vivid-green-cyan)\";}}i:24;a:2:{i:0;a:1:{s:45:\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:24:\"has-pale-cyan-blue-color\";}}}i:1;a:1:{i:0;s:46:\"color:var(--wp--preset--color--pale-cyan-blue)\";}}i:25;a:2:{i:0;a:1:{s:46:\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:25:\"has-vivid-cyan-blue-color\";}}}i:1;a:1:{i:0;s:47:\"color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:26;a:2:{i:0;a:1:{s:43:\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-vivid-purple-color\";}}}i:1;a:1:{i:0;s:44:\"color:var(--wp--preset--color--vivid-purple)\";}}i:27;a:2:{i:0;a:1:{s:47:\".has-black-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-black-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--black)\";}}i:28;a:2:{i:0;a:1:{s:58:\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-cyan-bluish-gray-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:29;a:2:{i:0;a:1:{s:47:\".has-white-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-white-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--white)\";}}i:30;a:2:{i:0;a:1:{s:51:\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-pale-pink-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--pale-pink)\";}}i:31;a:2:{i:0;a:1:{s:51:\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-vivid-red-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--vivid-red)\";}}i:32;a:2:{i:0;a:1:{s:63:\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-luminous-vivid-orange-background-color\";}}}i:1;a:1:{i:0;s:64:\"background-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:33;a:2:{i:0;a:1:{s:62:\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:41:\"has-luminous-vivid-amber-background-color\";}}}i:1;a:1:{i:0;s:63:\"background-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:34;a:2:{i:0;a:1:{s:58:\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-light-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--light-green-cyan)\";}}i:35;a:2:{i:0;a:1:{s:58:\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-vivid-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:36;a:2:{i:0;a:1:{s:56:\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-pale-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:57:\"background-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:37;a:2:{i:0;a:1:{s:57:\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:36:\"has-vivid-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:58:\"background-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:38;a:2:{i:0;a:1:{s:54:\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-purple-background-color\";}}}i:1;a:1:{i:0;s:55:\"background-color:var(--wp--preset--color--vivid-purple)\";}}i:39;a:2:{i:0;a:1:{s:43:\".has-black-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-black-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--black)\";}}i:40;a:2:{i:0;a:1:{s:54:\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-cyan-bluish-gray-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:41;a:2:{i:0;a:1:{s:43:\".has-white-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-white-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--white)\";}}i:42;a:2:{i:0;a:1:{s:47:\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-pale-pink-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--pale-pink)\";}}i:43;a:2:{i:0;a:1:{s:47:\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-red-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--vivid-red)\";}}i:44;a:2:{i:0;a:1:{s:59:\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-luminous-vivid-orange-border-color\";}}}i:1;a:1:{i:0;s:60:\"border-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:45;a:2:{i:0;a:1:{s:58:\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-vivid-amber-border-color\";}}}i:1;a:1:{i:0;s:59:\"border-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:46;a:2:{i:0;a:1:{s:54:\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-light-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--light-green-cyan)\";}}i:47;a:2:{i:0;a:1:{s:54:\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:48;a:2:{i:0;a:1:{s:52:\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-pale-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:53:\"border-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:49;a:2:{i:0;a:1:{s:53:\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-vivid-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:54:\"border-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:50;a:2:{i:0;a:1:{s:50:\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:29:\"has-vivid-purple-border-color\";}}}i:1;a:1:{i:0;s:51:\"border-color:var(--wp--preset--color--vivid-purple)\";}}i:51;a:2:{i:0;a:1:{s:76:\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:55:\"has-vivid-cyan-blue-to-vivid-purple-gradient-background\";}}}i:1;a:1:{i:0;s:71:\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\";}}i:52;a:2:{i:0;a:1:{s:81:\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:60:\"has-light-green-cyan-to-vivid-green-cyan-gradient-background\";}}}i:1;a:1:{i:0;s:76:\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\";}}i:53;a:2:{i:0;a:1:{s:90:\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:69:\"has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background\";}}}i:1;a:1:{i:0;s:85:\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\";}}i:54;a:2:{i:0;a:1:{s:79:\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:58:\"has-luminous-vivid-orange-to-vivid-red-gradient-background\";}}}i:1;a:1:{i:0;s:74:\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\";}}i:55;a:2:{i:0;a:1:{s:80:\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:59:\"has-very-light-gray-to-cyan-bluish-gray-gradient-background\";}}}i:1;a:1:{i:0;s:75:\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\";}}i:56;a:2:{i:0;a:1:{s:66:\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:45:\"has-cool-to-warm-spectrum-gradient-background\";}}}i:1;a:1:{i:0;s:61:\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\";}}i:57;a:2:{i:0;a:1:{s:63:\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-blush-light-purple-gradient-background\";}}}i:1;a:1:{i:0;s:58:\"background:var(--wp--preset--gradient--blush-light-purple)\";}}i:58;a:2:{i:0;a:1:{s:59:\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-blush-bordeaux-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--blush-bordeaux)\";}}i:59;a:2:{i:0;a:1:{s:58:\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-dusk-gradient-background\";}}}i:1;a:1:{i:0;s:53:\"background:var(--wp--preset--gradient--luminous-dusk)\";}}i:60;a:2:{i:0;a:1:{s:55:\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:34:\"has-pale-ocean-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:var(--wp--preset--gradient--pale-ocean)\";}}i:61;a:2:{i:0;a:1:{s:59:\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-electric-grass-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--electric-grass)\";}}i:62;a:2:{i:0;a:1:{s:53:\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-midnight-gradient-background\";}}}i:1;a:1:{i:0;s:48:\"background:var(--wp--preset--gradient--midnight)\";}}i:63;a:2:{i:0;a:1:{s:40:\".has-small-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-small-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--small)\";}}i:64;a:2:{i:0;a:1:{s:41:\".has-medium-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"has-medium-font-size\";}}}i:1;a:1:{i:0;s:46:\"font-size:var(--wp--preset--font-size--medium)\";}}i:65;a:2:{i:0;a:1:{s:40:\".has-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-large-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--large)\";}}i:66;a:2:{i:0;a:1:{s:42:\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"has-x-large-font-size\";}}}i:1;a:1:{i:0;s:47:\"font-size:var(--wp--preset--font-size--x-large)\";}}i:67;a:2:{i:0;a:1:{s:54:\".wp-block-navigation a:where(:not(.wp-element-button))\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:68;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:69;a:2:{i:0;a:1:{s:19:\".wp-block-pullquote\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}}}i:1;a:2:{i:0;s:15:\"font-size:1.5em\";i:1;s:15:\"line-height:1.6\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"07b4e9d72544aafbe43bcf61c9da0751\";s:10:\"parse_time\";d:0.041357994079589844;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4674, '_transient_timeout_amp-parsed-stylesheet-v39-b7f8953ed18bd2abf9db698238d219b5', '1689528134', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4675, '_transient_amp-parsed-stylesheet-v39-b7f8953ed18bd2abf9db698238d219b5', 'a:8:{s:6:\"tokens\";a:110:{i:0;a:2:{i:0;a:1:{s:15:\".mejs-offscreen\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-offscreen\";}}}i:1;a:11:{i:0;s:8:\"border:0\";i:1;s:26:\"clip:rect(1px,1px,1px,1px)\";i:2;s:28:\"-webkit-clip-path:inset(50%)\";i:3;s:20:\"clip-path:inset(50%)\";i:4;s:10:\"height:1px\";i:5;s:11:\"margin:-1px\";i:6;s:15:\"overflow:hidden\";i:7;s:9:\"padding:0\";i:8;s:17:\"position:absolute\";i:9;s:9:\"width:1px\";i:10;s:16:\"word-wrap:normal\";}}i:1;a:2:{i:0;a:1:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:6:{i:0;s:15:\"background:#000\";i:1;s:33:\"font-family:Helvetica,Arial,serif\";i:2;s:17:\"position:relative\";i:3;s:15:\"text-align:left\";i:4;s:13:\"text-indent:0\";i:5;s:18:\"vertical-align:top\";}}i:2;a:2:{i:0;a:2:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}s:17:\".mejs-container *\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:3;a:2:{i:0;a:8:{s:49:\".mejs-container amp-video::-webkit-media-controls\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:51:\".mejs-container amp-youtube::-webkit-media-controls\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:55:\".mejs-container amp-video::-webkit-media-controls-panel\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\".mejs-container amp-youtube::-webkit-media-controls-panel\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:65:\".mejs-container amp-video::-webkit-media-controls-panel-container\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:67:\".mejs-container amp-youtube::-webkit-media-controls-panel-container\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:71:\".mejs-container amp-video::-webkit-media-controls-start-playback-button\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:73:\".mejs-container amp-youtube::-webkit-media-controls-start-playback-button\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:23:\"-webkit-appearance:none\";}}i:4;a:2:{i:0;a:8:{s:71:\".mejs-container amp-video::-webkit-media-controls:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:73:\".mejs-container amp-youtube::-webkit-media-controls:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:77:\".mejs-container amp-video::-webkit-media-controls-panel:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:79:\".mejs-container amp-youtube::-webkit-media-controls-panel:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:87:\".mejs-container amp-video::-webkit-media-controls-panel-container:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:89:\".mejs-container amp-youtube::-webkit-media-controls-panel-container:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:93:\".mejs-container amp-video::-webkit-media-controls-start-playback-button:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:95:\".mejs-container amp-youtube::-webkit-media-controls-start-playback-button:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:5;a:2:{i:0;a:2:{s:20:\".mejs-fill-container\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-fill-container\";}}s:36:\".mejs-fill-container .mejs-container\";a:1:{i:1;a:2:{i:0;s:19:\"mejs-fill-container\";i:1;s:14:\"mejs-container\";}}}i:1;a:2:{i:0;s:11:\"height:100%\";i:1;s:10:\"width:100%\";}}i:6;a:2:{i:0;a:1:{s:20:\".mejs-fill-container\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-fill-container\";}}}i:1;a:4:{i:0;s:22:\"background:transparent\";i:1;s:13:\"margin:0 auto\";i:2;s:15:\"overflow:hidden\";i:3;s:17:\"position:relative\";}}i:7;a:2:{i:0;a:1:{s:21:\".mejs-container:focus\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:8;a:2:{i:0;a:1:{s:20:\".mejs-iframe-overlay\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-iframe-overlay\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:17:\"position:absolute\";i:2;s:10:\"width:100%\";}}i:9;a:2:{i:0;a:2:{s:11:\".mejs-embed\";a:1:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}}s:16:\".mejs-embed body\";a:2:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:15:\"background:#000\";i:1;s:11:\"height:100%\";i:2;s:8:\"margin:0\";i:3;s:15:\"overflow:hidden\";i:4;s:9:\"padding:0\";i:5;s:10:\"width:100%\";}}i:10;a:2:{i:0;a:1:{s:36:\".mejs-fullscreen:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-fullscreen\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:11;a:2:{i:0;a:1:{s:26:\".mejs-container-fullscreen\";a:1:{i:1;a:1:{i:0;s:25:\"mejs-container-fullscreen\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:6:\"left:0\";i:2;s:15:\"overflow:hidden\";i:3;s:14:\"position:fixed\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";i:6;s:12:\"z-index:1000\";}}i:12;a:2:{i:0;a:3:{s:65:\".mejs-container-fullscreen .mejs-mediaelement:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:25:\"mejs-container-fullscreen\";i:1;s:17:\"mejs-mediaelement\";}}s:58:\".mejs-container-fullscreen amp-video:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:25:\"mejs-container-fullscreen\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:60:\".mejs-container-fullscreen amp-youtube:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:25:\"mejs-container-fullscreen\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:11:\"height:100%\";i:1;s:10:\"width:100%\";}}i:13;a:2:{i:0;a:2:{s:16:\".mejs-background\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-background\";}}s:18:\".mejs-mediaelement\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-mediaelement\";}}}i:1;a:3:{i:0;s:6:\"left:0\";i:1;s:17:\"position:absolute\";i:2;s:5:\"top:0\";}}i:14;a:2:{i:0;a:1:{s:18:\".mejs-mediaelement\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-mediaelement\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:10:\"width:100%\";i:2;s:9:\"z-index:0\";}}i:15;a:2:{i:0;a:1:{s:12:\".mejs-poster\";a:1:{i:1;a:1:{i:0;s:11:\"mejs-poster\";}}}i:1;a:7:{i:0;s:27:\"background-position:50% 50%\";i:1;s:27:\"background-repeat:no-repeat\";i:2;s:21:\"background-size:cover\";i:3;s:6:\"left:0\";i:4;s:17:\"position:absolute\";i:5;s:5:\"top:0\";i:6;s:9:\"z-index:1\";}}i:16;a:2:{i:0;a:1:{s:22:\":root .mejs-poster-img\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-poster-img\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:17;a:2:{i:0;a:1:{s:16:\".mejs-poster-img\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-poster-img\";}}}i:1;a:2:{i:0;s:8:\"border:0\";i:1;s:9:\"padding:0\";}}i:18;a:2:{i:0;a:1:{s:13:\".mejs-overlay\";a:1:{i:1;a:1:{i:0;s:12:\"mejs-overlay\";}}}i:1;a:15:{i:0;s:24:\"-webkit-box-align:center\";i:1;s:26:\"-webkit-align-items:center\";i:2;s:21:\"-ms-flex-align:center\";i:3;s:18:\"align-items:center\";i:4;s:19:\"display:-webkit-box\";i:5;s:20:\"display:-webkit-flex\";i:6;s:19:\"display:-ms-flexbox\";i:7;s:12:\"display:flex\";i:8;s:23:\"-webkit-box-pack:center\";i:9;s:30:\"-webkit-justify-content:center\";i:10;s:20:\"-ms-flex-pack:center\";i:11;s:22:\"justify-content:center\";i:12;s:6:\"left:0\";i:13;s:17:\"position:absolute\";i:14;s:5:\"top:0\";}}i:19;a:2:{i:0;a:1:{s:11:\".mejs-layer\";a:1:{i:1;a:1:{i:0;s:10:\"mejs-layer\";}}}i:1;a:1:{i:0;s:9:\"z-index:1\";}}i:20;a:2:{i:0;a:1:{s:18:\".mejs-overlay-play\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-overlay-play\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:21;a:2:{i:0;a:1:{s:20:\".mejs-overlay-button\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-overlay-button\";}}}i:1;a:4:{i:0;s:103:\"background:url(\"http://localhost/bonus288.com/wp-includes/js/mediaelement/mejs-controls.svg\") no-repeat\";i:1;s:27:\"background-position:0 -39px\";i:2;s:11:\"height:80px\";i:3;s:10:\"width:80px\";}}i:22;a:2:{i:0;a:1:{s:40:\".mejs-overlay:hover>.mejs-overlay-button\";a:1:{i:1;a:2:{i:0;s:12:\"mejs-overlay\";i:1;s:19:\"mejs-overlay-button\";}}}i:1;a:1:{i:0;s:31:\"background-position:-80px -39px\";}}i:23;a:2:{i:0;a:1:{s:21:\".mejs-overlay-loading\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-overlay-loading\";}}}i:1;a:2:{i:0;s:11:\"height:80px\";i:1;s:10:\"width:80px\";}}i:24;a:2:{i:0;a:1:{s:28:\".mejs-overlay-loading-bg-img\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-overlay-loading-bg-img\";}}}i:1;a:7:{i:0;s:38:\"-webkit-animation:a 1s linear infinite\";i:1;s:30:\"animation:a 1s linear infinite\";i:2;s:128:\"background:transparent url(\"http://localhost/bonus288.com/wp-includes/js/mediaelement/mejs-controls.svg\") -160px -40px no-repeat\";i:3;s:13:\"display:block\";i:4;s:11:\"height:80px\";i:5;s:10:\"width:80px\";i:6;s:9:\"z-index:1\";}}i:25;s:21:\"@-webkit-keyframes a{\";i:26;s:59:\"to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}\";i:27;s:14:\"}@keyframes a{\";i:28;s:59:\"to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}\";i:29;s:1:\"}\";i:30;a:2:{i:0;a:1:{s:14:\".mejs-controls\";a:1:{i:1;a:1:{i:0;s:13:\"mejs-controls\";}}}i:1;a:13:{i:0;s:8:\"bottom:0\";i:1;s:19:\"display:-webkit-box\";i:2;s:20:\"display:-webkit-flex\";i:3;s:19:\"display:-ms-flexbox\";i:4;s:12:\"display:flex\";i:5;s:11:\"height:40px\";i:6;s:6:\"left:0\";i:7;s:20:\"list-style-type:none\";i:8;s:8:\"margin:0\";i:9;s:14:\"padding:0 10px\";i:10;s:17:\"position:absolute\";i:11;s:10:\"width:100%\";i:12;s:9:\"z-index:3\";}}i:31;a:2:{i:0;a:1:{s:62:\".mejs-controls:not([data-amp-original-style*=\"display: none\"])\";a:1:{i:1;a:1:{i:0;s:13:\"mejs-controls\";}}}i:1;a:3:{i:0;s:27:\"background:rgba(255,0,0,.7)\";i:1;s:63:\"background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35))\";i:2;s:55:\"background:linear-gradient(transparent,rgba(0,0,0,.35))\";}}i:32;a:2:{i:0;a:3:{s:12:\".mejs-button\";a:1:{i:1;a:1:{i:0;s:11:\"mejs-button\";}}s:10:\".mejs-time\";a:1:{i:1;a:1:{i:0;s:9:\"mejs-time\";}}s:15:\".mejs-time-rail\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-time-rail\";}}}i:1;a:5:{i:0;s:14:\"font-size:10px\";i:1;s:11:\"height:40px\";i:2;s:16:\"line-height:10px\";i:3;s:8:\"margin:0\";i:4;s:10:\"width:32px\";}}i:33;a:2:{i:0;a:1:{s:19:\".mejs-button>button\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:13:{i:0;s:105:\"background:transparent url(\"http://localhost/bonus288.com/wp-includes/js/mediaelement/mejs-controls.svg\")\";i:1;s:8:\"border:0\";i:2;s:14:\"cursor:pointer\";i:3;s:13:\"display:block\";i:4;s:11:\"font-size:0\";i:5;s:11:\"height:20px\";i:6;s:13:\"line-height:0\";i:7;s:15:\"margin:10px 6px\";i:8;s:15:\"overflow:hidden\";i:9;s:9:\"padding:0\";i:10;s:17:\"position:absolute\";i:11;s:20:\"text-decoration:none\";i:12;s:10:\"width:20px\";}}i:34;a:2:{i:0;a:1:{s:25:\".mejs-button>button:focus\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:23:\"outline:1px dotted #999\";}}i:35;a:2:{i:0;a:6:{s:47:\".mejs-container-keyboard-inactive [role=slider]\";a:2:{i:3;a:1:{i:0;s:4:\"role\";}i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}}s:53:\".mejs-container-keyboard-inactive [role=slider]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"role\";}i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}}s:35:\".mejs-container-keyboard-inactive a\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:1:\"a\";}}s:41:\".mejs-container-keyboard-inactive a:focus\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:1:\"a\";}}s:40:\".mejs-container-keyboard-inactive button\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:6:\"button\";}}s:46:\".mejs-container-keyboard-inactive button:focus\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:36;a:2:{i:0;a:1:{s:10:\".mejs-time\";a:1:{i:1;a:1:{i:0;s:9:\"mejs-time\";}}}i:1;a:9:{i:0;s:22:\"box-sizing:content-box\";i:1;s:10:\"color:#fff\";i:2;s:14:\"font-size:11px\";i:3;s:15:\"font-weight:700\";i:4;s:11:\"height:24px\";i:5;s:15:\"overflow:hidden\";i:6;s:18:\"padding:16px 6px 0\";i:7;s:17:\"text-align:center\";i:8;s:10:\"width:auto\";}}i:37;a:2:{i:0;a:1:{s:17:\".mejs-play>button\";a:2:{i:1;a:1:{i:0;s:9:\"mejs-play\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:23:\"background-position:0 0\";}}i:38;a:2:{i:0;a:1:{s:18:\".mejs-pause>button\";a:2:{i:1;a:1:{i:0;s:10:\"mejs-pause\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-20px 0\";}}i:39;a:2:{i:0;a:1:{s:19:\".mejs-replay>button\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-replay\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-160px 0\";}}i:40;a:2:{i:0;a:1:{s:15:\".mejs-time-rail\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-time-rail\";}}}i:1;a:9:{i:0;s:13:\"direction:ltr\";i:1;s:18:\"-webkit-box-flex:1\";i:2;s:19:\"-webkit-flex-grow:1\";i:3;s:19:\"-ms-flex-positive:1\";i:4;s:11:\"flex-grow:1\";i:5;s:11:\"height:40px\";i:6;s:13:\"margin:0 10px\";i:7;s:16:\"padding-top:10px\";i:8;s:17:\"position:relative\";}}i:41;a:2:{i:0;a:9:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}s:18:\".mejs-time-current\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-current\";}}s:16:\".mejs-time-float\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-float\";}}s:23:\".mejs-time-float-corner\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-time-float-corner\";}}s:24:\".mejs-time-float-current\";a:1:{i:1;a:1:{i:0;s:23:\"mejs-time-float-current\";}}s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}s:17:\".mejs-time-loaded\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-loaded\";}}s:17:\".mejs-time-marker\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-marker\";}}s:16:\".mejs-time-total\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-total\";}}}i:1;a:5:{i:0;s:17:\"border-radius:2px\";i:1;s:14:\"cursor:pointer\";i:2;s:13:\"display:block\";i:3;s:11:\"height:10px\";i:4;s:17:\"position:absolute\";}}i:42;a:2:{i:0;a:1:{s:16:\".mejs-time-total\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-total\";}}}i:1;a:3:{i:0;s:29:\"background:hsla(0,0%,100%,.3)\";i:1;s:14:\"margin:5px 0 0\";i:2;s:10:\"width:100%\";}}i:43;a:2:{i:0;a:1:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}}i:1;a:6:{i:0;s:38:\"-webkit-animation:b 2s linear infinite\";i:1;s:30:\"animation:b 2s linear infinite\";i:2;s:165:\"background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent)\";i:3;s:157:\"background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent)\";i:4;s:25:\"background-size:15px 15px\";i:5;s:10:\"width:100%\";}}i:44;s:21:\"@-webkit-keyframes b{\";i:45;s:27:\"0%{background-position:0 0}\";i:46;s:30:\"to{background-position:30px 0}\";i:47;s:14:\"}@keyframes b{\";i:48;s:27:\"0%{background-position:0 0}\";i:49;s:30:\"to{background-position:30px 0}\";i:50;s:1:\"}\";i:51;a:2:{i:0;a:1:{s:17:\".mejs-time-loaded\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-loaded\";}}}i:1;a:1:{i:0;s:29:\"background:hsla(0,0%,100%,.3)\";}}i:52;a:2:{i:0;a:2:{s:18:\".mejs-time-current\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-current\";}}s:25:\".mejs-time-handle-content\";a:1:{i:1;a:1:{i:0;s:24:\"mejs-time-handle-content\";}}}i:1;a:1:{i:0;s:29:\"background:hsla(0,0%,100%,.9)\";}}i:53;a:2:{i:0;a:1:{s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}}i:1;a:2:{i:0;s:29:\"background:hsla(0,0%,100%,.5)\";i:1;s:10:\"z-index:10\";}}i:54;a:2:{i:0;a:1:{s:27:\".mejs-time-hovered.negative\";a:1:{i:1;a:2:{i:0;s:17:\"mejs-time-hovered\";i:1;s:8:\"negative\";}}}i:1;a:1:{i:0;s:25:\"background:rgba(0,0,0,.2)\";}}i:55;a:2:{i:0;a:4:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}s:18:\".mejs-time-current\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-current\";}}s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}s:17:\".mejs-time-loaded\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-loaded\";}}}i:1;a:10:{i:0;s:6:\"left:0\";i:1;s:27:\"-webkit-transform:scaleX(0)\";i:2;s:23:\"-ms-transform:scaleX(0)\";i:3;s:19:\"transform:scaleX(0)\";i:4;s:28:\"-webkit-transform-origin:0 0\";i:5;s:24:\"-ms-transform-origin:0 0\";i:6;s:20:\"transform-origin:0 0\";i:7;s:35:\"-webkit-transition:all .15s ease-in\";i:8;s:27:\"transition:all .15s ease-in\";i:9;s:10:\"width:100%\";}}i:56;a:2:{i:0;a:1:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}}i:1;a:3:{i:0;s:27:\"-webkit-transform:scaleX(1)\";i:1;s:23:\"-ms-transform:scaleX(1)\";i:2;s:19:\"transform:scaleX(1)\";}}i:57;a:2:{i:0;a:1:{s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}}i:1;a:2:{i:0;s:53:\"-webkit-transition:height .1s cubic-bezier(.44,0,1,1)\";i:1;s:45:\"transition:height .1s cubic-bezier(.44,0,1,1)\";}}i:58;a:2:{i:0;a:1:{s:47:\".mejs-time-hovered.no-hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:17:\"mejs-time-hovered\";i:1;s:8:\"no-hover\";}}}i:1;a:3:{i:0;s:27:\"-webkit-transform:scaleX(0)\";i:1;s:23:\"-ms-transform:scaleX(0)\";i:2;s:19:\"transform:scaleX(0)\";}}i:59;a:2:{i:0;a:2:{s:17:\".mejs-time-handle\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-handle\";}}s:25:\".mejs-time-handle-content\";a:1:{i:1;a:1:{i:0;s:24:\"mejs-time-handle-content\";}}}i:1;a:8:{i:0;s:28:\"border:4px solid transparent\";i:1;s:14:\"cursor:pointer\";i:2;s:6:\"left:0\";i:3;s:17:\"position:absolute\";i:4;s:31:\"-webkit-transform:translateX(0)\";i:5;s:27:\"-ms-transform:translateX(0)\";i:6;s:23:\"transform:translateX(0)\";i:7;s:10:\"z-index:11\";}}i:60;a:2:{i:0;a:1:{s:25:\".mejs-time-handle-content\";a:1:{i:1;a:1:{i:0;s:24:\"mejs-time-handle-content\";}}}i:1;a:9:{i:0;s:35:\"border:4px solid hsla(0,0%,100%,.9)\";i:1;s:17:\"border-radius:50%\";i:2;s:11:\"height:10px\";i:3;s:9:\"left:-7px\";i:4;s:8:\"top:-4px\";i:5;s:26:\"-webkit-transform:scale(0)\";i:6;s:22:\"-ms-transform:scale(0)\";i:7;s:18:\"transform:scale(0)\";i:8;s:10:\"width:10px\";}}i:61;a:2:{i:0;a:3:{s:48:\".mejs-time-rail .mejs-time-handle-content:active\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-time-rail\";i:1;s:24:\"mejs-time-handle-content\";}}s:47:\".mejs-time-rail .mejs-time-handle-content:focus\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-time-rail\";i:1;s:24:\"mejs-time-handle-content\";}}s:47:\".mejs-time-rail:hover .mejs-time-handle-content\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-time-rail\";i:1;s:24:\"mejs-time-handle-content\";}}}i:1;a:3:{i:0;s:26:\"-webkit-transform:scale(1)\";i:1;s:22:\"-ms-transform:scale(1)\";i:2;s:18:\"transform:scale(1)\";}}i:62;a:2:{i:0;a:1:{s:16:\".mejs-time-float\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-float\";}}}i:1;a:13:{i:0;s:15:\"background:#eee\";i:1;s:21:\"border:1px solid #333\";i:2;s:11:\"bottom:100%\";i:3;s:10:\"color:#111\";i:4;s:12:\"display:none\";i:5;s:11:\"height:17px\";i:6;s:17:\"margin-bottom:9px\";i:7;s:17:\"position:absolute\";i:8;s:17:\"text-align:center\";i:9;s:34:\"-webkit-transform:translateX(-50%)\";i:10;s:30:\"-ms-transform:translateX(-50%)\";i:11;s:26:\"transform:translateX(-50%)\";i:12;s:10:\"width:36px\";}}i:63;a:2:{i:0;a:1:{s:24:\".mejs-time-float-current\";a:1:{i:1;a:1:{i:0;s:23:\"mejs-time-float-current\";}}}i:1;a:5:{i:0;s:13:\"display:block\";i:1;s:6:\"left:0\";i:2;s:10:\"margin:2px\";i:3;s:17:\"text-align:center\";i:4;s:10:\"width:30px\";}}i:64;a:2:{i:0;a:1:{s:23:\".mejs-time-float-corner\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-time-float-corner\";}}}i:1;a:13:{i:0;s:21:\"border:5px solid #eee\";i:1;s:41:\"border-color:#eee transparent transparent\";i:2;s:15:\"border-radius:0\";i:3;s:13:\"display:block\";i:4;s:8:\"height:0\";i:5;s:8:\"left:50%\";i:6;s:13:\"line-height:0\";i:7;s:17:\"position:absolute\";i:8;s:8:\"top:100%\";i:9;s:34:\"-webkit-transform:translateX(-50%)\";i:10;s:30:\"-ms-transform:translateX(-50%)\";i:11;s:26:\"transform:translateX(-50%)\";i:12;s:7:\"width:0\";}}i:65;a:2:{i:0;a:1:{s:33:\".mejs-long-video .mejs-time-float\";a:1:{i:1;a:2:{i:0;s:15:\"mejs-long-video\";i:1;s:15:\"mejs-time-float\";}}}i:1;a:2:{i:0;s:17:\"margin-left:-23px\";i:1;s:10:\"width:64px\";}}i:66;a:2:{i:0;a:1:{s:41:\".mejs-long-video .mejs-time-float-current\";a:1:{i:1;a:2:{i:0;s:15:\"mejs-long-video\";i:1;s:23:\"mejs-time-float-current\";}}}i:1;a:1:{i:0;s:10:\"width:60px\";}}i:67;a:2:{i:0;a:1:{s:15:\".mejs-broadcast\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-broadcast\";}}}i:1;a:5:{i:0;s:10:\"color:#fff\";i:1;s:11:\"height:10px\";i:2;s:17:\"position:absolute\";i:3;s:8:\"top:15px\";i:4;s:10:\"width:100%\";}}i:68;a:2:{i:0;a:1:{s:30:\".mejs-fullscreen-button>button\";a:2:{i:1;a:1:{i:0;s:22:\"mejs-fullscreen-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-80px 0\";}}i:69;a:2:{i:0;a:1:{s:25:\".mejs-unfullscreen>button\";a:2:{i:1;a:1:{i:0;s:17:\"mejs-unfullscreen\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-100px 0\";}}i:70;a:2:{i:0;a:1:{s:17:\".mejs-mute>button\";a:2:{i:1;a:1:{i:0;s:9:\"mejs-mute\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-60px 0\";}}i:71;a:2:{i:0;a:1:{s:19:\".mejs-unmute>button\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-unmute\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-40px 0\";}}i:72;a:2:{i:0;a:1:{s:19:\".mejs-volume-button\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-button\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:73;a:2:{i:0;a:1:{s:39:\".mejs-volume-button>.mejs-volume-slider\";a:1:{i:1;a:2:{i:0;s:18:\"mejs-volume-button\";i:1;s:18:\"mejs-volume-slider\";}}}i:1;a:14:{i:0;s:34:\"-webkit-backface-visibility:hidden\";i:1;s:28:\"background:rgba(50,50,50,.7)\";i:2;s:15:\"border-radius:0\";i:3;s:11:\"bottom:100%\";i:4;s:12:\"display:none\";i:5;s:12:\"height:115px\";i:6;s:8:\"left:50%\";i:7;s:8:\"margin:0\";i:8;s:17:\"position:absolute\";i:9;s:34:\"-webkit-transform:translateX(-50%)\";i:10;s:30:\"-ms-transform:translateX(-50%)\";i:11;s:26:\"transform:translateX(-50%)\";i:12;s:10:\"width:25px\";i:13;s:9:\"z-index:1\";}}i:74;a:2:{i:0;a:1:{s:25:\".mejs-volume-button:hover\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-button\";}}}i:1;a:1:{i:0;s:25:\"border-radius:0 0 4px 4px\";}}i:75;a:2:{i:0;a:1:{s:18:\".mejs-volume-total\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-volume-total\";}}}i:1;a:10:{i:0;s:29:\"background:hsla(0,0%,100%,.5)\";i:1;s:12:\"height:100px\";i:2;s:8:\"left:50%\";i:3;s:8:\"margin:0\";i:4;s:17:\"position:absolute\";i:5;s:7:\"top:8px\";i:6;s:34:\"-webkit-transform:translateX(-50%)\";i:7;s:30:\"-ms-transform:translateX(-50%)\";i:8;s:26:\"transform:translateX(-50%)\";i:9;s:9:\"width:2px\";}}i:76;a:2:{i:0;a:1:{s:20:\".mejs-volume-current\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-volume-current\";}}}i:1;a:3:{i:0;s:6:\"left:0\";i:1;s:8:\"margin:0\";i:2;s:10:\"width:100%\";}}i:77;a:2:{i:0;a:2:{s:20:\".mejs-volume-current\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-volume-current\";}}s:19:\".mejs-volume-handle\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-handle\";}}}i:1;a:2:{i:0;s:29:\"background:hsla(0,0%,100%,.9)\";i:1;s:17:\"position:absolute\";}}i:78;a:2:{i:0;a:1:{s:19:\".mejs-volume-handle\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-handle\";}}}i:1;a:8:{i:0;s:17:\"border-radius:1px\";i:1;s:16:\"cursor:ns-resize\";i:2;s:10:\"height:6px\";i:3;s:8:\"left:50%\";i:4;s:34:\"-webkit-transform:translateX(-50%)\";i:5;s:30:\"-ms-transform:translateX(-50%)\";i:6;s:26:\"transform:translateX(-50%)\";i:7;s:10:\"width:16px\";}}i:79;a:2:{i:0;a:1:{s:30:\".mejs-horizontal-volume-slider\";a:1:{i:1;a:1:{i:0;s:29:\"mejs-horizontal-volume-slider\";}}}i:1;a:5:{i:0;s:13:\"display:block\";i:1;s:11:\"height:36px\";i:2;s:17:\"position:relative\";i:3;s:21:\"vertical-align:middle\";i:4;s:10:\"width:56px\";}}i:80;a:2:{i:0;a:1:{s:29:\".mejs-horizontal-volume-total\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-horizontal-volume-total\";}}}i:1;a:4:{i:0;s:28:\"background:rgba(50,50,50,.8)\";i:1;s:10:\"height:8px\";i:2;s:8:\"top:16px\";i:3;s:10:\"width:50px\";}}i:81;a:2:{i:0;a:2:{s:31:\".mejs-horizontal-volume-current\";a:1:{i:1;a:1:{i:0;s:30:\"mejs-horizontal-volume-current\";}}s:29:\".mejs-horizontal-volume-total\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-horizontal-volume-total\";}}}i:1;a:6:{i:0;s:17:\"border-radius:2px\";i:1;s:13:\"font-size:1px\";i:2;s:6:\"left:0\";i:3;s:8:\"margin:0\";i:4;s:9:\"padding:0\";i:5;s:17:\"position:absolute\";}}i:82;a:2:{i:0;a:1:{s:31:\".mejs-horizontal-volume-current\";a:1:{i:1;a:1:{i:0;s:30:\"mejs-horizontal-volume-current\";}}}i:1;a:4:{i:0;s:29:\"background:hsla(0,0%,100%,.8)\";i:1;s:11:\"height:100%\";i:2;s:5:\"top:0\";i:3;s:10:\"width:100%\";}}i:83;a:2:{i:0;a:1:{s:30:\".mejs-horizontal-volume-handle\";a:1:{i:1;a:1:{i:0;s:29:\"mejs-horizontal-volume-handle\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:84;a:2:{i:0;a:2:{s:21:\".mejs-captions-button\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-captions-button\";}}s:21:\".mejs-chapters-button\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-chapters-button\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:85;a:2:{i:0;a:1:{s:28:\".mejs-captions-button>button\";a:2:{i:1;a:1:{i:0;s:20:\"mejs-captions-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-140px 0\";}}i:86;a:2:{i:0;a:1:{s:28:\".mejs-chapters-button>button\";a:2:{i:1;a:1:{i:0;s:20:\"mejs-chapters-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-180px 0\";}}i:87;a:2:{i:0;a:2:{s:45:\".mejs-captions-button>.mejs-captions-selector\";a:1:{i:1;a:2:{i:0;s:20:\"mejs-captions-button\";i:1;s:22:\"mejs-captions-selector\";}}s:45:\".mejs-chapters-button>.mejs-chapters-selector\";a:1:{i:1;a:2:{i:0;s:20:\"mejs-chapters-button\";i:1;s:22:\"mejs-chapters-selector\";}}}i:1;a:11:{i:0;s:28:\"background:rgba(50,50,50,.7)\";i:1;s:28:\"border:1px solid transparent\";i:2;s:15:\"border-radius:0\";i:3;s:11:\"bottom:100%\";i:4;s:18:\"margin-right:-43px\";i:5;s:15:\"overflow:hidden\";i:6;s:9:\"padding:0\";i:7;s:17:\"position:absolute\";i:8;s:9:\"right:50%\";i:9;s:18:\"visibility:visible\";i:10;s:10:\"width:86px\";}}i:88;a:2:{i:0;a:1:{s:45:\".mejs-chapters-button>.mejs-chapters-selector\";a:1:{i:1;a:2:{i:0;s:20:\"mejs-chapters-button\";i:1;s:22:\"mejs-chapters-selector\";}}}i:1;a:2:{i:0;s:18:\"margin-right:-55px\";i:1;s:11:\"width:110px\";}}i:89;a:2:{i:0;a:2:{s:28:\".mejs-captions-selector-list\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-captions-selector-list\";}}s:28:\".mejs-chapters-selector-list\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-chapters-selector-list\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:15:\"overflow:hidden\";i:2;s:9:\"padding:0\";}}i:90;a:2:{i:0;a:2:{s:48:\".mejs-captions-selector-list:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-captions-selector-list\";}}s:48:\".mejs-chapters-selector-list:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-chapters-selector-list\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:91;a:2:{i:0;a:2:{s:33:\".mejs-captions-selector-list-item\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-captions-selector-list-item\";}}s:33:\".mejs-chapters-selector-list-item\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-chapters-selector-list-item\";}}}i:1;a:6:{i:0;s:10:\"color:#fff\";i:1;s:14:\"cursor:pointer\";i:2;s:13:\"display:block\";i:3;s:14:\"margin:0 0 6px\";i:4;s:15:\"overflow:hidden\";i:5;s:9:\"padding:0\";}}i:92;a:2:{i:0;a:2:{s:53:\".mejs-captions-selector-list-item:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-captions-selector-list-item\";}}s:53:\".mejs-chapters-selector-list-item:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-chapters-selector-list-item\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:93;a:2:{i:0;a:2:{s:59:\".mejs-captions-selector-list-item:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-captions-selector-list-item\";}}s:59:\".mejs-chapters-selector-list-item:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-chapters-selector-list-item\";}}}i:1;a:2:{i:0;s:24:\"background-color:#c8c8c8\";i:1;s:35:\"background-color:hsla(0,0%,100%,.4)\";}}i:94;a:2:{i:0;a:2:{s:29:\".mejs-captions-selector-input\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-captions-selector-input\";}}s:29:\".mejs-chapters-selector-input\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-chapters-selector-input\";}}}i:1;a:5:{i:0;s:10:\"clear:both\";i:1;s:10:\"float:left\";i:2;s:12:\"left:-1000px\";i:3;s:20:\"margin:3px 3px 0 5px\";i:4;s:17:\"position:absolute\";}}i:95;a:2:{i:0;a:2:{s:29:\".mejs-captions-selector-label\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-captions-selector-label\";}}s:29:\".mejs-chapters-selector-label\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-chapters-selector-label\";}}}i:1;a:6:{i:0;s:14:\"cursor:pointer\";i:1;s:10:\"float:left\";i:2;s:14:\"font-size:10px\";i:3;s:16:\"line-height:15px\";i:4;s:18:\"padding:4px 10px 0\";i:5;s:10:\"width:100%\";}}i:96;a:2:{i:0;a:2:{s:23:\".mejs-captions-selected\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-captions-selected\";}}s:23:\".mejs-chapters-selected\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-chapters-selected\";}}}i:1;a:1:{i:0;s:13:\"color:#21f8f8\";}}i:97;a:2:{i:0;a:1:{s:27:\".mejs-captions-translations\";a:1:{i:1;a:1:{i:0;s:26:\"mejs-captions-translations\";}}}i:1;a:2:{i:0;s:14:\"font-size:10px\";i:1;s:14:\"margin:0 0 5px\";}}i:98;a:2:{i:0;a:1:{s:20:\".mejs-captions-layer\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-captions-layer\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:10:\"color:#fff\";i:2;s:14:\"font-size:16px\";i:3;s:6:\"left:0\";i:4;s:16:\"line-height:20px\";i:5;s:17:\"position:absolute\";i:6;s:17:\"text-align:center\";}}i:99;a:2:{i:0;a:1:{s:22:\".mejs-captions-layer a\";a:2:{i:1;a:1:{i:0;s:19:\"mejs-captions-layer\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:25:\"text-decoration:underline\";}}i:100;a:2:{i:0;a:1:{s:29:\".mejs-captions-layer[lang=ar]\";a:2:{i:3;a:1:{i:0;s:4:\"lang\";}i:1;a:1:{i:0;s:19:\"mejs-captions-layer\";}}}i:1;a:2:{i:0;s:14:\"font-size:20px\";i:1;s:15:\"font-weight:400\";}}i:101;a:2:{i:0;a:1:{s:23:\".mejs-captions-position\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-captions-position\";}}}i:1;a:4:{i:0;s:11:\"bottom:15px\";i:1;s:6:\"left:0\";i:2;s:17:\"position:absolute\";i:3;s:10:\"width:100%\";}}i:102;a:2:{i:0;a:1:{s:29:\".mejs-captions-position-hover\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-captions-position-hover\";}}}i:1;a:1:{i:0;s:11:\"bottom:35px\";}}i:103;a:2:{i:0;a:2:{s:19:\".mejs-captions-text\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-captions-text\";}}s:21:\".mejs-captions-text *\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-captions-text\";}}}i:1;a:4:{i:0;s:27:\"background:hsla(0,0%,8%,.5)\";i:1;s:61:\"box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5)\";i:2;s:9:\"padding:0\";i:3;s:20:\"white-space:pre-wrap\";}}i:104;a:2:{i:0;a:2:{s:76:\".mejs-container.mejs-hide-cues amp-video::-webkit-media-text-track-container\";a:2:{i:1;a:2:{i:0;s:14:\"mejs-container\";i:1;s:14:\"mejs-hide-cues\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:78:\".mejs-container.mejs-hide-cues amp-youtube::-webkit-media-text-track-container\";a:2:{i:1;a:2:{i:0;s:14:\"mejs-container\";i:1;s:14:\"mejs-hide-cues\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:105;a:2:{i:0;a:1:{s:19:\".mejs-overlay-error\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-overlay-error\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:106;a:2:{i:0;a:1:{s:23:\".mejs-overlay-error>img\";a:2:{i:1;a:1:{i:0;s:18:\"mejs-overlay-error\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:5:{i:0;s:6:\"left:0\";i:1;s:14:\"max-width:100%\";i:2;s:17:\"position:absolute\";i:3;s:5:\"top:0\";i:4;s:10:\"z-index:-1\";}}i:107;a:2:{i:0;a:2:{s:16:\".mejs-cannotplay\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}}s:18:\".mejs-cannotplay a\";a:2:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:.8em\";}}i:108;a:2:{i:0;a:1:{s:16:\".mejs-cannotplay\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:109;a:2:{i:0;a:2:{s:18:\".mejs-cannotplay a\";a:2:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}i:0;a:1:{i:0;s:1:\"a\";}}s:18:\".mejs-cannotplay p\";a:2:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:20:\"display:inline-block\";i:1;s:14:\"padding:0 15px\";i:2;s:10:\"width:100%\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"4c3251e7d1c4f875688c097d74f1619b\";s:10:\"parse_time\";d:0.06516098976135254;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4676, '_transient_timeout_amp-parsed-stylesheet-v39-f52ad91ec1e35ee17e7912ab7f03478b', '1689528134', 'no'),
(4677, '_transient_amp-parsed-stylesheet-v39-f52ad91ec1e35ee17e7912ab7f03478b', 'a:8:{s:6:\"tokens\";a:55:{i:0;a:2:{i:0;a:1:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:2:{i:0;s:10:\"clear:both\";i:1;s:14:\"max-width:100%\";}}i:1;a:2:{i:0;a:1:{s:17:\".mejs-container *\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:1:{i:0;s:27:\"font-family:Helvetica,Arial\";}}i:2;a:2:{i:0;a:4:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}s:30:\".mejs-container .mejs-controls\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-container\";i:1;s:13:\"mejs-controls\";}}s:11:\".mejs-embed\";a:1:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}}s:16:\".mejs-embed body\";a:2:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:15:\"background:#222\";}}i:3;a:2:{i:0;a:1:{s:10:\".mejs-time\";a:1:{i:1;a:1:{i:0;s:9:\"mejs-time\";}}}i:1;a:2:{i:0;s:15:\"font-weight:400\";i:1;s:16:\"word-wrap:normal\";}}i:4;a:2:{i:0;a:1:{s:46:\".mejs-controls a.mejs-horizontal-volume-slider\";a:2:{i:1;a:2:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"display:table\";}}i:5;a:2:{i:0;a:2:{s:77:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:30:\"mejs-horizontal-volume-current\";}}s:48:\".mejs-controls .mejs-time-rail .mejs-time-loaded\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";i:2;s:16:\"mejs-time-loaded\";}}}i:1;a:1:{i:0;s:15:\"background:#fff\";}}i:6;a:2:{i:0;a:1:{s:49:\".mejs-controls .mejs-time-rail .mejs-time-current\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";i:2;s:17:\"mejs-time-current\";}}}i:1;a:1:{i:0;s:18:\"background:#0073aa\";}}i:7;a:2:{i:0;a:2:{s:75:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:28:\"mejs-horizontal-volume-total\";}}s:47:\".mejs-controls .mejs-time-rail .mejs-time-total\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";i:2;s:15:\"mejs-time-total\";}}}i:1;a:1:{i:0;s:32:\"background:rgba(255,255,255,.33)\";}}i:8;a:2:{i:0;a:3:{s:77:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:30:\"mejs-horizontal-volume-current\";}}s:75:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:28:\"mejs-horizontal-volume-total\";}}s:35:\".mejs-controls .mejs-time-rail span\";a:2:{i:1;a:2:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:15:\"border-radius:0\";}}i:9;a:2:{i:0;a:1:{s:21:\".mejs-overlay-loading\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-overlay-loading\";}}}i:1;a:1:{i:0;s:14:\"background:0 0\";}}i:10;a:2:{i:0;a:1:{s:27:\".mejs-controls button:hover\";a:2:{i:1;a:1:{i:0;s:13:\"mejs-controls\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:3:{i:0;s:11:\"border:none\";i:1;s:23:\"-webkit-box-shadow:none\";i:2;s:15:\"box-shadow:none\";}}i:11;a:2:{i:0;a:1:{s:34:\".me-cannotplay:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:13:\"me-cannotplay\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:12;a:2:{i:0;a:1:{s:40:\".media-embed-details .wp-audio-shortcode\";a:1:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:18:\"wp-audio-shortcode\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"max-width:400px\";}}i:13;a:2:{i:0;a:1:{s:36:\".audio-details .embed-media-settings\";a:1:{i:1;a:2:{i:0;s:13:\"audio-details\";i:1;s:20:\"embed-media-settings\";}}}i:1;a:1:{i:0;s:16:\"overflow:visible\";}}i:14;a:2:{i:0;a:1:{s:75:\".media-embed-details .embed-media-settings .setting span:not(.button-group)\";a:2:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";i:2;s:7:\"setting\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:2:{i:0;s:15:\"max-width:400px\";i:1;s:10:\"width:auto\";}}i:15;a:2:{i:0;a:1:{s:65:\".media-embed-details .embed-media-settings .checkbox-setting span\";a:2:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";i:2;s:16:\"checkbox-setting\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:16;a:2:{i:0;a:1:{s:42:\".media-embed-details .embed-media-settings\";a:1:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";}}}i:1;a:2:{i:0;s:13:\"padding-top:0\";i:1;s:8:\"top:28px\";}}i:17;a:2:{i:0;a:1:{s:34:\".media-embed-details .instructions\";a:1:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:12:\"instructions\";}}}i:1;a:2:{i:0;s:14:\"padding:16px 0\";i:1;s:15:\"max-width:600px\";}}i:18;a:2:{i:0;a:2:{s:45:\".media-embed-details .setting .remove-setting\";a:1:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";i:2;s:14:\"remove-setting\";}}s:31:\".media-embed-details .setting p\";a:2:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:10:\"color:#a00\";i:1;s:14:\"font-size:10px\";i:2;s:24:\"text-transform:uppercase\";}}i:19;a:2:{i:0;a:1:{s:45:\".media-embed-details .setting .remove-setting\";a:1:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";i:2;s:14:\"remove-setting\";}}}i:1;a:1:{i:0;s:13:\"padding:5px 0\";}}i:20;a:2:{i:0;a:1:{s:37:\".media-embed-details .setting a:hover\";a:2:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#dc3232\";}}i:21;a:2:{i:0;a:1:{s:60:\".media-embed-details .embed-media-settings .checkbox-setting\";a:1:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";i:2;s:16:\"checkbox-setting\";}}}i:1;a:2:{i:0;s:10:\"float:none\";i:1;s:15:\"margin:0 0 10px\";}}i:22;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:11:\"height:auto\";}}i:23;a:2:{i:0;a:2:{s:41:\".wp_attachment_holder .wp-audio-shortcode\";a:1:{i:1;a:2:{i:0;s:20:\"wp_attachment_holder\";i:1;s:18:\"wp-audio-shortcode\";}}s:31:\".wp_attachment_holder .wp-video\";a:1:{i:1;a:2:{i:0;s:20:\"wp_attachment_holder\";i:1;s:8:\"wp-video\";}}}i:1;a:1:{i:0;s:15:\"margin-top:18px\";}}i:24;a:2:{i:0;a:4:{s:29:\".wp-video-shortcode amp-video\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:31:\".wp-video-shortcode amp-youtube\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:28:\"amp-video.wp-video-shortcode\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:30:\"amp-youtube.wp-video-shortcode\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:20:\"display:inline-block\";}}i:25;a:2:{i:0;a:1:{s:31:\".video-details .wp-video-holder\";a:1:{i:1;a:2:{i:0;s:13:\"video-details\";i:1;s:15:\"wp-video-holder\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:15:\"max-width:640px\";}}i:26;a:2:{i:0;a:1:{s:12:\".wp-playlist\";a:1:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}}}i:1;a:5:{i:0;s:21:\"border:1px solid #ccc\";i:1;s:12:\"padding:10px\";i:2;s:18:\"margin:12px 0 18px\";i:3;s:14:\"font-size:14px\";i:4;s:15:\"line-height:1.5\";}}i:27;a:2:{i:0;a:1:{s:22:\".wp-admin .wp-playlist\";a:1:{i:1;a:2:{i:0;s:8:\"wp-admin\";i:1;s:11:\"wp-playlist\";}}}i:1;a:1:{i:0;s:15:\"margin:0 0 18px\";}}i:28;a:2:{i:0;a:2:{s:22:\".wp-playlist amp-video\";a:2:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:24:\".wp-playlist amp-youtube\";a:2:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:14:\"max-width:100%\";}}i:29;a:2:{i:0;a:1:{s:22:\".wp-playlist amp-audio\";a:2:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}i:0;a:1:{i:0;s:9:\"amp-audio\";}}}i:1;a:3:{i:0;s:12:\"display:none\";i:1;s:14:\"max-width:100%\";i:2;s:11:\"width:400px\";}}i:30;a:2:{i:0;a:1:{s:28:\".wp-playlist .mejs-container\";a:1:{i:1;a:2:{i:0;s:11:\"wp-playlist\";i:1;s:14:\"mejs-container\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:14:\"max-width:100%\";}}i:31;a:2:{i:0;a:1:{s:47:\".wp-playlist .mejs-controls .mejs-button button\";a:2:{i:1;a:3:{i:0;s:11:\"wp-playlist\";i:1;s:13:\"mejs-controls\";i:2;s:11:\"mejs-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:32;a:2:{i:0;a:1:{s:18:\".wp-playlist-light\";a:1:{i:1;a:1:{i:0;s:17:\"wp-playlist-light\";}}}i:1;a:2:{i:0;s:15:\"background:#fff\";i:1;s:10:\"color:#000\";}}i:33;a:2:{i:0;a:1:{s:17:\".wp-playlist-dark\";a:1:{i:1;a:1:{i:0;s:16:\"wp-playlist-dark\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:15:\"background:#000\";}}i:34;a:2:{i:0;a:1:{s:20:\".wp-playlist-caption\";a:1:{i:1;a:1:{i:0;s:19:\"wp-playlist-caption\";}}}i:1;a:7:{i:0;s:13:\"display:block\";i:1;s:13:\"max-width:88%\";i:2;s:15:\"overflow:hidden\";i:3;s:22:\"text-overflow:ellipsis\";i:4;s:18:\"white-space:nowrap\";i:5;s:14:\"font-size:14px\";i:6;s:15:\"line-height:1.5\";}}i:35;a:2:{i:0;a:1:{s:38:\".wp-playlist-item .wp-playlist-caption\";a:1:{i:1;a:2:{i:0;s:16:\"wp-playlist-item\";i:1;s:19:\"wp-playlist-caption\";}}}i:1;a:4:{i:0;s:20:\"text-decoration:none\";i:1;s:10:\"color:#000\";i:2;s:35:\"max-width:-webkit-calc(100% - 40px)\";i:3;s:27:\"max-width:calc(100% - 40px)\";}}i:36;a:2:{i:0;a:1:{s:22:\".wp-playlist-item-meta\";a:1:{i:1;a:1:{i:0;s:21:\"wp-playlist-item-meta\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:14:\"font-size:14px\";i:2;s:15:\"line-height:1.5\";}}i:37;a:2:{i:0;a:1:{s:23:\".wp-playlist-item-title\";a:1:{i:1;a:1:{i:0;s:22:\"wp-playlist-item-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:14px\";i:1;s:15:\"line-height:1.5\";}}i:38;a:2:{i:0;a:1:{s:23:\".wp-playlist-item-album\";a:1:{i:1;a:1:{i:0;s:22:\"wp-playlist-item-album\";}}}i:1;a:4:{i:0;s:17:\"font-style:italic\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";i:3;s:18:\"white-space:nowrap\";}}i:39;a:2:{i:0;a:1:{s:24:\".wp-playlist-item-artist\";a:1:{i:1;a:1:{i:0;s:23:\"wp-playlist-item-artist\";}}}i:1;a:2:{i:0;s:14:\"font-size:12px\";i:1;s:24:\"text-transform:uppercase\";}}i:40;a:2:{i:0;a:1:{s:24:\".wp-playlist-item-length\";a:1:{i:1;a:1:{i:0;s:23:\"wp-playlist-item-length\";}}}i:1;a:5:{i:0;s:17:\"position:absolute\";i:1;s:9:\"right:3px\";i:2;s:5:\"top:0\";i:3;s:14:\"font-size:14px\";i:4;s:15:\"line-height:1.5\";}}i:41;a:2:{i:0;a:1:{s:29:\".rtl .wp-playlist-item-length\";a:1:{i:1;a:2:{i:0;s:3:\"rtl\";i:1;s:23:\"wp-playlist-item-length\";}}}i:1;a:2:{i:0;s:8:\"left:3px\";i:1;s:10:\"right:auto\";}}i:42;a:2:{i:0;a:1:{s:19:\".wp-playlist-tracks\";a:1:{i:1;a:1:{i:0;s:18:\"wp-playlist-tracks\";}}}i:1;a:1:{i:0;s:15:\"margin-top:10px\";}}i:43;a:2:{i:0;a:1:{s:17:\".wp-playlist-item\";a:1:{i:1;a:1:{i:0;s:16:\"wp-playlist-item\";}}}i:1;a:4:{i:0;s:17:\"position:relative\";i:1;s:14:\"cursor:pointer\";i:2;s:13:\"padding:0 3px\";i:3;s:28:\"border-bottom:1px solid #ccc\";}}i:44;a:2:{i:0;a:1:{s:28:\".wp-playlist-item:last-child\";a:1:{i:1;a:1:{i:0;s:16:\"wp-playlist-item\";}}}i:1;a:1:{i:0;s:15:\"border-bottom:0\";}}i:45;a:2:{i:0;a:1:{s:39:\".wp-playlist-light .wp-playlist-caption\";a:1:{i:1;a:2:{i:0;s:17:\"wp-playlist-light\";i:1;s:19:\"wp-playlist-caption\";}}}i:1;a:1:{i:0;s:10:\"color:#333\";}}i:46;a:2:{i:0;a:1:{s:38:\".wp-playlist-dark .wp-playlist-caption\";a:1:{i:1;a:2:{i:0;s:16:\"wp-playlist-dark\";i:1;s:19:\"wp-playlist-caption\";}}}i:1;a:1:{i:0;s:10:\"color:#ddd\";}}i:47;a:2:{i:0;a:1:{s:20:\".wp-playlist-playing\";a:1:{i:1;a:1:{i:0;s:19:\"wp-playlist-playing\";}}}i:1;a:2:{i:0;s:15:\"font-weight:700\";i:1;s:18:\"background:#f7f7f7\";}}i:48;a:2:{i:0;a:1:{s:39:\".wp-playlist-light .wp-playlist-playing\";a:1:{i:1;a:2:{i:0;s:17:\"wp-playlist-light\";i:1;s:19:\"wp-playlist-playing\";}}}i:1;a:2:{i:0;s:15:\"background:#fff\";i:1;s:10:\"color:#000\";}}i:49;a:2:{i:0;a:1:{s:38:\".wp-playlist-dark .wp-playlist-playing\";a:1:{i:1;a:2:{i:0;s:16:\"wp-playlist-dark\";i:1;s:19:\"wp-playlist-playing\";}}}i:1;a:2:{i:0;s:15:\"background:#000\";i:1;s:10:\"color:#fff\";}}i:50;a:2:{i:0;a:1:{s:25:\".wp-playlist-current-item\";a:1:{i:1;a:1:{i:0;s:24:\"wp-playlist-current-item\";}}}i:1;a:3:{i:0;s:15:\"overflow:hidden\";i:1;s:18:\"margin-bottom:10px\";i:2;s:11:\"height:60px\";}}i:51;a:2:{i:0;a:1:{s:42:\".wp-playlist .wp-playlist-current-item img\";a:2:{i:1;a:2:{i:0;s:11:\"wp-playlist\";i:1;s:24:\"wp-playlist-current-item\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:6:{i:0;s:10:\"float:left\";i:1;s:14:\"max-width:60px\";i:2;s:11:\"height:auto\";i:3;s:17:\"margin-right:10px\";i:4;s:9:\"padding:0\";i:5;s:8:\"border:0\";}}i:52;a:2:{i:0;a:1:{s:47:\".rtl .wp-playlist .wp-playlist-current-item img\";a:2:{i:1;a:3:{i:0;s:3:\"rtl\";i:1;s:11:\"wp-playlist\";i:2;s:24:\"wp-playlist-current-item\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:16:\"margin-left:10px\";i:2;s:14:\"margin-right:0\";}}i:53;a:2:{i:0;a:2:{s:50:\".wp-playlist-current-item .wp-playlist-item-artist\";a:1:{i:1;a:2:{i:0;s:24:\"wp-playlist-current-item\";i:1;s:23:\"wp-playlist-item-artist\";}}s:49:\".wp-playlist-current-item .wp-playlist-item-title\";a:1:{i:1;a:2:{i:0;s:24:\"wp-playlist-current-item\";i:1;s:22:\"wp-playlist-item-title\";}}}i:1;a:3:{i:0;s:15:\"overflow:hidden\";i:1;s:22:\"text-overflow:ellipsis\";i:2;s:18:\"white-space:nowrap\";}}i:54;a:2:{i:0;a:1:{s:38:\".wp-audio-playlist .me-cannotplay span\";a:2:{i:1;a:2:{i:0;s:17:\"wp-audio-playlist\";i:1;s:13:\"me-cannotplay\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:16:\"padding:5px 15px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f9e819d438efd58c8f974ac6d89713d6\";s:10:\"parse_time\";d:0.02211594581604004;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4678, '_transient_timeout_amp-parsed-stylesheet-v39-15d632e066c0d810858168ca10e29446', '1689528134', 'no'),
(4679, '_transient_amp-parsed-stylesheet-v39-15d632e066c0d810858168ca10e29446', 'a:8:{s:6:\"tokens\";a:4:{i:0;a:2:{i:0;a:1:{s:28:\"body.wp-customizer-unloading\";a:2:{i:1;a:1:{i:0;s:23:\"wp-customizer-unloading\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"opacity:.25\";i:1;s:30:\"-webkit-transition:opacity .5s\";i:2;s:22:\"transition:opacity .5s\";}}i:1;a:2:{i:0;a:1:{s:50:\"body.wp-customizer-unloading:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"wp-customizer-unloading\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:15:\"cursor:progress\";}}i:2;a:2:{i:0;a:1:{s:52:\"body.wp-customizer-unloading *:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"wp-customizer-unloading\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:19:\"pointer-events:none\";}}i:3;a:2:{i:0;a:6:{s:50:\"form.customize-unpreviewable:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:1:{i:0;s:4:\"form\";}}s:56:\"form.customize-unpreviewable input:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:5:\"input\";}}s:57:\"form.customize-unpreviewable select:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:6:\"select\";}}s:57:\"form.customize-unpreviewable button:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:6:\"button\";}}s:47:\"a.customize-unpreviewable:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:1:{i:0;s:1:\"a\";}}s:50:\"area.customize-unpreviewable:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:1:{i:0;s:4:\"area\";}}}i:1;a:1:{i:0;s:18:\"cursor:not-allowed\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"1f32a0078b0f04f2bea2cc3ea6889caa\";s:10:\"parse_time\";d:0.0021431446075439453;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4681, '_transient_timeout_amp-parsed-stylesheet-v39-5e2cb41973e0636f2622243d9567cd0e', '1689528835', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4682, '_transient_amp-parsed-stylesheet-v39-5e2cb41973e0636f2622243d9567cd0e', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:286:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:117:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:115:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:115:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"ecc067194a4996cc3772e72a17091172\";s:10:\"parse_time\";d:0.18314290046691895;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:83:\"http://localhost/bonus288.com/wp-content/themes/taruhannnn/fonts/Lato-Regular.woff2\";}}', 'no'),
(4683, '_transient_timeout_amp-parsed-stylesheet-v39-79884907edc795e9e3146be0549151dd', '1689528836', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4684, '_transient_amp-parsed-stylesheet-v39-79884907edc795e9e3146be0549151dd', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.012266874313354492;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4685, '_transient_timeout_amp-parsed-stylesheet-v39-2c2f3fa960ecc6aec23222c9433ef9b5', '1689528836', 'no'),
(4686, '_transient_amp-parsed-stylesheet-v39-2c2f3fa960ecc6aec23222c9433ef9b5', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.003507852554321289;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4687, '_transient_timeout_amp-parsed-stylesheet-v39-ace77c48a5f64bcb448518f03395ab4d', '1689528836', 'no'),
(4688, '_transient_amp-parsed-stylesheet-v39-ace77c48a5f64bcb448518f03395ab4d', 'a:8:{s:6:\"tokens\";a:70:{i:0;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:48:{i:0;s:31:\"--wp--preset--color--black:#000\";i:1;s:45:\"--wp--preset--color--cyan-bluish-gray:#abb8c3\";i:2;s:31:\"--wp--preset--color--white:#fff\";i:3;s:38:\"--wp--preset--color--pale-pink:#f78da7\";i:4;s:38:\"--wp--preset--color--vivid-red:#cf2e2e\";i:5;s:50:\"--wp--preset--color--luminous-vivid-orange:#ff6900\";i:6;s:49:\"--wp--preset--color--luminous-vivid-amber:#fcb900\";i:7;s:45:\"--wp--preset--color--light-green-cyan:#7bdcb5\";i:8;s:45:\"--wp--preset--color--vivid-green-cyan:#00d084\";i:9;s:43:\"--wp--preset--color--pale-cyan-blue:#8ed1fc\";i:10;s:44:\"--wp--preset--color--vivid-cyan-blue:#0693e3\";i:11;s:41:\"--wp--preset--color--vivid-purple:#9b51e0\";i:12;s:113:\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\";i:13;s:108:\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\";i:14;s:137:\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\";i:15;s:116:\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\";i:16;s:104:\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\";i:17;s:141:\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\";i:18;s:90:\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\";i:19;s:98:\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\";i:20;s:97:\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\";i:21;s:94:\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\";i:22;s:86:\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\";i:23;s:80:\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\";i:24;s:71:\"--wp--preset--duotone--dark-grayscale:url(\"#wp-duotone-dark-grayscale\")\";i:25;s:61:\"--wp--preset--duotone--grayscale:url(\"#wp-duotone-grayscale\")\";i:26;s:69:\"--wp--preset--duotone--purple-yellow:url(\"#wp-duotone-purple-yellow\")\";i:27;s:59:\"--wp--preset--duotone--blue-red:url(\"#wp-duotone-blue-red\")\";i:28;s:59:\"--wp--preset--duotone--midnight:url(\"#wp-duotone-midnight\")\";i:29;s:71:\"--wp--preset--duotone--magenta-yellow:url(\"#wp-duotone-magenta-yellow\")\";i:30;s:67:\"--wp--preset--duotone--purple-green:url(\"#wp-duotone-purple-green\")\";i:31;s:65:\"--wp--preset--duotone--blue-orange:url(\"#wp-duotone-blue-orange\")\";i:32;s:35:\"--wp--preset--font-size--small:13px\";i:33;s:36:\"--wp--preset--font-size--medium:20px\";i:34;s:35:\"--wp--preset--font-size--large:36px\";i:35;s:37:\"--wp--preset--font-size--x-large:42px\";i:36;s:32:\"--wp--preset--spacing--20:.44rem\";i:37;s:32:\"--wp--preset--spacing--30:.67rem\";i:38;s:30:\"--wp--preset--spacing--40:1rem\";i:39;s:32:\"--wp--preset--spacing--50:1.5rem\";i:40;s:33:\"--wp--preset--spacing--60:2.25rem\";i:41;s:33:\"--wp--preset--spacing--70:3.38rem\";i:42;s:33:\"--wp--preset--spacing--80:5.06rem\";i:43;s:56:\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\";i:44;s:56:\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\";i:45;s:54:\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\";i:46;s:89:\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\";i:47;s:53:\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\";}}i:1;a:2:{i:0;a:1:{s:23:\":where(.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:8:\"gap:.5em\";}}i:2;a:2:{i:0;a:1:{s:33:\"body .is-layout-flow > .alignleft\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:3;a:2:{i:0;a:1:{s:34:\"body .is-layout-flow > .alignright\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:4;a:2:{i:0;a:1:{s:57:\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:14:\"is-layout-flow\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:5;a:2:{i:0;a:1:{s:40:\"body .is-layout-constrained > .alignleft\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignleft\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:10:\"float:left\";i:1;s:21:\"margin-inline-start:0\";i:2;s:21:\"margin-inline-end:2em\";}}i:6;a:2:{i:0;a:1:{s:41:\"body .is-layout-constrained > .alignright\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:10:\"alignright\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:23:\"margin-inline-start:2em\";i:2;s:19:\"margin-inline-end:0\";}}i:7;a:2:{i:0;a:1:{s:64:\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:11:\"aligncenter\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:8;a:2:{i:0;a:1:{s:87:\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\";a:2:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:48:\"max-width:var(--wp--style--global--content-size)\";}}i:9;a:2:{i:0;a:1:{s:109:\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:21:\"is-layout-constrained\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:16:\"margin-left:auto\";i:1;s:17:\"margin-right:auto\";}}i:10;a:2:{i:0;a:1:{s:40:\"body .is-layout-constrained > .alignwide\";a:2:{i:1;a:2:{i:0;s:21:\"is-layout-constrained\";i:1;s:9:\"alignwide\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:45:\"max-width:var(--wp--style--global--wide-size)\";}}i:11;a:2:{i:0;a:1:{s:20:\"body .is-layout-flex\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:12:\"display:flex\";}}i:12;a:2:{i:0;a:1:{s:20:\"body .is-layout-flex\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:2:{i:0;s:14:\"flex-wrap:wrap\";i:1;s:18:\"align-items:center\";}}i:13;a:2:{i:0;a:1:{s:24:\"body .is-layout-flex > *\";a:2:{i:1;a:1:{i:0;s:14:\"is-layout-flex\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:8:\"margin:0\";}}i:14;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:15;a:2:{i:0;a:1:{s:36:\".has-black-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-black-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--black)\";}}i:16;a:2:{i:0;a:1:{s:47:\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-cyan-bluish-gray-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:17;a:2:{i:0;a:1:{s:36:\".has-white-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"has-white-color\";}}}i:1;a:1:{i:0;s:37:\"color:var(--wp--preset--color--white)\";}}i:18;a:2:{i:0;a:1:{s:40:\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-pale-pink-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--pale-pink)\";}}i:19;a:2:{i:0;a:1:{s:40:\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-vivid-red-color\";}}}i:1;a:1:{i:0;s:41:\"color:var(--wp--preset--color--vivid-red)\";}}i:20;a:2:{i:0;a:1:{s:52:\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-luminous-vivid-orange-color\";}}}i:1;a:1:{i:0;s:53:\"color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:21;a:2:{i:0;a:1:{s:51:\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-luminous-vivid-amber-color\";}}}i:1;a:1:{i:0;s:52:\"color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:22;a:2:{i:0;a:1:{s:47:\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-light-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--light-green-cyan)\";}}i:23;a:2:{i:0;a:1:{s:47:\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-green-cyan-color\";}}}i:1;a:1:{i:0;s:48:\"color:var(--wp--preset--color--vivid-green-cyan)\";}}i:24;a:2:{i:0;a:1:{s:45:\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:24:\"has-pale-cyan-blue-color\";}}}i:1;a:1:{i:0;s:46:\"color:var(--wp--preset--color--pale-cyan-blue)\";}}i:25;a:2:{i:0;a:1:{s:46:\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:25:\"has-vivid-cyan-blue-color\";}}}i:1;a:1:{i:0;s:47:\"color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:26;a:2:{i:0;a:1:{s:43:\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-vivid-purple-color\";}}}i:1;a:1:{i:0;s:44:\"color:var(--wp--preset--color--vivid-purple)\";}}i:27;a:2:{i:0;a:1:{s:47:\".has-black-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-black-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--black)\";}}i:28;a:2:{i:0;a:1:{s:58:\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-cyan-bluish-gray-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:29;a:2:{i:0;a:1:{s:47:\".has-white-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-white-background-color\";}}}i:1;a:1:{i:0;s:48:\"background-color:var(--wp--preset--color--white)\";}}i:30;a:2:{i:0;a:1:{s:51:\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-pale-pink-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--pale-pink)\";}}i:31;a:2:{i:0;a:1:{s:51:\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:30:\"has-vivid-red-background-color\";}}}i:1;a:1:{i:0;s:52:\"background-color:var(--wp--preset--color--vivid-red)\";}}i:32;a:2:{i:0;a:1:{s:63:\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-luminous-vivid-orange-background-color\";}}}i:1;a:1:{i:0;s:64:\"background-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:33;a:2:{i:0;a:1:{s:62:\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:41:\"has-luminous-vivid-amber-background-color\";}}}i:1;a:1:{i:0;s:63:\"background-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:34;a:2:{i:0;a:1:{s:58:\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-light-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--light-green-cyan)\";}}i:35;a:2:{i:0;a:1:{s:58:\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-vivid-green-cyan-background-color\";}}}i:1;a:1:{i:0;s:59:\"background-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:36;a:2:{i:0;a:1:{s:56:\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:35:\"has-pale-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:57:\"background-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:37;a:2:{i:0;a:1:{s:57:\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:36:\"has-vivid-cyan-blue-background-color\";}}}i:1;a:1:{i:0;s:58:\"background-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:38;a:2:{i:0;a:1:{s:54:\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-purple-background-color\";}}}i:1;a:1:{i:0;s:55:\"background-color:var(--wp--preset--color--vivid-purple)\";}}i:39;a:2:{i:0;a:1:{s:43:\".has-black-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-black-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--black)\";}}i:40;a:2:{i:0;a:1:{s:54:\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-cyan-bluish-gray-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--cyan-bluish-gray)\";}}i:41;a:2:{i:0;a:1:{s:43:\".has-white-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:22:\"has-white-border-color\";}}}i:1;a:1:{i:0;s:44:\"border-color:var(--wp--preset--color--white)\";}}i:42;a:2:{i:0;a:1:{s:47:\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-pale-pink-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--pale-pink)\";}}i:43;a:2:{i:0;a:1:{s:47:\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:26:\"has-vivid-red-border-color\";}}}i:1;a:1:{i:0;s:48:\"border-color:var(--wp--preset--color--vivid-red)\";}}i:44;a:2:{i:0;a:1:{s:59:\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-luminous-vivid-orange-border-color\";}}}i:1;a:1:{i:0;s:60:\"border-color:var(--wp--preset--color--luminous-vivid-orange)\";}}i:45;a:2:{i:0;a:1:{s:58:\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-vivid-amber-border-color\";}}}i:1;a:1:{i:0;s:59:\"border-color:var(--wp--preset--color--luminous-vivid-amber)\";}}i:46;a:2:{i:0;a:1:{s:54:\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-light-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--light-green-cyan)\";}}i:47;a:2:{i:0;a:1:{s:54:\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:33:\"has-vivid-green-cyan-border-color\";}}}i:1;a:1:{i:0;s:55:\"border-color:var(--wp--preset--color--vivid-green-cyan)\";}}i:48;a:2:{i:0;a:1:{s:52:\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:31:\"has-pale-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:53:\"border-color:var(--wp--preset--color--pale-cyan-blue)\";}}i:49;a:2:{i:0;a:1:{s:53:\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-vivid-cyan-blue-border-color\";}}}i:1;a:1:{i:0;s:54:\"border-color:var(--wp--preset--color--vivid-cyan-blue)\";}}i:50;a:2:{i:0;a:1:{s:50:\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:29:\"has-vivid-purple-border-color\";}}}i:1;a:1:{i:0;s:51:\"border-color:var(--wp--preset--color--vivid-purple)\";}}i:51;a:2:{i:0;a:1:{s:76:\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:55:\"has-vivid-cyan-blue-to-vivid-purple-gradient-background\";}}}i:1;a:1:{i:0;s:71:\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\";}}i:52;a:2:{i:0;a:1:{s:81:\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:60:\"has-light-green-cyan-to-vivid-green-cyan-gradient-background\";}}}i:1;a:1:{i:0;s:76:\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\";}}i:53;a:2:{i:0;a:1:{s:90:\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:69:\"has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background\";}}}i:1;a:1:{i:0;s:85:\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\";}}i:54;a:2:{i:0;a:1:{s:79:\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:58:\"has-luminous-vivid-orange-to-vivid-red-gradient-background\";}}}i:1;a:1:{i:0;s:74:\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\";}}i:55;a:2:{i:0;a:1:{s:80:\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:59:\"has-very-light-gray-to-cyan-bluish-gray-gradient-background\";}}}i:1;a:1:{i:0;s:75:\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\";}}i:56;a:2:{i:0;a:1:{s:66:\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:45:\"has-cool-to-warm-spectrum-gradient-background\";}}}i:1;a:1:{i:0;s:61:\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\";}}i:57;a:2:{i:0;a:1:{s:63:\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:42:\"has-blush-light-purple-gradient-background\";}}}i:1;a:1:{i:0;s:58:\"background:var(--wp--preset--gradient--blush-light-purple)\";}}i:58;a:2:{i:0;a:1:{s:59:\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-blush-bordeaux-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--blush-bordeaux)\";}}i:59;a:2:{i:0;a:1:{s:58:\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:37:\"has-luminous-dusk-gradient-background\";}}}i:1;a:1:{i:0;s:53:\"background:var(--wp--preset--gradient--luminous-dusk)\";}}i:60;a:2:{i:0;a:1:{s:55:\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:34:\"has-pale-ocean-gradient-background\";}}}i:1;a:1:{i:0;s:50:\"background:var(--wp--preset--gradient--pale-ocean)\";}}i:61;a:2:{i:0;a:1:{s:59:\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:38:\"has-electric-grass-gradient-background\";}}}i:1;a:1:{i:0;s:54:\"background:var(--wp--preset--gradient--electric-grass)\";}}i:62;a:2:{i:0;a:1:{s:53:\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"has-midnight-gradient-background\";}}}i:1;a:1:{i:0;s:48:\"background:var(--wp--preset--gradient--midnight)\";}}i:63;a:2:{i:0;a:1:{s:40:\".has-small-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-small-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--small)\";}}i:64;a:2:{i:0;a:1:{s:41:\".has-medium-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:20:\"has-medium-font-size\";}}}i:1;a:1:{i:0;s:46:\"font-size:var(--wp--preset--font-size--medium)\";}}i:65;a:2:{i:0;a:1:{s:40:\".has-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:19:\"has-large-font-size\";}}}i:1;a:1:{i:0;s:45:\"font-size:var(--wp--preset--font-size--large)\";}}i:66;a:2:{i:0;a:1:{s:42:\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:21:\"has-x-large-font-size\";}}}i:1;a:1:{i:0;s:47:\"font-size:var(--wp--preset--font-size--x-large)\";}}i:67;a:2:{i:0;a:1:{s:54:\".wp-block-navigation a:where(:not(.wp-element-button))\";a:2:{i:1;a:1:{i:0;s:19:\"wp-block-navigation\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:68;a:2:{i:0;a:1:{s:40:\":where(.wp-block-columns.is-layout-flex)\";a:0:{}}i:1;a:1:{i:0;s:7:\"gap:2em\";}}i:69;a:2:{i:0;a:1:{s:19:\".wp-block-pullquote\";a:1:{i:1;a:1:{i:0;s:18:\"wp-block-pullquote\";}}}i:1;a:2:{i:0;s:15:\"font-size:1.5em\";i:1;s:15:\"line-height:1.6\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"07b4e9d72544aafbe43bcf61c9da0751\";s:10:\"parse_time\";d:0.07176589965820312;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4712, 'theme_mods_kjnlnllnl', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:4:{s:12:\"contact-menu\";i:2;s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:0;s:13:\"provider-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1686937796;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}}}}', 'yes'),
(4713, '_transient_timeout_amp-parsed-stylesheet-v39-47545d37cd8454226cee6d2993aa8306', '1689529145', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4714, '_transient_amp-parsed-stylesheet-v39-47545d37cd8454226cee6d2993aa8306', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:284:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:116:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f0a29ebe49a76f3c920f323ef4a05246\";s:10:\"parse_time\";d:0.10412216186523438;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:82:\"http://localhost/bonus288.com/wp-content/themes/kjnlnllnl/fonts/Lato-Regular.woff2\";}}', 'no'),
(4724, 'theme_mods_sultan222', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:12:\"contact-menu\";i:2;s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:0;s:13:\"provider-menu\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1687176604;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}}}}', 'yes'),
(4727, '_transient_timeout_amp-parsed-stylesheet-v39-3e909401c2816726bc9b4e40d097f84e', '1689529804', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4728, '_transient_amp-parsed-stylesheet-v39-3e909401c2816726bc9b4e40d097f84e', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:284:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:116:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"fb50af4f8146fc012eb01d6f5e40f6de\";s:10:\"parse_time\";d:0.09596610069274902;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:82:\"http://localhost/bonus288.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\";}}', 'no'),
(4745, '_transient_timeout_amp-parsed-stylesheet-v39-6b7a4a9c1c184b48c7fec445a3d0a39a', '1689530053', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4746, '_transient_amp-parsed-stylesheet-v39-6b7a4a9c1c184b48c7fec445a3d0a39a', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:284:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:116:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/bonus288.com/wp-content/themes/sultan222/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"fb50af4f8146fc012eb01d6f5e40f6de\";s:10:\"parse_time\";d:0.1974811553955078;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:82:\"http://localhost/bonus288.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\";}}', 'no'),
(4753, '_transient_timeout_amp-parsed-stylesheet-v39-fe40e78a1af57f47f27e7a73e7ef46cc', '1689530676', 'no'),
(4754, '_transient_amp-parsed-stylesheet-v39-fe40e78a1af57f47f27e7a73e7ef46cc', 'a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:31:\".amp-wp-93b8ea5:not(#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:14:\"amp-wp-93b8ea5\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"b4f091bf252c664d53a731638b04e533\";s:10:\"parse_time\";d:0.010003805160522461;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4772, '_transient_timeout_amp-parsed-stylesheet-v39-92147b72cc41ab00fc4182b51a78d2c3', '1689757647', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4773, '_transient_amp-parsed-stylesheet-v39-92147b72cc41ab00fc4182b51a78d2c3', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:276:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"b0ca2dc13f3b8634997ff594cf813e42\";s:10:\"parse_time\";d:0.11494708061218262;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:78:\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\";}}', 'no'),
(4774, '_transient_timeout_amp-parsed-stylesheet-v39-1a38574eb7d743a982ea1c53765e2ae4', '1689757647', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4775, '_transient_amp-parsed-stylesheet-v39-1a38574eb7d743a982ea1c53765e2ae4', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.008713960647583008;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4776, '_transient_timeout_amp-parsed-stylesheet-v39-d9f24065ee0dbddf1d6ad285a4cbc0f4', '1689757648', 'no'),
(4777, '_transient_amp-parsed-stylesheet-v39-d9f24065ee0dbddf1d6ad285a4cbc0f4', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.003213167190551758;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4778, '_transient_timeout_amp-parsed-stylesheet-v39-7327b62aeca105817d852adf69b91384', '1689757648', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4779, '_transient_amp-parsed-stylesheet-v39-7327b62aeca105817d852adf69b91384', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:276:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"b0ca2dc13f3b8634997ff594cf813e42\";s:10:\"parse_time\";d:0.1164999008178711;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:78:\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\";}}', 'no'),
(4780, '_transient_timeout_amp-parsed-stylesheet-v39-3dea5199053658b4d74d3f1de98b0893', '1689757648', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4781, '_transient_amp-parsed-stylesheet-v39-3dea5199053658b4d74d3f1de98b0893', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.010419130325317383;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4782, '_transient_timeout_amp-parsed-stylesheet-v39-556785cf282e20b4154073039d455c90', '1689757648', 'no'),
(4783, '_transient_amp-parsed-stylesheet-v39-556785cf282e20b4154073039d455c90', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0018219947814941406;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4786, '_site_transient_timeout_php_check_3fde9d06ba9e4fd20d08658e6f30b792', '1687770449', 'no'),
(4787, '_site_transient_php_check_3fde9d06ba9e4fd20d08658e6f30b792', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(4798, '_site_transient_timeout_browser_14d58a1ba286f087d9736249ec785314', '1687774456', 'no'),
(4799, '_site_transient_browser_14d58a1ba286f087d9736249ec785314', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"114.0.0.0\";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'),
(4840, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'yes'),
(4850, '_transient_timeout_amp-parsed-stylesheet-v40-92147b72cc41ab00fc4182b51a78d2c3', '1689762435', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4851, '_transient_amp-parsed-stylesheet-v40-92147b72cc41ab00fc4182b51a78d2c3', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:276:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"b0ca2dc13f3b8634997ff594cf813e42\";s:10:\"parse_time\";d:0.11535882949829102;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:78:\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\";}}', 'no'),
(4852, '_transient_timeout_amp-parsed-stylesheet-v40-669eab5d22a7251f6ba01c02d1f74ed2', '1689762435', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4853, '_transient_amp-parsed-stylesheet-v40-669eab5d22a7251f6ba01c02d1f74ed2', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.004458904266357422;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4854, '_transient_timeout_amp-parsed-stylesheet-v40-d9f24065ee0dbddf1d6ad285a4cbc0f4', '1689762435', 'no'),
(4855, '_transient_amp-parsed-stylesheet-v40-d9f24065ee0dbddf1d6ad285a4cbc0f4', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0021419525146484375;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4862, '_transient_timeout_amp-parsed-stylesheet-v40-7327b62aeca105817d852adf69b91384', '1689762604', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4863, '_transient_amp-parsed-stylesheet-v40-7327b62aeca105817d852adf69b91384', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:276:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/sultan222/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"b0ca2dc13f3b8634997ff594cf813e42\";s:10:\"parse_time\";d:0.11903810501098633;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:78:\"https://sultan222slot.com/wp-content/themes/sultan222/fonts/Lato-Regular.woff2\";}}', 'no'),
(4864, '_transient_timeout_amp-parsed-stylesheet-v40-8feb9b3a4c474687be8d9049160ed671', '1689762604', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4865, '_transient_amp-parsed-stylesheet-v40-8feb9b3a4c474687be8d9049160ed671', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.010933160781860352;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4866, '_transient_timeout_amp-parsed-stylesheet-v40-556785cf282e20b4154073039d455c90', '1689762604', 'no'),
(4867, '_transient_amp-parsed-stylesheet-v40-556785cf282e20b4154073039d455c90', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0032639503479003906;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(4884, '_transient_timeout_wpseo_total_unindexed_general_items', '1687402921', 'no'),
(4885, '_transient_wpseo_total_unindexed_general_items', '0', 'no'),
(4956, 'ai1wm_secret_key', 'zj27b7QBnaTp', 'yes'),
(4957, 'duplicator_version_plugin', '1.5.4', 'yes'),
(4959, 'duplicator_uninstall_package', '1', 'yes'),
(4960, 'duplicator_uninstall_settings', '1', 'yes'),
(4961, 'duplicator_settings', 'a:17:{s:7:\"version\";s:5:\"1.5.4\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:-1;i:0;b:0;}', 'yes'),
(4962, 'duplicator_activated', 'a:1:{s:4:\"lite\";i:1687173144;}', 'yes'),
(4963, 'loginizer_version', '1.7.9', 'yes'),
(4964, 'loginizer_options', 'a:0:{}', 'yes'),
(4965, 'loginizer_last_reset', '1687260436', 'yes'),
(4966, 'loginizer_whitelist', 'a:0:{}', 'yes'),
(4967, 'loginizer_blacklist', 'a:0:{}', 'yes'),
(4968, 'loginizer_2fa_whitelist', 'a:0:{}', 'yes'),
(4969, 'loginizer_ins_time', '1687173145', 'yes'),
(4970, 'loginizer_promo_time', '1687173145', 'yes'),
(4971, 'loginizer_backuply_promo_time', '1687173145', 'yes'),
(4972, 'loginizer_csrf_promo_time', '1687173145', 'yes'),
(4997, 'theme_mods_baru', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:12:\"contact-menu\";i:2;s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:0;s:13:\"provider-menu\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1687232993;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}}}}', 'yes'),
(5024, '_transient_timeout_amp-parsed-stylesheet-v40-85e7162a3fb9e0af5870176d9053f198', '1689769595', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5025, '_transient_amp-parsed-stylesheet-v40-85e7162a3fb9e0af5870176d9053f198', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:266:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://sultan222slot.com/wp-content/themes/baru/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://sultan222slot.com/wp-content/themes/baru/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:91:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"bb5559ccf6a47cd0a0e7586b4488e1ee\";s:10:\"parse_time\";d:0.11429882049560547;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:73:\"https://sultan222slot.com/wp-content/themes/baru/fonts/Lato-Regular.woff2\";}}', 'no'),
(5026, '_transient_timeout_amp_img_dedf9cdeb1f26f52841f01a93c10a7b4', '1689769595', 'no'),
(5027, '_transient_amp_img_dedf9cdeb1f26f52841f01a93c10a7b4', 'failed', 'no'),
(5028, '_transient_timeout_amp-parsed-stylesheet-v40-e9a6c9eee29b4275ce36a050e00e7856', '1689769595', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5029, '_transient_amp-parsed-stylesheet-v40-e9a6c9eee29b4275ce36a050e00e7856', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:266:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://sultan222slot.com/wp-content/themes/baru/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://sultan222slot.com/wp-content/themes/baru/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:91:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://sultan222slot.com/wp-content/themes/baru/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"bb5559ccf6a47cd0a0e7586b4488e1ee\";s:10:\"parse_time\";d:0.13730216026306152;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:73:\"https://sultan222slot.com/wp-content/themes/baru/fonts/Lato-Regular.woff2\";}}', 'no'),
(5036, 'litespeed.conf._version', '5.2', 'yes'),
(5037, 'litespeed.admin_display.thirdparty_litespeed_check', '1', 'yes'),
(5243, 'loginizer_login_attempt_stats', 'a:7:{i:1687226400;a:1:{i:1;i:1;}i:1687240800;a:1:{i:0;i:2;}i:1687248000;a:1:{i:1;i:2;}i:1687251600;a:1:{i:1;i:1;}i:1687255200;a:1:{i:1;i:1;}i:1687258800;a:1:{i:1;i:1;}i:1687316400;a:1:{i:1;i:1;}}', 'no'),
(5311, '_site_transient_timeout_browser_2d3bcfcec0eb62f24aad5cce4f806ba3', '1687836323', 'no'),
(5312, '_site_transient_browser_2d3bcfcec0eb62f24aad5cce4f806ba3', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"113.0.0.0\";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'),
(5316, '_transient_timeout_amp-parsed-stylesheet-v39-c140c6ab5ab94b9ce9b9df59b9a3ac4f', '1689823587', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5317, '_transient_amp-parsed-stylesheet-v39-c140c6ab5ab94b9ce9b9df59b9a3ac4f', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:280:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"dbb4a0179383293182ac9f9c33453bd0\";s:10:\"parse_time\";d:0.10311198234558105;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:80:\"http://localhost/mpo77.ink/wp-content/themes/taruhannnn/fonts/Lato-Regular.woff2\";}}', 'no'),
(5318, '_transient_timeout_amp-parsed-stylesheet-v39-2dc4bda2c13c59f365fd047b2aaaeb60', '1689823587', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5319, '_transient_amp-parsed-stylesheet-v39-2dc4bda2c13c59f365fd047b2aaaeb60', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.0041768550872802734;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5320, '_transient_timeout_amp-parsed-stylesheet-v39-6cc4139ed759e955d7927b0631abbdf3', '1689823587', 'no'),
(5321, '_transient_amp-parsed-stylesheet-v39-6cc4139ed759e955d7927b0631abbdf3', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.001990795135498047;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5322, '_transient_timeout_amp-parsed-stylesheet-v39-4927aeb8c091e3f52fd05b1e56e78e87', '1689823587', 'no'),
(5323, '_transient_amp-parsed-stylesheet-v39-4927aeb8c091e3f52fd05b1e56e78e87', 'a:8:{s:6:\"tokens\";a:110:{i:0;a:2:{i:0;a:1:{s:15:\".mejs-offscreen\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-offscreen\";}}}i:1;a:11:{i:0;s:8:\"border:0\";i:1;s:26:\"clip:rect(1px,1px,1px,1px)\";i:2;s:28:\"-webkit-clip-path:inset(50%)\";i:3;s:20:\"clip-path:inset(50%)\";i:4;s:10:\"height:1px\";i:5;s:11:\"margin:-1px\";i:6;s:15:\"overflow:hidden\";i:7;s:9:\"padding:0\";i:8;s:17:\"position:absolute\";i:9;s:9:\"width:1px\";i:10;s:16:\"word-wrap:normal\";}}i:1;a:2:{i:0;a:1:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:6:{i:0;s:15:\"background:#000\";i:1;s:33:\"font-family:Helvetica,Arial,serif\";i:2;s:17:\"position:relative\";i:3;s:15:\"text-align:left\";i:4;s:13:\"text-indent:0\";i:5;s:18:\"vertical-align:top\";}}i:2;a:2:{i:0;a:2:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}s:17:\".mejs-container *\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:3;a:2:{i:0;a:8:{s:49:\".mejs-container amp-video::-webkit-media-controls\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:51:\".mejs-container amp-youtube::-webkit-media-controls\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:55:\".mejs-container amp-video::-webkit-media-controls-panel\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\".mejs-container amp-youtube::-webkit-media-controls-panel\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:65:\".mejs-container amp-video::-webkit-media-controls-panel-container\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:67:\".mejs-container amp-youtube::-webkit-media-controls-panel-container\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:71:\".mejs-container amp-video::-webkit-media-controls-start-playback-button\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:73:\".mejs-container amp-youtube::-webkit-media-controls-start-playback-button\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:23:\"-webkit-appearance:none\";}}i:4;a:2:{i:0;a:8:{s:71:\".mejs-container amp-video::-webkit-media-controls:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:73:\".mejs-container amp-youtube::-webkit-media-controls:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:77:\".mejs-container amp-video::-webkit-media-controls-panel:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:79:\".mejs-container amp-youtube::-webkit-media-controls-panel:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:87:\".mejs-container amp-video::-webkit-media-controls-panel-container:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:89:\".mejs-container amp-youtube::-webkit-media-controls-panel-container:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:93:\".mejs-container amp-video::-webkit-media-controls-start-playback-button:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:95:\".mejs-container amp-youtube::-webkit-media-controls-start-playback-button:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:5;a:2:{i:0;a:2:{s:20:\".mejs-fill-container\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-fill-container\";}}s:36:\".mejs-fill-container .mejs-container\";a:1:{i:1;a:2:{i:0;s:19:\"mejs-fill-container\";i:1;s:14:\"mejs-container\";}}}i:1;a:2:{i:0;s:11:\"height:100%\";i:1;s:10:\"width:100%\";}}i:6;a:2:{i:0;a:1:{s:20:\".mejs-fill-container\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-fill-container\";}}}i:1;a:4:{i:0;s:22:\"background:transparent\";i:1;s:13:\"margin:0 auto\";i:2;s:15:\"overflow:hidden\";i:3;s:17:\"position:relative\";}}i:7;a:2:{i:0;a:1:{s:21:\".mejs-container:focus\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:8;a:2:{i:0;a:1:{s:20:\".mejs-iframe-overlay\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-iframe-overlay\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:17:\"position:absolute\";i:2;s:10:\"width:100%\";}}i:9;a:2:{i:0;a:2:{s:11:\".mejs-embed\";a:1:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}}s:16:\".mejs-embed body\";a:2:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:15:\"background:#000\";i:1;s:11:\"height:100%\";i:2;s:8:\"margin:0\";i:3;s:15:\"overflow:hidden\";i:4;s:9:\"padding:0\";i:5;s:10:\"width:100%\";}}i:10;a:2:{i:0;a:1:{s:36:\".mejs-fullscreen:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-fullscreen\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:11;a:2:{i:0;a:1:{s:26:\".mejs-container-fullscreen\";a:1:{i:1;a:1:{i:0;s:25:\"mejs-container-fullscreen\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:6:\"left:0\";i:2;s:15:\"overflow:hidden\";i:3;s:14:\"position:fixed\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";i:6;s:12:\"z-index:1000\";}}i:12;a:2:{i:0;a:3:{s:65:\".mejs-container-fullscreen .mejs-mediaelement:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:25:\"mejs-container-fullscreen\";i:1;s:17:\"mejs-mediaelement\";}}s:58:\".mejs-container-fullscreen amp-video:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:25:\"mejs-container-fullscreen\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:60:\".mejs-container-fullscreen amp-youtube:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:25:\"mejs-container-fullscreen\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:11:\"height:100%\";i:1;s:10:\"width:100%\";}}i:13;a:2:{i:0;a:2:{s:16:\".mejs-background\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-background\";}}s:18:\".mejs-mediaelement\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-mediaelement\";}}}i:1;a:3:{i:0;s:6:\"left:0\";i:1;s:17:\"position:absolute\";i:2;s:5:\"top:0\";}}i:14;a:2:{i:0;a:1:{s:18:\".mejs-mediaelement\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-mediaelement\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:10:\"width:100%\";i:2;s:9:\"z-index:0\";}}i:15;a:2:{i:0;a:1:{s:12:\".mejs-poster\";a:1:{i:1;a:1:{i:0;s:11:\"mejs-poster\";}}}i:1;a:7:{i:0;s:27:\"background-position:50% 50%\";i:1;s:27:\"background-repeat:no-repeat\";i:2;s:21:\"background-size:cover\";i:3;s:6:\"left:0\";i:4;s:17:\"position:absolute\";i:5;s:5:\"top:0\";i:6;s:9:\"z-index:1\";}}i:16;a:2:{i:0;a:1:{s:22:\":root .mejs-poster-img\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-poster-img\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:17;a:2:{i:0;a:1:{s:16:\".mejs-poster-img\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-poster-img\";}}}i:1;a:2:{i:0;s:8:\"border:0\";i:1;s:9:\"padding:0\";}}i:18;a:2:{i:0;a:1:{s:13:\".mejs-overlay\";a:1:{i:1;a:1:{i:0;s:12:\"mejs-overlay\";}}}i:1;a:15:{i:0;s:24:\"-webkit-box-align:center\";i:1;s:26:\"-webkit-align-items:center\";i:2;s:21:\"-ms-flex-align:center\";i:3;s:18:\"align-items:center\";i:4;s:19:\"display:-webkit-box\";i:5;s:20:\"display:-webkit-flex\";i:6;s:19:\"display:-ms-flexbox\";i:7;s:12:\"display:flex\";i:8;s:23:\"-webkit-box-pack:center\";i:9;s:30:\"-webkit-justify-content:center\";i:10;s:20:\"-ms-flex-pack:center\";i:11;s:22:\"justify-content:center\";i:12;s:6:\"left:0\";i:13;s:17:\"position:absolute\";i:14;s:5:\"top:0\";}}i:19;a:2:{i:0;a:1:{s:11:\".mejs-layer\";a:1:{i:1;a:1:{i:0;s:10:\"mejs-layer\";}}}i:1;a:1:{i:0;s:9:\"z-index:1\";}}i:20;a:2:{i:0;a:1:{s:18:\".mejs-overlay-play\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-overlay-play\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:21;a:2:{i:0;a:1:{s:20:\".mejs-overlay-button\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-overlay-button\";}}}i:1;a:4:{i:0;s:100:\"background:url(\"http://localhost/mpo77.ink/wp-includes/js/mediaelement/mejs-controls.svg\") no-repeat\";i:1;s:27:\"background-position:0 -39px\";i:2;s:11:\"height:80px\";i:3;s:10:\"width:80px\";}}i:22;a:2:{i:0;a:1:{s:40:\".mejs-overlay:hover>.mejs-overlay-button\";a:1:{i:1;a:2:{i:0;s:12:\"mejs-overlay\";i:1;s:19:\"mejs-overlay-button\";}}}i:1;a:1:{i:0;s:31:\"background-position:-80px -39px\";}}i:23;a:2:{i:0;a:1:{s:21:\".mejs-overlay-loading\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-overlay-loading\";}}}i:1;a:2:{i:0;s:11:\"height:80px\";i:1;s:10:\"width:80px\";}}i:24;a:2:{i:0;a:1:{s:28:\".mejs-overlay-loading-bg-img\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-overlay-loading-bg-img\";}}}i:1;a:7:{i:0;s:38:\"-webkit-animation:a 1s linear infinite\";i:1;s:30:\"animation:a 1s linear infinite\";i:2;s:125:\"background:transparent url(\"http://localhost/mpo77.ink/wp-includes/js/mediaelement/mejs-controls.svg\") -160px -40px no-repeat\";i:3;s:13:\"display:block\";i:4;s:11:\"height:80px\";i:5;s:10:\"width:80px\";i:6;s:9:\"z-index:1\";}}i:25;s:21:\"@-webkit-keyframes a{\";i:26;s:59:\"to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}\";i:27;s:14:\"}@keyframes a{\";i:28;s:59:\"to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}\";i:29;s:1:\"}\";i:30;a:2:{i:0;a:1:{s:14:\".mejs-controls\";a:1:{i:1;a:1:{i:0;s:13:\"mejs-controls\";}}}i:1;a:13:{i:0;s:8:\"bottom:0\";i:1;s:19:\"display:-webkit-box\";i:2;s:20:\"display:-webkit-flex\";i:3;s:19:\"display:-ms-flexbox\";i:4;s:12:\"display:flex\";i:5;s:11:\"height:40px\";i:6;s:6:\"left:0\";i:7;s:20:\"list-style-type:none\";i:8;s:8:\"margin:0\";i:9;s:14:\"padding:0 10px\";i:10;s:17:\"position:absolute\";i:11;s:10:\"width:100%\";i:12;s:9:\"z-index:3\";}}i:31;a:2:{i:0;a:1:{s:62:\".mejs-controls:not([data-amp-original-style*=\"display: none\"])\";a:1:{i:1;a:1:{i:0;s:13:\"mejs-controls\";}}}i:1;a:3:{i:0;s:27:\"background:rgba(255,0,0,.7)\";i:1;s:63:\"background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35))\";i:2;s:55:\"background:linear-gradient(transparent,rgba(0,0,0,.35))\";}}i:32;a:2:{i:0;a:3:{s:12:\".mejs-button\";a:1:{i:1;a:1:{i:0;s:11:\"mejs-button\";}}s:10:\".mejs-time\";a:1:{i:1;a:1:{i:0;s:9:\"mejs-time\";}}s:15:\".mejs-time-rail\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-time-rail\";}}}i:1;a:5:{i:0;s:14:\"font-size:10px\";i:1;s:11:\"height:40px\";i:2;s:16:\"line-height:10px\";i:3;s:8:\"margin:0\";i:4;s:10:\"width:32px\";}}i:33;a:2:{i:0;a:1:{s:19:\".mejs-button>button\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:13:{i:0;s:102:\"background:transparent url(\"http://localhost/mpo77.ink/wp-includes/js/mediaelement/mejs-controls.svg\")\";i:1;s:8:\"border:0\";i:2;s:14:\"cursor:pointer\";i:3;s:13:\"display:block\";i:4;s:11:\"font-size:0\";i:5;s:11:\"height:20px\";i:6;s:13:\"line-height:0\";i:7;s:15:\"margin:10px 6px\";i:8;s:15:\"overflow:hidden\";i:9;s:9:\"padding:0\";i:10;s:17:\"position:absolute\";i:11;s:20:\"text-decoration:none\";i:12;s:10:\"width:20px\";}}i:34;a:2:{i:0;a:1:{s:25:\".mejs-button>button:focus\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:23:\"outline:1px dotted #999\";}}i:35;a:2:{i:0;a:6:{s:47:\".mejs-container-keyboard-inactive [role=slider]\";a:2:{i:3;a:1:{i:0;s:4:\"role\";}i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}}s:53:\".mejs-container-keyboard-inactive [role=slider]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"role\";}i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}}s:35:\".mejs-container-keyboard-inactive a\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:1:\"a\";}}s:41:\".mejs-container-keyboard-inactive a:focus\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:1:\"a\";}}s:40:\".mejs-container-keyboard-inactive button\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:6:\"button\";}}s:46:\".mejs-container-keyboard-inactive button:focus\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:36;a:2:{i:0;a:1:{s:10:\".mejs-time\";a:1:{i:1;a:1:{i:0;s:9:\"mejs-time\";}}}i:1;a:9:{i:0;s:22:\"box-sizing:content-box\";i:1;s:10:\"color:#fff\";i:2;s:14:\"font-size:11px\";i:3;s:15:\"font-weight:700\";i:4;s:11:\"height:24px\";i:5;s:15:\"overflow:hidden\";i:6;s:18:\"padding:16px 6px 0\";i:7;s:17:\"text-align:center\";i:8;s:10:\"width:auto\";}}i:37;a:2:{i:0;a:1:{s:17:\".mejs-play>button\";a:2:{i:1;a:1:{i:0;s:9:\"mejs-play\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:23:\"background-position:0 0\";}}i:38;a:2:{i:0;a:1:{s:18:\".mejs-pause>button\";a:2:{i:1;a:1:{i:0;s:10:\"mejs-pause\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-20px 0\";}}i:39;a:2:{i:0;a:1:{s:19:\".mejs-replay>button\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-replay\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-160px 0\";}}i:40;a:2:{i:0;a:1:{s:15:\".mejs-time-rail\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-time-rail\";}}}i:1;a:9:{i:0;s:13:\"direction:ltr\";i:1;s:18:\"-webkit-box-flex:1\";i:2;s:19:\"-webkit-flex-grow:1\";i:3;s:19:\"-ms-flex-positive:1\";i:4;s:11:\"flex-grow:1\";i:5;s:11:\"height:40px\";i:6;s:13:\"margin:0 10px\";i:7;s:16:\"padding-top:10px\";i:8;s:17:\"position:relative\";}}i:41;a:2:{i:0;a:9:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}s:18:\".mejs-time-current\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-current\";}}s:16:\".mejs-time-float\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-float\";}}s:23:\".mejs-time-float-corner\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-time-float-corner\";}}s:24:\".mejs-time-float-current\";a:1:{i:1;a:1:{i:0;s:23:\"mejs-time-float-current\";}}s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}s:17:\".mejs-time-loaded\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-loaded\";}}s:17:\".mejs-time-marker\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-marker\";}}s:16:\".mejs-time-total\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-total\";}}}i:1;a:5:{i:0;s:17:\"border-radius:2px\";i:1;s:14:\"cursor:pointer\";i:2;s:13:\"display:block\";i:3;s:11:\"height:10px\";i:4;s:17:\"position:absolute\";}}i:42;a:2:{i:0;a:1:{s:16:\".mejs-time-total\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-total\";}}}i:1;a:3:{i:0;s:29:\"background:hsla(0,0%,100%,.3)\";i:1;s:14:\"margin:5px 0 0\";i:2;s:10:\"width:100%\";}}i:43;a:2:{i:0;a:1:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}}i:1;a:6:{i:0;s:38:\"-webkit-animation:b 2s linear infinite\";i:1;s:30:\"animation:b 2s linear infinite\";i:2;s:165:\"background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent)\";i:3;s:157:\"background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent)\";i:4;s:25:\"background-size:15px 15px\";i:5;s:10:\"width:100%\";}}i:44;s:21:\"@-webkit-keyframes b{\";i:45;s:27:\"0%{background-position:0 0}\";i:46;s:30:\"to{background-position:30px 0}\";i:47;s:14:\"}@keyframes b{\";i:48;s:27:\"0%{background-position:0 0}\";i:49;s:30:\"to{background-position:30px 0}\";i:50;s:1:\"}\";i:51;a:2:{i:0;a:1:{s:17:\".mejs-time-loaded\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-loaded\";}}}i:1;a:1:{i:0;s:29:\"background:hsla(0,0%,100%,.3)\";}}i:52;a:2:{i:0;a:2:{s:18:\".mejs-time-current\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-current\";}}s:25:\".mejs-time-handle-content\";a:1:{i:1;a:1:{i:0;s:24:\"mejs-time-handle-content\";}}}i:1;a:1:{i:0;s:29:\"background:hsla(0,0%,100%,.9)\";}}i:53;a:2:{i:0;a:1:{s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}}i:1;a:2:{i:0;s:29:\"background:hsla(0,0%,100%,.5)\";i:1;s:10:\"z-index:10\";}}i:54;a:2:{i:0;a:1:{s:27:\".mejs-time-hovered.negative\";a:1:{i:1;a:2:{i:0;s:17:\"mejs-time-hovered\";i:1;s:8:\"negative\";}}}i:1;a:1:{i:0;s:25:\"background:rgba(0,0,0,.2)\";}}i:55;a:2:{i:0;a:4:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}s:18:\".mejs-time-current\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-current\";}}s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}s:17:\".mejs-time-loaded\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-loaded\";}}}i:1;a:10:{i:0;s:6:\"left:0\";i:1;s:27:\"-webkit-transform:scaleX(0)\";i:2;s:23:\"-ms-transform:scaleX(0)\";i:3;s:19:\"transform:scaleX(0)\";i:4;s:28:\"-webkit-transform-origin:0 0\";i:5;s:24:\"-ms-transform-origin:0 0\";i:6;s:20:\"transform-origin:0 0\";i:7;s:35:\"-webkit-transition:all .15s ease-in\";i:8;s:27:\"transition:all .15s ease-in\";i:9;s:10:\"width:100%\";}}i:56;a:2:{i:0;a:1:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}}i:1;a:3:{i:0;s:27:\"-webkit-transform:scaleX(1)\";i:1;s:23:\"-ms-transform:scaleX(1)\";i:2;s:19:\"transform:scaleX(1)\";}}i:57;a:2:{i:0;a:1:{s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}}i:1;a:2:{i:0;s:53:\"-webkit-transition:height .1s cubic-bezier(.44,0,1,1)\";i:1;s:45:\"transition:height .1s cubic-bezier(.44,0,1,1)\";}}i:58;a:2:{i:0;a:1:{s:47:\".mejs-time-hovered.no-hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:17:\"mejs-time-hovered\";i:1;s:8:\"no-hover\";}}}i:1;a:3:{i:0;s:27:\"-webkit-transform:scaleX(0)\";i:1;s:23:\"-ms-transform:scaleX(0)\";i:2;s:19:\"transform:scaleX(0)\";}}i:59;a:2:{i:0;a:2:{s:17:\".mejs-time-handle\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-handle\";}}s:25:\".mejs-time-handle-content\";a:1:{i:1;a:1:{i:0;s:24:\"mejs-time-handle-content\";}}}i:1;a:8:{i:0;s:28:\"border:4px solid transparent\";i:1;s:14:\"cursor:pointer\";i:2;s:6:\"left:0\";i:3;s:17:\"position:absolute\";i:4;s:31:\"-webkit-transform:translateX(0)\";i:5;s:27:\"-ms-transform:translateX(0)\";i:6;s:23:\"transform:translateX(0)\";i:7;s:10:\"z-index:11\";}}i:60;a:2:{i:0;a:1:{s:25:\".mejs-time-handle-content\";a:1:{i:1;a:1:{i:0;s:24:\"mejs-time-handle-content\";}}}i:1;a:9:{i:0;s:35:\"border:4px solid hsla(0,0%,100%,.9)\";i:1;s:17:\"border-radius:50%\";i:2;s:11:\"height:10px\";i:3;s:9:\"left:-7px\";i:4;s:8:\"top:-4px\";i:5;s:26:\"-webkit-transform:scale(0)\";i:6;s:22:\"-ms-transform:scale(0)\";i:7;s:18:\"transform:scale(0)\";i:8;s:10:\"width:10px\";}}i:61;a:2:{i:0;a:3:{s:48:\".mejs-time-rail .mejs-time-handle-content:active\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-time-rail\";i:1;s:24:\"mejs-time-handle-content\";}}s:47:\".mejs-time-rail .mejs-time-handle-content:focus\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-time-rail\";i:1;s:24:\"mejs-time-handle-content\";}}s:47:\".mejs-time-rail:hover .mejs-time-handle-content\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-time-rail\";i:1;s:24:\"mejs-time-handle-content\";}}}i:1;a:3:{i:0;s:26:\"-webkit-transform:scale(1)\";i:1;s:22:\"-ms-transform:scale(1)\";i:2;s:18:\"transform:scale(1)\";}}i:62;a:2:{i:0;a:1:{s:16:\".mejs-time-float\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-float\";}}}i:1;a:13:{i:0;s:15:\"background:#eee\";i:1;s:21:\"border:1px solid #333\";i:2;s:11:\"bottom:100%\";i:3;s:10:\"color:#111\";i:4;s:12:\"display:none\";i:5;s:11:\"height:17px\";i:6;s:17:\"margin-bottom:9px\";i:7;s:17:\"position:absolute\";i:8;s:17:\"text-align:center\";i:9;s:34:\"-webkit-transform:translateX(-50%)\";i:10;s:30:\"-ms-transform:translateX(-50%)\";i:11;s:26:\"transform:translateX(-50%)\";i:12;s:10:\"width:36px\";}}i:63;a:2:{i:0;a:1:{s:24:\".mejs-time-float-current\";a:1:{i:1;a:1:{i:0;s:23:\"mejs-time-float-current\";}}}i:1;a:5:{i:0;s:13:\"display:block\";i:1;s:6:\"left:0\";i:2;s:10:\"margin:2px\";i:3;s:17:\"text-align:center\";i:4;s:10:\"width:30px\";}}i:64;a:2:{i:0;a:1:{s:23:\".mejs-time-float-corner\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-time-float-corner\";}}}i:1;a:13:{i:0;s:21:\"border:5px solid #eee\";i:1;s:41:\"border-color:#eee transparent transparent\";i:2;s:15:\"border-radius:0\";i:3;s:13:\"display:block\";i:4;s:8:\"height:0\";i:5;s:8:\"left:50%\";i:6;s:13:\"line-height:0\";i:7;s:17:\"position:absolute\";i:8;s:8:\"top:100%\";i:9;s:34:\"-webkit-transform:translateX(-50%)\";i:10;s:30:\"-ms-transform:translateX(-50%)\";i:11;s:26:\"transform:translateX(-50%)\";i:12;s:7:\"width:0\";}}i:65;a:2:{i:0;a:1:{s:33:\".mejs-long-video .mejs-time-float\";a:1:{i:1;a:2:{i:0;s:15:\"mejs-long-video\";i:1;s:15:\"mejs-time-float\";}}}i:1;a:2:{i:0;s:17:\"margin-left:-23px\";i:1;s:10:\"width:64px\";}}i:66;a:2:{i:0;a:1:{s:41:\".mejs-long-video .mejs-time-float-current\";a:1:{i:1;a:2:{i:0;s:15:\"mejs-long-video\";i:1;s:23:\"mejs-time-float-current\";}}}i:1;a:1:{i:0;s:10:\"width:60px\";}}i:67;a:2:{i:0;a:1:{s:15:\".mejs-broadcast\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-broadcast\";}}}i:1;a:5:{i:0;s:10:\"color:#fff\";i:1;s:11:\"height:10px\";i:2;s:17:\"position:absolute\";i:3;s:8:\"top:15px\";i:4;s:10:\"width:100%\";}}i:68;a:2:{i:0;a:1:{s:30:\".mejs-fullscreen-button>button\";a:2:{i:1;a:1:{i:0;s:22:\"mejs-fullscreen-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-80px 0\";}}i:69;a:2:{i:0;a:1:{s:25:\".mejs-unfullscreen>button\";a:2:{i:1;a:1:{i:0;s:17:\"mejs-unfullscreen\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-100px 0\";}}i:70;a:2:{i:0;a:1:{s:17:\".mejs-mute>button\";a:2:{i:1;a:1:{i:0;s:9:\"mejs-mute\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-60px 0\";}}i:71;a:2:{i:0;a:1:{s:19:\".mejs-unmute>button\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-unmute\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-40px 0\";}}i:72;a:2:{i:0;a:1:{s:19:\".mejs-volume-button\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-button\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:73;a:2:{i:0;a:1:{s:39:\".mejs-volume-button>.mejs-volume-slider\";a:1:{i:1;a:2:{i:0;s:18:\"mejs-volume-button\";i:1;s:18:\"mejs-volume-slider\";}}}i:1;a:14:{i:0;s:34:\"-webkit-backface-visibility:hidden\";i:1;s:28:\"background:rgba(50,50,50,.7)\";i:2;s:15:\"border-radius:0\";i:3;s:11:\"bottom:100%\";i:4;s:12:\"display:none\";i:5;s:12:\"height:115px\";i:6;s:8:\"left:50%\";i:7;s:8:\"margin:0\";i:8;s:17:\"position:absolute\";i:9;s:34:\"-webkit-transform:translateX(-50%)\";i:10;s:30:\"-ms-transform:translateX(-50%)\";i:11;s:26:\"transform:translateX(-50%)\";i:12;s:10:\"width:25px\";i:13;s:9:\"z-index:1\";}}i:74;a:2:{i:0;a:1:{s:25:\".mejs-volume-button:hover\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-button\";}}}i:1;a:1:{i:0;s:25:\"border-radius:0 0 4px 4px\";}}i:75;a:2:{i:0;a:1:{s:18:\".mejs-volume-total\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-volume-total\";}}}i:1;a:10:{i:0;s:29:\"background:hsla(0,0%,100%,.5)\";i:1;s:12:\"height:100px\";i:2;s:8:\"left:50%\";i:3;s:8:\"margin:0\";i:4;s:17:\"position:absolute\";i:5;s:7:\"top:8px\";i:6;s:34:\"-webkit-transform:translateX(-50%)\";i:7;s:30:\"-ms-transform:translateX(-50%)\";i:8;s:26:\"transform:translateX(-50%)\";i:9;s:9:\"width:2px\";}}i:76;a:2:{i:0;a:1:{s:20:\".mejs-volume-current\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-volume-current\";}}}i:1;a:3:{i:0;s:6:\"left:0\";i:1;s:8:\"margin:0\";i:2;s:10:\"width:100%\";}}i:77;a:2:{i:0;a:2:{s:20:\".mejs-volume-current\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-volume-current\";}}s:19:\".mejs-volume-handle\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-handle\";}}}i:1;a:2:{i:0;s:29:\"background:hsla(0,0%,100%,.9)\";i:1;s:17:\"position:absolute\";}}i:78;a:2:{i:0;a:1:{s:19:\".mejs-volume-handle\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-handle\";}}}i:1;a:8:{i:0;s:17:\"border-radius:1px\";i:1;s:16:\"cursor:ns-resize\";i:2;s:10:\"height:6px\";i:3;s:8:\"left:50%\";i:4;s:34:\"-webkit-transform:translateX(-50%)\";i:5;s:30:\"-ms-transform:translateX(-50%)\";i:6;s:26:\"transform:translateX(-50%)\";i:7;s:10:\"width:16px\";}}i:79;a:2:{i:0;a:1:{s:30:\".mejs-horizontal-volume-slider\";a:1:{i:1;a:1:{i:0;s:29:\"mejs-horizontal-volume-slider\";}}}i:1;a:5:{i:0;s:13:\"display:block\";i:1;s:11:\"height:36px\";i:2;s:17:\"position:relative\";i:3;s:21:\"vertical-align:middle\";i:4;s:10:\"width:56px\";}}i:80;a:2:{i:0;a:1:{s:29:\".mejs-horizontal-volume-total\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-horizontal-volume-total\";}}}i:1;a:4:{i:0;s:28:\"background:rgba(50,50,50,.8)\";i:1;s:10:\"height:8px\";i:2;s:8:\"top:16px\";i:3;s:10:\"width:50px\";}}i:81;a:2:{i:0;a:2:{s:31:\".mejs-horizontal-volume-current\";a:1:{i:1;a:1:{i:0;s:30:\"mejs-horizontal-volume-current\";}}s:29:\".mejs-horizontal-volume-total\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-horizontal-volume-total\";}}}i:1;a:6:{i:0;s:17:\"border-radius:2px\";i:1;s:13:\"font-size:1px\";i:2;s:6:\"left:0\";i:3;s:8:\"margin:0\";i:4;s:9:\"padding:0\";i:5;s:17:\"position:absolute\";}}i:82;a:2:{i:0;a:1:{s:31:\".mejs-horizontal-volume-current\";a:1:{i:1;a:1:{i:0;s:30:\"mejs-horizontal-volume-current\";}}}i:1;a:4:{i:0;s:29:\"background:hsla(0,0%,100%,.8)\";i:1;s:11:\"height:100%\";i:2;s:5:\"top:0\";i:3;s:10:\"width:100%\";}}i:83;a:2:{i:0;a:1:{s:30:\".mejs-horizontal-volume-handle\";a:1:{i:1;a:1:{i:0;s:29:\"mejs-horizontal-volume-handle\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:84;a:2:{i:0;a:2:{s:21:\".mejs-captions-button\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-captions-button\";}}s:21:\".mejs-chapters-button\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-chapters-button\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:85;a:2:{i:0;a:1:{s:28:\".mejs-captions-button>button\";a:2:{i:1;a:1:{i:0;s:20:\"mejs-captions-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-140px 0\";}}i:86;a:2:{i:0;a:1:{s:28:\".mejs-chapters-button>button\";a:2:{i:1;a:1:{i:0;s:20:\"mejs-chapters-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-180px 0\";}}i:87;a:2:{i:0;a:2:{s:45:\".mejs-captions-button>.mejs-captions-selector\";a:1:{i:1;a:2:{i:0;s:20:\"mejs-captions-button\";i:1;s:22:\"mejs-captions-selector\";}}s:45:\".mejs-chapters-button>.mejs-chapters-selector\";a:1:{i:1;a:2:{i:0;s:20:\"mejs-chapters-button\";i:1;s:22:\"mejs-chapters-selector\";}}}i:1;a:11:{i:0;s:28:\"background:rgba(50,50,50,.7)\";i:1;s:28:\"border:1px solid transparent\";i:2;s:15:\"border-radius:0\";i:3;s:11:\"bottom:100%\";i:4;s:18:\"margin-right:-43px\";i:5;s:15:\"overflow:hidden\";i:6;s:9:\"padding:0\";i:7;s:17:\"position:absolute\";i:8;s:9:\"right:50%\";i:9;s:18:\"visibility:visible\";i:10;s:10:\"width:86px\";}}i:88;a:2:{i:0;a:1:{s:45:\".mejs-chapters-button>.mejs-chapters-selector\";a:1:{i:1;a:2:{i:0;s:20:\"mejs-chapters-button\";i:1;s:22:\"mejs-chapters-selector\";}}}i:1;a:2:{i:0;s:18:\"margin-right:-55px\";i:1;s:11:\"width:110px\";}}i:89;a:2:{i:0;a:2:{s:28:\".mejs-captions-selector-list\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-captions-selector-list\";}}s:28:\".mejs-chapters-selector-list\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-chapters-selector-list\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:15:\"overflow:hidden\";i:2;s:9:\"padding:0\";}}i:90;a:2:{i:0;a:2:{s:48:\".mejs-captions-selector-list:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-captions-selector-list\";}}s:48:\".mejs-chapters-selector-list:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-chapters-selector-list\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:91;a:2:{i:0;a:2:{s:33:\".mejs-captions-selector-list-item\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-captions-selector-list-item\";}}s:33:\".mejs-chapters-selector-list-item\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-chapters-selector-list-item\";}}}i:1;a:6:{i:0;s:10:\"color:#fff\";i:1;s:14:\"cursor:pointer\";i:2;s:13:\"display:block\";i:3;s:14:\"margin:0 0 6px\";i:4;s:15:\"overflow:hidden\";i:5;s:9:\"padding:0\";}}i:92;a:2:{i:0;a:2:{s:53:\".mejs-captions-selector-list-item:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-captions-selector-list-item\";}}s:53:\".mejs-chapters-selector-list-item:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-chapters-selector-list-item\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:93;a:2:{i:0;a:2:{s:59:\".mejs-captions-selector-list-item:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-captions-selector-list-item\";}}s:59:\".mejs-chapters-selector-list-item:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-chapters-selector-list-item\";}}}i:1;a:2:{i:0;s:24:\"background-color:#c8c8c8\";i:1;s:35:\"background-color:hsla(0,0%,100%,.4)\";}}i:94;a:2:{i:0;a:2:{s:29:\".mejs-captions-selector-input\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-captions-selector-input\";}}s:29:\".mejs-chapters-selector-input\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-chapters-selector-input\";}}}i:1;a:5:{i:0;s:10:\"clear:both\";i:1;s:10:\"float:left\";i:2;s:12:\"left:-1000px\";i:3;s:20:\"margin:3px 3px 0 5px\";i:4;s:17:\"position:absolute\";}}i:95;a:2:{i:0;a:2:{s:29:\".mejs-captions-selector-label\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-captions-selector-label\";}}s:29:\".mejs-chapters-selector-label\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-chapters-selector-label\";}}}i:1;a:6:{i:0;s:14:\"cursor:pointer\";i:1;s:10:\"float:left\";i:2;s:14:\"font-size:10px\";i:3;s:16:\"line-height:15px\";i:4;s:18:\"padding:4px 10px 0\";i:5;s:10:\"width:100%\";}}i:96;a:2:{i:0;a:2:{s:23:\".mejs-captions-selected\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-captions-selected\";}}s:23:\".mejs-chapters-selected\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-chapters-selected\";}}}i:1;a:1:{i:0;s:13:\"color:#21f8f8\";}}i:97;a:2:{i:0;a:1:{s:27:\".mejs-captions-translations\";a:1:{i:1;a:1:{i:0;s:26:\"mejs-captions-translations\";}}}i:1;a:2:{i:0;s:14:\"font-size:10px\";i:1;s:14:\"margin:0 0 5px\";}}i:98;a:2:{i:0;a:1:{s:20:\".mejs-captions-layer\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-captions-layer\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:10:\"color:#fff\";i:2;s:14:\"font-size:16px\";i:3;s:6:\"left:0\";i:4;s:16:\"line-height:20px\";i:5;s:17:\"position:absolute\";i:6;s:17:\"text-align:center\";}}i:99;a:2:{i:0;a:1:{s:22:\".mejs-captions-layer a\";a:2:{i:1;a:1:{i:0;s:19:\"mejs-captions-layer\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:25:\"text-decoration:underline\";}}i:100;a:2:{i:0;a:1:{s:29:\".mejs-captions-layer[lang=ar]\";a:2:{i:3;a:1:{i:0;s:4:\"lang\";}i:1;a:1:{i:0;s:19:\"mejs-captions-layer\";}}}i:1;a:2:{i:0;s:14:\"font-size:20px\";i:1;s:15:\"font-weight:400\";}}i:101;a:2:{i:0;a:1:{s:23:\".mejs-captions-position\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-captions-position\";}}}i:1;a:4:{i:0;s:11:\"bottom:15px\";i:1;s:6:\"left:0\";i:2;s:17:\"position:absolute\";i:3;s:10:\"width:100%\";}}i:102;a:2:{i:0;a:1:{s:29:\".mejs-captions-position-hover\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-captions-position-hover\";}}}i:1;a:1:{i:0;s:11:\"bottom:35px\";}}i:103;a:2:{i:0;a:2:{s:19:\".mejs-captions-text\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-captions-text\";}}s:21:\".mejs-captions-text *\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-captions-text\";}}}i:1;a:4:{i:0;s:27:\"background:hsla(0,0%,8%,.5)\";i:1;s:61:\"box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5)\";i:2;s:9:\"padding:0\";i:3;s:20:\"white-space:pre-wrap\";}}i:104;a:2:{i:0;a:2:{s:76:\".mejs-container.mejs-hide-cues amp-video::-webkit-media-text-track-container\";a:2:{i:1;a:2:{i:0;s:14:\"mejs-container\";i:1;s:14:\"mejs-hide-cues\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:78:\".mejs-container.mejs-hide-cues amp-youtube::-webkit-media-text-track-container\";a:2:{i:1;a:2:{i:0;s:14:\"mejs-container\";i:1;s:14:\"mejs-hide-cues\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:105;a:2:{i:0;a:1:{s:19:\".mejs-overlay-error\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-overlay-error\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:106;a:2:{i:0;a:1:{s:23:\".mejs-overlay-error>img\";a:2:{i:1;a:1:{i:0;s:18:\"mejs-overlay-error\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:5:{i:0;s:6:\"left:0\";i:1;s:14:\"max-width:100%\";i:2;s:17:\"position:absolute\";i:3;s:5:\"top:0\";i:4;s:10:\"z-index:-1\";}}i:107;a:2:{i:0;a:2:{s:16:\".mejs-cannotplay\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}}s:18:\".mejs-cannotplay a\";a:2:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:.8em\";}}i:108;a:2:{i:0;a:1:{s:16:\".mejs-cannotplay\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:109;a:2:{i:0;a:2:{s:18:\".mejs-cannotplay a\";a:2:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}i:0;a:1:{i:0;s:1:\"a\";}}s:18:\".mejs-cannotplay p\";a:2:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:20:\"display:inline-block\";i:1;s:14:\"padding:0 15px\";i:2;s:10:\"width:100%\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"95ea94e8c0dab986252aec7acf305910\";s:10:\"parse_time\";d:0.0377202033996582;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5324, '_transient_timeout_amp-parsed-stylesheet-v39-448edf05ec44eb2efa20f0630a9db53c', '1689823587', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5325, '_transient_amp-parsed-stylesheet-v39-448edf05ec44eb2efa20f0630a9db53c', 'a:8:{s:6:\"tokens\";a:55:{i:0;a:2:{i:0;a:1:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:2:{i:0;s:10:\"clear:both\";i:1;s:14:\"max-width:100%\";}}i:1;a:2:{i:0;a:1:{s:17:\".mejs-container *\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:1:{i:0;s:27:\"font-family:Helvetica,Arial\";}}i:2;a:2:{i:0;a:4:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}s:30:\".mejs-container .mejs-controls\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-container\";i:1;s:13:\"mejs-controls\";}}s:11:\".mejs-embed\";a:1:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}}s:16:\".mejs-embed body\";a:2:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:15:\"background:#222\";}}i:3;a:2:{i:0;a:1:{s:10:\".mejs-time\";a:1:{i:1;a:1:{i:0;s:9:\"mejs-time\";}}}i:1;a:2:{i:0;s:15:\"font-weight:400\";i:1;s:16:\"word-wrap:normal\";}}i:4;a:2:{i:0;a:1:{s:46:\".mejs-controls a.mejs-horizontal-volume-slider\";a:2:{i:1;a:2:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"display:table\";}}i:5;a:2:{i:0;a:2:{s:77:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:30:\"mejs-horizontal-volume-current\";}}s:48:\".mejs-controls .mejs-time-rail .mejs-time-loaded\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";i:2;s:16:\"mejs-time-loaded\";}}}i:1;a:1:{i:0;s:15:\"background:#fff\";}}i:6;a:2:{i:0;a:1:{s:49:\".mejs-controls .mejs-time-rail .mejs-time-current\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";i:2;s:17:\"mejs-time-current\";}}}i:1;a:1:{i:0;s:18:\"background:#0073aa\";}}i:7;a:2:{i:0;a:2:{s:75:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:28:\"mejs-horizontal-volume-total\";}}s:47:\".mejs-controls .mejs-time-rail .mejs-time-total\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";i:2;s:15:\"mejs-time-total\";}}}i:1;a:1:{i:0;s:32:\"background:rgba(255,255,255,.33)\";}}i:8;a:2:{i:0;a:3:{s:77:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:30:\"mejs-horizontal-volume-current\";}}s:75:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:28:\"mejs-horizontal-volume-total\";}}s:35:\".mejs-controls .mejs-time-rail span\";a:2:{i:1;a:2:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:15:\"border-radius:0\";}}i:9;a:2:{i:0;a:1:{s:21:\".mejs-overlay-loading\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-overlay-loading\";}}}i:1;a:1:{i:0;s:14:\"background:0 0\";}}i:10;a:2:{i:0;a:1:{s:27:\".mejs-controls button:hover\";a:2:{i:1;a:1:{i:0;s:13:\"mejs-controls\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:3:{i:0;s:11:\"border:none\";i:1;s:23:\"-webkit-box-shadow:none\";i:2;s:15:\"box-shadow:none\";}}i:11;a:2:{i:0;a:1:{s:34:\".me-cannotplay:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:13:\"me-cannotplay\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:12;a:2:{i:0;a:1:{s:40:\".media-embed-details .wp-audio-shortcode\";a:1:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:18:\"wp-audio-shortcode\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"max-width:400px\";}}i:13;a:2:{i:0;a:1:{s:36:\".audio-details .embed-media-settings\";a:1:{i:1;a:2:{i:0;s:13:\"audio-details\";i:1;s:20:\"embed-media-settings\";}}}i:1;a:1:{i:0;s:16:\"overflow:visible\";}}i:14;a:2:{i:0;a:1:{s:75:\".media-embed-details .embed-media-settings .setting span:not(.button-group)\";a:2:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";i:2;s:7:\"setting\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:2:{i:0;s:15:\"max-width:400px\";i:1;s:10:\"width:auto\";}}i:15;a:2:{i:0;a:1:{s:65:\".media-embed-details .embed-media-settings .checkbox-setting span\";a:2:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";i:2;s:16:\"checkbox-setting\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:16;a:2:{i:0;a:1:{s:42:\".media-embed-details .embed-media-settings\";a:1:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";}}}i:1;a:2:{i:0;s:13:\"padding-top:0\";i:1;s:8:\"top:28px\";}}i:17;a:2:{i:0;a:1:{s:34:\".media-embed-details .instructions\";a:1:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:12:\"instructions\";}}}i:1;a:2:{i:0;s:14:\"padding:16px 0\";i:1;s:15:\"max-width:600px\";}}i:18;a:2:{i:0;a:2:{s:45:\".media-embed-details .setting .remove-setting\";a:1:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";i:2;s:14:\"remove-setting\";}}s:31:\".media-embed-details .setting p\";a:2:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:10:\"color:#a00\";i:1;s:14:\"font-size:10px\";i:2;s:24:\"text-transform:uppercase\";}}i:19;a:2:{i:0;a:1:{s:45:\".media-embed-details .setting .remove-setting\";a:1:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";i:2;s:14:\"remove-setting\";}}}i:1;a:1:{i:0;s:13:\"padding:5px 0\";}}i:20;a:2:{i:0;a:1:{s:37:\".media-embed-details .setting a:hover\";a:2:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#dc3232\";}}i:21;a:2:{i:0;a:1:{s:60:\".media-embed-details .embed-media-settings .checkbox-setting\";a:1:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";i:2;s:16:\"checkbox-setting\";}}}i:1;a:2:{i:0;s:10:\"float:none\";i:1;s:15:\"margin:0 0 10px\";}}i:22;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:11:\"height:auto\";}}i:23;a:2:{i:0;a:2:{s:41:\".wp_attachment_holder .wp-audio-shortcode\";a:1:{i:1;a:2:{i:0;s:20:\"wp_attachment_holder\";i:1;s:18:\"wp-audio-shortcode\";}}s:31:\".wp_attachment_holder .wp-video\";a:1:{i:1;a:2:{i:0;s:20:\"wp_attachment_holder\";i:1;s:8:\"wp-video\";}}}i:1;a:1:{i:0;s:15:\"margin-top:18px\";}}i:24;a:2:{i:0;a:4:{s:29:\".wp-video-shortcode amp-video\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:31:\".wp-video-shortcode amp-youtube\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:28:\"amp-video.wp-video-shortcode\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:30:\"amp-youtube.wp-video-shortcode\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:20:\"display:inline-block\";}}i:25;a:2:{i:0;a:1:{s:31:\".video-details .wp-video-holder\";a:1:{i:1;a:2:{i:0;s:13:\"video-details\";i:1;s:15:\"wp-video-holder\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:15:\"max-width:640px\";}}i:26;a:2:{i:0;a:1:{s:12:\".wp-playlist\";a:1:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}}}i:1;a:5:{i:0;s:21:\"border:1px solid #ccc\";i:1;s:12:\"padding:10px\";i:2;s:18:\"margin:12px 0 18px\";i:3;s:14:\"font-size:14px\";i:4;s:15:\"line-height:1.5\";}}i:27;a:2:{i:0;a:1:{s:22:\".wp-admin .wp-playlist\";a:1:{i:1;a:2:{i:0;s:8:\"wp-admin\";i:1;s:11:\"wp-playlist\";}}}i:1;a:1:{i:0;s:15:\"margin:0 0 18px\";}}i:28;a:2:{i:0;a:2:{s:22:\".wp-playlist amp-video\";a:2:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:24:\".wp-playlist amp-youtube\";a:2:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:14:\"max-width:100%\";}}i:29;a:2:{i:0;a:1:{s:22:\".wp-playlist amp-audio\";a:2:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}i:0;a:1:{i:0;s:9:\"amp-audio\";}}}i:1;a:3:{i:0;s:12:\"display:none\";i:1;s:14:\"max-width:100%\";i:2;s:11:\"width:400px\";}}i:30;a:2:{i:0;a:1:{s:28:\".wp-playlist .mejs-container\";a:1:{i:1;a:2:{i:0;s:11:\"wp-playlist\";i:1;s:14:\"mejs-container\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:14:\"max-width:100%\";}}i:31;a:2:{i:0;a:1:{s:47:\".wp-playlist .mejs-controls .mejs-button button\";a:2:{i:1;a:3:{i:0;s:11:\"wp-playlist\";i:1;s:13:\"mejs-controls\";i:2;s:11:\"mejs-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:32;a:2:{i:0;a:1:{s:18:\".wp-playlist-light\";a:1:{i:1;a:1:{i:0;s:17:\"wp-playlist-light\";}}}i:1;a:2:{i:0;s:15:\"background:#fff\";i:1;s:10:\"color:#000\";}}i:33;a:2:{i:0;a:1:{s:17:\".wp-playlist-dark\";a:1:{i:1;a:1:{i:0;s:16:\"wp-playlist-dark\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:15:\"background:#000\";}}i:34;a:2:{i:0;a:1:{s:20:\".wp-playlist-caption\";a:1:{i:1;a:1:{i:0;s:19:\"wp-playlist-caption\";}}}i:1;a:7:{i:0;s:13:\"display:block\";i:1;s:13:\"max-width:88%\";i:2;s:15:\"overflow:hidden\";i:3;s:22:\"text-overflow:ellipsis\";i:4;s:18:\"white-space:nowrap\";i:5;s:14:\"font-size:14px\";i:6;s:15:\"line-height:1.5\";}}i:35;a:2:{i:0;a:1:{s:38:\".wp-playlist-item .wp-playlist-caption\";a:1:{i:1;a:2:{i:0;s:16:\"wp-playlist-item\";i:1;s:19:\"wp-playlist-caption\";}}}i:1;a:4:{i:0;s:20:\"text-decoration:none\";i:1;s:10:\"color:#000\";i:2;s:35:\"max-width:-webkit-calc(100% - 40px)\";i:3;s:27:\"max-width:calc(100% - 40px)\";}}i:36;a:2:{i:0;a:1:{s:22:\".wp-playlist-item-meta\";a:1:{i:1;a:1:{i:0;s:21:\"wp-playlist-item-meta\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:14:\"font-size:14px\";i:2;s:15:\"line-height:1.5\";}}i:37;a:2:{i:0;a:1:{s:23:\".wp-playlist-item-title\";a:1:{i:1;a:1:{i:0;s:22:\"wp-playlist-item-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:14px\";i:1;s:15:\"line-height:1.5\";}}i:38;a:2:{i:0;a:1:{s:23:\".wp-playlist-item-album\";a:1:{i:1;a:1:{i:0;s:22:\"wp-playlist-item-album\";}}}i:1;a:4:{i:0;s:17:\"font-style:italic\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";i:3;s:18:\"white-space:nowrap\";}}i:39;a:2:{i:0;a:1:{s:24:\".wp-playlist-item-artist\";a:1:{i:1;a:1:{i:0;s:23:\"wp-playlist-item-artist\";}}}i:1;a:2:{i:0;s:14:\"font-size:12px\";i:1;s:24:\"text-transform:uppercase\";}}i:40;a:2:{i:0;a:1:{s:24:\".wp-playlist-item-length\";a:1:{i:1;a:1:{i:0;s:23:\"wp-playlist-item-length\";}}}i:1;a:5:{i:0;s:17:\"position:absolute\";i:1;s:9:\"right:3px\";i:2;s:5:\"top:0\";i:3;s:14:\"font-size:14px\";i:4;s:15:\"line-height:1.5\";}}i:41;a:2:{i:0;a:1:{s:29:\".rtl .wp-playlist-item-length\";a:1:{i:1;a:2:{i:0;s:3:\"rtl\";i:1;s:23:\"wp-playlist-item-length\";}}}i:1;a:2:{i:0;s:8:\"left:3px\";i:1;s:10:\"right:auto\";}}i:42;a:2:{i:0;a:1:{s:19:\".wp-playlist-tracks\";a:1:{i:1;a:1:{i:0;s:18:\"wp-playlist-tracks\";}}}i:1;a:1:{i:0;s:15:\"margin-top:10px\";}}i:43;a:2:{i:0;a:1:{s:17:\".wp-playlist-item\";a:1:{i:1;a:1:{i:0;s:16:\"wp-playlist-item\";}}}i:1;a:4:{i:0;s:17:\"position:relative\";i:1;s:14:\"cursor:pointer\";i:2;s:13:\"padding:0 3px\";i:3;s:28:\"border-bottom:1px solid #ccc\";}}i:44;a:2:{i:0;a:1:{s:28:\".wp-playlist-item:last-child\";a:1:{i:1;a:1:{i:0;s:16:\"wp-playlist-item\";}}}i:1;a:1:{i:0;s:15:\"border-bottom:0\";}}i:45;a:2:{i:0;a:1:{s:39:\".wp-playlist-light .wp-playlist-caption\";a:1:{i:1;a:2:{i:0;s:17:\"wp-playlist-light\";i:1;s:19:\"wp-playlist-caption\";}}}i:1;a:1:{i:0;s:10:\"color:#333\";}}i:46;a:2:{i:0;a:1:{s:38:\".wp-playlist-dark .wp-playlist-caption\";a:1:{i:1;a:2:{i:0;s:16:\"wp-playlist-dark\";i:1;s:19:\"wp-playlist-caption\";}}}i:1;a:1:{i:0;s:10:\"color:#ddd\";}}i:47;a:2:{i:0;a:1:{s:20:\".wp-playlist-playing\";a:1:{i:1;a:1:{i:0;s:19:\"wp-playlist-playing\";}}}i:1;a:2:{i:0;s:15:\"font-weight:700\";i:1;s:18:\"background:#f7f7f7\";}}i:48;a:2:{i:0;a:1:{s:39:\".wp-playlist-light .wp-playlist-playing\";a:1:{i:1;a:2:{i:0;s:17:\"wp-playlist-light\";i:1;s:19:\"wp-playlist-playing\";}}}i:1;a:2:{i:0;s:15:\"background:#fff\";i:1;s:10:\"color:#000\";}}i:49;a:2:{i:0;a:1:{s:38:\".wp-playlist-dark .wp-playlist-playing\";a:1:{i:1;a:2:{i:0;s:16:\"wp-playlist-dark\";i:1;s:19:\"wp-playlist-playing\";}}}i:1;a:2:{i:0;s:15:\"background:#000\";i:1;s:10:\"color:#fff\";}}i:50;a:2:{i:0;a:1:{s:25:\".wp-playlist-current-item\";a:1:{i:1;a:1:{i:0;s:24:\"wp-playlist-current-item\";}}}i:1;a:3:{i:0;s:15:\"overflow:hidden\";i:1;s:18:\"margin-bottom:10px\";i:2;s:11:\"height:60px\";}}i:51;a:2:{i:0;a:1:{s:42:\".wp-playlist .wp-playlist-current-item img\";a:2:{i:1;a:2:{i:0;s:11:\"wp-playlist\";i:1;s:24:\"wp-playlist-current-item\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:6:{i:0;s:10:\"float:left\";i:1;s:14:\"max-width:60px\";i:2;s:11:\"height:auto\";i:3;s:17:\"margin-right:10px\";i:4;s:9:\"padding:0\";i:5;s:8:\"border:0\";}}i:52;a:2:{i:0;a:1:{s:47:\".rtl .wp-playlist .wp-playlist-current-item img\";a:2:{i:1;a:3:{i:0;s:3:\"rtl\";i:1;s:11:\"wp-playlist\";i:2;s:24:\"wp-playlist-current-item\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:16:\"margin-left:10px\";i:2;s:14:\"margin-right:0\";}}i:53;a:2:{i:0;a:2:{s:50:\".wp-playlist-current-item .wp-playlist-item-artist\";a:1:{i:1;a:2:{i:0;s:24:\"wp-playlist-current-item\";i:1;s:23:\"wp-playlist-item-artist\";}}s:49:\".wp-playlist-current-item .wp-playlist-item-title\";a:1:{i:1;a:2:{i:0;s:24:\"wp-playlist-current-item\";i:1;s:22:\"wp-playlist-item-title\";}}}i:1;a:3:{i:0;s:15:\"overflow:hidden\";i:1;s:22:\"text-overflow:ellipsis\";i:2;s:18:\"white-space:nowrap\";}}i:54;a:2:{i:0;a:1:{s:38:\".wp-audio-playlist .me-cannotplay span\";a:2:{i:1;a:2:{i:0;s:17:\"wp-audio-playlist\";i:1;s:13:\"me-cannotplay\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:16:\"padding:5px 15px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f9e819d438efd58c8f974ac6d89713d6\";s:10:\"parse_time\";d:0.014117956161499023;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5356, 'theme_mods_mpo77', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:4:{s:12:\"contact-menu\";i:2;s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:0;s:13:\"provider-menu\";i:0;}}', 'yes'),
(5357, '_transient_timeout_amp-parsed-stylesheet-v39-bf23f3ee52bc9be70bc5c1b58c8a734a', '1689825210', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5358, '_transient_amp-parsed-stylesheet-v39-bf23f3ee52bc9be70bc5c1b58c8a734a', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:270:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"b83e82b40aa28bbcaf8317ae3f3e9ee9\";s:10:\"parse_time\";d:0.10483503341674805;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:75:\"http://localhost/mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5359, 'theme_switch_menu_locations', 'a:4:{s:12:\"contact-menu\";i:2;s:10:\"login-menu\";i:4;s:10:\"games-menu\";i:0;s:13:\"provider-menu\";i:0;}', 'yes'),
(5369, '_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.2.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.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.2.2\";s:7:\"version\";s:5:\"6.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1687319043;s:15:\"version_checked\";s:5:\"6.2.2\";s:12:\"translations\";a:0:{}}', 'no'),
(5371, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1687319046;s:7:\"checked\";a:1:{s:5:\"mpo77\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(5423, '_transient_timeout_yoast_beacon_session_data', '1687240603', 'no'),
(5424, '_transient_yoast_beacon_session_data', 'a:12:{s:4:\"name\";s:0:\"\";s:5:\"email\";s:23:\"admin@sultan222slot.com\";s:9:\"Languages\";s:38:\"Site locale: en_US, user locale: en_US\";s:9:\"Server IP\";s:3:\"::1\";s:11:\"PHP Version\";s:5:\"8.2.4\";s:12:\"cURL Version\";s:22:\"7.85.0 (SSL Support 1)\";s:13:\"Memory limits\";s:47:\"Server memory limit: 512M, WP_MEMORY_LIMIT: 40M\";s:17:\"WordPress Version\";s:21:\"6.2.2 (multisite: no)\";s:12:\"Active theme\";s:24:\"bonus288 (Version 1.1, )\";s:14:\"Active plugins\";s:47:\"Yoast SEO (Version 20.9, https://yoa.st/1uj) | \";s:20:\"Must-use and dropins\";s:32:\"Must-Use plugins: 0, Drop-ins: 0\";s:17:\"Indexables status\";s:72:\"Indexing completed: yes, latest indexing reason: home_url_option_changed\";}', 'no'),
(5430, '_transient_timeout_amp-parsed-stylesheet-v40-f37fc66c531e94f3fe729b950416421e', '1689832322', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5431, '_transient_amp-parsed-stylesheet-v40-f37fc66c531e94f3fe729b950416421e', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:270:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"b83e82b40aa28bbcaf8317ae3f3e9ee9\";s:10:\"parse_time\";d:0.15907692909240723;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:75:\"http://localhost/mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5432, '_transient_timeout_amp-parsed-stylesheet-v40-7ea01ffefeab348fa9e77a015209e019', '1689832322', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5433, '_transient_amp-parsed-stylesheet-v40-7ea01ffefeab348fa9e77a015209e019', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.011552095413208008;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5434, '_transient_timeout_amp-parsed-stylesheet-v40-201a4dc057618527cf3a732d81654c1e', '1689832322', 'no'),
(5435, '_transient_amp-parsed-stylesheet-v40-201a4dc057618527cf3a732d81654c1e', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.003988981246948242;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5436, '_transient_timeout_amp-parsed-stylesheet-v40-0ae2389694512ddf23a19f9f87652bb6', '1689832323', 'no'),
(5437, '_transient_amp-parsed-stylesheet-v40-0ae2389694512ddf23a19f9f87652bb6', 'a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:36:\".wp-block-gallery.wp-block-gallery-1\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:18:\"wp-block-gallery-1\";}}}i:1;a:2:{i:0;s:138:\"--wp--style--unstable-gallery-gap:var(--wp--style--gallery-gap-default,var(--gallery-block--gutter-size,var(--wp--style--block-gap,.5em)))\";i:1;s:108:\"gap:var(--wp--style--gallery-gap-default,var(--gallery-block--gutter-size,var(--wp--style--block-gap,.5em)))\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"4959cc7733d83d523b15125ec4eae13a\";s:10:\"parse_time\";d:0.01122593879699707;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5438, '_transient_timeout_amp-parsed-stylesheet-v40-bf23f3ee52bc9be70bc5c1b58c8a734a', '1689832328', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5439, '_transient_amp-parsed-stylesheet-v40-bf23f3ee52bc9be70bc5c1b58c8a734a', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:270:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo77.ink/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"b83e82b40aa28bbcaf8317ae3f3e9ee9\";s:10:\"parse_time\";d:0.09878897666931152;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:75:\"http://localhost/mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5440, '_transient_timeout_amp-parsed-stylesheet-v40-e9409ca2dd4723711be185353cbd531d', '1689832328', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5441, '_transient_amp-parsed-stylesheet-v40-e9409ca2dd4723711be185353cbd531d', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.0046539306640625;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5442, '_transient_timeout_amp-parsed-stylesheet-v40-6cc4139ed759e955d7927b0631abbdf3', '1689832328', 'no'),
(5443, '_transient_amp-parsed-stylesheet-v40-6cc4139ed759e955d7927b0631abbdf3', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.002151012420654297;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5444, '_transient_timeout_amp-parsed-stylesheet-v40-9fac13a7c787122d007d2088b45c9d34', '1689832328', 'no'),
(5445, '_transient_amp-parsed-stylesheet-v40-9fac13a7c787122d007d2088b45c9d34', 'a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:36:\".wp-block-gallery.wp-block-gallery-1\";a:1:{i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:18:\"wp-block-gallery-1\";}}}i:1;a:2:{i:0;s:138:\"--wp--style--unstable-gallery-gap:var(--wp--style--gallery-gap-default,var(--gallery-block--gutter-size,var(--wp--style--block-gap,.5em)))\";i:1;s:108:\"gap:var(--wp--style--gallery-gap-default,var(--gallery-block--gutter-size,var(--wp--style--block-gap,.5em)))\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"4959cc7733d83d523b15125ec4eae13a\";s:10:\"parse_time\";d:0.0011410713195800781;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5498, '_transient_timeout_amp_img_75886f5cee9ff671bae0147dc45a276b', '1689840859', 'no'),
(5499, '_transient_amp_img_75886f5cee9ff671bae0147dc45a276b', 'failed', 'no'),
(5500, '_transient_timeout_amp-parsed-stylesheet-v40-dc1fdf6276adfa82e412eaf8d4dc89a7', '1689840859', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5501, '_transient_amp-parsed-stylesheet-v40-dc1fdf6276adfa82e412eaf8d4dc89a7', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:252:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:89:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:89:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:89:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:87:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:92:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:87:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:87:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:88:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:86:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:89:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:91:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:92:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:89:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:84:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:90:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:89:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:89:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:90:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:88:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:89:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:88:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:91:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:90:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:88:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:93:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:92:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:90:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"https://mpo77.ink/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"3d6e21ca95aa922ce30fa7a112046700\";s:10:\"parse_time\";d:0.18411588668823242;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:66:\"https://mpo77.ink/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5502, '_transient_timeout_amp-parsed-stylesheet-v40-eb15ac5804ad692cb883a90e65020073', '1689840859', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5503, '_transient_amp-parsed-stylesheet-v40-eb15ac5804ad692cb883a90e65020073', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.0071849822998046875;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5504, '_transient_timeout_amp-parsed-stylesheet-v40-4aba6ad4cd089c07d97b383d908265d0', '1689840859', 'no'),
(5505, '_transient_amp-parsed-stylesheet-v40-4aba6ad4cd089c07d97b383d908265d0', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.003702878952026367;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5527, '_transient_timeout_amp-parsed-stylesheet-v40-c074a7268a6f58bc77332a63f3d9ffec', '1689843655', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5528, '_transient_amp-parsed-stylesheet-v40-c074a7268a6f58bc77332a63f3d9ffec', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:276:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"12ae9d68ed17ac0cbc4b32af2ad38d3b\";s:10:\"parse_time\";d:0.12260103225708008;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:78:\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5529, '_transient_timeout_amp-parsed-stylesheet-v40-7eecf5c21764c9e3712a32fdf9f8269c', '1689843655', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5530, '_transient_amp-parsed-stylesheet-v40-7eecf5c21764c9e3712a32fdf9f8269c', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.00828695297241211;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5531, '_transient_timeout_amp-parsed-stylesheet-v40-1224271d0ff273da7df0fbdfe2ced465', '1689843655', 'no'),
(5532, '_transient_amp-parsed-stylesheet-v40-1224271d0ff273da7df0fbdfe2ced465', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0035920143127441406;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5552, '_transient_timeout_amp-parsed-stylesheet-v40-405975f07bb86544f8def9b2f75231eb', '1689843932', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5553, '_transient_amp-parsed-stylesheet-v40-405975f07bb86544f8def9b2f75231eb', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:276:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"12ae9d68ed17ac0cbc4b32af2ad38d3b\";s:10:\"parse_time\";d:0.1518409252166748;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:78:\"http://localhost/mpo99bos.com/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5554, '_transient_timeout_amp-parsed-stylesheet-v40-766fb03efe622a80da49050a0ab0a1e8', '1689843932', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5555, '_transient_amp-parsed-stylesheet-v40-766fb03efe622a80da49050a0ab0a1e8', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.00672602653503418;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5556, '_transient_timeout_amp-parsed-stylesheet-v40-b401d8e3fa13f711182e1140b924462b', '1689843932', 'no'),
(5557, '_transient_amp-parsed-stylesheet-v40-b401d8e3fa13f711182e1140b924462b', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.004170894622802734;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5560, '_transient_timeout_amp-parsed-stylesheet-v40-5053eccae340b2c02ed89059b711472b', '1689844344', 'no'),
(5561, '_transient_amp-parsed-stylesheet-v40-5053eccae340b2c02ed89059b711472b', 'a:8:{s:6:\"tokens\";a:1:{i:0;a:2:{i:0;a:1:{s:37:\".widget-customizer-highlighted-widget\";a:1:{i:1;a:1:{i:0;s:36:\"widget-customizer-highlighted-widget\";}}}i:1;a:5:{i:0;s:12:\"outline:none\";i:1;s:46:\"-webkit-box-shadow:0 0 2px rgba(30,140,190,.8)\";i:2;s:38:\"box-shadow:0 0 2px rgba(30,140,190,.8)\";i:3;s:17:\"position:relative\";i:4;s:9:\"z-index:1\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"63654b7b6c518f9e160c33926e37137c\";s:10:\"parse_time\";d:0.01826000213623047;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5562, '_transient_timeout_amp-parsed-stylesheet-v40-6b10a49605152c0fed19e4096f5ba22e', '1689844345', 'no'),
(5563, '_transient_amp-parsed-stylesheet-v40-6b10a49605152c0fed19e4096f5ba22e', 'a:8:{s:6:\"tokens\";a:110:{i:0;a:2:{i:0;a:1:{s:15:\".mejs-offscreen\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-offscreen\";}}}i:1;a:11:{i:0;s:8:\"border:0\";i:1;s:26:\"clip:rect(1px,1px,1px,1px)\";i:2;s:28:\"-webkit-clip-path:inset(50%)\";i:3;s:20:\"clip-path:inset(50%)\";i:4;s:10:\"height:1px\";i:5;s:11:\"margin:-1px\";i:6;s:15:\"overflow:hidden\";i:7;s:9:\"padding:0\";i:8;s:17:\"position:absolute\";i:9;s:9:\"width:1px\";i:10;s:16:\"word-wrap:normal\";}}i:1;a:2:{i:0;a:1:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:6:{i:0;s:15:\"background:#000\";i:1;s:33:\"font-family:Helvetica,Arial,serif\";i:2;s:17:\"position:relative\";i:3;s:15:\"text-align:left\";i:4;s:13:\"text-indent:0\";i:5;s:18:\"vertical-align:top\";}}i:2;a:2:{i:0;a:2:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}s:17:\".mejs-container *\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:1:{i:0;s:21:\"box-sizing:border-box\";}}i:3;a:2:{i:0;a:8:{s:49:\".mejs-container amp-video::-webkit-media-controls\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:51:\".mejs-container amp-youtube::-webkit-media-controls\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:55:\".mejs-container amp-video::-webkit-media-controls-panel\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:57:\".mejs-container amp-youtube::-webkit-media-controls-panel\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:65:\".mejs-container amp-video::-webkit-media-controls-panel-container\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:67:\".mejs-container amp-youtube::-webkit-media-controls-panel-container\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:71:\".mejs-container amp-video::-webkit-media-controls-start-playback-button\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:73:\".mejs-container amp-youtube::-webkit-media-controls-start-playback-button\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:23:\"-webkit-appearance:none\";}}i:4;a:2:{i:0;a:8:{s:71:\".mejs-container amp-video::-webkit-media-controls:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:73:\".mejs-container amp-youtube::-webkit-media-controls:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:77:\".mejs-container amp-video::-webkit-media-controls-panel:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:79:\".mejs-container amp-youtube::-webkit-media-controls-panel:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:87:\".mejs-container amp-video::-webkit-media-controls-panel-container:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:89:\".mejs-container amp-youtube::-webkit-media-controls-panel-container:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:93:\".mejs-container amp-video::-webkit-media-controls-start-playback-button:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:95:\".mejs-container amp-youtube::-webkit-media-controls-start-playback-button:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:14:\"mejs-container\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:5;a:2:{i:0;a:2:{s:20:\".mejs-fill-container\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-fill-container\";}}s:36:\".mejs-fill-container .mejs-container\";a:1:{i:1;a:2:{i:0;s:19:\"mejs-fill-container\";i:1;s:14:\"mejs-container\";}}}i:1;a:2:{i:0;s:11:\"height:100%\";i:1;s:10:\"width:100%\";}}i:6;a:2:{i:0;a:1:{s:20:\".mejs-fill-container\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-fill-container\";}}}i:1;a:4:{i:0;s:22:\"background:transparent\";i:1;s:13:\"margin:0 auto\";i:2;s:15:\"overflow:hidden\";i:3;s:17:\"position:relative\";}}i:7;a:2:{i:0;a:1:{s:21:\".mejs-container:focus\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:1:{i:0;s:12:\"outline:none\";}}i:8;a:2:{i:0;a:1:{s:20:\".mejs-iframe-overlay\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-iframe-overlay\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:17:\"position:absolute\";i:2;s:10:\"width:100%\";}}i:9;a:2:{i:0;a:2:{s:11:\".mejs-embed\";a:1:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}}s:16:\".mejs-embed body\";a:2:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:15:\"background:#000\";i:1;s:11:\"height:100%\";i:2;s:8:\"margin:0\";i:3;s:15:\"overflow:hidden\";i:4;s:9:\"padding:0\";i:5;s:10:\"width:100%\";}}i:10;a:2:{i:0;a:1:{s:36:\".mejs-fullscreen:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-fullscreen\";}}}i:1;a:1:{i:0;s:15:\"overflow:hidden\";}}i:11;a:2:{i:0;a:1:{s:26:\".mejs-container-fullscreen\";a:1:{i:1;a:1:{i:0;s:25:\"mejs-container-fullscreen\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:6:\"left:0\";i:2;s:15:\"overflow:hidden\";i:3;s:14:\"position:fixed\";i:4;s:7:\"right:0\";i:5;s:5:\"top:0\";i:6;s:12:\"z-index:1000\";}}i:12;a:2:{i:0;a:3:{s:65:\".mejs-container-fullscreen .mejs-mediaelement:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:25:\"mejs-container-fullscreen\";i:1;s:17:\"mejs-mediaelement\";}}s:58:\".mejs-container-fullscreen amp-video:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:25:\"mejs-container-fullscreen\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:60:\".mejs-container-fullscreen amp-youtube:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:25:\"mejs-container-fullscreen\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:11:\"height:100%\";i:1;s:10:\"width:100%\";}}i:13;a:2:{i:0;a:2:{s:16:\".mejs-background\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-background\";}}s:18:\".mejs-mediaelement\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-mediaelement\";}}}i:1;a:3:{i:0;s:6:\"left:0\";i:1;s:17:\"position:absolute\";i:2;s:5:\"top:0\";}}i:14;a:2:{i:0;a:1:{s:18:\".mejs-mediaelement\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-mediaelement\";}}}i:1;a:3:{i:0;s:11:\"height:100%\";i:1;s:10:\"width:100%\";i:2;s:9:\"z-index:0\";}}i:15;a:2:{i:0;a:1:{s:12:\".mejs-poster\";a:1:{i:1;a:1:{i:0;s:11:\"mejs-poster\";}}}i:1;a:7:{i:0;s:27:\"background-position:50% 50%\";i:1;s:27:\"background-repeat:no-repeat\";i:2;s:21:\"background-size:cover\";i:3;s:6:\"left:0\";i:4;s:17:\"position:absolute\";i:5;s:5:\"top:0\";i:6;s:9:\"z-index:1\";}}i:16;a:2:{i:0;a:1:{s:22:\":root .mejs-poster-img\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-poster-img\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:17;a:2:{i:0;a:1:{s:16:\".mejs-poster-img\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-poster-img\";}}}i:1;a:2:{i:0;s:8:\"border:0\";i:1;s:9:\"padding:0\";}}i:18;a:2:{i:0;a:1:{s:13:\".mejs-overlay\";a:1:{i:1;a:1:{i:0;s:12:\"mejs-overlay\";}}}i:1;a:15:{i:0;s:24:\"-webkit-box-align:center\";i:1;s:26:\"-webkit-align-items:center\";i:2;s:21:\"-ms-flex-align:center\";i:3;s:18:\"align-items:center\";i:4;s:19:\"display:-webkit-box\";i:5;s:20:\"display:-webkit-flex\";i:6;s:19:\"display:-ms-flexbox\";i:7;s:12:\"display:flex\";i:8;s:23:\"-webkit-box-pack:center\";i:9;s:30:\"-webkit-justify-content:center\";i:10;s:20:\"-ms-flex-pack:center\";i:11;s:22:\"justify-content:center\";i:12;s:6:\"left:0\";i:13;s:17:\"position:absolute\";i:14;s:5:\"top:0\";}}i:19;a:2:{i:0;a:1:{s:11:\".mejs-layer\";a:1:{i:1;a:1:{i:0;s:10:\"mejs-layer\";}}}i:1;a:1:{i:0;s:9:\"z-index:1\";}}i:20;a:2:{i:0;a:1:{s:18:\".mejs-overlay-play\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-overlay-play\";}}}i:1;a:1:{i:0;s:14:\"cursor:pointer\";}}i:21;a:2:{i:0;a:1:{s:20:\".mejs-overlay-button\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-overlay-button\";}}}i:1;a:4:{i:0;s:103:\"background:url(\"http://localhost/mpo99bos.com/wp-includes/js/mediaelement/mejs-controls.svg\") no-repeat\";i:1;s:27:\"background-position:0 -39px\";i:2;s:11:\"height:80px\";i:3;s:10:\"width:80px\";}}i:22;a:2:{i:0;a:1:{s:40:\".mejs-overlay:hover>.mejs-overlay-button\";a:1:{i:1;a:2:{i:0;s:12:\"mejs-overlay\";i:1;s:19:\"mejs-overlay-button\";}}}i:1;a:1:{i:0;s:31:\"background-position:-80px -39px\";}}i:23;a:2:{i:0;a:1:{s:21:\".mejs-overlay-loading\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-overlay-loading\";}}}i:1;a:2:{i:0;s:11:\"height:80px\";i:1;s:10:\"width:80px\";}}i:24;a:2:{i:0;a:1:{s:28:\".mejs-overlay-loading-bg-img\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-overlay-loading-bg-img\";}}}i:1;a:7:{i:0;s:38:\"-webkit-animation:a 1s linear infinite\";i:1;s:30:\"animation:a 1s linear infinite\";i:2;s:128:\"background:transparent url(\"http://localhost/mpo99bos.com/wp-includes/js/mediaelement/mejs-controls.svg\") -160px -40px no-repeat\";i:3;s:13:\"display:block\";i:4;s:11:\"height:80px\";i:5;s:10:\"width:80px\";i:6;s:9:\"z-index:1\";}}i:25;s:21:\"@-webkit-keyframes a{\";i:26;s:59:\"to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}\";i:27;s:14:\"}@keyframes a{\";i:28;s:59:\"to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}\";i:29;s:1:\"}\";i:30;a:2:{i:0;a:1:{s:14:\".mejs-controls\";a:1:{i:1;a:1:{i:0;s:13:\"mejs-controls\";}}}i:1;a:13:{i:0;s:8:\"bottom:0\";i:1;s:19:\"display:-webkit-box\";i:2;s:20:\"display:-webkit-flex\";i:3;s:19:\"display:-ms-flexbox\";i:4;s:12:\"display:flex\";i:5;s:11:\"height:40px\";i:6;s:6:\"left:0\";i:7;s:20:\"list-style-type:none\";i:8;s:8:\"margin:0\";i:9;s:14:\"padding:0 10px\";i:10;s:17:\"position:absolute\";i:11;s:10:\"width:100%\";i:12;s:9:\"z-index:3\";}}i:31;a:2:{i:0;a:1:{s:62:\".mejs-controls:not([data-amp-original-style*=\"display: none\"])\";a:1:{i:1;a:1:{i:0;s:13:\"mejs-controls\";}}}i:1;a:3:{i:0;s:27:\"background:rgba(255,0,0,.7)\";i:1;s:63:\"background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35))\";i:2;s:55:\"background:linear-gradient(transparent,rgba(0,0,0,.35))\";}}i:32;a:2:{i:0;a:3:{s:12:\".mejs-button\";a:1:{i:1;a:1:{i:0;s:11:\"mejs-button\";}}s:10:\".mejs-time\";a:1:{i:1;a:1:{i:0;s:9:\"mejs-time\";}}s:15:\".mejs-time-rail\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-time-rail\";}}}i:1;a:5:{i:0;s:14:\"font-size:10px\";i:1;s:11:\"height:40px\";i:2;s:16:\"line-height:10px\";i:3;s:8:\"margin:0\";i:4;s:10:\"width:32px\";}}i:33;a:2:{i:0;a:1:{s:19:\".mejs-button>button\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:13:{i:0;s:105:\"background:transparent url(\"http://localhost/mpo99bos.com/wp-includes/js/mediaelement/mejs-controls.svg\")\";i:1;s:8:\"border:0\";i:2;s:14:\"cursor:pointer\";i:3;s:13:\"display:block\";i:4;s:11:\"font-size:0\";i:5;s:11:\"height:20px\";i:6;s:13:\"line-height:0\";i:7;s:15:\"margin:10px 6px\";i:8;s:15:\"overflow:hidden\";i:9;s:9:\"padding:0\";i:10;s:17:\"position:absolute\";i:11;s:20:\"text-decoration:none\";i:12;s:10:\"width:20px\";}}i:34;a:2:{i:0;a:1:{s:25:\".mejs-button>button:focus\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:23:\"outline:1px dotted #999\";}}i:35;a:2:{i:0;a:6:{s:47:\".mejs-container-keyboard-inactive [role=slider]\";a:2:{i:3;a:1:{i:0;s:4:\"role\";}i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}}s:53:\".mejs-container-keyboard-inactive [role=slider]:focus\";a:2:{i:3;a:1:{i:0;s:4:\"role\";}i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}}s:35:\".mejs-container-keyboard-inactive a\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:1:\"a\";}}s:41:\".mejs-container-keyboard-inactive a:focus\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:1:\"a\";}}s:40:\".mejs-container-keyboard-inactive button\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:6:\"button\";}}s:46:\".mejs-container-keyboard-inactive button:focus\";a:2:{i:1;a:1:{i:0;s:32:\"mejs-container-keyboard-inactive\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:36;a:2:{i:0;a:1:{s:10:\".mejs-time\";a:1:{i:1;a:1:{i:0;s:9:\"mejs-time\";}}}i:1;a:9:{i:0;s:22:\"box-sizing:content-box\";i:1;s:10:\"color:#fff\";i:2;s:14:\"font-size:11px\";i:3;s:15:\"font-weight:700\";i:4;s:11:\"height:24px\";i:5;s:15:\"overflow:hidden\";i:6;s:18:\"padding:16px 6px 0\";i:7;s:17:\"text-align:center\";i:8;s:10:\"width:auto\";}}i:37;a:2:{i:0;a:1:{s:17:\".mejs-play>button\";a:2:{i:1;a:1:{i:0;s:9:\"mejs-play\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:23:\"background-position:0 0\";}}i:38;a:2:{i:0;a:1:{s:18:\".mejs-pause>button\";a:2:{i:1;a:1:{i:0;s:10:\"mejs-pause\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-20px 0\";}}i:39;a:2:{i:0;a:1:{s:19:\".mejs-replay>button\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-replay\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-160px 0\";}}i:40;a:2:{i:0;a:1:{s:15:\".mejs-time-rail\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-time-rail\";}}}i:1;a:9:{i:0;s:13:\"direction:ltr\";i:1;s:18:\"-webkit-box-flex:1\";i:2;s:19:\"-webkit-flex-grow:1\";i:3;s:19:\"-ms-flex-positive:1\";i:4;s:11:\"flex-grow:1\";i:5;s:11:\"height:40px\";i:6;s:13:\"margin:0 10px\";i:7;s:16:\"padding-top:10px\";i:8;s:17:\"position:relative\";}}i:41;a:2:{i:0;a:9:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}s:18:\".mejs-time-current\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-current\";}}s:16:\".mejs-time-float\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-float\";}}s:23:\".mejs-time-float-corner\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-time-float-corner\";}}s:24:\".mejs-time-float-current\";a:1:{i:1;a:1:{i:0;s:23:\"mejs-time-float-current\";}}s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}s:17:\".mejs-time-loaded\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-loaded\";}}s:17:\".mejs-time-marker\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-marker\";}}s:16:\".mejs-time-total\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-total\";}}}i:1;a:5:{i:0;s:17:\"border-radius:2px\";i:1;s:14:\"cursor:pointer\";i:2;s:13:\"display:block\";i:3;s:11:\"height:10px\";i:4;s:17:\"position:absolute\";}}i:42;a:2:{i:0;a:1:{s:16:\".mejs-time-total\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-total\";}}}i:1;a:3:{i:0;s:29:\"background:hsla(0,0%,100%,.3)\";i:1;s:14:\"margin:5px 0 0\";i:2;s:10:\"width:100%\";}}i:43;a:2:{i:0;a:1:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}}i:1;a:6:{i:0;s:38:\"-webkit-animation:b 2s linear infinite\";i:1;s:30:\"animation:b 2s linear infinite\";i:2;s:165:\"background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent)\";i:3;s:157:\"background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent)\";i:4;s:25:\"background-size:15px 15px\";i:5;s:10:\"width:100%\";}}i:44;s:21:\"@-webkit-keyframes b{\";i:45;s:27:\"0%{background-position:0 0}\";i:46;s:30:\"to{background-position:30px 0}\";i:47;s:14:\"}@keyframes b{\";i:48;s:27:\"0%{background-position:0 0}\";i:49;s:30:\"to{background-position:30px 0}\";i:50;s:1:\"}\";i:51;a:2:{i:0;a:1:{s:17:\".mejs-time-loaded\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-loaded\";}}}i:1;a:1:{i:0;s:29:\"background:hsla(0,0%,100%,.3)\";}}i:52;a:2:{i:0;a:2:{s:18:\".mejs-time-current\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-current\";}}s:25:\".mejs-time-handle-content\";a:1:{i:1;a:1:{i:0;s:24:\"mejs-time-handle-content\";}}}i:1;a:1:{i:0;s:29:\"background:hsla(0,0%,100%,.9)\";}}i:53;a:2:{i:0;a:1:{s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}}i:1;a:2:{i:0;s:29:\"background:hsla(0,0%,100%,.5)\";i:1;s:10:\"z-index:10\";}}i:54;a:2:{i:0;a:1:{s:27:\".mejs-time-hovered.negative\";a:1:{i:1;a:2:{i:0;s:17:\"mejs-time-hovered\";i:1;s:8:\"negative\";}}}i:1;a:1:{i:0;s:25:\"background:rgba(0,0,0,.2)\";}}i:55;a:2:{i:0;a:4:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}s:18:\".mejs-time-current\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-current\";}}s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}s:17:\".mejs-time-loaded\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-loaded\";}}}i:1;a:10:{i:0;s:6:\"left:0\";i:1;s:27:\"-webkit-transform:scaleX(0)\";i:2;s:23:\"-ms-transform:scaleX(0)\";i:3;s:19:\"transform:scaleX(0)\";i:4;s:28:\"-webkit-transform-origin:0 0\";i:5;s:24:\"-ms-transform-origin:0 0\";i:6;s:20:\"transform-origin:0 0\";i:7;s:35:\"-webkit-transition:all .15s ease-in\";i:8;s:27:\"transition:all .15s ease-in\";i:9;s:10:\"width:100%\";}}i:56;a:2:{i:0;a:1:{s:20:\".mejs-time-buffering\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-time-buffering\";}}}i:1;a:3:{i:0;s:27:\"-webkit-transform:scaleX(1)\";i:1;s:23:\"-ms-transform:scaleX(1)\";i:2;s:19:\"transform:scaleX(1)\";}}i:57;a:2:{i:0;a:1:{s:18:\".mejs-time-hovered\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-time-hovered\";}}}i:1;a:2:{i:0;s:53:\"-webkit-transition:height .1s cubic-bezier(.44,0,1,1)\";i:1;s:45:\"transition:height .1s cubic-bezier(.44,0,1,1)\";}}i:58;a:2:{i:0;a:1:{s:47:\".mejs-time-hovered.no-hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:2:{i:0;s:17:\"mejs-time-hovered\";i:1;s:8:\"no-hover\";}}}i:1;a:3:{i:0;s:27:\"-webkit-transform:scaleX(0)\";i:1;s:23:\"-ms-transform:scaleX(0)\";i:2;s:19:\"transform:scaleX(0)\";}}i:59;a:2:{i:0;a:2:{s:17:\".mejs-time-handle\";a:1:{i:1;a:1:{i:0;s:16:\"mejs-time-handle\";}}s:25:\".mejs-time-handle-content\";a:1:{i:1;a:1:{i:0;s:24:\"mejs-time-handle-content\";}}}i:1;a:8:{i:0;s:28:\"border:4px solid transparent\";i:1;s:14:\"cursor:pointer\";i:2;s:6:\"left:0\";i:3;s:17:\"position:absolute\";i:4;s:31:\"-webkit-transform:translateX(0)\";i:5;s:27:\"-ms-transform:translateX(0)\";i:6;s:23:\"transform:translateX(0)\";i:7;s:10:\"z-index:11\";}}i:60;a:2:{i:0;a:1:{s:25:\".mejs-time-handle-content\";a:1:{i:1;a:1:{i:0;s:24:\"mejs-time-handle-content\";}}}i:1;a:9:{i:0;s:35:\"border:4px solid hsla(0,0%,100%,.9)\";i:1;s:17:\"border-radius:50%\";i:2;s:11:\"height:10px\";i:3;s:9:\"left:-7px\";i:4;s:8:\"top:-4px\";i:5;s:26:\"-webkit-transform:scale(0)\";i:6;s:22:\"-ms-transform:scale(0)\";i:7;s:18:\"transform:scale(0)\";i:8;s:10:\"width:10px\";}}i:61;a:2:{i:0;a:3:{s:48:\".mejs-time-rail .mejs-time-handle-content:active\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-time-rail\";i:1;s:24:\"mejs-time-handle-content\";}}s:47:\".mejs-time-rail .mejs-time-handle-content:focus\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-time-rail\";i:1;s:24:\"mejs-time-handle-content\";}}s:47:\".mejs-time-rail:hover .mejs-time-handle-content\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-time-rail\";i:1;s:24:\"mejs-time-handle-content\";}}}i:1;a:3:{i:0;s:26:\"-webkit-transform:scale(1)\";i:1;s:22:\"-ms-transform:scale(1)\";i:2;s:18:\"transform:scale(1)\";}}i:62;a:2:{i:0;a:1:{s:16:\".mejs-time-float\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-time-float\";}}}i:1;a:13:{i:0;s:15:\"background:#eee\";i:1;s:21:\"border:1px solid #333\";i:2;s:11:\"bottom:100%\";i:3;s:10:\"color:#111\";i:4;s:12:\"display:none\";i:5;s:11:\"height:17px\";i:6;s:17:\"margin-bottom:9px\";i:7;s:17:\"position:absolute\";i:8;s:17:\"text-align:center\";i:9;s:34:\"-webkit-transform:translateX(-50%)\";i:10;s:30:\"-ms-transform:translateX(-50%)\";i:11;s:26:\"transform:translateX(-50%)\";i:12;s:10:\"width:36px\";}}i:63;a:2:{i:0;a:1:{s:24:\".mejs-time-float-current\";a:1:{i:1;a:1:{i:0;s:23:\"mejs-time-float-current\";}}}i:1;a:5:{i:0;s:13:\"display:block\";i:1;s:6:\"left:0\";i:2;s:10:\"margin:2px\";i:3;s:17:\"text-align:center\";i:4;s:10:\"width:30px\";}}i:64;a:2:{i:0;a:1:{s:23:\".mejs-time-float-corner\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-time-float-corner\";}}}i:1;a:13:{i:0;s:21:\"border:5px solid #eee\";i:1;s:41:\"border-color:#eee transparent transparent\";i:2;s:15:\"border-radius:0\";i:3;s:13:\"display:block\";i:4;s:8:\"height:0\";i:5;s:8:\"left:50%\";i:6;s:13:\"line-height:0\";i:7;s:17:\"position:absolute\";i:8;s:8:\"top:100%\";i:9;s:34:\"-webkit-transform:translateX(-50%)\";i:10;s:30:\"-ms-transform:translateX(-50%)\";i:11;s:26:\"transform:translateX(-50%)\";i:12;s:7:\"width:0\";}}i:65;a:2:{i:0;a:1:{s:33:\".mejs-long-video .mejs-time-float\";a:1:{i:1;a:2:{i:0;s:15:\"mejs-long-video\";i:1;s:15:\"mejs-time-float\";}}}i:1;a:2:{i:0;s:17:\"margin-left:-23px\";i:1;s:10:\"width:64px\";}}i:66;a:2:{i:0;a:1:{s:41:\".mejs-long-video .mejs-time-float-current\";a:1:{i:1;a:2:{i:0;s:15:\"mejs-long-video\";i:1;s:23:\"mejs-time-float-current\";}}}i:1;a:1:{i:0;s:10:\"width:60px\";}}i:67;a:2:{i:0;a:1:{s:15:\".mejs-broadcast\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-broadcast\";}}}i:1;a:5:{i:0;s:10:\"color:#fff\";i:1;s:11:\"height:10px\";i:2;s:17:\"position:absolute\";i:3;s:8:\"top:15px\";i:4;s:10:\"width:100%\";}}i:68;a:2:{i:0;a:1:{s:30:\".mejs-fullscreen-button>button\";a:2:{i:1;a:1:{i:0;s:22:\"mejs-fullscreen-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-80px 0\";}}i:69;a:2:{i:0;a:1:{s:25:\".mejs-unfullscreen>button\";a:2:{i:1;a:1:{i:0;s:17:\"mejs-unfullscreen\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-100px 0\";}}i:70;a:2:{i:0;a:1:{s:17:\".mejs-mute>button\";a:2:{i:1;a:1:{i:0;s:9:\"mejs-mute\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-60px 0\";}}i:71;a:2:{i:0;a:1:{s:19:\".mejs-unmute>button\";a:2:{i:1;a:1:{i:0;s:11:\"mejs-unmute\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:27:\"background-position:-40px 0\";}}i:72;a:2:{i:0;a:1:{s:19:\".mejs-volume-button\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-button\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:73;a:2:{i:0;a:1:{s:39:\".mejs-volume-button>.mejs-volume-slider\";a:1:{i:1;a:2:{i:0;s:18:\"mejs-volume-button\";i:1;s:18:\"mejs-volume-slider\";}}}i:1;a:14:{i:0;s:34:\"-webkit-backface-visibility:hidden\";i:1;s:28:\"background:rgba(50,50,50,.7)\";i:2;s:15:\"border-radius:0\";i:3;s:11:\"bottom:100%\";i:4;s:12:\"display:none\";i:5;s:12:\"height:115px\";i:6;s:8:\"left:50%\";i:7;s:8:\"margin:0\";i:8;s:17:\"position:absolute\";i:9;s:34:\"-webkit-transform:translateX(-50%)\";i:10;s:30:\"-ms-transform:translateX(-50%)\";i:11;s:26:\"transform:translateX(-50%)\";i:12;s:10:\"width:25px\";i:13;s:9:\"z-index:1\";}}i:74;a:2:{i:0;a:1:{s:25:\".mejs-volume-button:hover\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-button\";}}}i:1;a:1:{i:0;s:25:\"border-radius:0 0 4px 4px\";}}i:75;a:2:{i:0;a:1:{s:18:\".mejs-volume-total\";a:1:{i:1;a:1:{i:0;s:17:\"mejs-volume-total\";}}}i:1;a:10:{i:0;s:29:\"background:hsla(0,0%,100%,.5)\";i:1;s:12:\"height:100px\";i:2;s:8:\"left:50%\";i:3;s:8:\"margin:0\";i:4;s:17:\"position:absolute\";i:5;s:7:\"top:8px\";i:6;s:34:\"-webkit-transform:translateX(-50%)\";i:7;s:30:\"-ms-transform:translateX(-50%)\";i:8;s:26:\"transform:translateX(-50%)\";i:9;s:9:\"width:2px\";}}i:76;a:2:{i:0;a:1:{s:20:\".mejs-volume-current\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-volume-current\";}}}i:1;a:3:{i:0;s:6:\"left:0\";i:1;s:8:\"margin:0\";i:2;s:10:\"width:100%\";}}i:77;a:2:{i:0;a:2:{s:20:\".mejs-volume-current\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-volume-current\";}}s:19:\".mejs-volume-handle\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-handle\";}}}i:1;a:2:{i:0;s:29:\"background:hsla(0,0%,100%,.9)\";i:1;s:17:\"position:absolute\";}}i:78;a:2:{i:0;a:1:{s:19:\".mejs-volume-handle\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-volume-handle\";}}}i:1;a:8:{i:0;s:17:\"border-radius:1px\";i:1;s:16:\"cursor:ns-resize\";i:2;s:10:\"height:6px\";i:3;s:8:\"left:50%\";i:4;s:34:\"-webkit-transform:translateX(-50%)\";i:5;s:30:\"-ms-transform:translateX(-50%)\";i:6;s:26:\"transform:translateX(-50%)\";i:7;s:10:\"width:16px\";}}i:79;a:2:{i:0;a:1:{s:30:\".mejs-horizontal-volume-slider\";a:1:{i:1;a:1:{i:0;s:29:\"mejs-horizontal-volume-slider\";}}}i:1;a:5:{i:0;s:13:\"display:block\";i:1;s:11:\"height:36px\";i:2;s:17:\"position:relative\";i:3;s:21:\"vertical-align:middle\";i:4;s:10:\"width:56px\";}}i:80;a:2:{i:0;a:1:{s:29:\".mejs-horizontal-volume-total\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-horizontal-volume-total\";}}}i:1;a:4:{i:0;s:28:\"background:rgba(50,50,50,.8)\";i:1;s:10:\"height:8px\";i:2;s:8:\"top:16px\";i:3;s:10:\"width:50px\";}}i:81;a:2:{i:0;a:2:{s:31:\".mejs-horizontal-volume-current\";a:1:{i:1;a:1:{i:0;s:30:\"mejs-horizontal-volume-current\";}}s:29:\".mejs-horizontal-volume-total\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-horizontal-volume-total\";}}}i:1;a:6:{i:0;s:17:\"border-radius:2px\";i:1;s:13:\"font-size:1px\";i:2;s:6:\"left:0\";i:3;s:8:\"margin:0\";i:4;s:9:\"padding:0\";i:5;s:17:\"position:absolute\";}}i:82;a:2:{i:0;a:1:{s:31:\".mejs-horizontal-volume-current\";a:1:{i:1;a:1:{i:0;s:30:\"mejs-horizontal-volume-current\";}}}i:1;a:4:{i:0;s:29:\"background:hsla(0,0%,100%,.8)\";i:1;s:11:\"height:100%\";i:2;s:5:\"top:0\";i:3;s:10:\"width:100%\";}}i:83;a:2:{i:0;a:1:{s:30:\".mejs-horizontal-volume-handle\";a:1:{i:1;a:1:{i:0;s:29:\"mejs-horizontal-volume-handle\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:84;a:2:{i:0;a:2:{s:21:\".mejs-captions-button\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-captions-button\";}}s:21:\".mejs-chapters-button\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-chapters-button\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:85;a:2:{i:0;a:1:{s:28:\".mejs-captions-button>button\";a:2:{i:1;a:1:{i:0;s:20:\"mejs-captions-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-140px 0\";}}i:86;a:2:{i:0;a:1:{s:28:\".mejs-chapters-button>button\";a:2:{i:1;a:1:{i:0;s:20:\"mejs-chapters-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:28:\"background-position:-180px 0\";}}i:87;a:2:{i:0;a:2:{s:45:\".mejs-captions-button>.mejs-captions-selector\";a:1:{i:1;a:2:{i:0;s:20:\"mejs-captions-button\";i:1;s:22:\"mejs-captions-selector\";}}s:45:\".mejs-chapters-button>.mejs-chapters-selector\";a:1:{i:1;a:2:{i:0;s:20:\"mejs-chapters-button\";i:1;s:22:\"mejs-chapters-selector\";}}}i:1;a:11:{i:0;s:28:\"background:rgba(50,50,50,.7)\";i:1;s:28:\"border:1px solid transparent\";i:2;s:15:\"border-radius:0\";i:3;s:11:\"bottom:100%\";i:4;s:18:\"margin-right:-43px\";i:5;s:15:\"overflow:hidden\";i:6;s:9:\"padding:0\";i:7;s:17:\"position:absolute\";i:8;s:9:\"right:50%\";i:9;s:18:\"visibility:visible\";i:10;s:10:\"width:86px\";}}i:88;a:2:{i:0;a:1:{s:45:\".mejs-chapters-button>.mejs-chapters-selector\";a:1:{i:1;a:2:{i:0;s:20:\"mejs-chapters-button\";i:1;s:22:\"mejs-chapters-selector\";}}}i:1;a:2:{i:0;s:18:\"margin-right:-55px\";i:1;s:11:\"width:110px\";}}i:89;a:2:{i:0;a:2:{s:28:\".mejs-captions-selector-list\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-captions-selector-list\";}}s:28:\".mejs-chapters-selector-list\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-chapters-selector-list\";}}}i:1;a:3:{i:0;s:8:\"margin:0\";i:1;s:15:\"overflow:hidden\";i:2;s:9:\"padding:0\";}}i:90;a:2:{i:0;a:2:{s:48:\".mejs-captions-selector-list:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-captions-selector-list\";}}s:48:\".mejs-chapters-selector-list:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:27:\"mejs-chapters-selector-list\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:91;a:2:{i:0;a:2:{s:33:\".mejs-captions-selector-list-item\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-captions-selector-list-item\";}}s:33:\".mejs-chapters-selector-list-item\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-chapters-selector-list-item\";}}}i:1;a:6:{i:0;s:10:\"color:#fff\";i:1;s:14:\"cursor:pointer\";i:2;s:13:\"display:block\";i:3;s:14:\"margin:0 0 6px\";i:4;s:15:\"overflow:hidden\";i:5;s:9:\"padding:0\";}}i:92;a:2:{i:0;a:2:{s:53:\".mejs-captions-selector-list-item:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-captions-selector-list-item\";}}s:53:\".mejs-chapters-selector-list-item:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-chapters-selector-list-item\";}}}i:1;a:1:{i:0;s:20:\"list-style-type:none\";}}i:93;a:2:{i:0;a:2:{s:59:\".mejs-captions-selector-list-item:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-captions-selector-list-item\";}}s:59:\".mejs-chapters-selector-list-item:hover:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:32:\"mejs-chapters-selector-list-item\";}}}i:1;a:2:{i:0;s:24:\"background-color:#c8c8c8\";i:1;s:35:\"background-color:hsla(0,0%,100%,.4)\";}}i:94;a:2:{i:0;a:2:{s:29:\".mejs-captions-selector-input\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-captions-selector-input\";}}s:29:\".mejs-chapters-selector-input\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-chapters-selector-input\";}}}i:1;a:5:{i:0;s:10:\"clear:both\";i:1;s:10:\"float:left\";i:2;s:12:\"left:-1000px\";i:3;s:20:\"margin:3px 3px 0 5px\";i:4;s:17:\"position:absolute\";}}i:95;a:2:{i:0;a:2:{s:29:\".mejs-captions-selector-label\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-captions-selector-label\";}}s:29:\".mejs-chapters-selector-label\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-chapters-selector-label\";}}}i:1;a:6:{i:0;s:14:\"cursor:pointer\";i:1;s:10:\"float:left\";i:2;s:14:\"font-size:10px\";i:3;s:16:\"line-height:15px\";i:4;s:18:\"padding:4px 10px 0\";i:5;s:10:\"width:100%\";}}i:96;a:2:{i:0;a:2:{s:23:\".mejs-captions-selected\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-captions-selected\";}}s:23:\".mejs-chapters-selected\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-chapters-selected\";}}}i:1;a:1:{i:0;s:13:\"color:#21f8f8\";}}i:97;a:2:{i:0;a:1:{s:27:\".mejs-captions-translations\";a:1:{i:1;a:1:{i:0;s:26:\"mejs-captions-translations\";}}}i:1;a:2:{i:0;s:14:\"font-size:10px\";i:1;s:14:\"margin:0 0 5px\";}}i:98;a:2:{i:0;a:1:{s:20:\".mejs-captions-layer\";a:1:{i:1;a:1:{i:0;s:19:\"mejs-captions-layer\";}}}i:1;a:7:{i:0;s:8:\"bottom:0\";i:1;s:10:\"color:#fff\";i:2;s:14:\"font-size:16px\";i:3;s:6:\"left:0\";i:4;s:16:\"line-height:20px\";i:5;s:17:\"position:absolute\";i:6;s:17:\"text-align:center\";}}i:99;a:2:{i:0;a:1:{s:22:\".mejs-captions-layer a\";a:2:{i:1;a:1:{i:0;s:19:\"mejs-captions-layer\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:25:\"text-decoration:underline\";}}i:100;a:2:{i:0;a:1:{s:29:\".mejs-captions-layer[lang=ar]\";a:2:{i:3;a:1:{i:0;s:4:\"lang\";}i:1;a:1:{i:0;s:19:\"mejs-captions-layer\";}}}i:1;a:2:{i:0;s:14:\"font-size:20px\";i:1;s:15:\"font-weight:400\";}}i:101;a:2:{i:0;a:1:{s:23:\".mejs-captions-position\";a:1:{i:1;a:1:{i:0;s:22:\"mejs-captions-position\";}}}i:1;a:4:{i:0;s:11:\"bottom:15px\";i:1;s:6:\"left:0\";i:2;s:17:\"position:absolute\";i:3;s:10:\"width:100%\";}}i:102;a:2:{i:0;a:1:{s:29:\".mejs-captions-position-hover\";a:1:{i:1;a:1:{i:0;s:28:\"mejs-captions-position-hover\";}}}i:1;a:1:{i:0;s:11:\"bottom:35px\";}}i:103;a:2:{i:0;a:2:{s:19:\".mejs-captions-text\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-captions-text\";}}s:21:\".mejs-captions-text *\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-captions-text\";}}}i:1;a:4:{i:0;s:27:\"background:hsla(0,0%,8%,.5)\";i:1;s:61:\"box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5)\";i:2;s:9:\"padding:0\";i:3;s:20:\"white-space:pre-wrap\";}}i:104;a:2:{i:0;a:2:{s:76:\".mejs-container.mejs-hide-cues amp-video::-webkit-media-text-track-container\";a:2:{i:1;a:2:{i:0;s:14:\"mejs-container\";i:1;s:14:\"mejs-hide-cues\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:78:\".mejs-container.mejs-hide-cues amp-youtube::-webkit-media-text-track-container\";a:2:{i:1;a:2:{i:0;s:14:\"mejs-container\";i:1;s:14:\"mejs-hide-cues\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:105;a:2:{i:0;a:1:{s:19:\".mejs-overlay-error\";a:1:{i:1;a:1:{i:0;s:18:\"mejs-overlay-error\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:106;a:2:{i:0;a:1:{s:23:\".mejs-overlay-error>img\";a:2:{i:1;a:1:{i:0;s:18:\"mejs-overlay-error\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:5:{i:0;s:6:\"left:0\";i:1;s:14:\"max-width:100%\";i:2;s:17:\"position:absolute\";i:3;s:5:\"top:0\";i:4;s:10:\"z-index:-1\";}}i:107;a:2:{i:0;a:2:{s:16:\".mejs-cannotplay\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}}s:18:\".mejs-cannotplay a\";a:2:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:.8em\";}}i:108;a:2:{i:0;a:1:{s:16:\".mejs-cannotplay\";a:1:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}}}i:1;a:1:{i:0;s:17:\"position:relative\";}}i:109;a:2:{i:0;a:2:{s:18:\".mejs-cannotplay a\";a:2:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}i:0;a:1:{i:0;s:1:\"a\";}}s:18:\".mejs-cannotplay p\";a:2:{i:1;a:1:{i:0;s:15:\"mejs-cannotplay\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:20:\"display:inline-block\";i:1;s:14:\"padding:0 15px\";i:2;s:10:\"width:100%\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"cd7f7bab1302791a7e17574c37408dcf\";s:10:\"parse_time\";d:0.0584871768951416;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5564, '_transient_timeout_amp-parsed-stylesheet-v40-2a595cd8ad0718917a2b2b18ec195614', '1689844345', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5565, '_transient_amp-parsed-stylesheet-v40-2a595cd8ad0718917a2b2b18ec195614', 'a:8:{s:6:\"tokens\";a:55:{i:0;a:2:{i:0;a:1:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:2:{i:0;s:10:\"clear:both\";i:1;s:14:\"max-width:100%\";}}i:1;a:2:{i:0;a:1:{s:17:\".mejs-container *\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}}i:1;a:1:{i:0;s:27:\"font-family:Helvetica,Arial\";}}i:2;a:2:{i:0;a:4:{s:15:\".mejs-container\";a:1:{i:1;a:1:{i:0;s:14:\"mejs-container\";}}s:30:\".mejs-container .mejs-controls\";a:1:{i:1;a:2:{i:0;s:14:\"mejs-container\";i:1;s:13:\"mejs-controls\";}}s:11:\".mejs-embed\";a:1:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}}s:16:\".mejs-embed body\";a:2:{i:1;a:1:{i:0;s:10:\"mejs-embed\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:15:\"background:#222\";}}i:3;a:2:{i:0;a:1:{s:10:\".mejs-time\";a:1:{i:1;a:1:{i:0;s:9:\"mejs-time\";}}}i:1;a:2:{i:0;s:15:\"font-weight:400\";i:1;s:16:\"word-wrap:normal\";}}i:4;a:2:{i:0;a:1:{s:46:\".mejs-controls a.mejs-horizontal-volume-slider\";a:2:{i:1;a:2:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"display:table\";}}i:5;a:2:{i:0;a:2:{s:77:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:30:\"mejs-horizontal-volume-current\";}}s:48:\".mejs-controls .mejs-time-rail .mejs-time-loaded\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";i:2;s:16:\"mejs-time-loaded\";}}}i:1;a:1:{i:0;s:15:\"background:#fff\";}}i:6;a:2:{i:0;a:1:{s:49:\".mejs-controls .mejs-time-rail .mejs-time-current\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";i:2;s:17:\"mejs-time-current\";}}}i:1;a:1:{i:0;s:18:\"background:#0073aa\";}}i:7;a:2:{i:0;a:2:{s:75:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:28:\"mejs-horizontal-volume-total\";}}s:47:\".mejs-controls .mejs-time-rail .mejs-time-total\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";i:2;s:15:\"mejs-time-total\";}}}i:1;a:1:{i:0;s:32:\"background:rgba(255,255,255,.33)\";}}i:8;a:2:{i:0;a:3:{s:77:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:30:\"mejs-horizontal-volume-current\";}}s:75:\".mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total\";a:1:{i:1;a:3:{i:0;s:13:\"mejs-controls\";i:1;s:29:\"mejs-horizontal-volume-slider\";i:2;s:28:\"mejs-horizontal-volume-total\";}}s:35:\".mejs-controls .mejs-time-rail span\";a:2:{i:1;a:2:{i:0;s:13:\"mejs-controls\";i:1;s:14:\"mejs-time-rail\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:15:\"border-radius:0\";}}i:9;a:2:{i:0;a:1:{s:21:\".mejs-overlay-loading\";a:1:{i:1;a:1:{i:0;s:20:\"mejs-overlay-loading\";}}}i:1;a:1:{i:0;s:14:\"background:0 0\";}}i:10;a:2:{i:0;a:1:{s:27:\".mejs-controls button:hover\";a:2:{i:1;a:1:{i:0;s:13:\"mejs-controls\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:3:{i:0;s:11:\"border:none\";i:1;s:23:\"-webkit-box-shadow:none\";i:2;s:15:\"box-shadow:none\";}}i:11;a:2:{i:0;a:1:{s:34:\".me-cannotplay:not(#_#_#_#_#_#_#_)\";a:1:{i:1;a:1:{i:0;s:13:\"me-cannotplay\";}}}i:1;a:1:{i:0;s:10:\"width:auto\";}}i:12;a:2:{i:0;a:1:{s:40:\".media-embed-details .wp-audio-shortcode\";a:1:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:18:\"wp-audio-shortcode\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:15:\"max-width:400px\";}}i:13;a:2:{i:0;a:1:{s:36:\".audio-details .embed-media-settings\";a:1:{i:1;a:2:{i:0;s:13:\"audio-details\";i:1;s:20:\"embed-media-settings\";}}}i:1;a:1:{i:0;s:16:\"overflow:visible\";}}i:14;a:2:{i:0;a:1:{s:75:\".media-embed-details .embed-media-settings .setting span:not(.button-group)\";a:2:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";i:2;s:7:\"setting\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:2:{i:0;s:15:\"max-width:400px\";i:1;s:10:\"width:auto\";}}i:15;a:2:{i:0;a:1:{s:65:\".media-embed-details .embed-media-settings .checkbox-setting span\";a:2:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";i:2;s:16:\"checkbox-setting\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:20:\"display:inline-block\";}}i:16;a:2:{i:0;a:1:{s:42:\".media-embed-details .embed-media-settings\";a:1:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";}}}i:1;a:2:{i:0;s:13:\"padding-top:0\";i:1;s:8:\"top:28px\";}}i:17;a:2:{i:0;a:1:{s:34:\".media-embed-details .instructions\";a:1:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:12:\"instructions\";}}}i:1;a:2:{i:0;s:14:\"padding:16px 0\";i:1;s:15:\"max-width:600px\";}}i:18;a:2:{i:0;a:2:{s:45:\".media-embed-details .setting .remove-setting\";a:1:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";i:2;s:14:\"remove-setting\";}}s:31:\".media-embed-details .setting p\";a:2:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:3:{i:0;s:10:\"color:#a00\";i:1;s:14:\"font-size:10px\";i:2;s:24:\"text-transform:uppercase\";}}i:19;a:2:{i:0;a:1:{s:45:\".media-embed-details .setting .remove-setting\";a:1:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";i:2;s:14:\"remove-setting\";}}}i:1;a:1:{i:0;s:13:\"padding:5px 0\";}}i:20;a:2:{i:0;a:1:{s:37:\".media-embed-details .setting a:hover\";a:2:{i:1;a:2:{i:0;s:19:\"media-embed-details\";i:1;s:7:\"setting\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#dc3232\";}}i:21;a:2:{i:0;a:1:{s:60:\".media-embed-details .embed-media-settings .checkbox-setting\";a:1:{i:1;a:3:{i:0;s:19:\"media-embed-details\";i:1;s:20:\"embed-media-settings\";i:2;s:16:\"checkbox-setting\";}}}i:1;a:2:{i:0;s:10:\"float:none\";i:1;s:15:\"margin:0 0 10px\";}}i:22;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:11:\"height:auto\";}}i:23;a:2:{i:0;a:2:{s:41:\".wp_attachment_holder .wp-audio-shortcode\";a:1:{i:1;a:2:{i:0;s:20:\"wp_attachment_holder\";i:1;s:18:\"wp-audio-shortcode\";}}s:31:\".wp_attachment_holder .wp-video\";a:1:{i:1;a:2:{i:0;s:20:\"wp_attachment_holder\";i:1;s:8:\"wp-video\";}}}i:1;a:1:{i:0;s:15:\"margin-top:18px\";}}i:24;a:2:{i:0;a:4:{s:29:\".wp-video-shortcode amp-video\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:31:\".wp-video-shortcode amp-youtube\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}s:28:\"amp-video.wp-video-shortcode\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:30:\"amp-youtube.wp-video-shortcode\";a:2:{i:1;a:1:{i:0;s:18:\"wp-video-shortcode\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:14:\"max-width:100%\";i:1;s:20:\"display:inline-block\";}}i:25;a:2:{i:0;a:1:{s:31:\".video-details .wp-video-holder\";a:1:{i:1;a:2:{i:0;s:13:\"video-details\";i:1;s:15:\"wp-video-holder\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:15:\"max-width:640px\";}}i:26;a:2:{i:0;a:1:{s:12:\".wp-playlist\";a:1:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}}}i:1;a:5:{i:0;s:21:\"border:1px solid #ccc\";i:1;s:12:\"padding:10px\";i:2;s:18:\"margin:12px 0 18px\";i:3;s:14:\"font-size:14px\";i:4;s:15:\"line-height:1.5\";}}i:27;a:2:{i:0;a:1:{s:22:\".wp-admin .wp-playlist\";a:1:{i:1;a:2:{i:0;s:8:\"wp-admin\";i:1;s:11:\"wp-playlist\";}}}i:1;a:1:{i:0;s:15:\"margin:0 0 18px\";}}i:28;a:2:{i:0;a:2:{s:22:\".wp-playlist amp-video\";a:2:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:24:\".wp-playlist amp-youtube\";a:2:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:14:\"max-width:100%\";}}i:29;a:2:{i:0;a:1:{s:22:\".wp-playlist amp-audio\";a:2:{i:1;a:1:{i:0;s:11:\"wp-playlist\";}i:0;a:1:{i:0;s:9:\"amp-audio\";}}}i:1;a:3:{i:0;s:12:\"display:none\";i:1;s:14:\"max-width:100%\";i:2;s:11:\"width:400px\";}}i:30;a:2:{i:0;a:1:{s:28:\".wp-playlist .mejs-container\";a:1:{i:1;a:2:{i:0;s:11:\"wp-playlist\";i:1;s:14:\"mejs-container\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:14:\"max-width:100%\";}}i:31;a:2:{i:0;a:1:{s:47:\".wp-playlist .mejs-controls .mejs-button button\";a:2:{i:1;a:3:{i:0;s:11:\"wp-playlist\";i:1;s:13:\"mejs-controls\";i:2;s:11:\"mejs-button\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:9:\"outline:0\";}}i:32;a:2:{i:0;a:1:{s:18:\".wp-playlist-light\";a:1:{i:1;a:1:{i:0;s:17:\"wp-playlist-light\";}}}i:1;a:2:{i:0;s:15:\"background:#fff\";i:1;s:10:\"color:#000\";}}i:33;a:2:{i:0;a:1:{s:17:\".wp-playlist-dark\";a:1:{i:1;a:1:{i:0;s:16:\"wp-playlist-dark\";}}}i:1;a:2:{i:0;s:10:\"color:#fff\";i:1;s:15:\"background:#000\";}}i:34;a:2:{i:0;a:1:{s:20:\".wp-playlist-caption\";a:1:{i:1;a:1:{i:0;s:19:\"wp-playlist-caption\";}}}i:1;a:7:{i:0;s:13:\"display:block\";i:1;s:13:\"max-width:88%\";i:2;s:15:\"overflow:hidden\";i:3;s:22:\"text-overflow:ellipsis\";i:4;s:18:\"white-space:nowrap\";i:5;s:14:\"font-size:14px\";i:6;s:15:\"line-height:1.5\";}}i:35;a:2:{i:0;a:1:{s:38:\".wp-playlist-item .wp-playlist-caption\";a:1:{i:1;a:2:{i:0;s:16:\"wp-playlist-item\";i:1;s:19:\"wp-playlist-caption\";}}}i:1;a:4:{i:0;s:20:\"text-decoration:none\";i:1;s:10:\"color:#000\";i:2;s:35:\"max-width:-webkit-calc(100% - 40px)\";i:3;s:27:\"max-width:calc(100% - 40px)\";}}i:36;a:2:{i:0;a:1:{s:22:\".wp-playlist-item-meta\";a:1:{i:1;a:1:{i:0;s:21:\"wp-playlist-item-meta\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:14:\"font-size:14px\";i:2;s:15:\"line-height:1.5\";}}i:37;a:2:{i:0;a:1:{s:23:\".wp-playlist-item-title\";a:1:{i:1;a:1:{i:0;s:22:\"wp-playlist-item-title\";}}}i:1;a:2:{i:0;s:14:\"font-size:14px\";i:1;s:15:\"line-height:1.5\";}}i:38;a:2:{i:0;a:1:{s:23:\".wp-playlist-item-album\";a:1:{i:1;a:1:{i:0;s:22:\"wp-playlist-item-album\";}}}i:1;a:4:{i:0;s:17:\"font-style:italic\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";i:3;s:18:\"white-space:nowrap\";}}i:39;a:2:{i:0;a:1:{s:24:\".wp-playlist-item-artist\";a:1:{i:1;a:1:{i:0;s:23:\"wp-playlist-item-artist\";}}}i:1;a:2:{i:0;s:14:\"font-size:12px\";i:1;s:24:\"text-transform:uppercase\";}}i:40;a:2:{i:0;a:1:{s:24:\".wp-playlist-item-length\";a:1:{i:1;a:1:{i:0;s:23:\"wp-playlist-item-length\";}}}i:1;a:5:{i:0;s:17:\"position:absolute\";i:1;s:9:\"right:3px\";i:2;s:5:\"top:0\";i:3;s:14:\"font-size:14px\";i:4;s:15:\"line-height:1.5\";}}i:41;a:2:{i:0;a:1:{s:29:\".rtl .wp-playlist-item-length\";a:1:{i:1;a:2:{i:0;s:3:\"rtl\";i:1;s:23:\"wp-playlist-item-length\";}}}i:1;a:2:{i:0;s:8:\"left:3px\";i:1;s:10:\"right:auto\";}}i:42;a:2:{i:0;a:1:{s:19:\".wp-playlist-tracks\";a:1:{i:1;a:1:{i:0;s:18:\"wp-playlist-tracks\";}}}i:1;a:1:{i:0;s:15:\"margin-top:10px\";}}i:43;a:2:{i:0;a:1:{s:17:\".wp-playlist-item\";a:1:{i:1;a:1:{i:0;s:16:\"wp-playlist-item\";}}}i:1;a:4:{i:0;s:17:\"position:relative\";i:1;s:14:\"cursor:pointer\";i:2;s:13:\"padding:0 3px\";i:3;s:28:\"border-bottom:1px solid #ccc\";}}i:44;a:2:{i:0;a:1:{s:28:\".wp-playlist-item:last-child\";a:1:{i:1;a:1:{i:0;s:16:\"wp-playlist-item\";}}}i:1;a:1:{i:0;s:15:\"border-bottom:0\";}}i:45;a:2:{i:0;a:1:{s:39:\".wp-playlist-light .wp-playlist-caption\";a:1:{i:1;a:2:{i:0;s:17:\"wp-playlist-light\";i:1;s:19:\"wp-playlist-caption\";}}}i:1;a:1:{i:0;s:10:\"color:#333\";}}i:46;a:2:{i:0;a:1:{s:38:\".wp-playlist-dark .wp-playlist-caption\";a:1:{i:1;a:2:{i:0;s:16:\"wp-playlist-dark\";i:1;s:19:\"wp-playlist-caption\";}}}i:1;a:1:{i:0;s:10:\"color:#ddd\";}}i:47;a:2:{i:0;a:1:{s:20:\".wp-playlist-playing\";a:1:{i:1;a:1:{i:0;s:19:\"wp-playlist-playing\";}}}i:1;a:2:{i:0;s:15:\"font-weight:700\";i:1;s:18:\"background:#f7f7f7\";}}i:48;a:2:{i:0;a:1:{s:39:\".wp-playlist-light .wp-playlist-playing\";a:1:{i:1;a:2:{i:0;s:17:\"wp-playlist-light\";i:1;s:19:\"wp-playlist-playing\";}}}i:1;a:2:{i:0;s:15:\"background:#fff\";i:1;s:10:\"color:#000\";}}i:49;a:2:{i:0;a:1:{s:38:\".wp-playlist-dark .wp-playlist-playing\";a:1:{i:1;a:2:{i:0;s:16:\"wp-playlist-dark\";i:1;s:19:\"wp-playlist-playing\";}}}i:1;a:2:{i:0;s:15:\"background:#000\";i:1;s:10:\"color:#fff\";}}i:50;a:2:{i:0;a:1:{s:25:\".wp-playlist-current-item\";a:1:{i:1;a:1:{i:0;s:24:\"wp-playlist-current-item\";}}}i:1;a:3:{i:0;s:15:\"overflow:hidden\";i:1;s:18:\"margin-bottom:10px\";i:2;s:11:\"height:60px\";}}i:51;a:2:{i:0;a:1:{s:42:\".wp-playlist .wp-playlist-current-item img\";a:2:{i:1;a:2:{i:0;s:11:\"wp-playlist\";i:1;s:24:\"wp-playlist-current-item\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:6:{i:0;s:10:\"float:left\";i:1;s:14:\"max-width:60px\";i:2;s:11:\"height:auto\";i:3;s:17:\"margin-right:10px\";i:4;s:9:\"padding:0\";i:5;s:8:\"border:0\";}}i:52;a:2:{i:0;a:1:{s:47:\".rtl .wp-playlist .wp-playlist-current-item img\";a:2:{i:1;a:3:{i:0;s:3:\"rtl\";i:1;s:11:\"wp-playlist\";i:2;s:24:\"wp-playlist-current-item\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"float:right\";i:1;s:16:\"margin-left:10px\";i:2;s:14:\"margin-right:0\";}}i:53;a:2:{i:0;a:2:{s:50:\".wp-playlist-current-item .wp-playlist-item-artist\";a:1:{i:1;a:2:{i:0;s:24:\"wp-playlist-current-item\";i:1;s:23:\"wp-playlist-item-artist\";}}s:49:\".wp-playlist-current-item .wp-playlist-item-title\";a:1:{i:1;a:2:{i:0;s:24:\"wp-playlist-current-item\";i:1;s:22:\"wp-playlist-item-title\";}}}i:1;a:3:{i:0;s:15:\"overflow:hidden\";i:1;s:22:\"text-overflow:ellipsis\";i:2;s:18:\"white-space:nowrap\";}}i:54;a:2:{i:0;a:1:{s:38:\".wp-audio-playlist .me-cannotplay span\";a:2:{i:1;a:2:{i:0;s:17:\"wp-audio-playlist\";i:1;s:13:\"me-cannotplay\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:16:\"padding:5px 15px\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f9e819d438efd58c8f974ac6d89713d6\";s:10:\"parse_time\";d:0.023216962814331055;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5566, '_transient_timeout_amp-parsed-stylesheet-v40-15d632e066c0d810858168ca10e29446', '1689844345', 'no'),
(5567, '_transient_amp-parsed-stylesheet-v40-15d632e066c0d810858168ca10e29446', 'a:8:{s:6:\"tokens\";a:4:{i:0;a:2:{i:0;a:1:{s:28:\"body.wp-customizer-unloading\";a:2:{i:1;a:1:{i:0;s:23:\"wp-customizer-unloading\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:3:{i:0;s:11:\"opacity:.25\";i:1;s:30:\"-webkit-transition:opacity .5s\";i:2;s:22:\"transition:opacity .5s\";}}i:1;a:2:{i:0;a:1:{s:50:\"body.wp-customizer-unloading:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"wp-customizer-unloading\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:15:\"cursor:progress\";}}i:2;a:2:{i:0;a:1:{s:52:\"body.wp-customizer-unloading *:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"wp-customizer-unloading\";}i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:1:{i:0;s:19:\"pointer-events:none\";}}i:3;a:2:{i:0;a:6:{s:50:\"form.customize-unpreviewable:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:1:{i:0;s:4:\"form\";}}s:56:\"form.customize-unpreviewable input:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:5:\"input\";}}s:57:\"form.customize-unpreviewable select:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:6:\"select\";}}s:57:\"form.customize-unpreviewable button:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:2:{i:0;s:4:\"form\";i:1;s:6:\"button\";}}s:47:\"a.customize-unpreviewable:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:1:{i:0;s:1:\"a\";}}s:50:\"area.customize-unpreviewable:not(#_#_#_#_#_#_#_#_)\";a:2:{i:1;a:1:{i:0;s:23:\"customize-unpreviewable\";}i:0;a:1:{i:0;s:4:\"area\";}}}i:1;a:1:{i:0;s:18:\"cursor:not-allowed\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"1f32a0078b0f04f2bea2cc3ea6889caa\";s:10:\"parse_time\";d:0.002480030059814453;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5573, '_transient_timeout_amp-parsed-stylesheet-v40-2d40dd80998b1f02f894c03b8060bbaa', '1689847707', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5574, '_transient_amp-parsed-stylesheet-v40-2d40dd80998b1f02f894c03b8060bbaa', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:276:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/armada88.xyz/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c33fba272a51f72d4465cb26b3dc69cb\";s:10:\"parse_time\";d:0.09590387344360352;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:78:\"http://localhost/armada88.xyz/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5575, '_transient_timeout_amp-parsed-stylesheet-v40-658b946bad0ea36347f1f97fd796247f', '1689847707', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5576, '_transient_amp-parsed-stylesheet-v40-658b946bad0ea36347f1f97fd796247f', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.006612062454223633;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5577, '_transient_timeout_amp-parsed-stylesheet-v40-00bba69432bb634b7df277e0b80ddbb3', '1689847707', 'no'),
(5578, '_transient_amp-parsed-stylesheet-v40-00bba69432bb634b7df277e0b80ddbb3', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0027348995208740234;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5588, '_transient_timeout_amp-parsed-stylesheet-v40-6a67b4986fa3a2fe892daa3614840df7', '1689849750', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5589, '_transient_amp-parsed-stylesheet-v40-6a67b4986fa3a2fe892daa3614840df7', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:268:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:95:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:94:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:92:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/mpo55.co/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"a443c10de2c2965b8651870008d275f8\";s:10:\"parse_time\";d:0.10859894752502441;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:74:\"http://localhost/mpo55.co/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5590, '_transient_timeout_amp-parsed-stylesheet-v40-94857c08f4b56ecdcd4f34a41d392608', '1689849750', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5591, '_transient_amp-parsed-stylesheet-v40-94857c08f4b56ecdcd4f34a41d392608', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.004289865493774414;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5592, '_transient_timeout_amp-parsed-stylesheet-v40-4f1f870d0c380eac8a9fdc483218134d', '1689849750', 'no'),
(5593, '_transient_amp-parsed-stylesheet-v40-4f1f870d0c380eac8a9fdc483218134d', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0021898746490478516;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5599, '_transient_timeout_amp-parsed-stylesheet-v40-024e2df64c719bd6beca9696879c51c0', '1689852437', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5600, '_transient_amp-parsed-stylesheet-v40-024e2df64c719bd6beca9696879c51c0', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:280:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"4a1f14fdadf5823159de91b37ad33710\";s:10:\"parse_time\";d:0.10054802894592285;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:80:\"http://localhost/pandora168.net/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5601, '_transient_timeout_amp-parsed-stylesheet-v40-a2d27e061b3a8ebb56681560cdcf73b3', '1689852437', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5602, '_transient_amp-parsed-stylesheet-v40-a2d27e061b3a8ebb56681560cdcf73b3', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.005805015563964844;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5603, '_transient_timeout_amp-parsed-stylesheet-v40-10bea1722e0d5918f42f92793e00ca79', '1689852437', 'no'),
(5604, '_transient_amp-parsed-stylesheet-v40-10bea1722e0d5918f42f92793e00ca79', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.002262115478515625;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5605, '_transient_timeout_wpseo_unindexed_post_link_count', '1687346961', 'no'),
(5606, '_transient_wpseo_unindexed_post_link_count', '0', 'no'),
(5620, '_transient_timeout_wpseo_unindexed_term_link_count', '1687347145', 'no'),
(5621, '_transient_wpseo_unindexed_term_link_count', '0', 'no'),
(5622, '_transient_timeout_AmpProject\\AmpWP\\DevTools\\BlockSourcesamp_block_sources', '1687347146', 'no'),
(5623, '_transient_AmpProject\\AmpWP\\DevTools\\BlockSourcesamp_block_sources', 'a:95:{s:18:\"core/legacy-widget\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:17:\"core/widget-group\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:13:\"core/archives\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:11:\"core/avatar\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/block\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:13:\"core/calendar\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:15:\"core/categories\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:24:\"core/comment-author-name\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:20:\"core/comment-content\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:17:\"core/comment-date\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:22:\"core/comment-edit-link\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:23:\"core/comment-reply-link\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:21:\"core/comment-template\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:13:\"core/comments\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:24:\"core/comments-pagination\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:29:\"core/comments-pagination-next\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:32:\"core/comments-pagination-numbers\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:33:\"core/comments-pagination-previous\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:19:\"core/comments-title\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/cover\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:9:\"core/file\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:12:\"core/gallery\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:12:\"core/heading\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/home-link\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/image\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:20:\"core/latest-comments\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:17:\"core/latest-posts\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:13:\"core/loginout\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:15:\"core/navigation\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:20:\"core/navigation-link\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:23:\"core/navigation-submenu\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/page-list\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:12:\"core/pattern\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:16:\"core/post-author\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:26:\"core/post-author-biography\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:21:\"core/post-author-name\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:23:\"core/post-comments-form\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:17:\"core/post-content\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/post-date\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:17:\"core/post-excerpt\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:24:\"core/post-featured-image\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:25:\"core/post-navigation-link\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:18:\"core/post-template\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:15:\"core/post-terms\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:15:\"core/post-title\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/query\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:21:\"core/query-no-results\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:21:\"core/query-pagination\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:26:\"core/query-pagination-next\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:29:\"core/query-pagination-numbers\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:30:\"core/query-pagination-previous\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:16:\"core/query-title\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/read-more\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:8:\"core/rss\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:11:\"core/search\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/shortcode\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/site-logo\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:17:\"core/site-tagline\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:15:\"core/site-title\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:16:\"core/social-link\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/tag-cloud\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:18:\"core/template-part\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:21:\"core/term-description\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/audio\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:11:\"core/button\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:12:\"core/buttons\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:9:\"core/code\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:11:\"core/column\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:12:\"core/columns\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/embed\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:13:\"core/freeform\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/group\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:9:\"core/html\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:9:\"core/list\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/list-item\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:15:\"core/media-text\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:12:\"core/missing\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:9:\"core/more\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:13:\"core/nextpage\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:19:\"core/page-list-item\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/paragraph\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:17:\"core/preformatted\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/pullquote\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/quote\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:14:\"core/separator\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:17:\"core/social-links\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:11:\"core/spacer\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/table\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:17:\"core/text-columns\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/verse\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:10:\"core/video\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:15:\"yoast/faq-block\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:18:\"yoast/how-to-block\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:21:\"yoast-seo/breadcrumbs\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}s:18:\"core/post-comments\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"title\";s:14:\"WordPress core\";}}', 'no'),
(5625, '_transient_timeout_amp-parsed-stylesheet-v40-9a86e9790dea8453f58b0890334e6e72', '1689852748', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5626, '_transient_amp-parsed-stylesheet-v40-9a86e9790dea8453f58b0890334e6e72', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:280:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:114:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/pandora168.net/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"4a1f14fdadf5823159de91b37ad33710\";s:10:\"parse_time\";d:0.1585841178894043;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:80:\"http://localhost/pandora168.net/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5627, '_transient_timeout_amp-parsed-stylesheet-v40-b02a929c3d37cba3d759c1f6eae4bdc3', '1689852748', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5628, '_transient_amp-parsed-stylesheet-v40-b02a929c3d37cba3d759c1f6eae4bdc3', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.00683903694152832;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5629, '_transient_timeout_amp-parsed-stylesheet-v40-b8558c4dfd89906909a551437603e346', '1689852748', 'no'),
(5630, '_transient_amp-parsed-stylesheet-v40-b8558c4dfd89906909a551437603e346', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0022530555725097656;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5638, '_transient_timeout_wpseo_total_unindexed_posts_limited', '1687317421', 'no'),
(5639, '_transient_wpseo_total_unindexed_posts_limited', '2', 'no'),
(5640, '_transient_timeout_amp-parsed-stylesheet-v40-764f76ac742a4dd3ab9fce69d081361b', '1689908521', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5641, '_transient_amp-parsed-stylesheet-v40-764f76ac742a4dd3ab9fce69d081361b', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:276:\"@font-face{font-family:\"LatoWeb\";src:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"http://localhost/agen188.site/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:98:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:96:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:112:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"http://localhost/agen188.site/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"4540c08e9cd98899974c2acfadf14c34\";s:10:\"parse_time\";d:0.11088991165161133;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:78:\"http://localhost/agen188.site/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5642, '_transient_timeout_amp-parsed-stylesheet-v40-0a0f05e7f698e9814c29b42f265b17b2', '1689908521', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5643, '_transient_amp-parsed-stylesheet-v40-0a0f05e7f698e9814c29b42f265b17b2', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.004271030426025391;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5644, '_transient_timeout_amp-parsed-stylesheet-v40-e45771ba78a285f2b5ede915f076f57d', '1689908521', 'no'),
(5645, '_transient_amp-parsed-stylesheet-v40-e45771ba78a285f2b5ede915f076f57d', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0022389888763427734;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5646, '_transient_timeout_amp-parsed-stylesheet-v40-0e645fe31f9c61689d54ef27aaf2d4fa', '1689908522', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5647, '_transient_amp-parsed-stylesheet-v40-0e645fe31f9c61689d54ef27aaf2d4fa', 'a:8:{s:6:\"tokens\";a:208:{i:0;s:14:\"@media screen{\";i:1;a:2:{i:0;a:1:{s:4:\"html\";a:1:{i:0;a:1:{i:0;s:4:\"html\";}}}i:1;a:8:{i:0;s:11:\"height:100%\";i:1;s:13:\"font-size:1em\";i:2;s:14:\"font-size:100%\";i:3;s:15:\"line-height:1.4\";i:4;s:8:\"margin:0\";i:5;s:9:\"padding:0\";i:6;s:8:\"border:0\";i:7;s:23:\"vertical-align:baseline\";}}i:2;a:2:{i:0;a:1:{s:4:\"body\";a:1:{i:0;a:1:{i:0;s:4:\"body\";}}}i:1;a:6:{i:0;s:8:\"margin:0\";i:1;s:18:\"background:#080808\";i:2;s:21:\"font-family:\"LatoWeb\"\";i:3;s:23:\"line-height:1.428571429\";i:4;s:14:\"font-size:14px\";i:5;s:10:\"color:#aaa\";}}i:3;a:2:{i:0;a:6:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:3:{i:0;s:15:\"line-height:1.2\";i:1;s:15:\"margin:15px 0px\";i:2;s:15:\"font-weight:500\";}}i:4;a:2:{i:0;a:1:{s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}}i:1;a:1:{i:0;s:14:\"font-size:25px\";}}i:5;a:2:{i:0;a:1:{s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}}i:1;a:1:{i:0;s:14:\"font-size:23px\";}}i:6;a:2:{i:0;a:1:{s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}}i:1;a:1:{i:0;s:14:\"font-size:21px\";}}i:7;a:2:{i:0;a:1:{s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}}i:1;a:1:{i:0;s:14:\"font-size:19px\";}}i:8;a:2:{i:0;a:1:{s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}}i:1;a:1:{i:0;s:14:\"font-size:17px\";}}i:9;a:2:{i:0;a:1:{s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}}i:1;a:1:{i:0;s:14:\"font-size:15px\";}}i:10;a:2:{i:0;a:1:{s:5:\"ol li\";a:1:{i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:11;a:2:{i:0;a:1:{s:14:\".article ul li\";a:2:{i:1;a:1:{i:0;s:7:\"article\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:12;a:2:{i:0;a:1:{s:2:\"li\";a:1:{i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:none\";}}i:13;a:2:{i:0;a:1:{s:1:\"*\";a:0:{}}i:1;a:2:{i:0;s:26:\"-moz-box-sizing:border-box\";i:1;s:21:\"box-sizing:border-box\";}}i:14;a:2:{i:0;a:8:{s:1:\"a\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}s:2:\"h1\";a:1:{i:0;a:1:{i:0;s:2:\"h1\";}}s:2:\"h2\";a:1:{i:0;a:1:{i:0;s:2:\"h2\";}}s:2:\"h3\";a:1:{i:0;a:1:{i:0;s:2:\"h3\";}}s:2:\"h4\";a:1:{i:0;a:1:{i:0;s:2:\"h4\";}}s:2:\"h5\";a:1:{i:0;a:1:{i:0;s:2:\"h5\";}}s:2:\"h6\";a:1:{i:0;a:1:{i:0;s:2:\"h6\";}}s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:2:{i:0;s:13:\"color:#bda270\";i:1;s:20:\"text-decoration:none\";}}i:15;a:2:{i:0;a:1:{s:7:\"a:hover\";a:1:{i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:16;a:2:{i:0;a:5:{s:3:\"div\";a:1:{i:0;a:1:{i:0;s:3:\"div\";}}s:5:\"input\";a:1:{i:0;a:1:{i:0;s:5:\"input\";}}s:5:\"label\";a:1:{i:0;a:1:{i:0;s:5:\"label\";}}s:1:\"p\";a:1:{i:0;a:1:{i:0;s:1:\"p\";}}s:7:\"section\";a:1:{i:0;a:1:{i:0;s:7:\"section\";}}}i:1;a:3:{i:0;s:13:\"display:block\";i:1;s:15:\"overflow:hidden\";i:2;s:17:\"position:relative\";}}i:17;a:2:{i:0;a:1:{s:6:\"strong\";a:1:{i:0;a:1:{i:0;s:6:\"strong\";}}}i:1;a:1:{i:0;s:13:\"color:#b6b6b6\";}}i:18;a:2:{i:0;a:1:{s:3:\"img\";a:1:{i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";}}i:19;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:20;s:278:\"@font-face{font-family:\"LatoWeb\";src:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\") format(\"woff2\"),url(\"https://localhost/agen188.site/wp-content/themes/mpo77/fonts/Lato-Regular.woff\") format(\"woff\");font-weight:normal;font-style:normal}\";i:21;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:5:{i:0;s:10:\"width:100%\";i:1;s:11:\"height:100%\";i:2;s:12:\"display:flex\";i:3;s:14:\"flex-wrap:wrap\";i:4;s:18:\"align-items:center\";}}i:22;a:2:{i:0;a:1:{s:6:\".col-1\";a:1:{i:1;a:1:{i:0;s:5:\"col-1\";}}}i:1;a:2:{i:0;s:11:\"flex:0 0 8%\";i:1;s:12:\"max-width:8%\";}}i:23;a:2:{i:0;a:1:{s:6:\".col-2\";a:1:{i:1;a:1:{i:0;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 10%\";i:1;s:13:\"max-width:10%\";}}i:24;a:2:{i:0;a:1:{s:6:\".col-3\";a:1:{i:1;a:1:{i:0;s:5:\"col-3\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 20%\";i:1;s:13:\"max-width:20%\";}}i:25;a:2:{i:0;a:1:{s:6:\".col-4\";a:1:{i:1;a:1:{i:0;s:5:\"col-4\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 33%\";i:1;s:13:\"max-width:33%\";}}i:26;a:2:{i:0;a:1:{s:6:\".col-5\";a:1:{i:1;a:1:{i:0;s:5:\"col-5\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 40%\";i:1;s:13:\"max-width:40%\";}}i:27;a:2:{i:0;a:1:{s:6:\".col-6\";a:1:{i:1;a:1:{i:0;s:5:\"col-6\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:28;a:2:{i:0;a:1:{s:6:\".col-7\";a:1:{i:1;a:1:{i:0;s:5:\"col-7\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 58%\";i:1;s:13:\"max-width:58%\";}}i:29;a:2:{i:0;a:1:{s:6:\".col-8\";a:1:{i:1;a:1:{i:0;s:5:\"col-8\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 66%\";i:1;s:13:\"max-width:66%\";}}i:30;a:2:{i:0;a:1:{s:6:\".col-9\";a:1:{i:1;a:1:{i:0;s:5:\"col-9\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 75%\";i:1;s:13:\"max-width:75%\";}}i:31;a:2:{i:0;a:1:{s:7:\".col-10\";a:1:{i:1;a:1:{i:0;s:6:\"col-10\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 80%\";i:1;s:13:\"max-width:80%\";}}i:32;a:2:{i:0;a:1:{s:7:\".col-11\";a:1:{i:1;a:1:{i:0;s:6:\"col-11\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 91%\";i:1;s:13:\"max-width:91%\";}}i:33;a:2:{i:0;a:1:{s:7:\".col-12\";a:1:{i:1;a:1:{i:0;s:6:\"col-12\";}}}i:1;a:2:{i:0;s:13:\"flex:0 0 100%\";i:1;s:14:\"max-width:100%\";}}i:34;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:16:\"flex:0 0 16.666%\";i:1;s:17:\"max-width:16.666%\";}}i:35;a:2:{i:0;a:2:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:23:\"transition:all .3s ease\";}}i:36;a:2:{i:0;a:1:{s:8:\".sign-in\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#bda270\";i:1;s:60:\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\";}}i:37;a:2:{i:0;a:1:{s:8:\".sign-up\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#616161\";}}i:38;a:2:{i:0;a:1:{s:14:\".sign-in:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-in\";}}}i:1;a:2:{i:0;s:18:\"background:#43ac44\";i:1;s:60:\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\";}}i:39;a:2:{i:0;a:1:{s:14:\".sign-up:hover\";a:1:{i:1;a:1:{i:0;s:7:\"sign-up\";}}}i:1;a:1:{i:0;s:18:\"background:#a7a7a7\";}}i:40;a:2:{i:0;a:3:{s:13:\"ul.games-menu\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:13:\"ul.login-menu\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:15:\"ul.contact-menu\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:2:{i:0;s:8:\"margin:0\";i:1;s:9:\"padding:0\";}}i:41;a:2:{i:0;a:1:{s:16:\"ul.provider-menu\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:9:{i:0;s:16:\"margin:15px auto\";i:1;s:11:\"padding:5px\";i:2;s:12:\"display:flex\";i:3;s:18:\"flex-direction:row\";i:4;s:14:\"flex-wrap:wrap\";i:5;s:22:\"justify-content:center\";i:6;s:18:\"align-items:center\";i:7;s:18:\"background:#221c15\";i:8;s:18:\"border-radius:18px\";}}i:42;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:1:{i:0;s:12:\"padding:24px\";}}i:43;a:2:{i:0;a:2:{s:11:\".login-menu\";a:1:{i:1;a:1:{i:0;s:10:\"login-menu\";}}s:11:\".games-menu\";a:1:{i:1;a:1:{i:0;s:10:\"games-menu\";}}}i:1;a:1:{i:0;s:11:\"float:right\";}}i:44;a:2:{i:0;a:1:{s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:31:\"border-right:1px dotted #353535\";i:1;s:14:\"font-size:14px\";}}i:45;a:2:{i:0;a:1:{s:25:\".games-menu li:last-child\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"border-right:0\";}}i:46;a:2:{i:0;a:1:{s:16:\".games-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:17:\"padding:10px 14px\";i:1;s:13:\"display:block\";i:2;s:10:\"color:#fff\";i:3;s:24:\"text-transform:uppercase\";}}i:47;a:2:{i:0;a:4:{s:29:\".games-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:22:\".games-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:25:\".provider-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:#bda270\";}}i:48;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:14:\"font-size:12px\";i:1;s:9:\"width:12%\";i:2;s:16:\"margin:10px auto\";i:3;s:15:\"background:#000\";i:4;s:18:\"border-radius:15px\";}}i:49;a:2:{i:0;a:3:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:14:\".games-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"games-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:17:\"position:relative\";i:1;s:13:\"display:block\";i:2;s:10:\"float:left\";i:3;s:9:\"padding:0\";i:4;s:8:\"margin:0\";}}i:50;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:14:\"margin:0px 8px\";i:1;s:18:\"border-radius:25px\";}}i:51;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:4:{i:0;s:10:\"color:#fff\";i:1;s:16:\"padding:5px 25px\";i:2;s:13:\"display:block\";i:3;s:24:\"text-transform:uppercase\";}}i:52;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:3:{i:0;s:9:\"padding:0\";i:1;s:12:\"display:flex\";i:2;s:20:\"justify-content:left\";}}i:53;a:2:{i:0;a:1:{s:16:\".contact-menu li\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"padding:0px\";i:1;s:14:\"font-size:11px\";i:2;s:30:\"border-left:1px dotted #7d7d7d\";}}i:54;a:2:{i:0;a:1:{s:28:\".contact-menu li:first-child\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"border-left:0px\";}}i:55;a:2:{i:0;a:2:{s:18:\".contact-menu li a\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:13:\"color:#bebebe\";i:3;s:16:\"padding:0px 15px\";i:4;s:22:\"justify-content:center\";}}i:56;a:2:{i:0;a:1:{s:24:\".contact-menu li a:hover\";a:2:{i:1;a:1:{i:0;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#fff\";}}i:57;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:14:\"font-size:13px\";}}i:58;a:2:{i:0;a:1:{s:9:\".ico-menu\";a:1:{i:1;a:1:{i:0;s:8:\"ico-menu\";}}}i:1;a:7:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:11:\"height:25px\";i:5;s:10:\"width:25px\";i:6;s:20:\"background-size:17px\";}}i:59;a:2:{i:0;a:1:{s:9:\".whatsapp\";a:1:{i:1;a:1:{i:0;s:8:\"whatsapp\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/whatsapp.svg\")\";}}i:60;a:2:{i:0;a:1:{s:9:\".telegram\";a:1:{i:1;a:1:{i:0;s:8:\"telegram\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/telegram.svg\")\";}}i:61;a:2:{i:0;a:1:{s:9:\".livechat\";a:1:{i:1;a:1:{i:0;s:8:\"livechat\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/livechat.svg\")\";}}i:62;a:2:{i:0;a:1:{s:14:\".pragmaticplay\";a:1:{i:1;a:1:{i:0;s:13:\"pragmaticplay\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/pragmaticplay.png\")\";}}i:63;a:2:{i:0;a:1:{s:7:\".pgsoft\";a:1:{i:1;a:1:{i:0;s:6:\"pgsoft\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/pgsoft.png\")\";}}i:64;a:2:{i:0;a:1:{s:12:\".microgaming\";a:1:{i:1;a:1:{i:0;s:11:\"microgaming\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/microgaming.png\")\";}}i:65;a:2:{i:0;a:1:{s:7:\".live22\";a:1:{i:1;a:1:{i:0;s:6:\"live22\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/live22.png\")\";}}i:66;a:2:{i:0;a:1:{s:7:\".slot88\";a:1:{i:1;a:1:{i:0;s:6:\"slot88\";}}}i:1;a:1:{i:0;s:100:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/slot88.png\")\";}}i:67;a:2:{i:0;a:1:{s:8:\".ionslot\";a:1:{i:1;a:1:{i:0;s:7:\"ionslot\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/ionslot.png\")\";}}i:68;a:2:{i:0;a:1:{s:6:\".joker\";a:1:{i:1;a:1:{i:0;s:5:\"joker\";}}}i:1;a:1:{i:0;s:99:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/joker.png\")\";}}i:69;a:2:{i:0;a:1:{s:9:\".playstar\";a:1:{i:1;a:1:{i:0;s:8:\"playstar\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/playstar.png\")\";}}i:70;a:2:{i:0;a:1:{s:11:\".advantplay\";a:1:{i:1;a:1:{i:0;s:10:\"advantplay\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/advantplay.png\")\";}}i:71;a:2:{i:0;a:1:{s:12:\".spadegaming\";a:1:{i:1;a:1:{i:0;s:11:\"spadegaming\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/spadegaming.png\")\";}}i:72;a:2:{i:0;a:1:{s:9:\".habanero\";a:1:{i:1;a:1:{i:0;s:8:\"habanero\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/habanero.png\")\";}}i:73;a:2:{i:0;a:1:{s:4:\".jdb\";a:1:{i:1;a:1:{i:0;s:3:\"jdb\";}}}i:1;a:1:{i:0;s:97:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/jdb.png\")\";}}i:74;a:2:{i:0;a:1:{s:10:\".cq9gaming\";a:1:{i:1;a:1:{i:0;s:9:\"cq9gaming\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/cq9gaming.png\")\";}}i:75;a:2:{i:0;a:1:{s:9:\".gamatron\";a:1:{i:1;a:1:{i:0;s:8:\"gamatron\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/gamatron.png\")\";}}i:76;a:2:{i:0;a:1:{s:9:\".playtech\";a:1:{i:1;a:1:{i:0;s:8:\"playtech\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/playtech.png\")\";}}i:77;a:2:{i:0;a:1:{s:10:\".yggdrasil\";a:1:{i:1;a:1:{i:0;s:9:\"yggdrasil\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/yggdrasil.png\")\";}}i:78;a:2:{i:0;a:1:{s:8:\".playngo\";a:1:{i:1;a:1:{i:0;s:7:\"playngo\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/playngo.png\")\";}}i:79;a:2:{i:0;a:1:{s:9:\".onetouch\";a:1:{i:1;a:1:{i:0;s:8:\"onetouch\";}}}i:1;a:1:{i:0;s:102:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/onetouch.png\")\";}}i:80;a:2:{i:0;a:1:{s:8:\".rtgslot\";a:1:{i:1;a:1:{i:0;s:7:\"rtgslot\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/rtgslot.png\")\";}}i:81;a:2:{i:0;a:1:{s:11:\".flowgaming\";a:1:{i:1;a:1:{i:0;s:10:\"flowgaming\";}}}i:1;a:1:{i:0;s:104:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/flowgaming.png\")\";}}i:82;a:2:{i:0;a:1:{s:10:\".astrotech\";a:1:{i:1;a:1:{i:0;s:9:\"astrotech\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/astrotech.png\")\";}}i:83;a:2:{i:0;a:1:{s:8:\".betsoft\";a:1:{i:1;a:1:{i:0;s:7:\"betsoft\";}}}i:1;a:1:{i:0;s:101:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/ico/betsoft.png\")\";}}i:84;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:30px\";i:2;s:20:\"background-size:25px\";}}i:85;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:9:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:14:\"font-size:11px\";i:4;s:18:\"border-radius:15px\";i:5;s:24:\"text-transform:uppercase\";i:6;s:11:\"padding:6px\";i:7;s:24:\"background-color:#776545\";i:8;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:86;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:10:{i:0;s:21:\"vertical-align:middle\";i:1;s:20:\"display:inline-block\";i:2;s:26:\"background-position:center\";i:3;s:27:\"background-repeat:no-repeat\";i:4;s:12:\"height:120px\";i:5;s:11:\"width:125px\";i:6;s:20:\"background-size:80px\";i:7;s:21:\"background-color:#000\";i:8;s:18:\"border-radius:15px\";i:9;s:17:\"margin-bottom:5px\";}}i:87;a:2:{i:0;a:1:{s:38:\".home .provider-menu li .pragmaticplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:13:\"pragmaticplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:113:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/pragmaticplay.webp\")\";}}i:88;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .pgsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"pgsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/pgsoft.webp\")\";}}i:89;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .microgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"microgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/microgaming.webp\")\";}}i:90;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .live22\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"live22\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/live22.webp\")\";}}i:91;a:2:{i:0;a:1:{s:31:\".home .provider-menu li .slot88\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:6:\"slot88\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:106:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/slot88.webp\")\";}}i:92;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .ionslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"ionslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/ionslot.webp\")\";}}i:93;a:2:{i:0;a:1:{s:30:\".home .provider-menu li .joker\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:5:\"joker\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:105:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/joker.webp\")\";}}i:94;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playstar\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playstar\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/playstar.webp\")\";}}i:95;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .advantplay\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"advantplay\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/advantplay.webp\")\";}}i:96;a:2:{i:0;a:1:{s:36:\".home .provider-menu li .spadegaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:11:\"spadegaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:111:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/spadegaming.webp\")\";}}i:97;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .habanero\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"habanero\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/habanero.webp\")\";}}i:98;a:2:{i:0;a:1:{s:28:\".home .provider-menu li .jdb\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:3:\"jdb\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:103:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/jdb.webp\")\";}}i:99;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .cq9gaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"cq9gaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/cq9gaming.webp\")\";}}i:100;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .gamatron\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"gamatron\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/gamatron.webp\")\";}}i:101;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .playtech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"playtech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/playtech.webp\")\";}}i:102;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .yggdrasil\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"yggdrasil\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/yggdrasil.webp\")\";}}i:103;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .playngo\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"playngo\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/playngo.webp\")\";}}i:104;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .onetouch\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"onetouch\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:108:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/onetouch.webp\")\";}}i:105;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .rtgslot\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"rtgslot\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/rtgslot.webp\")\";}}i:106;a:2:{i:0;a:1:{s:35:\".home .provider-menu li .flowgaming\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:10:\"flowgaming\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:110:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/flowgaming.webp\")\";}}i:107;a:2:{i:0;a:1:{s:34:\".home .provider-menu li .astrotech\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:9:\"astrotech\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:109:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/astrotech.webp\")\";}}i:108;a:2:{i:0;a:1:{s:32:\".home .provider-menu li .betsoft\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:7:\"betsoft\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:107:\"background-image:url(\"https://localhost/agen188.site/wp-content/themes/mpo77/images/provider/betsoft.webp\")\";}}i:109;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:5:{i:0;s:18:\"background:#151515\";i:1;s:10:\"width:100%\";i:2;s:14:\"position:fixed\";i:3;s:10:\"z-index:99\";i:4;s:28:\"box-shadow:0px 0px 15px #000\";}}i:110;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:3:{i:0;s:18:\"background:#151515\";i:1;s:15:\"padding:7px 0px\";i:2;s:31:\"border-bottom:1px solid #171b34\";}}i:111;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:18:\"background:#2d2c2c\";i:1;s:60:\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\";i:2;s:28:\"border-top:1px solid #3b3b3b\";}}i:112;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:3:{i:0;s:11:\"width:230px\";i:1;s:11:\"height:auto\";i:2;s:16:\"margin:15px auto\";}}i:113;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:12:\"height:134px\";}}i:114;a:2:{i:0;a:1:{s:10:\".container\";a:1:{i:1;a:1:{i:0;s:9:\"container\";}}}i:1;a:3:{i:0;s:16:\"max-width:1170px\";i:1;s:10:\"width:100%\";i:2;s:11:\"margin:auto\";}}i:115;a:2:{i:0;a:1:{s:9:\".download\";a:1:{i:1;a:1:{i:0;s:8:\"download\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 0px\";i:1;s:16:\"margin:10px auto\";}}i:116;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:15px\";i:1;s:13:\"display:block\";}}i:117;a:2:{i:0;a:2:{s:17:\".entry-content ul\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ul\";}}s:17:\".entry-content ol\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:1:{i:0;s:2:\"ol\";}}}i:1;a:1:{i:0;s:16:\"margin:20px 12px\";}}i:118;a:2:{i:0;a:1:{s:20:\".entry-content ul li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ul\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:disc\";}}i:119;a:2:{i:0;a:1:{s:20:\".entry-content ol li\";a:2:{i:1;a:1:{i:0;s:13:\"entry-content\";}i:0;a:2:{i:0;s:2:\"ol\";i:1;s:2:\"li\";}}}i:1;a:1:{i:0;s:15:\"list-style:desc\";}}i:120;a:2:{i:0;a:3:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:2:{i:0;s:17:\"text-align:center\";i:1;s:24:\"text-transform:uppercase\";}}i:121;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:16:\"margin:19px auto\";}}i:122;a:2:{i:0;a:1:{s:14:\".provider-name\";a:1:{i:1;a:1:{i:0;s:13:\"provider-name\";}}}i:1;a:3:{i:0;s:10:\"color:#fff\";i:1;s:14:\"font-size:20px\";i:2;s:28:\"border-bottom:1px solid #333\";}}i:123;a:2:{i:0;a:2:{s:5:\".date\";a:1:{i:1;a:1:{i:0;s:4:\"date\";}}s:5:\".time\";a:1:{i:1;a:1:{i:0;s:4:\"time\";}}}i:1;a:1:{i:0;s:13:\"color:#c1ab7b\";}}i:124;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:5:{i:0;s:10:\"margin:3px\";i:1;s:12:\"padding:10px\";i:2;s:18:\"border-radius:25px\";i:3;s:24:\"background-color:#776545\";i:4;s:67:\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\";}}i:125;a:2:{i:0;a:1:{s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:126;a:2:{i:0;a:1:{s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:18:\"border-radius:25px\";i:1;s:13:\"display:block\";}}i:127;a:2:{i:0;a:1:{s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:17:\"text-align:center\";i:1;s:10:\"color:#fff\";i:2;s:15:\"padding:5px 0px\";}}i:128;a:2:{i:0;a:2:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}s:11:\".game-title\";a:1:{i:1;a:1:{i:0;s:10:\"game-title\";}}}i:1;a:3:{i:0;s:18:\"white-space:nowrap\";i:1;s:15:\"overflow:hidden\";i:2;s:22:\"text-overflow:ellipsis\";}}i:129;a:2:{i:0;a:1:{s:13:\".game-percent\";a:1:{i:1;a:1:{i:0;s:12:\"game-percent\";}}}i:1;a:9:{i:0;s:11:\"height:27px\";i:1;s:12:\"display:flex\";i:2;s:15:\"overflow:hidden\";i:3;s:13:\"line-height:0\";i:4;s:16:\"font-size:.75rem\";i:5;s:24:\"background-color:#e9ecef\";i:6;s:17:\"border-radius:5px\";i:7;s:17:\"position:relative\";i:8;s:9:\"z-index:1\";}}i:130;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:9:{i:0;s:10:\"z-index:15\";i:1;s:17:\"position:absolute\";i:2;s:17:\"text-align:center\";i:3;s:10:\"width:100%\";i:4;s:14:\"font-size:15px\";i:5;s:16:\"font-weight:bold\";i:6;s:10:\"color:#fff\";i:7;s:16:\"margin:14px auto\";i:8;s:28:\"text-shadow:0px 1px 4px #000\";}}i:131;a:2:{i:0;a:1:{s:12:\".percent-bar\";a:1:{i:1;a:1:{i:0;s:11:\"percent-bar\";}}}i:1;a:18:{i:0;s:177:\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\";i:1;s:25:\"background-size:1rem 1rem\";i:2;s:19:\"display:-ms-flexbox\";i:3;s:12:\"display:flex\";i:4;s:25:\"-ms-flex-direction:column\";i:5;s:21:\"flex-direction:column\";i:6;s:20:\"-ms-flex-pack:center\";i:7;s:22:\"justify-content:center\";i:8;s:15:\"overflow:hidden\";i:9;s:10:\"color:#fff\";i:10;s:17:\"text-align:center\";i:11;s:18:\"white-space:nowrap\";i:12;s:24:\"background-color:#1a8c14\";i:13;s:25:\"transition:width .6s ease\";i:14;s:57:\"-webkit-animation:progress-bar-stripes 1s linear infinite\";i:15;s:49:\"animation:progress-bar-stripes 1s linear infinite\";i:16;s:10:\"z-index:10\";i:17;s:10:\"width:100%\";}}i:132;a:2:{i:0;a:1:{s:6:\".green\";a:1:{i:1;a:1:{i:0;s:5:\"green\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:133;a:2:{i:0;a:1:{s:7:\".yellow\";a:1:{i:1;a:1:{i:0;s:6:\"yellow\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:134;a:2:{i:0;a:1:{s:7:\".orange\";a:1:{i:1;a:1:{i:0;s:6:\"orange\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ff5722\";}}i:135;a:2:{i:0;a:1:{s:4:\".red\";a:1:{i:1;a:1:{i:0;s:3:\"red\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:136;a:2:{i:0;a:33:{s:6:\".per-1\";a:1:{i:1;a:1:{i:0;s:5:\"per-1\";}}s:6:\".per-2\";a:1:{i:1;a:1:{i:0;s:5:\"per-2\";}}s:6:\".per-3\";a:1:{i:1;a:1:{i:0;s:5:\"per-3\";}}s:6:\".per-4\";a:1:{i:1;a:1:{i:0;s:5:\"per-4\";}}s:6:\".per-5\";a:1:{i:1;a:1:{i:0;s:5:\"per-5\";}}s:6:\".per-6\";a:1:{i:1;a:1:{i:0;s:5:\"per-6\";}}s:6:\".per-7\";a:1:{i:1;a:1:{i:0;s:5:\"per-7\";}}s:6:\".per-8\";a:1:{i:1;a:1:{i:0;s:5:\"per-8\";}}s:6:\".per-9\";a:1:{i:1;a:1:{i:0;s:5:\"per-9\";}}s:7:\".per-10\";a:1:{i:1;a:1:{i:0;s:6:\"per-10\";}}s:7:\".per-11\";a:1:{i:1;a:1:{i:0;s:6:\"per-11\";}}s:7:\".per-12\";a:1:{i:1;a:1:{i:0;s:6:\"per-12\";}}s:7:\".per-13\";a:1:{i:1;a:1:{i:0;s:6:\"per-13\";}}s:7:\".per-14\";a:1:{i:1;a:1:{i:0;s:6:\"per-14\";}}s:7:\".per-15\";a:1:{i:1;a:1:{i:0;s:6:\"per-15\";}}s:7:\".per-16\";a:1:{i:1;a:1:{i:0;s:6:\"per-16\";}}s:7:\".per-17\";a:1:{i:1;a:1:{i:0;s:6:\"per-17\";}}s:7:\".per-18\";a:1:{i:1;a:1:{i:0;s:6:\"per-18\";}}s:7:\".per-19\";a:1:{i:1;a:1:{i:0;s:6:\"per-19\";}}s:7:\".per-20\";a:1:{i:1;a:1:{i:0;s:6:\"per-20\";}}s:7:\".per-21\";a:1:{i:1;a:1:{i:0;s:6:\"per-21\";}}s:7:\".per-22\";a:1:{i:1;a:1:{i:0;s:6:\"per-22\";}}s:7:\".per-23\";a:1:{i:1;a:1:{i:0;s:6:\"per-23\";}}s:7:\".per-24\";a:1:{i:1;a:1:{i:0;s:6:\"per-24\";}}s:7:\".per-25\";a:1:{i:1;a:1:{i:0;s:6:\"per-25\";}}s:7:\".per-26\";a:1:{i:1;a:1:{i:0;s:6:\"per-26\";}}s:7:\".per-27\";a:1:{i:1;a:1:{i:0;s:6:\"per-27\";}}s:7:\".per-28\";a:1:{i:1;a:1:{i:0;s:6:\"per-28\";}}s:7:\".per-29\";a:1:{i:1;a:1:{i:0;s:6:\"per-29\";}}s:7:\".per-30\";a:1:{i:1;a:1:{i:0;s:6:\"per-30\";}}s:7:\".per-31\";a:1:{i:1;a:1:{i:0;s:6:\"per-31\";}}s:7:\".per-32\";a:1:{i:1;a:1:{i:0;s:6:\"per-32\";}}s:7:\".per-33\";a:1:{i:1;a:1:{i:0;s:6:\"per-33\";}}}i:1;a:1:{i:0;s:24:\"background-color:#dc3545\";}}i:137;a:2:{i:0;a:33:{s:7:\".per-34\";a:1:{i:1;a:1:{i:0;s:6:\"per-34\";}}s:7:\".per-35\";a:1:{i:1;a:1:{i:0;s:6:\"per-35\";}}s:7:\".per-36\";a:1:{i:1;a:1:{i:0;s:6:\"per-36\";}}s:7:\".per-37\";a:1:{i:1;a:1:{i:0;s:6:\"per-37\";}}s:7:\".per-38\";a:1:{i:1;a:1:{i:0;s:6:\"per-38\";}}s:7:\".per-39\";a:1:{i:1;a:1:{i:0;s:6:\"per-39\";}}s:7:\".per-40\";a:1:{i:1;a:1:{i:0;s:6:\"per-40\";}}s:7:\".per-41\";a:1:{i:1;a:1:{i:0;s:6:\"per-41\";}}s:7:\".per-42\";a:1:{i:1;a:1:{i:0;s:6:\"per-42\";}}s:7:\".per-43\";a:1:{i:1;a:1:{i:0;s:6:\"per-43\";}}s:7:\".per-44\";a:1:{i:1;a:1:{i:0;s:6:\"per-44\";}}s:7:\".per-45\";a:1:{i:1;a:1:{i:0;s:6:\"per-45\";}}s:7:\".per-46\";a:1:{i:1;a:1:{i:0;s:6:\"per-46\";}}s:7:\".per-47\";a:1:{i:1;a:1:{i:0;s:6:\"per-47\";}}s:7:\".per-48\";a:1:{i:1;a:1:{i:0;s:6:\"per-48\";}}s:7:\".per-49\";a:1:{i:1;a:1:{i:0;s:6:\"per-49\";}}s:7:\".per-50\";a:1:{i:1;a:1:{i:0;s:6:\"per-50\";}}s:7:\".per-51\";a:1:{i:1;a:1:{i:0;s:6:\"per-51\";}}s:7:\".per-52\";a:1:{i:1;a:1:{i:0;s:6:\"per-52\";}}s:7:\".per-53\";a:1:{i:1;a:1:{i:0;s:6:\"per-53\";}}s:7:\".per-54\";a:1:{i:1;a:1:{i:0;s:6:\"per-54\";}}s:7:\".per-55\";a:1:{i:1;a:1:{i:0;s:6:\"per-55\";}}s:7:\".per-56\";a:1:{i:1;a:1:{i:0;s:6:\"per-56\";}}s:7:\".per-57\";a:1:{i:1;a:1:{i:0;s:6:\"per-57\";}}s:7:\".per-58\";a:1:{i:1;a:1:{i:0;s:6:\"per-58\";}}s:7:\".per-59\";a:1:{i:1;a:1:{i:0;s:6:\"per-59\";}}s:7:\".per-60\";a:1:{i:1;a:1:{i:0;s:6:\"per-60\";}}s:7:\".per-61\";a:1:{i:1;a:1:{i:0;s:6:\"per-61\";}}s:7:\".per-62\";a:1:{i:1;a:1:{i:0;s:6:\"per-62\";}}s:7:\".per-63\";a:1:{i:1;a:1:{i:0;s:6:\"per-63\";}}s:7:\".per-64\";a:1:{i:1;a:1:{i:0;s:6:\"per-64\";}}s:7:\".per-65\";a:1:{i:1;a:1:{i:0;s:6:\"per-65\";}}s:7:\".per-66\";a:1:{i:1;a:1:{i:0;s:6:\"per-66\";}}}i:1;a:1:{i:0;s:24:\"background-color:#ffc107\";}}i:138;a:2:{i:0;a:33:{s:7:\".per-67\";a:1:{i:1;a:1:{i:0;s:6:\"per-67\";}}s:7:\".per-68\";a:1:{i:1;a:1:{i:0;s:6:\"per-68\";}}s:7:\".per-69\";a:1:{i:1;a:1:{i:0;s:6:\"per-69\";}}s:7:\".per-70\";a:1:{i:1;a:1:{i:0;s:6:\"per-70\";}}s:7:\".per-71\";a:1:{i:1;a:1:{i:0;s:6:\"per-71\";}}s:7:\".per-72\";a:1:{i:1;a:1:{i:0;s:6:\"per-72\";}}s:7:\".per-73\";a:1:{i:1;a:1:{i:0;s:6:\"per-73\";}}s:7:\".per-74\";a:1:{i:1;a:1:{i:0;s:6:\"per-74\";}}s:7:\".per-75\";a:1:{i:1;a:1:{i:0;s:6:\"per-75\";}}s:7:\".per-76\";a:1:{i:1;a:1:{i:0;s:6:\"per-76\";}}s:7:\".per-77\";a:1:{i:1;a:1:{i:0;s:6:\"per-77\";}}s:7:\".per-78\";a:1:{i:1;a:1:{i:0;s:6:\"per-78\";}}s:7:\".per-79\";a:1:{i:1;a:1:{i:0;s:6:\"per-79\";}}s:7:\".per-80\";a:1:{i:1;a:1:{i:0;s:6:\"per-80\";}}s:7:\".per-81\";a:1:{i:1;a:1:{i:0;s:6:\"per-81\";}}s:7:\".per-82\";a:1:{i:1;a:1:{i:0;s:6:\"per-82\";}}s:7:\".per-83\";a:1:{i:1;a:1:{i:0;s:6:\"per-83\";}}s:7:\".per-84\";a:1:{i:1;a:1:{i:0;s:6:\"per-84\";}}s:7:\".per-85\";a:1:{i:1;a:1:{i:0;s:6:\"per-85\";}}s:7:\".per-86\";a:1:{i:1;a:1:{i:0;s:6:\"per-86\";}}s:7:\".per-87\";a:1:{i:1;a:1:{i:0;s:6:\"per-87\";}}s:7:\".per-88\";a:1:{i:1;a:1:{i:0;s:6:\"per-88\";}}s:7:\".per-89\";a:1:{i:1;a:1:{i:0;s:6:\"per-89\";}}s:7:\".per-90\";a:1:{i:1;a:1:{i:0;s:6:\"per-90\";}}s:7:\".per-91\";a:1:{i:1;a:1:{i:0;s:6:\"per-91\";}}s:7:\".per-92\";a:1:{i:1;a:1:{i:0;s:6:\"per-92\";}}s:7:\".per-93\";a:1:{i:1;a:1:{i:0;s:6:\"per-93\";}}s:7:\".per-94\";a:1:{i:1;a:1:{i:0;s:6:\"per-94\";}}s:7:\".per-95\";a:1:{i:1;a:1:{i:0;s:6:\"per-95\";}}s:7:\".per-96\";a:1:{i:1;a:1:{i:0;s:6:\"per-96\";}}s:7:\".per-97\";a:1:{i:1;a:1:{i:0;s:6:\"per-97\";}}s:7:\".per-98\";a:1:{i:1;a:1:{i:0;s:6:\"per-98\";}}s:7:\".per-99\";a:1:{i:1;a:1:{i:0;s:6:\"per-99\";}}}i:1;a:1:{i:0;s:24:\"background-color:#28a745\";}}i:139;s:40:\"@-webkit-keyframes progress-bar-stripes{\";i:140;s:32:\"from{background-position:1rem 0}\";i:141;s:27:\"to{background-position:0 0}\";i:142;s:33:\"}@keyframes progress-bar-stripes{\";i:143;s:32:\"from{background-position:1rem 0}\";i:144;s:27:\"to{background-position:0 0}\";i:145;s:1:\"}\";i:146;a:2:{i:0;a:1:{s:6:\"footer\";a:1:{i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:2:{i:0;s:18:\"background:#0d0d0d\";i:1;s:28:\"border-top:3px solid #b59456\";}}i:147;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:7:{i:0;s:17:\"border-radius:5px\";i:1;s:24:\"border:1px solid #79653d\";i:2;s:10:\"margin:2px\";i:3;s:12:\"display:flex\";i:4;s:26:\"align-content:space-around\";i:5;s:11:\"flex:0 0 8%\";i:6;s:12:\"max-width:7%\";}}i:148;a:2:{i:0;a:1:{s:12:\".license img\";a:2:{i:1;a:1:{i:0;s:7:\"license\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:10:\"width:auto\";i:1;s:16:\"margin:10px auto\";}}i:149;a:2:{i:0;a:1:{s:12:\".payment img\";a:2:{i:1;a:1:{i:0;s:7:\"payment\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:10:\"width:100%\";}}i:150;a:2:{i:0;a:1:{s:10:\".ico-title\";a:1:{i:1;a:1:{i:0;s:9:\"ico-title\";}}}i:1;a:1:{i:0;s:16:\"padding:10px 0px\";}}i:151;a:2:{i:0;a:1:{s:3:\".pd\";a:1:{i:1;a:1:{i:0;s:2:\"pd\";}}}i:1;a:1:{i:0;s:16:\"padding:15px 0px\";}}i:152;a:2:{i:0;a:1:{s:3:\".bt\";a:1:{i:1;a:1:{i:0;s:2:\"bt\";}}}i:1;a:3:{i:0;s:26:\"border-top:1px dotted #333\";i:1;s:16:\"padding-top:15px\";i:2;s:15:\"margin-top:15px\";}}i:153;a:2:{i:0;a:1:{s:3:\".bb\";a:1:{i:1;a:1:{i:0;s:2:\"bb\";}}}i:1;a:3:{i:0;s:28:\"border-bottom:1px solid #333\";i:1;s:19:\"padding-bottom:10px\";i:2;s:18:\"margin-bottom:10px\";}}i:154;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:14:\"font-size:12px\";}}i:155;a:2:{i:0;a:1:{s:12:\".copyright a\";a:2:{i:1;a:1:{i:0;s:9:\"copyright\";}i:0;a:1:{i:0;s:1:\"a\";}}}i:1;a:1:{i:0;s:10:\"color:#aaa\";}}i:156;s:42:\"@media only screen and (max-width: 768px){\";i:157;a:2:{i:0;a:1:{s:7:\".mobile\";a:1:{i:1;a:1:{i:0;s:6:\"mobile\";}}}i:1;a:1:{i:0;s:13:\"display:block\";}}i:158;a:2:{i:0;a:1:{s:8:\".desktop\";a:1:{i:1;a:1:{i:0;s:7:\"desktop\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:159;a:2:{i:0;a:1:{s:6:\"header\";a:1:{i:0;a:1:{i:0;s:6:\"header\";}}}i:1;a:1:{i:0;s:31:\"border-bottom:1px solid #64563a\";}}i:160;a:2:{i:0;a:1:{s:11:\".top-header\";a:1:{i:1;a:1:{i:0;s:10:\"top-header\";}}}i:1;a:1:{i:0;s:9:\"padding:0\";}}i:161;a:2:{i:0;a:1:{s:4:\".row\";a:1:{i:1;a:1:{i:0;s:3:\"row\";}}}i:1;a:1:{i:0;s:15:\"padding:0px 8px\";}}i:162;a:2:{i:0;a:1:{s:11:\".rtp .col-2\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:5:\"col-2\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 25%\";i:1;s:13:\"max-width:33%\";}}i:163;a:2:{i:0;a:1:{s:18:\".game-percent span\";a:2:{i:1;a:1:{i:0;s:12:\"game-percent\";}i:0;a:1:{i:0;s:4:\"span\";}}}i:1;a:1:{i:0;s:14:\"font-size:14px\";}}i:164;a:2:{i:0;a:1:{s:16:\".rtp .game-title\";a:1:{i:1;a:2:{i:0;s:3:\"rtp\";i:1;s:10:\"game-title\";}}}i:1;a:1:{i:0;s:11:\"padding:1px\";}}i:165;a:2:{i:0;a:1:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}}i:1;a:1:{i:0;s:11:\"padding:4px\";}}i:166;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:3:{i:0;s:11:\"height:60px\";i:1;s:8:\"border:0\";i:2;s:15:\"background:#000\";}}i:167;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:65px\";}}i:168;a:2:{i:0;a:2:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:2:{i:0;s:12:\"flex:0 0 50%\";i:1;s:13:\"max-width:50%\";}}i:169;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:16:\"margin:10px auto\";}}i:170;a:2:{i:0;a:1:{s:22:\".home ul.provider-menu\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"ul\";}}}i:1;a:4:{i:0;s:11:\"padding:2px\";i:1;s:15:\"margin:0px auto\";i:2;s:17:\"border-radius:7px\";i:3;s:18:\"background:#1e190f\";}}i:171;a:2:{i:0;a:1:{s:14:\".login-menu li\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:14:\"margin:0px 2px\";}}i:172;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:16:\"padding:6px 18px\";i:1;s:14:\"font-size:12px\";}}i:173;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:8:{i:0;s:14:\"position:fixed\";i:1;s:10:\"bottom:0px\";i:2;s:10:\"width:100%\";i:3;s:11:\"margin:auto\";i:4;s:13:\"z-index:99999\";i:5;s:11:\"padding:4px\";i:6;s:11:\"height:57px\";i:7;s:28:\"border-top:1px solid #64563a\";}}i:174;a:2:{i:0;a:1:{s:13:\".contact-menu\";a:1:{i:1;a:1:{i:0;s:12:\"contact-menu\";}}}i:1;a:5:{i:0;s:18:\"background:#211c15\";i:1;s:13:\"flex:0 0 100%\";i:2;s:14:\"max-width:100%\";i:3;s:22:\"justify-content:center\";i:4;s:6:\"left:0\";}}i:175;a:2:{i:0;a:1:{s:23:\".float .contact-menu li\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:15:\"padding:0px 5px\";i:1;s:14:\"font-size:13px\";}}i:176;a:2:{i:0;a:1:{s:25:\".float .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:16:\"padding:3px 12px\";}}i:177;a:2:{i:0;a:1:{s:33:\".float .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:25px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:20px\";}}i:178;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:8px\";i:1;s:11:\"padding:2px\";}}i:179;a:2:{i:0;a:1:{s:23:\".home .provider-menu li\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:9:\"width:17%\";i:1;s:10:\"margin:3px\";}}i:180;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:5:{i:0;s:11:\"height:55px\";i:1;s:10:\"width:55px\";i:2;s:20:\"background-size:38px\";i:3;s:17:\"margin-bottom:4px\";i:4;s:21:\"background-color:#000\";}}i:181;a:2:{i:0;a:1:{s:24:\".provider-menu .ico-menu\";a:1:{i:1;a:2:{i:0;s:13:\"provider-menu\";i:1;s:8:\"ico-menu\";}}}i:1;a:3:{i:0;s:11:\"height:30px\";i:1;s:10:\"width:25px\";i:2;s:20:\"background-size:25px\";}}i:182;a:2:{i:0;a:1:{s:17:\".provider-menu li\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:14:\"font-size:10px\";i:1;s:9:\"width:20%\";i:2;s:15:\"margin:3px auto\";i:3;s:15:\"background:none\";}}i:183;a:2:{i:0;a:1:{s:19:\".provider-menu li a\";a:2:{i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:5:{i:0;s:12:\"display:flex\";i:1;s:18:\"align-items:center\";i:2;s:21:\"flex-direction:column\";i:3;s:15:\"background:none\";i:4;s:13:\"font-size:8px\";}}i:184;a:2:{i:0;a:1:{s:32:\".provider-menu li [aria-current]\";a:3:{i:3;a:1:{i:0;s:12:\"aria-current\";}i:1;a:1:{i:0;s:13:\"provider-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:2:{i:0;s:18:\"border-radius:10px\";i:1;s:11:\"padding:5px\";}}i:185;a:2:{i:0;a:1:{s:14:\".board-section\";a:1:{i:1;a:1:{i:0;s:13:\"board-section\";}}}i:1;a:1:{i:0;s:15:\"margin:9px auto\";}}i:186;a:2:{i:0;a:3:{s:7:\".column\";a:1:{i:1;a:1:{i:0;s:6:\"column\";}}s:11:\".game-image\";a:1:{i:1;a:1:{i:0;s:10:\"game-image\";}}s:15:\".game-image img\";a:2:{i:1;a:1:{i:0;s:10:\"game-image\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:187;a:2:{i:0;a:1:{s:11:\"footer .row\";a:2:{i:1;a:1:{i:0;s:3:\"row\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:1:{i:0;s:22:\"justify-content:center\";}}i:188;a:2:{i:0;a:1:{s:13:\"footer .col-2\";a:2:{i:1;a:1:{i:0;s:5:\"col-2\";}i:0;a:1:{i:0;s:6:\"footer\";}}}i:1;a:3:{i:0;s:12:\"flex:0 0 24%\";i:1;s:13:\"max-width:24%\";i:2;s:10:\"margin:1px\";}}i:189;a:2:{i:0;a:1:{s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:19:\"padding-bottom:57px\";}}i:190;a:2:{i:0;a:2:{s:11:\".ico-footer\";a:1:{i:1;a:1:{i:0;s:10:\"ico-footer\";}}s:10:\".copyright\";a:1:{i:1;a:1:{i:0;s:9:\"copyright\";}}}i:1;a:1:{i:0;s:17:\"text-align:center\";}}i:191;a:2:{i:0;a:1:{s:13:\".download img\";a:2:{i:1;a:1:{i:0;s:8:\"download\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:1:{i:0;s:17:\"border-radius:5px\";}}i:192;s:1:\"}\";i:193;s:42:\"@media only screen and (max-width: 328px){\";i:194;a:2:{i:0;a:1:{s:11:\".nav-header\";a:1:{i:1;a:1:{i:0;s:10:\"nav-header\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:195;a:2:{i:0;a:1:{s:10:\".site-logo\";a:1:{i:1;a:1:{i:0;s:9:\"site-logo\";}}}i:1;a:1:{i:0;s:7:\"top:0px\";}}i:196;a:2:{i:0;a:1:{s:11:\".site-login\";a:1:{i:1;a:1:{i:0;s:10:\"site-login\";}}}i:1;a:1:{i:0;s:7:\"top:1px\";}}i:197;a:2:{i:0;a:1:{s:14:\".site-logo img\";a:2:{i:1;a:1:{i:0;s:9:\"site-logo\";}i:0;a:1:{i:0;s:3:\"img\";}}}i:1;a:2:{i:0;s:9:\"width:90%\";i:1;s:15:\"margin:8px auto\";}}i:198;a:2:{i:0;a:1:{s:16:\".login-menu li a\";a:2:{i:1;a:1:{i:0;s:10:\"login-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:9px\";i:1;s:16:\"padding:4px 10px\";}}i:199;a:2:{i:0;a:1:{s:26:\".float  .contact-menu li a\";a:2:{i:1;a:2:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:3:{i:0;s:14:\"font-size:12px\";i:1;s:15:\"padding:4px 6px\";i:2;s:18:\"align-items:center\";}}i:200;a:2:{i:0;a:1:{s:34:\".float  .contact-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:5:\"float\";i:1;s:12:\"contact-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:3:{i:0;s:11:\"height:15px\";i:1;s:10:\"width:15px\";i:2;s:20:\"background-size:12px\";}}i:201;a:2:{i:0;a:1:{s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:4:{i:0;s:11:\"height:40px\";i:1;s:10:\"width:40px\";i:2;s:20:\"background-size:25px\";i:3;s:17:\"margin-bottom:3px\";}}i:202;a:2:{i:0;a:1:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}}i:1;a:2:{i:0;s:13:\"font-size:5px\";i:1;s:11:\"padding:2px\";}}i:203;a:2:{i:0;a:2:{s:25:\".home .provider-menu li a\";a:2:{i:1;a:2:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";}i:0;a:2:{i:0;s:2:\"li\";i:1;s:1:\"a\";}}s:33:\".home .provider-menu li .ico-menu\";a:2:{i:1;a:3:{i:0;s:4:\"home\";i:1;s:13:\"provider-menu\";i:2;s:8:\"ico-menu\";}i:0;a:1:{i:0;s:2:\"li\";}}}i:1;a:1:{i:0;s:18:\"border-radius:10px\";}}i:204;a:2:{i:0;a:1:{s:6:\".float\";a:1:{i:1;a:1:{i:0;s:5:\"float\";}}}i:1;a:1:{i:0;s:11:\"height:45px\";}}i:205;a:2:{i:0;a:1:{s:7:\".sticky\";a:1:{i:1;a:1:{i:0;s:6:\"sticky\";}}}i:1;a:1:{i:0;s:11:\"height:50px\";}}i:206;s:1:\"}\";i:207;s:1:\"}\";}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"2b4ce125ef97ca5e78a3b449689c5c34\";s:10:\"parse_time\";d:0.11969280242919922;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:1:{i:0;s:79:\"https://localhost/agen188.site/wp-content/themes/mpo77/fonts/Lato-Regular.woff2\";}}', 'no'),
(5648, '_transient_timeout_amp-parsed-stylesheet-v40-b3a62922e43037e0f9afe234c5f22b68', '1689908522', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5649, '_transient_amp-parsed-stylesheet-v40-b3a62922e43037e0f9afe234c5f22b68', 'a:8:{s:6:\"tokens\";a:14:{i:0;a:2:{i:0;a:3:{s:20:\".amp-wp-unknown-size\";a:1:{i:1;a:1:{i:0;s:19:\"amp-wp-unknown-size\";}}s:30:\"amp-anim.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:29:\"amp-img.amp-wp-enforced-sizes\";a:2:{i:1;a:1:{i:0;s:21:\"amp-wp-enforced-sizes\";}i:0;a:1:{i:0;s:7:\"amp-img\";}}}i:1;a:1:{i:0;s:18:\"object-fit:contain\";}}i:1;a:2:{i:0;a:1:{s:30:\"body amp-audio:not([controls])\";a:1:{i:0;a:2:{i:0;s:4:\"body\";i:1;s:9:\"amp-audio\";}}}i:1;a:2:{i:0;s:20:\"display:inline-block\";i:1;s:11:\"height:auto\";}}i:2;a:2:{i:0;a:1:{s:30:\".amp-wp-default-form-message>p\";a:2:{i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:2:{i:0;s:12:\"margin:1em 0\";i:1;s:12:\"padding:.5em\";}}i:3;a:2:{i:0;a:2:{s:70:\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}s:42:\".amp-wp-default-form-message[submitting]>p\";a:3:{i:3;a:1:{i:0;s:10:\"submitting\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}i:0;a:1:{i:0;s:1:\"p\";}}}i:1;a:1:{i:0;s:17:\"font-style:italic\";}}i:4;a:2:{i:0;a:1:{s:76:\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#90ee90\";i:1;s:22:\"border:1px solid green\";i:2;s:10:\"color:#000\";}}i:5;a:2:{i:0;a:1:{s:44:\".amp-wp-default-form-message[submit-error]>p\";a:2:{i:3;a:1:{i:0;s:12:\"submit-error\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:3:{i:0;s:24:\"background-color:#ffb6c1\";i:1;s:20:\"border:1px solid red\";i:2;s:10:\"color:#000\";}}i:6;a:2:{i:0;a:1:{s:52:\".amp-wp-default-form-message[submit-success]>p:empty\";a:2:{i:3;a:1:{i:0;s:14:\"submit-success\";}i:1;a:1:{i:0;s:27:\"amp-wp-default-form-message\";}}}i:1;a:1:{i:0;s:12:\"display:none\";}}i:7;a:2:{i:0;a:1:{s:36:\"amp-carousel .amp-wp-gallery-caption\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:1:{i:0;s:12:\"amp-carousel\";}}}i:1;a:9:{i:0;s:31:\"background-color:rgba(0,0,0,.5)\";i:1;s:8:\"bottom:0\";i:2;s:10:\"color:#fff\";i:3;s:6:\"left:0\";i:4;s:15:\"margin-bottom:0\";i:5;s:12:\"padding:1rem\";i:6;s:17:\"position:absolute\";i:7;s:7:\"right:0\";i:8;s:17:\"text-align:center\";}}i:8;a:2:{i:0;a:1:{s:38:\"amp-carousel .amp-wp-gallery-caption a\";a:2:{i:1;a:1:{i:0;s:22:\"amp-wp-gallery-caption\";}i:0;a:2:{i:0;s:12:\"amp-carousel\";i:1;s:1:\"a\";}}}i:1;a:1:{i:0;s:13:\"color:inherit\";}}i:9;a:2:{i:0;a:2:{s:41:\".wp-block-gallery[data-amp-carousel=true]\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:1:{i:0;s:16:\"wp-block-gallery\";}}s:59:\".wp-block-gallery[data-amp-carousel=true].has-nested-images\";a:2:{i:3;a:1:{i:0;s:17:\"data-amp-carousel\";}i:1;a:2:{i:0;s:16:\"wp-block-gallery\";i:1;s:17:\"has-nested-images\";}}}i:1;a:2:{i:0;s:13:\"display:block\";i:1;s:16:\"flex-wrap:nowrap\";}}i:10;a:2:{i:0;a:1:{s:9:\".wp-video\";a:1:{i:1;a:1:{i:0;s:8:\"wp-video\";}}}i:1;a:2:{i:0;s:19:\"margin-bottom:1.5em\";i:1;s:14:\"max-width:100%\";}}i:11;a:2:{i:0;a:2:{s:25:\".wp-block-video amp-video\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:9:\"amp-video\";}}s:27:\".wp-block-video amp-youtube\";a:2:{i:1;a:1:{i:0;s:14:\"wp-block-video\";}i:0;a:1:{i:0;s:11:\"amp-youtube\";}}}i:1;a:1:{i:0;s:11:\"height:auto\";}}i:12;a:2:{i:0;a:1:{s:16:\"button[overflow]\";a:2:{i:3;a:1:{i:0;s:8:\"overflow\";}i:0;a:1:{i:0;s:6:\"button\";}}}i:1;a:1:{i:0;s:8:\"bottom:0\";}}i:13;a:2:{i:0;a:8:{s:12:\"amp-anim img\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-anim noscript\";a:1:{i:0;a:1:{i:0;s:8:\"amp-anim\";}}s:17:\"amp-iframe iframe\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:19:\"amp-iframe noscript\";a:1:{i:0;a:1:{i:0;s:10:\"amp-iframe\";}}s:11:\"amp-img img\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:16:\"amp-img noscript\";a:1:{i:0;a:1:{i:0;s:7:\"amp-img\";}}s:18:\"amp-video noscript\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}s:15:\"amp-video video\";a:1:{i:0;a:1:{i:0;s:9:\"amp-video\";}}}i:1;a:3:{i:0;s:23:\"image-rendering:inherit\";i:1;s:18:\"object-fit:inherit\";i:2;s:23:\"object-position:inherit\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"c76884c324aca3d8d9b757e6946b3047\";s:10:\"parse_time\";d:0.0070879459381103516;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5650, '_transient_timeout_amp-parsed-stylesheet-v40-fa46e03216ff9b2717317b7a2e4a0be3', '1689908522', 'no'),
(5651, '_transient_amp-parsed-stylesheet-v40-fa46e03216ff9b2717317b7a2e4a0be3', 'a:8:{s:6:\"tokens\";a:2:{i:0;a:2:{i:0;a:1:{s:22:\".wp-block-button__link\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-button__link\";}}}i:1;a:7:{i:0;s:10:\"color:#fff\";i:1;s:24:\"background-color:#32373c\";i:2;s:20:\"border-radius:9999px\";i:3;s:15:\"box-shadow:none\";i:4;s:20:\"text-decoration:none\";i:5;s:46:\"padding:calc(.667em + 2px) calc(1.333em + 2px)\";i:6;s:17:\"font-size:1.125em\";}}i:1;a:2:{i:0;a:1:{s:22:\".wp-block-file__button\";a:1:{i:1;a:1:{i:0;s:21:\"wp-block-file__button\";}}}i:1;a:3:{i:0;s:18:\"background:#32373c\";i:1;s:10:\"color:#fff\";i:2;s:20:\"text-decoration:none\";}}}s:18:\"validation_results\";a:0:{}s:18:\"imported_font_urls\";a:0:{}s:4:\"hash\";s:32:\"f532a24ff95f2bb83fe33b538b859423\";s:10:\"parse_time\";d:0.0036211013793945312;s:14:\"viewport_rules\";a:0:{}s:15:\"important_count\";i:0;s:17:\"preload_font_urls\";a:0:{}}', 'no'),
(5655, '_site_transient_timeout_available_translations', '1687327346', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5656, '_site_transient_available_translations', 'a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.5/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-18 08:25:23\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-17 14:44:15\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.23/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-29 17:05:45\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-12 08:57:57\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-07 09:25:34\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 09:37:21\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-10 08:48:02\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-11 19:56:44\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 14:37:33\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.2.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-29 21:14:35\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-28 07:37:41\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 12:57:54\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-28 07:33:50\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.2.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-20 09:17:18\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-04 17:36:42\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-11 07:12:43\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-07 21:00:17\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-17 04:31:21\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-20 17:07:49\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 14:08:08\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-14 22:16:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-12 14:36:10\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.13/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.18\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.18/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-19 05:08:30\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-24 16:21:45\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-13 11:28:33\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-16 19:17:06\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-17 05:20:27\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-25 15:00:05\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-30 14:40:46\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-20 16:23:59\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.30\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.30/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-28 22:06:16\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.13/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-28 10:18:51\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-19 20:57:18\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-10 07:01:02\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-12 13:09:27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-24 05:57:21\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2023-05-19 07:40:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-28 12:09:00\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.18\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.18/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.3/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-30 08:24:13\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-20 12:13:40\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-19 22:13:05\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-25 02:26:43\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-09 01:41:47\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.12\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.12/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.35\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.35/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-10 03:25:18\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-03 04:46:20\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-30 10:02:03\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 21:20:14\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.2.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-17 09:18:09\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-13 19:11:07\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.31\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.31/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-10-01 12:16:29\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-30 23:24:56\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.2.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-01 16:49:15\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-12 08:28:13\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-04 08:31:30\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-15 06:41:51\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.13/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-02 10:42:08\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-03 08:30:58\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-29 11:33:10\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-10 11:33:13\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-11 17:06:50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.15\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.15/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.35\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.35/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.7/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.22/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 10:14:53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2023-03-04 10:46:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.13/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-05 12:20:46\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-24 10:05:05\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-16 19:47:32\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5657, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1687364888', 'no'),
(5658, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:50:\"Creating a personal WordPress blog for just 1 hour\";s:3:\"url\";s:68:\"https://www.meetup.com/cambodia-wordpress-community/events/294261241\";s:6:\"meetup\";s:28:\"Cambodia WordPress Community\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/Cambodia-WordPress-Community/\";s:4:\"date\";s:19:\"2023-06-24 14:00:00\";s:8:\"end_date\";s:19:\"2023-06-24 16:00:00\";s:20:\"start_unix_timestamp\";i:1687590000;s:18:\"end_unix_timestamp\";i:1687597200;s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Phnom Penh, Cambodia\";s:7:\"country\";s:2:\"kh\";s:8:\"latitude\";d:11.57;s:9:\"longitude\";d:104.92;}}}}', 'no'),
(5659, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1687359814', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5660, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2023 13:52:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.3-alpha-55948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WP Briefing: Episode 58: A New Wave for WordPress 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2023/06/episode-58-a-new-wave-for-wordpress-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:\"Mon, 19 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15179\";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:145:\"Hear special guest host Chloé Bringmann and special guest Angela Jin in the WordPress Briefing as they discuss the next generation of 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: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:59:\"https://wordpress.org/news/files/2023/06/WPBriefing-058.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15637:\"\n<p>Join WordPress guest host, Chief of Staff and Head of Operations, Chloé Bringmann, and special guest Head of Programs and Contributor Experience, Angela Jin, in the 58th episode of the WordPress Briefing as they discuss the next generation of WordCamps.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-1 wp-block-group-is-layout-constrained\">\n<ul>\n<li>Guest Host:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/cbringmann/\" rel=\"noreferrer noopener\">Chloé Bringmann</a></li>\n\n\n\n<li>Guest:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/angelasjin/\" rel=\"noreferrer noopener\">Angela Jin</a></li>\n\n\n\n<li>Editor:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/dustinhartzler/\" rel=\"noreferrer noopener\">Dustin Hartzler</a></li>\n\n\n\n<li>Logo:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/javiarce/\" rel=\"noreferrer noopener\">Javier Arce</a></li>\n\n\n\n<li>Production:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/bjmcsherry/\" rel=\"noreferrer noopener\">Brett McSherry</a></li>\n\n\n\n<li>Song: Fearless First by Kevin MacLeod</li>\n</ul>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">WordCamp Europe 2023 Keynote</a></li>\n\n\n\n<li>Establishment of a formal WordPress&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\" target=\"_blank\">Sustainability Team</a></li>\n\n\n\n<li>WordPress 6.4&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\" target=\"_blank\">Development Cycle Announced</a></li>\n\n\n\n<li>WCUS &#8211; Still looking <a href=\"https://us.wordcamp.org/2023/call-for-volunteers/\">for volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">The Next Generation of WordCamps</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/discussion-next-generation-event-tooling/\">Discussion: Next Generation Event Tooling</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">Twenty Years of WordPress at WCEU</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/handbook/\">Contributor Handbook</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15179\"></span>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:10]&nbsp;</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your guest host Chloé Bringmann. And here we go.</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:40]&nbsp;</p>\n\n\n\n<p>So I have the privilege of guest hosting this episode of the WordPress Briefing. And today I have with me a very special guest. The Head of Programs and Contributor Experience, Angela Jin. Welcome. Before we dive into all the questions, can you tell me and our listeners a little bit about your role in the WordPress community?</p>\n\n\n\n<p>[Angela Jin 00:01:01]&nbsp;</p>\n\n\n\n<p>Yeah, happy to, and thank you so much for having me. I&#8217;m very excited to be here. I am the Head of Programs and Contributor Experience, and I provide oversight and guidance for our WordPress programs, such as our events programs, training, and Five for the Future, with an eye toward ensuring their sustainability and growth. I&#8217;m very fortunate to work with our contributors across many teams around the world. In addition to troubleshooting and helping folks figure out how to move forward, I also spend a good amount of time exploring with others what could be in our programs.</p>\n\n\n\n<p>[Chloé Bringmann 00:01:41]&nbsp;</p>\n\n\n\n<p>We just got back from WordCamp Europe in Athens, Greece. It was such an energizing event for me, but I&#8217;m curious about what your impressions were of the past week.</p>\n\n\n\n<p>[Angela Jin 00:01:52]&nbsp;</p>\n\n\n\n<p>Yeah, it was fantastic. I&#8217;m always really inspired by what a group of like-minded people can achieve together. There&#8217;s a lot of passion for this particular WordCamp, and it made for a really wonderful WordPress experience. Full of lots of great connections and memories; I have a million follow-ups and probably even more thoughts to reflect on. So it&#8217;s great. There were a lot of new WordPressers there. So it was lovely to meet them. And I&#8217;m really excited to see how many exciting new projects and ideas that we have in the space.</p>\n\n\n\n<p>[Chloé Bringmann 00:02:27]&nbsp;</p>\n\n\n\n<p>Same, you said it perfectly. Josepha also mentioned in the flagship’s keynote, the proposal for the next generation of WordCamps. I&#8217;m curious about what the main ideas and goals, as discussed thus far, are of that proposal.</p>\n\n\n\n<p>[Angela Jin 00:02:42]&nbsp;</p>\n\n\n\n<p>For sure. So WordCamps have been fundamental for the WordPress community for a very long time. And while they have continued to grow larger and reach more places around the world, it&#8217;s also undeniable that the way that people meet has changed since 2006.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:01]&nbsp;</p>\n\n\n\n<p>And so, just as WordPress itself iterates we&#8217;re looking at iterating on WordCamps so that they move from fundamental to indispensable for the WordPressers of today and tomorrow. So event attendees today are looking to learn essential skills, make connections that lead to neat opportunities, and more.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:23]&nbsp;</p>\n\n\n\n<p>So to that end, we put forth an updated purpose for our events, which is that WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:47]</p>\n\n\n\n<p>So the goal here is to create events that are more clearly defined &#8211; who these are for what you will gain from attending. We are looking to see events that take a deeper dive into content, or topics and provide more advanced content. And let&#8217;s try out some different formats and see how that shapes our event experience. And so it is a big shift. And change is always hard.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:04:13]</p>\n\n\n\n<p>However, the feedback that I&#8217;ve gotten so far, and certainly at WordCamp Europe, is that this is a very welcome evolution. And the Community team has already received over 60 proposals. So I&#8217;m very excited about that. In fact, a WordPress Community Day in Rome has already been announced and is focused on providing meet-up organizing and community management skills. So that&#8217;s pretty cool.</p>\n\n\n\n<p>&nbsp;[Chloé Bringmann 00:04:37]&nbsp;</p>\n\n\n\n<p>Wow, that&#8217;s incredible. I love that we&#8217;ve gotten 60 suggestions already and that we already have an event in place. That&#8217;s fantastic. In that blog post, too, it&#8217;s mentioned that WordCamps should prioritize inclusivity and diversity. How can organizers ensure these values are upheld in the next generation of WordCamps and beyond events? Into our day-to-day project involvement?</p>\n\n\n\n<p>[Angela Jin 00:05:04]</p>\n\n\n\n<p>Excellent question. So while WordCamps themselves are changing, some of our core values, like prioritizing inclusivity and diversity, are non-negotiable. For the whole project, we have a diversity, equity, and inclusion statement, and a Code of Conduct that lays out how we expect our community to engage with each other in this space.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:27]</p>\n\n\n\n<p>And on top of that, our programs do focus on providing resources and training like how to create a diverse speaker roster. And we have diverse speaker training workshops on how to organize a diverse and inclusive WordPress event. And we also have a great list of third-party resources as well. And so, with so many events, we create a lot of opportunities to grow as a visible contributor, whether it is a speaker, a volunteer, or an organizer.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:56]</p>\n\n\n\n<p>And so with the next generation of events, we could more intentionally create these spaces for groups that historically have been underrepresented. Even long before my post went live, the BlackPress meetup group, for example, wanted to create an event that connected with historically black colleges and universities. And an event like that that really invites a specific group to learn all about WordPress would be a really great experience and a wonderful way to celebrate that community and a great connection to the broader community so that we can intentionally get to the diversity that we want to see.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:06:38]</p>\n\n\n\n<p>And I also want to add that the people who are underrepresented in our community are more likely to need financial sponsorship. And so even though we do keep our ticket prices low so that our events are more easily accessible, the cost of travel continues to increase, not to mention the time and energy required to participate in these events. So an excellent way that companies can help is to sponsor somebody&#8217;s time and somebody&#8217;s contributions, which we&#8217;re always trying to encourage through the Five for the Future program.</p>\n\n\n\n<p>[Chloé Bringmann 00:07:11]&nbsp;</p>\n\n\n\n<p>Beautiful. So, with that in mind, how do you foresee the next generation of WordCamps impacting the WordPress community, that larger ecosystem? So, what changes do you hope to see regarding community engagement, learning opportunities, and best practices?</p>\n\n\n\n<p>[Angela Jin 00:07:31]</p>\n\n\n\n<p>I foresee us evolving our tried and true event format into a dynamic wealth of community-led opportunities. I know that online events were pretty exhausting during the worst of the pandemic, but there is a ton of unexplored opportunities there. And community research is also showing that online is a great way to create more inclusive and diverse events.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:07:58]</p>\n\n\n\n<p>The Training team, with their learn WordPress online workshops, have really led the way with our online events. And there are so many more people that we can reach there.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:08:08]</p>\n\n\n\n<p>And so in addition to providing more advanced content, I also hope to see content around broader tech and business trends that influence WordPress, and conversely, how WordPress can shape those trends as well. And with all of that, I really hope that we can bring in more community members that otherwise wouldn&#8217;t be interested in what we currently offer, especially a younger generation that will help us drive the next generation of WordPress, the open source project.</p>\n\n\n\n<p>[Chloé Bringmann 00:08:39]</p>\n\n\n\n<p>Very excited to hear all of this, and I bet our listeners are too. I&#8217;m curious how they and community members can provide feedback or get involved with this next generation of WordCamps.</p>\n\n\n\n<p>[Angela Jin 00:08:50]</p>\n\n\n\n<p>I&#8217;m going to encourage everyone, please come chat with the Community team and comment on the current posts. We really welcome your feedback to help us get our events to this next iteration of what they will become. There are two posts, in particular, one is to suggest ideas of event formats and topics that you would like to see. And the second is if you are an organizer, we&#8217;re inviting you to hear some recommendations for improved tooling that would be helpful for your event site. And we&#8217;ll include links to those posts in the show notes.</p>\n\n\n\n<p>[Chloé Bringmann 00:09:26]</p>\n\n\n\n<p>One final question for you, Angela. Any thoughts as we prepare for WordCamp US and the Community Summit, which will be in National Harbor, Maryland, in August?</p>\n\n\n\n<p>[Angela Jin 00:09:37]</p>\n\n\n\n<p>For the Community Summit in particular, if you want to attend and you haven&#8217;t already applied, please please do make sure to apply as soon as possible. And encourage somebody else who you think should attend to apply as well.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:09:53]</p>\n\n\n\n<p>And if financial constraints are a blocker, we are aiming to help with the cost of hotel and or flight. And so one way to help support the diversity and inclusion of this event, and really to the whole project, is to also contribute to the Community Summit travel fund. You can find information about all of that on the Community Summit site.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:10:15]</p>\n\n\n\n<p>And next, if you have a topic in mind that you think needs to be discussed at the Community Summit, please please also share that information with us as well. And last but not least, I am, I am so excited. I&#8217;m not going to spoil anything. But I have been working with the WordCamp US organizing team and looking at some of what they have planned and some of the content. It&#8217;s going to be a truly incredible event, so don&#8217;t miss out.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:41]</p>\n\n\n\n<p>Oh, wonderful. Thank you so much for joining me, Angela. And I can&#8217;t wait to see you and the WordPress community in August in person.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:58]</p>\n\n\n\n<p>Which brings us now to our small list of big things. First up is the proposal and establishment of a new WordPress contributor team, the Sustainability team. Coming into WordCamp Europe, a proposal was put forward to create a team that would embed sustainable practices and processes in the ecosystem to ensure the Project&#8217;s longevity, both socially, economically, and as well environmentally. At WordCamp Europe, this proposal was confirmed, and the Sustainability team is now officially the 22nd contributor team that WordPressers can support with their contributions. Head on over to their making WordPress Slack channel, #sustainability, and join the conversation.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:011:39]</p>\n\n\n\n<p>Second, I would like to call your attention to the 6.4 development cycle post that was published on June 5th. 6.4 will be the third major release of 2023 and supports our diversity, equity, and inclusion efforts by being led by those contributors that identify as underrepresented gender. This release will also be the first to kick off phase three of the Gutenberg roadmap, which is collaborative editing and workflows. I&#8217;ve included a link to the post in our show notes and encourage anyone who is interested in being part of this momentous release to join us in making this both impactful and meaningful.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:012:16]</p>\n\n\n\n<p>Finally, WordCamp US, as discussed, will be upon us before we know it starting on August 24th at National Harbor, Maryland. While tickets may be sold out, volunteers are still very much needed to make the flagship event run smoothly. So stop by us.wordcamp.org, raise your hand, and join us in August for engagement, inspiration, and learning. And that, my friends, is your small list of big things. I&#8217;m your guest host Chloé Bringmann and thank you for tuning in today for the WordPress Briefing.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15179\";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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Twenty Years of WordPress at WCEU\";s:7:\"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/2023/06/twenty-years-of-wordpress-at-wceu/\";s: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, 10 Jun 2023 22:21:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15167\";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:373:\"Inspiring the global community The atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its 20th anniversary and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-day [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:6381:\"\n<h2 class=\"wp-block-heading\">Inspiring the global community</h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/7Nmz3IjtPh0?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>The atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its <a href=\"https://wp20.wordpress.net/\">20th anniversary</a> and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-day event (plus Contributor Day) filled with talks, networking, and learning opportunities. The event concluded on June 10 with a captivating keynote address by WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, and Gutenberg Product Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who highlighted the advancements and upcoming milestones of the WordPress Project.</p>\n\n\n\n<p>One significant update shared during the keynote was the successful reactivation of WordCamps. This time last year, we organized eight in-person WordCamps, and by the end of 2022, the number had risen to 23. Thanks to the enthusiasm and involvement of the WordPress community, we are already on track to organize 25 WordCamps in the first half of this year alone.&nbsp;</p>\n\n\n\n<p>Josepha also emphasized the importance of the upcoming Community Summit on August 22-23. This in-person gathering brings contributors together across the WordPress open source project, fostering cross-project discussions vital for future growth and sustainability. For more information, visit the official <a href=\"https://communitysummit.wordcamp.org/2023/\">Community Summit website</a>.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=585%2C365&#038;ssl=1\" alt=\"Total contributors: 7788 (737 new)\nContributors pledged to 5ftF: 780 (95 new)\n152 companies total with confirmed contributors (30 new)\" class=\"wp-image-15171\" width=\"585\" height=\"365\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=1024%2C640&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=300%2C188&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=1536%2C960&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=2048%2C1280&amp;ssl=1 2048w\" sizes=\"(max-width: 585px) 100vw, 585px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Discussing the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> (5ftF) program, Josepha highlighted the impressive growth in active contributors and company pledges over the past year. She also underscored the expansion of the WordPress ecosystem, citing examples like <a href=\"https://openverse.org/\">Openverse</a>, which now provides access to nearly 800 million images and audio files, all easily accessible in the Site Editor.&nbsp;</p>\n\n\n\n<p>Another exciting addition to the WordPress repertoire is <a href=\"https://playground.wordpress.net/\">WP Playground</a>. This new feature allows users to build WordPress applications instantly in the browser without needing a PHP server. This tool provides a swift and seamless experience, reducing the installation time from five minutes to a near-instantaneous 500 milliseconds. The application of WP Playground may seem like magic, but its practical application promises tangible and revolutionary benefits for WordPress users.</p>\n\n\n\n<p>Matías Ventura then took the stage to share updates on Gutenberg. Through a visually stunning video built entirely with blocks, he showcased the six-year development journey and the transition from words to blocks to a final design. The upcoming WordPress version 6.3 will mark the completion of the first two phases of Gutenberg, consolidating all these features into a cohesive and user-friendly experience. He also highlighted the introduction of features such as the Wayfinder tool, Style Book, and the ability to save patterns, further empowering users to own their web presence and voice.</p>\n\n\n\n<p>Following the keynote presentation, the WordPress leadership engaged in a<a href=\"https://www.youtube.com/watch?v=VzKiKRodHQ0\"> lively Q&amp;A session </a>with the audience, further illustrating the continuous evolution within the WordPress Project. This session highlighted how the WordPress community innovates, iterates, and continually improves to create a better platform for today and tomorrow.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/VzKiKRodHQ0?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Join the global community and be part of the WordPress journey toward a brighter future!</p>\n\n\n\n<p><em>Special thanks to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> and <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> for review and collaboration</em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15167\";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:35:\"The Month in WordPress – May 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2023/06/the-month-in-wordpress-may-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2023 10:15:56 +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: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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=15100\";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:350:\"May has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director Josepha Haden Chomphosy reflected on this journey and the opportunity to build a better future for those who come after: The more our community invests in itself and [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s: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:16972:\"\n<p>May has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> reflected on <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">this journey</a> and the opportunity to build a better future for those who come after:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The more our community invests in itself and supports one another, the stronger WordPress and the open source software movement become.</p>\n<cite>Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">Celebrating 20 Years of WordPress</a>.</cite></blockquote>\n\n\n\n<p>Read on for highlights of this milestone and the latest updates in the WordPress space.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress at 20</h2>\n\n\n\n<p><strong>May 27, 2023, marked the 20th anniversary of WordPress’ first release</strong>. Since its inception by <a href=\"https://ma.tt/2023/05/wp20-audrey-scholars/\">Matt Mullenweg</a> and <a href=\"https://twitter.com/mikelittlezed1/status/1662013891856027649\">Mike Little</a> in 2003, the project has transformed the digital publishing landscape and enabled millions of people to craft their stories.</p>\n\n\n\n<p>WordPress enthusiasts from all over the world gathered at more than <strong>130 events</strong> to celebrate this important milestone. WP20’s commemorative book, <a href=\"https://wordpress.org/book/\"><strong>Building Blocks: The Evolution of WordPress</strong></a>, was published in tandem and documents some of the most significant moments and changes of the last decade of the project.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1024%2C576&#038;ssl=1\" alt=\"3D wallpaper of a number 20 formed by words in commemoration of the 20th anniversary of WordPress.\" class=\"wp-image-15106\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=2048%2C1152&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><a href=\"https://wp20.wordpress.net/download-3d-wp20-themed-media/\">Download the new WP20 wallpapers made in 3D</a>.<br></figcaption></figure>\n\n\n\n<p>The anniversary date may have passed, but the <a href=\"https://wp20.wordpress.net/news/\">festivities and fun aren&#8217;t over</a>. You can still <a href=\"https://wp20.wordpress.net/\">join a meetup</a>, sign the #WP20 From Blogs to Blocks campaign <a href=\"https://make.wordpress.org/marketing/2023/05/27/day-20-wp20-from-blogs-to-blocks/\">birthday card</a>, or participate in #WP20 social celebrations.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\">Episode 55 of WP Briefing</a> as she looks back at the 20 years of WordPress and how the community made WordPress what it is today.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.3 is expected on August 8</h2>\n\n\n\n<p>Work on WordPress 6.3 officially kicked off with the <a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">announcement of its development cycle and release squad</a>. <strong>Set for release on August 8, 2023</strong>, this version will be the second major update of WordPress in 2023 and will mark the end of Phase 2 of the project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>.</p>\n\n\n\n<p>WordPress 6.3 aims to bring a cohesive site editing experience by introducing expanded functionality, richer interfaces, and a dedicated focus on refinement.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Check out the 6.3 roadmap post</a> for a tentative preview of anticipated features.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2.2 security release</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">WordPress 6.2.2</a> became available for download on May 20, 2023</strong>. This release was a quick response to resolve a regression introduced in <a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-1-maintenance-security-release/\">6.2.1</a>, specifically with shortcode support in block templates, and to further patch a vulnerability already addressed in the previous version.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\"></a><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">Update your site if you haven’t yet</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Three new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\"><strong>Gutenberg 15.7</strong></a>, released on May 3, 2023, brings a new direct option to upload and replace a site&#8217;s logo from the block settings sidebar. Other enhancements include easier access to duotone filter controls via the style settings sidebar and an update to fluid typography to refine responsiveness.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/\"><strong>Gutenberg 15.8</strong></a> shipped on May 17, 2023, and includes a new &#8220;Pages&#8221; item in the Site Editor sidebar to edit pages without leaving the interface. Moreover, this version brings the ability to navigate through revisions in the global styles interface and to preview block themes inside the Site Editor.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\"><strong>Gutenberg 15.9</strong></a> is ready for download as of May 31, 2023. The latest Gutenberg release comes with a new command tool and several enhancements to the Site Editor experience, including a more intuitive drag-and-drop function for moving blocks.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>The latest <a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\">Core Editor Improvement post</a> highlights features such as revisions and the ability to preview block themes, and how they enable a smoother site editing experience.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Next-generation WordCamps, proposal for a Sustainability Team, and more</h2>\n\n\n\n<ul>\n<li>The Community Team proposed <a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">broadening the purpose of WordPress events</a> to &#8220;spark innovation and adoption by way of accessible training and networking.&#8221; This opens the door to organizing a more diverse range of formats focused on specific topics and audiences.</li>\n\n\n\n<li>WordPress contributors suggested <a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">creating an official Sustainability Team</a>.</li>\n\n\n\n<li>The Polyglots Team rebranded the WP Translation Playground tool as Translate Live and <a href=\"https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/\">announced improvements</a> that make translating plugins and themes easier.</li>\n\n\n\n<li>The new<strong> </strong><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program pilot</a> aims to provide cohort-based and 1:1 mentorship to prepare new and aspiring contributors for success.</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">Results of the 2022 WordPress Annual Survey</a> were announced last month.</li>\n\n\n\n<li>The Training Team published a new course on <a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a>. See <a href=\"https://make.wordpress.org/updates/2023/06/02/whats-new-on-learn-wordpress-in-may-2023/\">What’s new on Learn WordPress in May 2023</a> for the latest learning resources.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/05/04/stacks-the-first-community-theme/\">Meet Stacks</a>—the first community theme born from the <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Community Themes initiative</a>. This theme is designed for creating slide decks that can be used for a presentation.</li>\n\n\n\n<li>This Core proposal explores ways to <a href=\"https://make.wordpress.org/core/2023/05/16/proposal-retiring-older-default-themes/\">reduce the maintenance of older default WordPress themes</a> and retire them.</li>\n\n\n\n<li>The May 2023 issues of <a href=\"https://developer.wordpress.org/news/2023/05/whats-new-for-developers-may-2023/\">What’s New for Developers?</a>, the <a href=\"https://make.wordpress.org/polyglots/2023/05/10/polyglots-monthly-newsletter-may-2023/\">Polyglots monthly newsletter</a>, and the&nbsp;<a href=\"https://make.wordpress.org/community/2023/05/18/meetup-organizer-newsletter-may-2023/\">Meetup Organizer newsletter</a>&nbsp;are available for reading.</li>\n\n\n\n<li>Find out how WordPress and its global community of contributors made a difference in Stefano Cassone&#8217;s life in the <a href=\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\">latest edition of People of WordPress</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>What is WordPress Playground, and why it matters? <a href=\"https://wordpress.org/news/2023/05/episode-56-what-to-know-about-wordpress-playground/\">WP Briefing Episode 56</a> discusses the benefits and potential of this tool with special guests Rich Tabor and Adam Zielinski.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>Core Team members seek <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">feedback on the new command tool</a> introduced in the Gutenberg plugin and its API.</li>\n\n\n\n<li>The latest <a href=\"https://make.wordpress.org/test/2023/05/18/fse-program-testing-call-23-rapid-revamp/\">call of the Full Site Editing (FSE) Outreach Program</a> invites you to test some features being worked on to upgrade and polish the experience of using the Site Editor. Share your thoughts by June 8, 2023.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/mobile-team-update-may-31st-2/\">Version 22.5</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Which next generation of WordPress events would you like to see? <a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Share your ideas</a> and <a href=\"https://make.wordpress.org/community/2023/06/01/next-gen-wordcamp-talking-points-share-your-ideas-for-a-new-event-format-and-make-it-happen/\">start exploring</a> new event formats this year.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">Get ready for WordCamp Europe 2023</a> from June 8-10 in Athens, Greece! The event will start with <a href=\"https://europe.wordcamp.org/2023/contributor-day/\">Contributor Day</a> on June 8, followed by two days of presentations and workshops. Attendees can join a <a href=\"https://europe.wordcamp.org/2023/welness-track-activities/\">wellness track</a> and a <a href=\"https://europe.wordcamp.org/2023/wp-connect/\">dedicated space</a> to connect, among many other initiatives.</li>\n\n\n\n<li>The WordCamp US organizing team is <a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-call-for-volunteers-open/\">calling for volunteers</a>.</li>\n\n\n\n<li>For another year, the <a href=\"https://wordpressfoundation.org/news/2023/kim-parsell-memorial-scholarship-for-wordcamp-us-2023/\">WordPress Foundation&#8217;s Kim Parsell Memorial Scholarship</a> will award funding for a woman-identifying contributor to attend WordCamp US 2023. Applications are open through June 12, 2023.</li>\n\n\n\n<li><a href=\"https://sylhet.wordcamp.org/2023/\">WordCamp Sylhet 2023</a>, the second ever WordCamp in Bangladesh, was successfully held on May 19-20 with its first <a href=\"https://make.wordpress.org/design/2023/05/23/wordcamp-sylhet-2023-contributor-day-recap/\">Contributor Day</a>.</li>\n\n\n\n<li>Join #WPDiversity with a free online workshop on <a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-apac-tickets-648295107117\">How to Own Your Expertise &amp; Start Speaking at WordPress Events APAC</a>. The event will take place on July 2, 2023.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://cartagena.wordcamp.org/2023/\">WordCamp Cartagena</a>, Spain on June 10-11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2023/\">WordCamp Montclair</a>, NJ, USA on June 24, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress project leadership on June 10 at WordCamp Europe 2023 to hear about the latest developments and what’s next for WordPress. <a href=\"https://europe.wordcamp.org/2023/schedule/\">Check out the schedule for details</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/nahidsharifkomol/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nahidsharifkomol</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/devinmaeztri/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>devinmaeztri</a>, <a href=\'https://profiles.wordpress.org/bsanevans/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bsanevans</a></em></em>, <em><em><a href=\'https://profiles.wordpress.org/ninianepress/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ninianepress</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15100\";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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WP Briefing: Episode 57: The Power of WordPress Mentorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15089\";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:215:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over 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: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:60:\"https://wordpress.org/news/files/2023/06/WP-Briefing-057.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7743:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over time.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a>, Athens, Greece. This event includes a <a href=\"https://europe.wordcamp.org/2023/session/matt-mullenweg/\">special Keynote from Matt Mullenweg, Josepha Haden Chomposy, and Matías Ventura</a>. </li>\n\n\n\n<li>&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\" target=\"_blank\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a>&nbsp;</li>\n\n\n\n<li>Make WordPress Community: <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\" target=\"_blank\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li>WordPress &#8216;Milestones&#8217; volume two book <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/book/\" target=\"_blank\">Building Blocks: The Evolution of WordPress</a> is available in <a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/wp20-book/tree/trunk/Formats\" target=\"_blank\">several formats for download on GitHub</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n<a class=\"wp-block-read-more\" href=\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\" target=\"_self\">Read more<span class=\"screen-reader-text\">: Episode 57: The Power of WordPress Mentorship</span></a>\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.&nbsp;</p>\n\n\n\n<p>I&#8217;m your host, Joseph Hayden Chomphosy. Here we go!</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;</p>\n\n\n\n<p>Over the course of this year, there has been a lot of research and examination of the contributor funnel in the WordPress community. That research confirms some assumptions about what most contributor stories have in common: the hurdles, the general paths taken, and the way that problem-solving was done. Then in February of this year, Hari Shanker published a proposal for a mentorship program for WordPress.&nbsp;</p>\n\n\n\n<p>And now we&#8217;ve got a pilot program that&#8217;s been defined and is waiting for your feedback. If you&#8217;ve not read the post about the contributor mentorship program, for one do it. But if you would rather hear a synopsis from me, don&#8217;t worry, I&#8217;m about to give you a 10-cent tour.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:22]&nbsp;</p>\n\n\n\n<p>First up, who is doing this? This pilot program has been outlined by a community working group. We often have working groups in WordPress, and they almost always have specific projects around events or programs, or code updates. Since this working group is focused on a project-wide program, there is project-wide representation in it. All the names are at the bottom of the post, which you can find in our show notes. But it&#8217;s got folks who contribute with code or contribute with time or contribute with design folks who are self-sponsored or corporately sponsored, just a nice mix of people. The program as a whole, though, is being stewarded by Hari Shankar, a longtime supporter of and contributor to WordPress. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:06]&nbsp;</p>\n\n\n\n<p>So next, what is this for? There are a few goals for the program. But the overarching goal is to increase the success of new contributors over time. We can all agree that if we were to have 1000s of new contributors every day, but they couldn&#8217;t find their way to impactful contributions or meaningful connections quickly, then we would have done them a disservice. And they probably won&#8217;t continue to be part of the community without a bit more effort.&nbsp;</p>\n\n\n\n<p>The when and the where are essentially “right now and right here,” so that brings us finally to Why. Why are we doing this mentorship program? Apart from to help people who want to contribute have an easier path to success – which frankly is enough of a reason anyway – the why is wrapped up in our overall philosophies in the project. If we believe that good ideas can come from anywhere and that contributions of any size matter. And that open source is an idea that can change our generation and that we are democratizing publishing, then bringing new people brings new ideas, and beginner contributions can grow over time. We can maintain this idea, this concept of open source, into the next generation and to future generations. And always keep our sights on the open web. To learn more about this and other project-wide initiatives, swing by make.wordpress.org/project or check the links in today&#8217;s show notes on wordpress.org/news/podcast.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]&nbsp;</p>\n\n\n\n<p>Which brings us now to our small list of big things.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:56]&nbsp;</p>\n\n\n\n<p>First on the list is WordCamp Europe. That&#8217;s coming up at the end of the week on June 8 through 10th in Athens, Greece. There will be a major update from Matt and friends, so even if you aren&#8217;t there in person, keep an eye out for those recordings. But for those who are there and you&#8217;re curious about the mentorship program or anything else to do with WordPress and contributing to the project, you can come find me or Angela Jin, Hari will also be there, Chloé will be there, Héctor will be there, lots of people, and we want to hear your thoughts and answer your questions.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:27]&nbsp;</p>\n\n\n\n<p>Second is a call for brainpower! A call for your brainstorms! On the subject of the next generation, we&#8217;ve got a discussion going on about the next generation of WordCamps. We&#8217;ve been discussing what new types and varieties might be available, and that might make sense for people as we get back to in-person events. So if you&#8217;ve got a kind of WordCamp that you&#8217;ve been desperately wanting to try, now&#8217;s the time to let folks know about it. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:54]</p>\n\n\n\n<p>And the final thing is the second volume of The WordPress history book called Building Blocks: The Evolution of WordPress is now available for download in several formats as well as on GitHub. Stop buy, give it a read, and relive some of the highlights of the past ten years of the WordPress project.&nbsp;</p>\n\n\n\n<p>&nbsp;[Josepha Haden Chomphosy 00:05:12]</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomposy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15089\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Stefano Cassone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 May 2023 20:48:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{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:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:\"\";}i:3;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:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15030\";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:125:\"The People of WordPress feature series goes to Italy to interview web designer, photographer and translator Stefano Cassone. \";s: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:\"Abha Thakor\";s: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:15999:\"\n<p><strong>With <a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a> in June, we feature Stefano Cassone, a web designer, photographer and volunteer translator, who believes his life has been transformed through WordPress and its community.</strong></p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=1024%2C535&#038;ssl=1\" alt=\"Stefano with a laptop covered in WordPress event stickers\" class=\"wp-image-15027\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=1024%2C535&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=768%2C401&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano with a laptop covered in WordPress event stickers</figcaption></figure>\n\n\n\n<p>Stefano has always been fascinated by the internet. His initial learning in the 1990s was through joining friends at a local pub where they could explore how websites were structured and learn to use chat software.</p>\n\n\n\n<p>This led to Stefano creating websites for fun in 1998, and his first paid job was for the shop where he bought comics. He turned to content management systems (CMS) to speed up the creation process for sites, but found he needed more documentation to really understand their capabilities. Then he read a magazine article about WordPress, a CMS which was being used to make incredible blog sites, and was supported by an international community and documentation. Over time, Stefano started using that documentation to work on websites in Italian.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress provides a life-changing turning point&nbsp;</h2>\n\n\n\n<p>Stefano describes himself as an introvert. He found that WordPress helped him to work from home, to develop his skills and the quality of what he could produce, as well as build his self-confidence.&nbsp;</p>\n\n\n\n<p>A catalyst for the turning point in his life and career was the discovery of an area for events on the WordPress dashboard. On this page, he found a forthcoming local meetup in Rome.&nbsp;</p>\n\n\n\n<p>In November 2017, Stefano took the step to go along to this event, led by a curiosity of what he might discover and intrigued by how a software could be supported by a vast community. The topic at the event was on <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a>, a command line interface for WordPress. He recalled that he felt outside his comfort zone as he did not regard himself as a developer and at that point, had only used the software for simple jobs. He wondered whether using the software as his only CMS was going to be a long term option and if these meetups were suitable for him.</p>\n\n\n\n<p>At the meetup, people were talking about a forthcoming event, called WordCamp Rome. Through his research, he saw that there was a lot of enthusiasm for this event. This intrigued him and he wondered if it would show him that he could have a career using the software after all.</p>\n\n\n\n<p>Unfamiliar with WordCamps, Stefano found it difficult at first to know what he could go to and how to get involved, but he persevered and attended the event.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;The WordCamp was a great discovery: talks at all levels from basic to those for developers, advanced and very advanced. I was immediately struck by the enthusiasm of the volunteers. It was an environment where I felt very comfortable, so much so, that I asked myself how I could participate in some WordCamps.&#8221;</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<p>From this event, Stefano was encouraged by those he met to consider applying as a volunteer for a future WordCamp.</p>\n\n\n\n<p>There was also much talk at the event about ‘Slack’. It was new to Stefano, but with help from those attending, he signed up for the messaging tool Slack, used by the WordPress community. He was still unsure how he could contribute, and if he would be welcome.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Joining thousands of volunteer translators of WordPress</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=800%2C600&#038;ssl=1\" alt=\"Italian General Translation Editors at WordPress Italia 2022\" class=\"wp-image-15028\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?w=800&amp;ssl=1 800w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Italian General Translation Editors at WordPress Italia 2022</figcaption></figure>\n\n\n\n<p>Stefano took the plunge and was excited to find there was a team called Polyglots. In this team, people from across the world<a href=\"https://make.wordpress.org/polyglots/\"> translate the WordPress software into many different languages</a>. He started with translating a theme he was using in his work. Little by little he became more interested in plugins and attended meetings with other translators. He offered his skills to translate into Italian themes and plugins in general and as his experience grew, he took on the volunteer role of a General Translation Editor. He also took care of the translation into Italian of the WordPress Core. More recently he has joined the group of translators for the <a href=\"https://make.wordpress.org/docs/handbook/helphub/\">HelpHub</a>, which is part of the <a href=\"https://make.wordpress.org/docs/\">WordPress documentation</a> system.</p>\n\n\n\n<p>He said: “Participating in the WordPress Slack has helped me enormously: I’ve met a lot of people who I now call friends. Moreover, by translating, I learned a lot about how themes and plugins work.</p>\n\n\n\n<p>“It&#8217;s a great way to contribute to WordPress, especially for someone like me who is not a developer. Translating also allows me to fully understand how WordPress works.&#8221; </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I always say that translating themes, plugins, and the Core software is the best way to learn WordPress, better than any course or book.”</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Sharing skills to support Open Source WordPress</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"667\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?resize=667%2C500&#038;ssl=1\" alt=\"Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.\" class=\"wp-image-15026\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?w=667&amp;ssl=1 667w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?resize=300%2C225&amp;ssl=1 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.</figcaption></figure>\n\n\n\n<p>Stefano’s growing commitment to the open source WordPress project was further boosted through his volunteering. He was a volunteer at WordCamp Rome 2018 and participated there in his first Contributor Day where he had the opportunity to translate the software with others.&nbsp;</p>\n\n\n\n<p>He was also able to bring his own hobbies and skills to help the project grow and reach others. One example was his passion for photography, and he volunteered as a photographer for many other events in Italy organized by the WordPress community. He said: “This commitment to the community also allows me to have fun: being a photographer means having the opportunity to walk around the halls and capture moments of the life of a WordCamp.” The more WordCamps he attended, the more he wanted to be part of and keep contributing to the wider WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contribution to WordPress is inspiring</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Stefano at the Support Table at a WordPress Contributor Day\" class=\"wp-image-15025\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano at the Support Table at a WordPress Contributor Day</figcaption></figure>\n\n\n\n<p>When Stefano was asked to become an organizer for the WordPress meetup in Rome in October 2019, he knew he wanted to be part of reaching and supporting more people in his area. He faced challenges with finding venues, but a greater issue was to come: the Covid-19 pandemic.&nbsp;</p>\n\n\n\n<p>Spurred on by the <a href=\"https://it.wordpress.org/\">Italian WordPress community</a> as a whole, he was determined that the meetup was still needed. The regular event was transformed into an online meeting. He was able to gain help from people he had met as a volunteer to share their expertise with meetup attendees.&nbsp;</p>\n\n\n\n<p>The community in Italy also worked together to put on WordCamp Italia online. It brought together the organizers of previous meetups and WordCamps, and new contributors too. Stefano volunteered in both online editions of this camp, including being part of the social and communication team. He found it to not only be a fun experience but also one that helped him grow professionally and learn from so many others.</p>\n\n\n\n<p>He went onto help restart the <a href=\"https://www.meetup.com/romawordpress/\">Rome WordPress meetup</a> in-person meetings in May 2022, was an organizer for the third WordCamp Italy, and has been volunteering for camps in 2023.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What will WordPress bring you?</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"533\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?resize=533%2C800&#038;ssl=1\" alt=\"Stefano inspired by his journey at WordCamps asks what will WordPress bring you?\" class=\"wp-image-15024\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?w=533&amp;ssl=1 533w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 533px) 100vw, 533px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano inspired by his journey at WordCamps asks what will WordPress bring you?</figcaption></figure>\n\n\n\n<p>“Persona and professional growth and friendship” are some of the things they have brought Stefano. Contributing boosted his confidence and willingness to try new opportunities in his work.&nbsp;</p>\n\n\n\n<p>He said: “The best thing I got out of joining the WordPress community was the chance to collaborate with some people on a working basis and, I have to say, that was incredible. Being with many of them you have an incredible opportunity to grow in knowledge, you just have to be ready to learn. With WordPress you never stop learning.”</p>\n\n\n\n<p>His top recommendation is: “Join your local meetup or think about organizing one, it will introduce you to an amazing world. Don’t be afraid to meet people at WordCamps and Contributor Days, because you will learn more there than in dozens of courses. Talk to people at those events and don’t worry. The WordPress community is inclusive so you’ll always feel welcome, and you will see enthusiasm like you’ve never seen at other IT events. Sign-up and get involved.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Stefano Cassone (<a href=\'https://profiles.wordpress.org/deadpool76/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>deadpool76</a>)&nbsp;for sharing about his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), the late Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) and Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for interviews, writing the feature and collaborating on images, to Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Mark Smallman (<a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), and Maja Loncar (<a href=\'https://profiles.wordpress.org/majaloncar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>majaloncar</a>) for help with reviews.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15030\";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:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Celebrating 20 Years of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 May 2023 05:27: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: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:6:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WP20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14981\";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:244:\"May 27, 2023, marks exactly 20 years since Matt Mullenweg and Mike Little forked b2/cafelog to create WordPress Version 0.70. Quite a bit has taken place in the past 20 years, and imagine how much more we can accomplish together in the next 20!\";s: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:7:\"Josepha\";s: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:5405:\"\n<p>You did it and I think congratulations are in order! You, dear WordPress enthusiast, have helped WordPress thrive for the past 20 years. It’s an incredible accomplishment, and I couldn’t be more thankful.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Did you know: WordPress is thirteen years older than TikTok (<a href=\"https://en.wikipedia.org/wiki/TikTok\">2016</a>), came four years before Tumblr (<a href=\"https://en.wikipedia.org/wiki/Tumblr\">2007</a>) and the first iPhone (<a href=\"https://en.wikipedia.org/wiki/IPhone_(1st_generation)\">2007</a>), beat Facebook to market by about a year (<a href=\"https://en.wikipedia.org/wiki/Facebook\">2004</a>), and is about five weeks older than Tesla (<a href=\"https://en.wikipedia.org/wiki/Tesla,_Inc.\">July 2003</a>).</p>\n</blockquote>\n\n\n\n<p>May 27, 2023, marks exactly 20 years since Matt Mullenweg and Mike Little <a href=\"https://wordpress.org/about/\">forked b2/cafelog</a> to create <a href=\"https://wordpress.org/documentation/wordpress-version/version-0-70/\">WordPress Version 0.70</a>. Quite a bit has taken place in the past 20 years, and imagine how much more we can accomplish together in the next 20!</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><em>You can read about the first 20 years of WordPress in two parts:</em><br><a href=\"https://wordpress.org/book/milestones/\">Milestones: The Story of WordPress (2003 &#8211; 2013)</a><br><a href=\"https://wordpress.org/book/\">Building Blocks: The Evolution of WordPress (2013 &#8211; 2023)</a></p>\n</blockquote>\n\n\n\n<p>Whether you celebrate at one of the <a href=\"https://wp20.wordpress.net\">100+ meetup</a> events, are strutting your stuff in some <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">limited edition WP20 swag</a>, or joining in a collective <a href=\"https://wp20.wordpress.net/live/\">reflection on WordPress</a> in your unique way on social media, WP20 is a celebration of you – the WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Common Legacy</h2>\n\n\n\n<p>As I scroll through the amazing photos and memories shared on social media of past WordCamps and meetups, I think about the people who got WordPress to where it is today. The thousands of contributors who patched bugs and tested new features; organized events and fostered community; or wrote documentation and translated strings — how those contributions paved the road we travel today. A road that allows more people across the globe to use WordPress and contribute to WordPress, advancing the mission of democratizing publishing and giving us a little more freedom in the world. To the giants on whose shoulders we stand, those unsung, tireless, and passionate committers working through long nights and longer weekends: all of WordPress thanks you!</p>\n\n\n\n<p>The dedication to and support of open source software has and will continue to ensure that WordPress endures for another 20 years and beyond.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>the freedom to build.<br>the freedom to change.<br>the freedom to share.</p>\n</blockquote>\n\n\n\n<p>The more our community invests in itself and supports one another, the stronger WordPress and the open source software movement becomes. And WordPress benefits, not just the present community, but future generations of contributors, entrepreneurs, educators, and enterprises large and small alike.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Shared Future</h2>\n\n\n\n<p>If the last two decades are any indication of what lies ahead, then wow, the opportunity to innovate, lead, and sustain a versatile publishing platform will be profound!</p>\n\n\n\n<p>Looking ahead at the next few years, our community will navigate <a href=\"https://wordpress.org/about/roadmap/\">Gutenberg Phases 3 and 4</a> together, delivering features that bring easy collaboration and multillingual support directly into the software. These next steps for WordPress will ensure our legacy of creating useful, relevant, and reliable software remains strong while keeping in mind the core elements of our mission regarding accessibility, performance, and stability.</p>\n\n\n\n<p>By renewing our emphasis on the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> program, and continuing to elevate our standing, we can make WordPress the household name it deserves to be. We can be more recognizable in known growth markets such as the enterprise and education sectors, but also every community beyond the open source and developer communities. Opportunity abounds!</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>When a great ship is in harbor and moored, it is safe, there can be no doubt. But that is not what great ships are built for. </p>\n<cite>Clarissa Pinkola Estes</cite></blockquote>\n\n\n\n<p>There is no time like the present to invest in the future of WordPress. The community is the greatest asset within the WordPress ecosystem. This means every WordPress user, from casual bloggers to enterprise extenders, is invited to rediscover all that our community means and does, and how each one of us can further our positive impact.</p>\n\n\n\n<p>Through all our planning, both short- and long-term, we can ensure that WordPress never loses sight of its user. Each one of us individually, and together, can do our part to make WordPress better, just as we have done each day for the past <a href=\"https://howlongagogo.com/date/2003/may/27\">7,305 days</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14981\";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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WP Briefing: Episode 56: What to Know About WordPress Playground\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2023/05/episode-56-what-to-know-about-wordpress-playground/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 May 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14968\";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:257:\"Join guest host Rich Tabor and WordPress Playground innovator Adam Zielinski as they discuss the capabilities and promise of WP Playground in episode 56 of the WordPress Briefing. Stay tuned for your small list of big things coming up in the next two weeks.\";s: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:60:\"https://wordpress.org/news/files/2023/05/WP-Briefing-056.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s: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:16949:\"\n<p>Join guest host Rich Tabor and WordPress Playground innovator Adam Zielinski as they discuss the capabilities and promise of WP Playground in episode 56 of the WordPress Briefing. Stay tuned for your small list of big things coming up in the next two weeks.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Guests: <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> and <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a> and <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> and the <a href=\"https://github.com/WordPress/wordpress-playground\">Playground Github repo</a></li>\n\n\n\n<li><a href=\"https://gliwice.wordcamp.org/2023/\">WordCamp Gliwice</a> </li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a>, <a href=\"https://europe.wordcamp.org/2023/contributor-day/\">Contributor Day,</a> and <a href=\"https://europe.wordcamp.org/2023/presenting-wp-connect/\">WP Connect</a></li>\n\n\n\n<li><a href=\"https://wordpress.slack.com/archives/C04EWKGDJ0K\">#meta-playground</a> in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack</a></li>\n\n\n\n<li><a href=\"https://chat.openai.com/\">ChatGPT</a></li>\n\n\n\n<li><a href=\"https://woocommerce.com/\">WooCommerce</a></li>\n\n\n\n<li><a href=\"https://www.cloudfest.com/\">CloudFest</a> and <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a></li>\n\n\n\n<li>The <a href=\"blank\">Kim Parsell Memorial Scholarship</a> for travel to WordCamp US 2023</li>\n\n\n\n<li>Find your closest location for a <a href=\"https://wp20.wordpress.net/\">WordPress 20th Anniversary celebration</a></li>\n\n\n\n<li><a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-programming-team-announcement/\">Changes to the WCUS event for 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14968\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]</strong></p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress Open Source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>(Intro continues)</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40]</strong></p>\n\n\n\n<p>Today we&#8217;re gonna spend a little time talking about WP Playground. This is a project that debuted at State of the Word in December 2022, but it was demoed for me about a month prior in November.</p>\n\n\n\n<p>I was, and remain, absolutely floored by the potential future applications, as well as the innovative thinking behind it. So I&#8217;ve invited a couple of excellent WordPress futurists to the show today so that we can listen in on their conversation.</p>\n\n\n\n<p>Welcome guys.</p>\n\n\n\n<p><strong>[Rich Tabor 00:01:07]</strong></p>\n\n\n\n<p>Hey everyone, I&#8217;m Rich Tabor, and I&#8217;m here today with Adam Zielinski to talk about WordPress Playground. So for those of you who don&#8217;t know what WordPress Playground is, can you tell us a little bit more about it, Adam?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:01:18]</strong></p>\n\n\n\n<p>Absolutely. WordPress Playground is WordPress that works in your browser like there&#8217;s no server with PHP or database like there&#8217;s just your browser and JavaScript, and you can run it in so many more places that we’ll all get to. For example, I just came back from WordCamp Gliwice, where on a Contributor Day, a couple of developers got set up with WordPress in just a couple of minutes, whereas normally, it can take hours to do that.</p>\n\n\n\n<p><strong>[Rich Tabor 00:01:44]</strong></p>\n\n\n\n<p>Yeah, that&#8217;s, that&#8217;s pretty impressive. Do you think that, particularly for WordCamps and other demo-type areas, this would be something that&#8217;s very useful? Or what do you think would be the other problems that could be solved with WordPress Playground?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:01:55]</strong></p>\n\n\n\n<p>Playground solves one primary problem, and that is WordPress is pretty difficult to get started with. I&#8217;m not even talking about creating your website, but let&#8217;s say, someone told you there&#8217;s this WordPress thing that you should try. Well, you Google for it, and you find installation instructions, and there&#8217;s like three hours of work for you there.</p>\n\n\n\n<p>So then maybe you&#8217;ll find a hosting company, and you have to pay some money. So with WordPress Playground, you can actually try it for free because there&#8217;s no cost to run it. It just runs on your device. If you&#8217;re a developer, and you want to start learning WordPress, normally you have to go through quite an extensive setup process, and there are some tools to make it easier, but maybe there&#8217;s still friction like you have to even own a computer, like a PC device or a Mac. Playground can run on your phone, and it can power interactive tutorials that you can use and just start learning there and there with zero setup.</p>\n\n\n\n<p>Like if you work on a product team and someone asks you to test a code change, with Playground you can just click a link and test it with no infrastructure behind it. And if you&#8217;re a company creating a plugin, you can just show your plugin in a live demo to people. And this isn&#8217;t something many plugins are doing because it&#8217;s quite hard to get a live demo set up.</p>\n\n\n\n<p><strong>[Rich Tabor 00:03:12]</strong></p>\n\n\n\n<p>Ah, that&#8217;s pretty impressive. So, you know, amongst like tutorials, code changes for developer environments, the mobile application running, do you think that, since there&#8217;s such a wide brevity of ideas that WordPress Playground can kind of plug into, would this be more of a developer tool?</p>\n\n\n\n<p>Is that right? Or is Playground more of a like a click and play-type application that can run anywhere and demo anything?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:03:36]</strong></p>\n\n\n\n<p>I&#8217;d say it&#8217;s both, but it&#8217;s more transparent for the users. So there are a whole lot of things you can do with Playground as a developer, as I just mentioned. But who are you doing these things for? Well, some of them are for the users, as in live demos, or there&#8217;s a WordCamp Europe coming, and I know some people are doing workshops there. They are going to use Playground to get everyone set up. So now that&#8217;s, well, maybe a workshop that teaches you how to build a theme, for example, right? Now you can just get started without any setup process. So there&#8217;s both, it&#8217;s very useful for development teams, and it&#8217;s very useful for them to build stuff for the final users.</p>\n\n\n\n<p><strong>[Rich Tabor 00:04:21]</strong></p>\n\n\n\n<p>That&#8217;s great. I know you, and I have probably both been in the same scenario at WordCamps when you&#8217;re trying to get dev environments set up, and it takes, you know, the better half of the workshop to get to step one. So this is really gonna be interesting to see it, especially at WordCamp Europe, and to see it getting into action.</p>\n\n\n\n<p>Are you planning on going to WordCamp Europe this year?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:04:39]</strong></p>\n\n\n\n<p>Absolutely, I will have a table at Contributor Day, a WordPress Playground table. So yeah, everyone&#8217;s invited to come over. I&#8217;ll show you a lot of cool stuff. And then at WP Connect on Saturday at 10:00 AM, there will be a WordPress Playground session where you&#8217;ll be able to learn more and see some cool demos.</p>\n\n\n\n<p>And this will be a conversational format, so we&#8217;ll just have a nice chat.</p>\n\n\n\n<p><strong>[Rich Tabor 00:05:01]</strong></p>\n\n\n\n<p>Super cool. So how else can people find out a little bit more info about Playground and perhaps even get involved and contribute to the project?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:05:08]</strong></p>\n\n\n\n<p>There&#8217;s a developer.WordPress.org/playground website. There&#8217;s a link in a show notes where you&#8217;ll be able, like this is the perfect entry point to the entire rabbit hole of WordPress Playground.</p>\n\n\n\n<p>There&#8217;s a quite a few projects under the WordPress Playground umbrella, and they all live in a single GitHub repository where you can just find any issue that interests if you want to contribute and just start contributing. Also, there&#8217;s a Slack channel in WordPress org space called #meta-playground, and I highly encourage everyone interested in coming over to say hi.</p>\n\n\n\n<p>And probably one of the best places to ask questions and get acquainted with the community.</p>\n\n\n\n<p><strong>[Rich Tabor 00:05:54]</strong></p>\n\n\n\n<p>Oh, that&#8217;s great; I&#8217;m very intrigued about the project overall. I think that there&#8217;s an immense amount of potential, for WordPress Playground. Just last question here, like, where do you see the future of this project going? What is the most interesting application that hasn&#8217;t been done yet, or the things that are really gonna be the next level in unlocking Playground for everyone?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:06:12]</strong></p>\n\n\n\n<p>There&#8217;s quite a few. Imagine being able to go to WordPress.org and have a WordPress demo right then and there without having to download anything. Then you customize it, and you have a button to host your website anywhere or just to download it.</p>\n\n\n\n<p>Imagine having a live preview for all the themes and plugins in the directory and even in WordPress core, but these are sooner than later. Maybe like, let&#8217;s talk more grandiose, shall we? So there&#8217;s this term, 1 billion new users coming online in the next, like in the nearest future, and plenty of them doesn&#8217;t even own a desktop device. Maybe they have a mobile phone, maybe they have a tablet, maybe we&#8217;re talking about a young, prospective developer somewhere. And currently, if you don&#8217;t own a desktop device, you cannot contribute to the WordPress plugin ecosystem at all.</p>\n\n\n\n<p>Like, we&#8217;re seeing more and more of creating themes with no code, which is really exciting. But you cannot build the plugin, really. Well, with WordPress Playground. Suddenly you can do development on a mobile device. So development tools and code editors and just the entire suite of things we use as the developers on our desktop of devices like this may come online and be available in your browser.</p>\n\n\n\n<p>And if you&#8217;re on a train and you just have a phone with you, but you still want to learn, how to build a plugin, well, you&#8217;ll be able to do that. Furthermore, there&#8217;s a lot of exciting opportunities with ChatGPT, as in, well, here&#8217;s a WordPress running entirely on your device. So maybe if that&#8217;s connected to ChatGPT, you&#8217;ll be able to say, well, I like fish, or like, I want two columns and a photo of a racing car on top of it.</p>\n\n\n\n<p>And because ChatGPT can output HTML, we connect the two, and suddenly, you can build a website entirely in your browser using natural language.</p>\n\n\n\n<p><strong>[Rich Tabor 00:08:20]</strong></p>\n\n\n\n<p>Man, that&#8217;s, that&#8217;s really interesting. It really does unlock the next, potentially the next like, wave of innovation in the WordPress experience, especially removing all the complications of getting set up and actually seeing what&#8217;s there. I think that it really could, be huge for users every day.</p>\n\n\n\n<p><strong>[Adam Zielinski 00:08:38]</strong></p>\n\n\n\n<p>Oh, here&#8217;s one more. So, edge computing is big lately, and it&#8217;s going to be bigger in the future. WordPress Playground runs on this new technology called Web Assembly, and it just happened so that a bunch of edge computing providers allows you to run web assembly on their gear. So imagine having WordPress running entirely in edge infrastructure with no centralized server.</p>\n\n\n\n<p>Truly decentralized WordPress. It could be big for a well cost of operating, but also for speed, but also even further down in the future. Imagine downloading the actual, you know, even WordPress around time to your device and having the entire website on your phone. So then you know, you&#8217;re on a train, you enter a tunnel, but you can still browse that WooCommerce store and add things to your cart even though there is no range at all.</p>\n\n\n\n<p><strong>[Rich Tabor 00:09:32]</strong></p>\n\n\n\n<p>Wow, that&#8217;s, that&#8217;s pretty crazy. How far out there do you think something like that is?</p>\n\n\n\n<p><strong>[Adam Zielinski 00:09:37]</strong></p>\n\n\n\n<p>It&#8217;s hard to tell. I mean, technically, it is possible. There are a lot of challenges with regard to privacy, right? And data security for the edge computing case specifically. As for the development tools, there was a Cloud Fest hackathon earlier this year where I was with Daniel Bachhuber, also from Automattic, and we led this exciting project that brought the WordPress development environment into the browser using a couple of editors that are out there, and this is too much of an MVP for actual production use yet, but we got it working, and we build an actual plugin on a phone without internet access.</p>\n\n\n\n<p><strong>[Rich Tabor 00:10:19]</strong></p>\n\n\n\n<p>Wow. And that was just a hackathon, just hacking at it to see what you can get.</p>\n\n\n\n<p><strong>[Adam Zielinski 00:10:23]</strong></p>\n\n\n\n<p>Yeah, it was two and a half days.</p>\n\n\n\n<p><strong>[Rich Tabor 00:10:25]</strong></p>\n\n\n\n<p>Oh, that&#8217;s awesome. That&#8217;s really cool, man. Well, this has been quite a pleasure. Thanks, Adam, for chatting all about WordPress Playground. Folks, just be sure to check out developer.WordPress.org/playground to explore, experiment, and play with WordPress Playground.</p>\n\n\n\n<p>This has been awesome, Adam.</p>\n\n\n\n<p><strong>[Adam Zielinski 00:10:43]</strong></p>\n\n\n\n<p>Thank you so much for having me, Rich.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:45]</strong></p>\n\n\n\n<p>What a remarkable new way of working with and experiencing WordPress. I would love to be able to find ways across the project and ecosystem to help folks see what they&#8217;re getting into before they get into it, but also, who knows what the future holds for that project. Keep an eye on it.</p>\n\n\n\n<p>(Musical interlude)</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:10]</strong></p>\n\n\n\n<p>That brings us to our small list of big things happening right now in the WordPress project. The first one is that the Kim Parel Memorial Scholarship for WordCamp US 2023 is open, and applications for it are the WordPress Foundation will once again be offering that scholarship for Travel to WordCamp US.</p>\n\n\n\n<p>It is for specifically for women in technology, women in the WordPress space. I&#8217;ll include a link to that in the show notes.</p>\n\n\n\n<p>The second thing is WordPress&#8217; 20th anniversary is still coming, as we heard in the last podcast.</p>\n\n\n\n<p>So we have reached over 100 events that are scheduled on or around May 27th, which is WordPress’ launch date. There is still time to find your closest location and attend one of those events. And probably, there&#8217;s also time to pull together an event of your own. Head on over to wp20.WordPress.net if you would like to see events in your area.</p>\n\n\n\n<p>And the third thing is WordCamp US 2023. I realize WordCamp Europe comes before that, but the programming team actually has a really interesting thing that they&#8217;re doing this year. They have some changes to the way that they are organizing the event and finding speakers for the event. But as always, they are working very hard to make sure it is an attendee-focused event.</p>\n\n\n\n<p>I&#8217;m gonna include a link or two to some announcements that are really worthwhile there. Head on over to the podcast page to see those. And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. Thanks again to my guests, and I&#8217;ll see y&#8217;all in a couple of weeks.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14968\";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:32:\"WordPress 6.2.2 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/05/wordpress-6-2-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 May 2023 04:09:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:35:\"https://wordpress.org/news/?p=14974\";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:33:\"WordPress 6.2.2 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s: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:5451:\"\n<h2 class=\"wp-block-heading\">WordPress 6.2.2 is now available!</h2>\n\n\n\n<p>The 6.2.2 minor release addresses <a href=\"https://core.trac.wordpress.org/query?milestone=6.2.2&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;order=priority\">1 bug</a> and 1 security issue. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.9 have also been updated.</p>\n\n\n\n<p>WordPress 6.2.2 is a rapid response release to address a regression in 6.2.1 and further patch a vulnerability addressed in 6.2.1. The next major release will be<a href=\"https://make.wordpress.org/core/6-3/\"> version 6.3</a> planned for August 2023.</p>\n\n\n\n<p>The update process will begin automatically if you have sites that support automatic background updates.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.2.2.zip\">download WordPress 6.2.2 from WordPress.org</a> or visit your WordPress Dashboard, click “Updates,” and click “Update Now.”</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-2-2\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Security updates included in this release</strong></h2>\n\n\n\n<p>The security team would like to thank the following people for responsibly reporting vulnerabilities and allowing them to be fixed in this release.&nbsp;</p>\n\n\n\n<ul>\n<li>Block themes parsing shortcodes in user-generated data; thanks to Liam Gladdy of<a href=\"https://wpengine.com/\"> WP Engine</a> for reporting this issue.</li>\n</ul>\n\n\n\n<p>The issue above was originally patched in the 6.2.1 release, but needed further hardening here in 6.2.2. The Core team is thankful for the community in their response to 6.2.1 and collaboration on finding the best path forward for proper resolution in 6.2.2. The folks who worked on 6.2.2 are especially appreciative for everyone’s understanding while they worked asynchronously to get this out the door as quickly as possible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>.</p>\n\n\n\n<p>WordPress 6.2.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham S.</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/Clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/Otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, and <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C051Z1SKBDZ\">#6-3-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p><em>Thanks to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14974\";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:50:\"WordPress 6.2.1 Maintenance &amp; 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2023/05/wordpress-6-2-1-maintenance-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 May 2023 18:32:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:35:\"https://wordpress.org/news/?p=14955\";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:339:\"WordPress 6.2.1 is now available! This minor release features 20 bug fixes in Core and 10 bug fixes for the block editor. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement. This release also features several security fixes. Because this is a security release, it is [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s: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:7600:\"\n<h2 class=\"wp-block-heading\">WordPress 6.2.1 is now available!</h2>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.2.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;order=priority\">20 bug fixes in Core</a> and <a href=\"https://github.com/orgs/WordPress/projects/88\">10 bug fixes for the block editor</a>. You can review a summary of the maintenance updates in this release by reading the <a href=\"https://make.wordpress.org/core/2023/05/09/wordpress-6-2-1-rc1-is-now-available/\">Release Candidate announcement</a>.</p>\n\n\n\n<p>This release also features several security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 4.1 have also been updated.</p>\n\n\n\n<p>WordPress 6.2.1 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-3/\">version 6.3</a> planned for August 2023.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.2.1.zip\">download WordPress 6.2.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-2-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release.</p>\n\n\n\n<ul>\n<li>Block themes parsing shortcodes in user generated data; thanks to Liam Gladdy of <a href=\"https://wpengine.com/\">WP Engine</a> for reporting this issue</li>\n\n\n\n<li>A CSRF issue updating attachment thumbnails; reported by <a href=\"https://johnblackbourn.com/\">John Blackbourn</a> of the WordPress security team</li>\n\n\n\n<li>A flaw allowing XSS via open embed auto discovery; reported independently by Jakub Żoczek of <a href=\"https://research.securitum.com/\">Securitum</a> and during a third party security audit</li>\n\n\n\n<li>Bypassing of KSES sanitization in block attributes for low privileged users; discovered during a third party security audit.</li>\n\n\n\n<li>A path traversal issue via translation files; reported independently by Ramuel Gall &amp; Matt Rusnak at Wordfence, and during a third party security audit.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a> and <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>.</p>\n\n\n\n<p>WordPress 6.2.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/amin7/\">amin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/chiragrathod103/\">Chirag Rathod</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/shagors/\">devshagor</a>, <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a>, <a href=\"https://profiles.wordpress.org/marineevain/\">Marine EVAIN</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/nickpap/\">nickpap</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pouicpouic/\">pouicpouic</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C051Z1SKBDZ\">#6-3-release-leads channels</a>. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thanks to <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WP Briefing: Episode 55: Happy Anniversary, WordPress!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 May 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14949\";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:217:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 55th episode of the WordPress Briefing as she looks back at the 20 years of WordPress and how the open source community made WordPress what it is 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: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:60:\"https://wordpress.org/news/files/2023/05/WP-Briefing-055.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15017:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 55th episode of the WordPress Briefing as she looks back at the 20 years of WordPress and how the open source community made WordPress what it is today.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\">The benefits of prioritizing and measuring performance in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\">WordPress 6.3 Planning Proposal &amp; Call for Volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\">Preparing for the Next Women &amp; Nonbinary Release Squad</a></li>\n\n\n\n<li>WordCamp Europe: \n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/call-for-volunteers/\">Call for volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/24/table-leads-needed-for-wceu-2023-contributor-day/\">Table Leads Needed for WCEU 2023 Contributor Day</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/24/defining-the-polyglots-contributor-ladder/\">Defining the Polyglots contributor ladder</a><br></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14949\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress Open Source project, some insight into the community that supports it, and get a smallest of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;</p>\n\n\n\n<p>In case you hadn&#8217;t heard yet. WordPress is celebrating its 20th anniversary on May 27th.&nbsp;</p>\n\n\n\n<p>There are a lot of celebrations and parties happening all across the world, hopefully with cake, because we all know that a party without cake is just a meeting and no one wants a year-long meeting about how old you are.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:59]&nbsp;</p>\n\n\n\n<p>But if you&#8217;ve not yet joined the celebrations, there&#8217;s still time to share your favorite WordPress merch, your favorite WordCamp memory, host a whole dang party if you want to, or share a video to post on wp20.wordpress.net. I&#8217;ve got links to everything you need in the show notes. So if you haven&#8217;t done it yet, you can do that while you listen to today&#8217;s episode.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:14]&nbsp;</p>\n\n\n\n<p>I&#8217;ve got links to everything you need in the show notes. So if you haven&#8217;t done it yet, you can do that while you listen to today&#8217;s episode.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:22]&nbsp;</p>\n\n\n\n<p>Today, WordPress is the leading CMS in the market. And according to W3Tech&#8217;s it powers 43% of the web. And that&#8217;s like 35% of the top 10,000 sites that are built using this software. And sometimes, that&#8217;s as a website, sometimes as a framework, but always as a way for people and businesses to find a space on the web to call their own.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:45]&nbsp;</p>\n\n\n\n<p>In 2021. The first-ever study on the WordPress ecosystem gave us an idea of just how large our ecosystem is. We already kind of had a sense that millions of people make a living through WordPress because we know that we are supporting small business owners and freelancers all the way out to agencies and content creators.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:06]&nbsp;</p>\n\n\n\n<p>But according to that study, WordPress at the time was powering 82 million websites and enabled an estimated economy of $597 billion. The success of an economy like this and various other alternative economies hinges on the success of invisible open source software that powers the web, just like WordPress, that has a tonne of growth and a lot of wins since that first Cafe Log fork way back in 2003.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:37]&nbsp;</p>\n\n\n\n<p>And WordPress could just say pencils down, everybody. Good job, team, and just kind of watch what comes next. But I&#8217;ve never met a word processor, emboldened as we are by our belief in open source freedoms, who stepped away from a challenge worth facing the recognition that everyone should have those freedoms whether they know they exist or not. Because I know that no one cares as much about open source freedoms as open source maintainers. But the recognition that everyone has the right to them anyway is built into the foundations of what WordPress is and who WordPress is.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:13]</p>\n\n\n\n<p>There are big plans for WordPress future, many of which are grounded in the promise of a new block editor within WordPress that aims to lower the barriers to entry for people at any point in their learning curve. So let&#8217;s take a look at what this means for WordPress, the software, and follow up about what it means for the WordPress community.&nbsp;</p>\n\n\n\n<p>&nbsp;[Josepha Haden Chomphosy 00:03:31]</p>\n\n\n\n<p>Firstly, the software right at the end of 2018, the Gutenberg editor was merged into WordPress Core. And it&#8217;s subverted the way that people had always managed their content. It brought with it this new concept of site building that focused on blocks as the primary mode of creation. It was modular and required very little code knowledge.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]</p>\n\n\n\n<p>Arguably also very little skill with design. Although if you&#8217;ve ever seen me tried to design something with blocks, you will know it takes some skill. But still, the ultimate goal was to make those fundamental user interactions of managing the block and apply them in any place you could manage your site using WordPress.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]</p>\n\n\n\n<p>And if you think about the possibility to create media-rich content without having to work with shortcode, without having to know HTML workarounds, it opens the opportunity for many of us in the WordPress community to own our digital presence. In case it wasn&#8217;t already clear, this, my friends, is an audacious project, and it&#8217;s even more so if you remember that we have this existing and massive ecosystem that is enabled and empowered by our software.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:42]</p>\n\n\n\n<p>And as we look forward to the third phase of the Gutenberg Project, collaborative editing inside a WordPress installation will soon be a reality, which if you are like me and you never work on a website alone, you&#8217;re probably just dying to have. I say all this not to toot the horn have WordPress or belabor our success but rather to emphasize the importance of what I&#8217;m going to say next, which is how this CMS got to where it is, namely through the work of the community.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:12]</p>\n\n\n\n<p>WordPress has survived, and I would dare to say thrived through decades of constant economic, cultural, and technological shifts. And I believe that the thing that keeps us innovating fast enough to stay relevant but slow enough to be ethical, is how the community actively engages with the open source project.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:32]</p>\n\n\n\n<p>We know that our strength is directly tied to the resilience of our contributors. And we know that the software we ship is shaped by the people who are willing to tell us what they love, what they hate, and what they hope to see. When the WordPress project started, we mainly had code contributions as a way to give back, but over time, the project has grown to include contributions to learning, community building, and translations, among other things, but all of that exists alongside the CMS-focused contributions.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:03]</p>\n\n\n\n<p>Because WordPress as an organization understands that it is an integral part of an ecosystem of 1000s of global companies and millions of individual people who are building careers, starting businesses, learning new skills, and becoming part of something meaningful. I know that I talk just all the time about the greatness of WordPress as a software and community, which makes sense.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:29]</p>\n\n\n\n<p>I really do love the work I do with you all. But I am equally in awe of this open-hearted journey of disruption that WordPress represents as an open source project. WordPress and its community is part of a long line of disruptors; blogs made publishing available to everyone, which maybe doesn&#8217;t sound like a big deal right now because you&#8217;ve been around blogging forever.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:51]</p>\n\n\n\n<p>You&#8217;ve been able to just put your thoughts on the internet with almost no effort for as long as you have known the internet existed, but WordPress, at the time, was and honestly remains the low code open source CMS of choice. It has been for years. And so, let me backtrack you through the 10,000-foot milestones of our journey here.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:14]</p>\n\n\n\n<p>Gutenberg has been around since 2013. It&#8217;s 10 years. I know, don&#8217;t get scared, we&#8217;re celebrating 20 years. So it&#8217;s been around for half of our time as a concept. Open source as a concept was formalized in the 1980s. Though it definitely has been around longer than that as a concept and a way of working.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34]</p>\n\n\n\n<p>And this low-code, no-code movement that we hear about from time to time that has been around since the 1970s, and just because we first became aware of it in the 1970s doesn&#8217;t mean that that&#8217;s when it actually first was discussed or thought about or used. Which means that you are in this moment, decades deep into projects that changed our entire understanding of the web.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:59]</p>\n\n\n\n<p>So grab a slice of cake, and raise a glass to 20 great years of WordPress, and I am going to raise a glass to 20 more years of continuing our journey together.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:17]</p>\n\n\n\n<p>Which brings us effervescently to the small list of big things. Yeah, I said effervescently.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:24]</p>\n\n\n\n<p>So there are a lot of things happening in the WordPress project over the next couple of weeks. There is a lot of testing going on. There are a lot of releases that are getting underway. There are events and things. So here&#8217;s my rundown of stuff you should take a look at.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:38]</p>\n\n\n\n<p>So firstly, there is a post out about performance improvements from 6.2. That is just inviting an open discussion so that we can get more of those improvements in better shape to get into the 6.3 release. And speaking of the 6.3 release that is coming, just last week, we announced the release squad that we have.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:58]</p>\n\n\n\n<p>It is an extra heavy release squad because we also are working toward the 6.4 release just at the same time. So there&#8217;s the folks who are running the 6.3 release, and they have committed to working openly and in public channels as much as possible so that the 6.4 folks have a chance to really take a look at what goes into a release, the questions that we ask, the philosophies we believe in, and then that 6.4 release oil pick up probably, my guess is August-ish, mid-August or so.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:32]</p>\n\n\n\n<p>That 6.4 release is specifically going to be made up entirely of diverse genders. People that we historically see are underrepresented in technology, but as always, we accept contributions from everyone for all releases.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:48]</p>\n\n\n\n<p>The third thing is that we have WordCamp Europe coming up, that is June 8 and 10th. So a little bit past the two-week mark.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:54]</p>\n\n\n\n<p>However, there is a final call for volunteers for anyone who wants to be able to help at the event. I personally have always enjoyed doing that kind of volunteer work. It helps you get to know your community even a bit better. And I don&#8217;t know; I&#8217;m just kind of an extroverted people person. So, of course, I always want to volunteer, but that call is still open. And they&#8217;re in the last phases of that.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:17]</p>\n\n\n\n<p>There is also a team or two that needs some help with getting leads for the contributor day that happens leading up to WordCamp. Europe, I know that the testing team needs a lead for the table, and so if you enjoy the process of triaging or testing or helping people get their environment set up, that is a great opportunity.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:37]</p>\n\n\n\n<p>And the final thing on my small, my big small list of big things is that we have a kind of a review of the currently defined contributor ladder for the Polyglots team. There are a number of posts over the years where we talk about the ways that people move through being a contributor.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:57]</p>\n\n\n\n<p>One of the things that we know about almost all contributor ladders is that there&#8217;s no time requirement between the steps, but in general, it functions like a ladder. So you do have to have, like, rung one. And then, rung two, if you try to skip from rung one to rung three, you will have a lot of difficulty.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:17]</p>\n\n\n\n<p>Not impossible, but it&#8217;s harder than going 1, 2, 3 In the normal sequential order. And so that&#8217;s a whole discussion that&#8217;s happening over there. There&#8217;s a link to all of these things in the show notes.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:28]</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy,  and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 21 Jun 2023 03:03:33 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 19 Jun 2023 13:00:00 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211220193300\";}', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5661, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1687359814', 'no'),
(5662, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1687316614', 'no'),
(5663, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1687359816', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5664, '_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: Blocknotes App Runs WordPress Natively on iOS, Now in Public Beta\";s:7:\"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:30:\"https://wptavern.com/?p=146010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/blocknotes-app-runs-wordpress-natively-on-ios-now-in-public-beta\";s: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:6551:\"<p>Blocknotes is a new experimental app that runs WordPress natively on the iPhone. It was created by WordPress core committer Ella van Durpe and is powered by <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a>, a project that runs the software in the browser without a PHP server.</p>\n\n\n\n<p>&#8220;WordPress&#8217; ecosystem can now run anywhere &#8211; desktop, mobile, web, even fenced ecosystems,&#8221; WordPress Playground creator Adam Zieliński <a href=\"https://twitter.com/adamzielin/status/1669478239771799552\">said</a>, sharing a screenshot on Twitter.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Meet Blocknotes, the first native iPhone app running WordPress on the device.<a href=\"https://twitter.com/ellatrx?ref_src=twsrc%5Etfw\">@ellatrx</a> built it with Playground. It saves notes to HTML and synchronizes them over iCloud.<br /><br />WordPress ecosystem can now run anywhere &#8211; desktop, mobile, web, even fenced ecosystems. Exciting! <a href=\"https://t.co/ko20RGP4hT\">pic.twitter.com/ko20RGP4hT</a></p>&mdash; Adam Zieliński (@adamzielin) <a href=\"https://twitter.com/adamzielin/status/1669478239771799552?ref_src=twsrc%5Etfw\">June 15, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;Blocknotes allow you to create notes with Gutenberg, save them as HTML files to iCloud, and synchronize them across your devices. This paves the way for future WordPress-based mobile apps and that’s just a start.&#8221;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Since the cat\'s out of the bag, here are some more screenshots. Hopefully public beta next week if approved by Apple Beta Review. :)<a href=\"https://t.co/i4Ya40t3qv\">https://t.co/i4Ya40t3qv</a> <a href=\"https://t.co/gQg60Ck7dh\">pic.twitter.com/gQg60Ck7dh</a></p>&mdash; Ella (@ellatrx) <a href=\"https://twitter.com/ellatrx/status/1669597097367162880?ref_src=twsrc%5Etfw\">June 16, 2023</a></blockquote>\n</div>\n\n\n\n<p>Zieliński eplained that this particular experimental app is technically a WebView that runs a HTML page where the WebAssembly version of PHP runs – the same one as on <a rel=\"noreferrer noopener\" href=\"http://playground.wordpress.net/\" target=\"_blank\">playground.wordpress.net</a>.</p>\n\n\n\n<p>&#8220;Browsers and other JavaScript runtimes all adopted a common standard that is WebAssembly,&#8221; he said. &#8220;Turns out you can build many &#8216;regular&#8217; programs, including PHP, to that standard and then you can run them in the browser.&#8221;</p>\n\n\n\n<p>The significance of this app running natively on iOS is that it demonstrates the possibilities of running WordPress in many new contexts without the requirement of a server.  Zieliński believes this implementation can even be turned into an app template to build a WordPress app with the click of a button.</p>\n\n\n\n<p>&#8220;Playground, as a WebAssembly software, brings WordPress to Node.js, mobile devices, desktop apps, ecosystems like VS Code that support JavaScript extensions,&#8221;  Zieliński said. &#8220;The mobile app, desktop app, and a hosted web app could all use the same code and also provide a Playground-based demo version.&#8221;</p>\n\n\n\n<p>Zieliński said he expects to see people building mobile apps in the future &#8220;with nothing more than a WordPress plugin.&#8221; This would drastically reduce the learning curve for creating and customizing mobile apps. </p>\n\n\n\n<p>&#8220;Or even better, with no code at all – they’d just use the admin interface to configure a WordPress site to look and act like an app,&#8221; he said.</p>\n\n\n\n<p>&#8220;Changing the app look and feel could be the same as switching a theme in WordPress.&#8221;</p>\n\n\n\n<p>Zieliński has a virtually inexhaustible spring of ideas for how the WordPress Playground can benefit the ecosystem and his passion for the project is evident in a recent <a href=\"https://www.youtube.com/live/LkWd7w7UkIM?feature=share\">interview on The Code and Coffee Show</a>.</p>\n\n\n\n<p>The Blocknotes app offers a solid example of WordPress Playground working in the real world. It&#8217;s a use case that seems to have resonated strongly with developers as a new way to run WordPress across platforms.</p>\n\n\n\n<p>The app is not yet available in the app store but it can be <a href=\"https://testflight.apple.com/join/1LHlA8uA\">tested via the TestFlight app</a>. van Durpe said it can <a href=\"https://twitter.com/ellatrx/status/1669597479501717505\">can also be installed on macOS</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Blocknotes is available for beta testing! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f6a7.png\" alt=\"🚧\" class=\"wp-smiley\" /> Even though I already use it for my notes, be careful! Normally, if the app freezes, your notes should be safe in iCloud Drive.<br /><br />This release comes with a new feature: folders!<a href=\"https://t.co/oLmLR8zqxF\">https://t.co/oLmLR8zqxF</a> <a href=\"https://t.co/vz6T5bZR1d\">pic.twitter.com/vz6T5bZR1d</a></p>&mdash; Ella (@ellatrx) <a href=\"https://twitter.com/ellatrx/status/1669840891500978176?ref_src=twsrc%5Etfw\">June 16, 2023</a></blockquote>\n</div>\n\n\n\n<p>WordPress Playground is being developed to become &#8220;the official WordPress previewer,&#8221; according to the <a href=\"https://github.com/WordPress/wordpress-playground/issues/525\">roadmap</a> &#8211; the officially supported tool for testing WordPress plugins, new features, beta/RC releases, without expensive infrastructure. Demos and testing sites can be launched instantly by clicking a link. The project also promises to provide an interactive learning experience for WordPress documentation to help new developers.</p>\n\n\n\n<p>Opening new doors for WordPress is also on the project&#8217;s roadmap, for the creation of tools that run across multiple devices. WordPress Playground removes limitations developers have lived with for years.</p>\n\n\n\n<p>&#8220;Let&#8217;s enable a new generation of WordPress tools running on desktops, mobile devices, in CLI, and inside web browsers,&#8221; Zieliński said. &#8220;Imagine WordPress as a cross-device note-taking app, or WooCommerce as a ticket-scanning app running on a phone, or a code editor running on a tablet where you can build WordPress extensions.</p>\n\n\n\n<p>&#8220;WordPress won over 40% of the web as an app that can only run on a server. What will happen now that WordPress can run on almost any device?&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2023 02:37: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: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:69:\"WPTavern: WordPress Contributors Discuss Renaming Command Center Tool\";s:7:\"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:30:\"https://wptavern.com/?p=146035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wordpress-contributors-discuss-renaming-command-center-tool\";s: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:8811:\"<p>A lively discussion is happening on the Gutenberg repository about <a href=\"https://github.com/WordPress/gutenberg/issues/50925\">renaming the Command Center</a>. This new feature, designed to be an extensible quick search and command execution tool, was <a href=\"https://wptavern.com/gutenberg-15-6-introduces-experimental-details-block-and-command-center-for-site-editor\">introduced in Gutenberg 15.6</a>. In <a href=\"https://wptavern.com/gutenberg-16-0-introduces-page-management-in-the-site-editor\">version 16.0</a>, it came out of the experimental stage and <a href=\"https://github.com/WordPress/gutenberg/pull/51169\">its API is now public</a>, ready for developers to create their own custom commands.</p>\n\n\n\n<img />image credit: <a href=\"https://github.com/WordPress/gutenberg/issues/48457#issuecomment-1487439383\">Command Center mockups</a> &#8211; Gutenberg repository\n\n\n\n<p>The Command Center is on track to land in the upcoming WordPress 6.3 release but may be arriving under a different name. Automattic-sponsored contributor Reyes Martínez opened the discussion and identified three main purposes the feature is meant to serve: </p>\n\n\n\n<ul>\n<li>Quickly search, navigate, and switch between different types of content</li>\n\n\n\n<li>Run commands to perform tasks or actions</li>\n\n\n\n<li>Extend and customize the tool, also with AI, via third parties (plugins)</li>\n</ul>\n\n\n\n<p>&#8220;The concept of a command center can convey the idea of a centralized location to execute commands and manage tasks, but it seems a bit technical and carries some militant connotations,&#8221; Martínez said. &#8220;Additionally, after reading some <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">feedback left in Riad’s call for feedback</a>, my impression (from a marketing perspective) is that this name may not fully convey its potential and different use cases.&#8221;</p>\n\n\n\n<p>Martínez contends that &#8220;Wayfinder&#8221; as a name &#8220;better captures its different use cases&#8221; and &#8220;reflects benefits, and appeals to a less technical audience.&#8221; She also suggested that it &#8220;has the potential to evoke a sense of curiosity, exploration, and discovery in more types of users.&#8221;</p>\n\n\n\n<p>Two Automattic-sponsored contributors responded with support for Wayfinder as the name shortly after the discussion was posted. Nearly every other participant has highlighted concerns about using Wayfinder and suggested other names that more clearly describe the feature. The term does not have a direct translation in many languages and leans heavily towards navigation, leaving out the other purposes the feature is meant to serve, such as running commands and actions, as well as AI and other third-party integrations.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'m not sure I could articulate why I feel so strong about the naming of the command bar coming to the <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> Site Editor (and eventually the whole Dashboard <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f91e-1f3fd.png\" alt=\"🤞🏽\" class=\"wp-smiley\" />) in a tweet, but wow I have strong feelings. <a href=\"https://t.co/yP4dx1LEDl\">https://t.co/yP4dx1LEDl</a></p>&mdash; Aurooba Ahmed (@aurooba) <a href=\"https://twitter.com/aurooba/status/1670800659837321217?ref_src=twsrc%5Etfw\">June 19, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;There&#8217;s two things here. One is &#8216;What is it?&#8217; and the other is &#8216;What is it called?\'&#8221;  WP Engine developer Ross Wintle said.</p>\n\n\n\n<p>&#8220;I would rather it was just called a command palette on both counts. This is by far the most common term in use to describe this kind of thing. I see no need to stray from popular convention. Anything else is either confusing or marketing and I don&#8217;t like either.&#8221;</p>\n\n\n\n<p>He suggests WordPress adopt the term based on its well-documented use throughout the industry for similar features in apps like Sublime Text, VS Code, GitHub, Jira, and others.</p>\n\n\n\n<p>&#8220;We did hear Matías call it <a href=\"https://youtu.be/7Nmz3IjtPh0?t=911\">a &#8220;Wayfinder tool&#8221; in the WordCamp Europe 2023 Keynote</a>, so at this point perhaps making arguments for it to be called something else <em>may</em> be moot, I&#8217;m not sure,&#8221; WordPress developer Aurooba Ahmed said.</p>\n\n\n\n<p>&#8220;However, I was curious about the argument that a term using the word <code>command</code> would be less appealing to non-developers, so I wanted to document names around the internet for command palettes that I&#8217;ve seen in non-developer tools/services (to augment <a href=\"https://github.com/rosswintle\">@rosswintle</a>&#8216;s documenting of tools and what they call this feature as well). </p>\n\n\n\n<p>Ahmed cited apps using &#8220;Command Palette,&#8221; including Miro, Reflect, and Obsidian. Another common name for this feature is &#8220;Command Menu,&#8221; used by Todoist and Cron. She also cited ClickUp as using &#8220;Command Center&#8221; and Missive using &#8220;Command Bar,&#8221; among other apps with similar terms.</p>\n\n\n\n<p>&#8220;I&#8217;m sure there&#8217;s more, these are just the ones I could think of, off the top of my head,&#8221; she said. &#8220;I&#8217;m not sure I consider the argument that a name with the term <code>Command</code> would be less appealing to non-developers a very strong one.</p>\n\n\n\n<p>&#8220;That&#8217;s not to say that WordPress shouldn&#8217;t choose a different or unique name for this feature. However, then at this point I&#8217;m wondering what <em>kind</em> of name is wanted: one that feels new and different or one that clearly communicates its purpose and easy to remember?</p>\n\n\n\n<p>&#8220;Those ideas don&#8217;t have to be mutually exclusive, but going <em>against</em> a fairly internet-wide informally established naming convention and understanding of a certain feature should have a solid reason behind it.&#8221;</p>\n\n\n\n<p>Automattic-sponsored contributor Nicholas Garofalo noted that the name itself will not be prominently featured in the interface, based on <a href=\"https://github.com/WordPress/gutenberg/issues/48457#issuecomment-1487439383\">recent mockups</a>.</p>\n\n\n\n<p>&#8220;The name, like Gutenberg, will be used primarily for marketing and documentation,&#8221; Garofolo said. &#8220;That influences naming and translation concerns.&#8221;</p>\n\n\n\n<p>&#8220;Even differences in US vs UK English make it extremely difficult to find a catchy (Ie. marketable) and universally understood (Ie. easily documented) name. That&#8217;s why I agree with the aforementioned recommendation that we treat this a bit like &#8216;Gutenberg&#8217; or &#8216;plugin.&#8217; If this were appearing frequently within the interface then I would perhaps feel different.&#8221;</p>\n\n\n\n<p>Other suggestions from speakers of different languages include Actions hub, Finder, Quick commands, Quick actions, and Quick finder. Even if Gutenberg contributors are determined to emphasize the navigation aspect of the feature at the expense of its other capabilities, a term like Quick finder is more easily understood for the <a href=\"https://wordpress.org/about/stats/\">52% of WordPress users</a> who use the software in a language other than English.</p>\n\n\n\n<p>&#8220;The term &#8216;Wayfinder&#8217; is very much associated with navigation and not with taking actions or giving commands,&#8221; WordPress developer Ian Svoboda said. &#8220;This feature’s purpose is to make it easier to run commands and move about the dashboard.</p>\n\n\n\n<p>&#8220;A term like Wayfinder feels like marketing speak more than an actual feature name. Consider the difference between saying: &#8216;use the Wayfinder&#8217; and &#8216;use the command palette.&#8217; In the later example, the meaning and purpose is immediately clear. So sure someone else may not know what a &#8216;command palette&#8217; is but I’d wager way more folks know what a command palette is than a random feature in me specific app called Wayfinder.</p>\n\n\n\n<p>&#8220;I would ask that we focus on being easy to understand and to translate above trying to be clever with a name.&#8221;</p>\n\n\n\n<p>The issue for <a href=\"https://github.com/WordPress/gutenberg/issues/50925\">renaming the Command Center</a> is still open on the Gutenberg repository and discussion is ongoing. The general consensus of participants is to use clear language over a term that evokes curiosity (and likely confusion since it doesn&#8217;t translate well). A decision has not yet been made but should be forthcoming as WordPress 6.3 Beta 1 is expected on June 27, ahead of the general release on August 8.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jun 2023 19:18:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:75:\"Do The Woo Community: Random Q&amp;A with Attendees at WordCamp Europe 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/snippets-from-wordcamp-europe-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:405:\"<p>Had a chance to ask some random questions with a few attendees at WordCamp Europe 2023 and ask them some fun questions.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/snippets-from-wordcamp-europe-2023/\">Random Q&#038;A with Attendees at WordCamp Europe 2023</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jun 2023 08:40: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WordPress Confirms 8 Pilot Events to Launch the Next Generation of WordCamps in 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146019\";s:7:\"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:105:\"https://wptavern.com/wordpress-confirms-8-pilot-events-to-launch-the-next-generation-of-wordcamps-in-2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3461:\"<p>In May 2023, WordPress&#8217; Community Team announced that it would be <a href=\"https://wptavern.com/wordpress-community-team-evolves-wordcamp-format-to-promote-adoption-training-and-networking-for-professionals\">evolving the WordCamp format</a> to promote adoption, training, and networking for professionals, leaving the flagship events to focus more on connection and inspiration. This major shift opens the door for more experimentation through varied formats. In a recent <a href=\"https://make.wordpress.org/community/2023/06/19/next-generation-of-wordpress-events-updates/\">update</a>, the team shared that progress on the discussions has generated 64 ideas with 59 organizers who are willing to follow up on their ideas. </p>\n\n\n\n<p>There are also eight pilot events that have been confirmed and six of them will launch in 2023. These include some of the most creative concepts that WordPress has ever officially entertained, as the previous WordCamp format had become predictable and requirements somewhat inflexible. These pilot events offer a glimpse of what events could look like going forward.</p>\n\n\n\n<p>The WordPress community in Leipzig, Germany, is planning the first ever Low-Cost WordCamp for July 1, 2023. Organizers will host 90 attendees and keep costs low with no swag, no social dinner, and no after party. They will offer just one track of presentations.</p>\n\n\n\n<p>&#8220;The goal is to motivate and help new and veteran organizers to create a lighter, impactful event that is low cost and requires less time, financial resources, and fewer organizers/volunteers,&#8221;  Automattic-sponsored Community Team contributor Isotta Peira said.</p>\n\n\n\n<p>Contributors in Sevilla, Spain, are planning a &#8220;WordPress Day&#8221; on July 2, 2023, where the focus will be engaging 50 attendees in three different areas of contribution. </p>\n\n\n\n<p>&#8220;The goal is to bring new contributors to the community and retain them by organizing multiple events every year,&#8221; Peira said. With these small numbers and limited goals, this effort could easily be organized as frequently as they anticipate. </p>\n\n\n\n<p>The community in Tegal, Indonesia is planning a &#8220;Scale Up&#8221; Workshop for October 22, 2023. A group of 50 participants will join in a 1-day training event that will expand their WordPress skills by &#8220;diving into the world of WordPress for enterprise.&#8221; </p>\n\n\n\n<p>The three other approved pilot events for 2023 include a Rural event for small towns/villages, a WP for Publishers in Bangalore, and a Community Day in Rome, Italy, designed for WordPress community organizers, scheduled for September 29.</p>\n\n\n\n<p>All of the confirmed events fall within the new purpose for WordPress events that the Community Team identified earlier this year:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.</p>\n</blockquote>\n\n\n\n<p>Prospective event organizers who are inspired by the confirmed pilot events can submit their creative ideas via a <a href=\"https://wordpressdotorg.survey.fm/next-generation-of-wordpress-events\">dedicated form</a>. The Community Team is still accepting pilot events for 2023 and is also scheduling into 2024.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jun 2023 21:11: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: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: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:76:\"WordPress.org blog: WP Briefing: Episode 58: A New Wave for WordPress 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2023/06/episode-58-a-new-wave-for-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15635:\"<p>Join WordPress guest host, Chief of Staff and Head of Operations, Chloé Bringmann, and special guest Head of Programs and Contributor Experience, Angela Jin, in the 58th episode of the WordPress Briefing as they discuss the next generation of WordCamps.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-1 wp-block-group-is-layout-constrained\">\n<ul>\n<li>Guest Host:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/cbringmann/\" rel=\"noreferrer noopener\">Chloé Bringmann</a></li>\n\n\n\n<li>Guest:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/angelasjin/\" rel=\"noreferrer noopener\">Angela Jin</a></li>\n\n\n\n<li>Editor:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/dustinhartzler/\" rel=\"noreferrer noopener\">Dustin Hartzler</a></li>\n\n\n\n<li>Logo:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/javiarce/\" rel=\"noreferrer noopener\">Javier Arce</a></li>\n\n\n\n<li>Production:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/bjmcsherry/\" rel=\"noreferrer noopener\">Brett McSherry</a></li>\n\n\n\n<li>Song: Fearless First by Kevin MacLeod</li>\n</ul>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">WordCamp Europe 2023 Keynote</a></li>\n\n\n\n<li>Establishment of a formal WordPress&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\" target=\"_blank\">Sustainability Team</a></li>\n\n\n\n<li>WordPress 6.4&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\" target=\"_blank\">Development Cycle Announced</a></li>\n\n\n\n<li>WCUS &#8211; Still looking <a href=\"https://us.wordcamp.org/2023/call-for-volunteers/\">for volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">The Next Generation of WordCamps</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/discussion-next-generation-event-tooling/\">Discussion: Next Generation Event Tooling</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">Twenty Years of WordPress at WCEU</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/handbook/\">Contributor Handbook</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15179\"></span>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:10]&nbsp;</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your guest host Chloé Bringmann. And here we go.</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:40]&nbsp;</p>\n\n\n\n<p>So I have the privilege of guest hosting this episode of the WordPress Briefing. And today I have with me a very special guest. The Head of Programs and Contributor Experience, Angela Jin. Welcome. Before we dive into all the questions, can you tell me and our listeners a little bit about your role in the WordPress community?</p>\n\n\n\n<p>[Angela Jin 00:01:01]&nbsp;</p>\n\n\n\n<p>Yeah, happy to, and thank you so much for having me. I&#8217;m very excited to be here. I am the Head of Programs and Contributor Experience, and I provide oversight and guidance for our WordPress programs, such as our events programs, training, and Five for the Future, with an eye toward ensuring their sustainability and growth. I&#8217;m very fortunate to work with our contributors across many teams around the world. In addition to troubleshooting and helping folks figure out how to move forward, I also spend a good amount of time exploring with others what could be in our programs.</p>\n\n\n\n<p>[Chloé Bringmann 00:01:41]&nbsp;</p>\n\n\n\n<p>We just got back from WordCamp Europe in Athens, Greece. It was such an energizing event for me, but I&#8217;m curious about what your impressions were of the past week.</p>\n\n\n\n<p>[Angela Jin 00:01:52]&nbsp;</p>\n\n\n\n<p>Yeah, it was fantastic. I&#8217;m always really inspired by what a group of like-minded people can achieve together. There&#8217;s a lot of passion for this particular WordCamp, and it made for a really wonderful WordPress experience. Full of lots of great connections and memories; I have a million follow-ups and probably even more thoughts to reflect on. So it&#8217;s great. There were a lot of new WordPressers there. So it was lovely to meet them. And I&#8217;m really excited to see how many exciting new projects and ideas that we have in the space.</p>\n\n\n\n<p>[Chloé Bringmann 00:02:27]&nbsp;</p>\n\n\n\n<p>Same, you said it perfectly. Josepha also mentioned in the flagship’s keynote, the proposal for the next generation of WordCamps. I&#8217;m curious about what the main ideas and goals, as discussed thus far, are of that proposal.</p>\n\n\n\n<p>[Angela Jin 00:02:42]&nbsp;</p>\n\n\n\n<p>For sure. So WordCamps have been fundamental for the WordPress community for a very long time. And while they have continued to grow larger and reach more places around the world, it&#8217;s also undeniable that the way that people meet has changed since 2006.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:01]&nbsp;</p>\n\n\n\n<p>And so, just as WordPress itself iterates we&#8217;re looking at iterating on WordCamps so that they move from fundamental to indispensable for the WordPressers of today and tomorrow. So event attendees today are looking to learn essential skills, make connections that lead to neat opportunities, and more.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:23]&nbsp;</p>\n\n\n\n<p>So to that end, we put forth an updated purpose for our events, which is that WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:47]</p>\n\n\n\n<p>So the goal here is to create events that are more clearly defined &#8211; who these are for what you will gain from attending. We are looking to see events that take a deeper dive into content, or topics and provide more advanced content. And let&#8217;s try out some different formats and see how that shapes our event experience. And so it is a big shift. And change is always hard.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:04:13]</p>\n\n\n\n<p>However, the feedback that I&#8217;ve gotten so far, and certainly at WordCamp Europe, is that this is a very welcome evolution. And the Community team has already received over 60 proposals. So I&#8217;m very excited about that. In fact, a WordPress Community Day in Rome has already been announced and is focused on providing meet-up organizing and community management skills. So that&#8217;s pretty cool.</p>\n\n\n\n<p>&nbsp;[Chloé Bringmann 00:04:37]&nbsp;</p>\n\n\n\n<p>Wow, that&#8217;s incredible. I love that we&#8217;ve gotten 60 suggestions already and that we already have an event in place. That&#8217;s fantastic. In that blog post, too, it&#8217;s mentioned that WordCamps should prioritize inclusivity and diversity. How can organizers ensure these values are upheld in the next generation of WordCamps and beyond events? Into our day-to-day project involvement?</p>\n\n\n\n<p>[Angela Jin 00:05:04]</p>\n\n\n\n<p>Excellent question. So while WordCamps themselves are changing, some of our core values, like prioritizing inclusivity and diversity, are non-negotiable. For the whole project, we have a diversity, equity, and inclusion statement, and a Code of Conduct that lays out how we expect our community to engage with each other in this space.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:27]</p>\n\n\n\n<p>And on top of that, our programs do focus on providing resources and training like how to create a diverse speaker roster. And we have diverse speaker training workshops on how to organize a diverse and inclusive WordPress event. And we also have a great list of third-party resources as well. And so, with so many events, we create a lot of opportunities to grow as a visible contributor, whether it is a speaker, a volunteer, or an organizer.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:56]</p>\n\n\n\n<p>And so with the next generation of events, we could more intentionally create these spaces for groups that historically have been underrepresented. Even long before my post went live, the BlackPress meetup group, for example, wanted to create an event that connected with historically black colleges and universities. And an event like that that really invites a specific group to learn all about WordPress would be a really great experience and a wonderful way to celebrate that community and a great connection to the broader community so that we can intentionally get to the diversity that we want to see.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:06:38]</p>\n\n\n\n<p>And I also want to add that the people who are underrepresented in our community are more likely to need financial sponsorship. And so even though we do keep our ticket prices low so that our events are more easily accessible, the cost of travel continues to increase, not to mention the time and energy required to participate in these events. So an excellent way that companies can help is to sponsor somebody&#8217;s time and somebody&#8217;s contributions, which we&#8217;re always trying to encourage through the Five for the Future program.</p>\n\n\n\n<p>[Chloé Bringmann 00:07:11]&nbsp;</p>\n\n\n\n<p>Beautiful. So, with that in mind, how do you foresee the next generation of WordCamps impacting the WordPress community, that larger ecosystem? So, what changes do you hope to see regarding community engagement, learning opportunities, and best practices?</p>\n\n\n\n<p>[Angela Jin 00:07:31]</p>\n\n\n\n<p>I foresee us evolving our tried and true event format into a dynamic wealth of community-led opportunities. I know that online events were pretty exhausting during the worst of the pandemic, but there is a ton of unexplored opportunities there. And community research is also showing that online is a great way to create more inclusive and diverse events.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:07:58]</p>\n\n\n\n<p>The Training team, with their learn WordPress online workshops, have really led the way with our online events. And there are so many more people that we can reach there.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:08:08]</p>\n\n\n\n<p>And so in addition to providing more advanced content, I also hope to see content around broader tech and business trends that influence WordPress, and conversely, how WordPress can shape those trends as well. And with all of that, I really hope that we can bring in more community members that otherwise wouldn&#8217;t be interested in what we currently offer, especially a younger generation that will help us drive the next generation of WordPress, the open source project.</p>\n\n\n\n<p>[Chloé Bringmann 00:08:39]</p>\n\n\n\n<p>Very excited to hear all of this, and I bet our listeners are too. I&#8217;m curious how they and community members can provide feedback or get involved with this next generation of WordCamps.</p>\n\n\n\n<p>[Angela Jin 00:08:50]</p>\n\n\n\n<p>I&#8217;m going to encourage everyone, please come chat with the Community team and comment on the current posts. We really welcome your feedback to help us get our events to this next iteration of what they will become. There are two posts, in particular, one is to suggest ideas of event formats and topics that you would like to see. And the second is if you are an organizer, we&#8217;re inviting you to hear some recommendations for improved tooling that would be helpful for your event site. And we&#8217;ll include links to those posts in the show notes.</p>\n\n\n\n<p>[Chloé Bringmann 00:09:26]</p>\n\n\n\n<p>One final question for you, Angela. Any thoughts as we prepare for WordCamp US and the Community Summit, which will be in National Harbor, Maryland, in August?</p>\n\n\n\n<p>[Angela Jin 00:09:37]</p>\n\n\n\n<p>For the Community Summit in particular, if you want to attend and you haven&#8217;t already applied, please please do make sure to apply as soon as possible. And encourage somebody else who you think should attend to apply as well.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:09:53]</p>\n\n\n\n<p>And if financial constraints are a blocker, we are aiming to help with the cost of hotel and or flight. And so one way to help support the diversity and inclusion of this event, and really to the whole project, is to also contribute to the Community Summit travel fund. You can find information about all of that on the Community Summit site.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:10:15]</p>\n\n\n\n<p>And next, if you have a topic in mind that you think needs to be discussed at the Community Summit, please please also share that information with us as well. And last but not least, I am, I am so excited. I&#8217;m not going to spoil anything. But I have been working with the WordCamp US organizing team and looking at some of what they have planned and some of the content. It&#8217;s going to be a truly incredible event, so don&#8217;t miss out.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:41]</p>\n\n\n\n<p>Oh, wonderful. Thank you so much for joining me, Angela. And I can&#8217;t wait to see you and the WordPress community in August in person.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:58]</p>\n\n\n\n<p>Which brings us now to our small list of big things. First up is the proposal and establishment of a new WordPress contributor team, the Sustainability team. Coming into WordCamp Europe, a proposal was put forward to create a team that would embed sustainable practices and processes in the ecosystem to ensure the Project&#8217;s longevity, both socially, economically, and as well environmentally. At WordCamp Europe, this proposal was confirmed, and the Sustainability team is now officially the 22nd contributor team that WordPressers can support with their contributions. Head on over to their making WordPress Slack channel, #sustainability, and join the conversation.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:011:39]</p>\n\n\n\n<p>Second, I would like to call your attention to the 6.4 development cycle post that was published on June 5th. 6.4 will be the third major release of 2023 and supports our diversity, equity, and inclusion efforts by being led by those contributors that identify as underrepresented gender. This release will also be the first to kick off phase three of the Gutenberg roadmap, which is collaborative editing and workflows. I&#8217;ve included a link to the post in our show notes and encourage anyone who is interested in being part of this momentous release to join us in making this both impactful and meaningful.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:012:16]</p>\n\n\n\n<p>Finally, WordCamp US, as discussed, will be upon us before we know it starting on August 24th at National Harbor, Maryland. While tickets may be sold out, volunteers are still very much needed to make the flagship event run smoothly. So stop by us.wordcamp.org, raise your hand, and join us in August for engagement, inspiration, and learning. And that, my friends, is your small list of big things. I&#8217;m your guest host Chloé Bringmann and thank you for tuning in today for the WordPress Briefing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"Do The Woo Community: Where in the World are the WordPressers?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75298\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://dothewoo.io/where-in-the-world-are-the-wordpressers/\";s: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:355:\"<p>Marcus Burnette has an ongoing project that maps out the WordPress community. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/where-in-the-world-are-the-wordpressers/\">Where in the World are the WordPressers?</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jun 2023 09:08: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:111:\"Gutenberg Times: Gutenberg Changelog #84 – Gutenberg 15.9 and 16.0, Developer Blog Updates, and WordPress 6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=24495\";s:7:\"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:96:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64786:\"<p>Isabel Brison and Birgit Pauli-Haack discuss Gutenberg 15.9 and 16.0, New Posts on the Developer Blog and the WordPress 6.3 release.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\"></p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/live-q-a-layout-layout-layout/\"><strong>Live Q &amp; A: Layout. Layout. Layout</strong></a></p>\n\n\n\n<p><strong>New Posts on the Developer Blog</strong></p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/06/whats-new-for-developers-june-2023/\">What’s new for developers? (June 2023)</a> by Justin Tadlock&nbsp;</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/06/using-block-inspector-sidebar-groups/\">Using block inspector sidebar groups</a> by Ryan Welcher</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/05/customizing-core-block-style-variations-via-theme-json/\">Customizing core block style variations via theme.json</a> by Justin Tadlock&nbsp;</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/05/curating-the-editor-experience-with-client-side-filters/\">Curating the Editor experience with client-side filters</a> by Nick Diego</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/05/useentityrecords-an-easier-way-to-fetch-wordpress-data/\">useEntityRecords: an easier way to fetch WordPress data</a> by Michael Burridge</li>\n</ul>\n\n\n\n<p><strong>Gutenberg Releases </strong></p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\">What’s new in Gutenberg 15.9? (31 May)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">What’s new in Gutenberg 16.0? (14 June)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">Command Center: Request for feedback</a></li>\n</ul>\n\n\n\n<p><strong>WordPress 6.3 </strong></p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/orgs/WordPress/projects/103\">Project Board: WordPress 6.3 Editor Tasks</a></li>\n\n\n\n<li><a href=\"https://github.com/orgs/WordPress/projects/96\">Project Board: UX Polish</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a> </li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\">Transcript</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 84th episode of the Gutenberg Changelog podcast. In today&#8217;s show, we will talk about Gutenberg 15.9 and 6.0 releases, new posts from the developer block, the roadmap for 6.3 and a little bit of WordCamp Europe. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and the WordPress developer advocate and a full-time core contributor to the WordPress open source project.</p>\n\n\n\n<p>And I have the wonderful pleasure to have Isabel Brison with me on the show. And Isabel has been a designer, developer on the Block Editor for almost four years, I think. And is the editor tech co-lead for WordPress 6.3, and therefore knows quite a bit about the features coming to WordPress 6.3. Isabel, thank you so much for making the time today to be on the show.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, it&#8217;s a great pleasure. Thanks for inviting me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We are both on the 6.3 release squad. So you are the tech colleague for the editor, together with Ramon Dodd. I&#8217;m on the team of editor triage with Nick Diego, Anne McCarthy and Firoz Sabaliya. Both of us, Firoz and I, are first-timers on this release squad, team four editor triage. So that&#8217;s going to be interesting. And we are less than two weeks before beta one.</p>\n\n\n\n<p><em>Isabel Brison</em>: We are indeed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: What&#8217;s happening in a release cycle before beta one and what after?</p>\n\n\n\n<p><em>Isabel Brison</em>: So right now, from an editor tech lead perspective, what happens before beta one is we need to make sure that all the latest changes from Gutenberg plugin, so more than from the plugin itself, from the Gutenberg repo where all the cutting-edge stuff is being worked on. All those changes have to be transported into the core repo, which is a different repository.</p>\n\n\n\n<p>So part of that process is automated. I say all the changes, but in reality, it&#8217;s all the changes that are stable enough to make it into core. Because in Gutenberg, there&#8217;s a lot of experimental stuff that is not necessarily ready for core yet. And so part of the process is that the editor tech lead, in this case, the leads, because there are two of us, we have to make sure that the right changes are being put into core, that everything is working well.</p>\n\n\n\n<p>Part of that process is you can say automated because essentially, in Gutenberg, you have a lot of JavaScript which is published as NPM packages and/or consumes those packages. So that part of the process is you update the packages, you publish the packages, the latest versions. And then we update the packages in the core repo to get those latest versions.</p>\n\n\n\n<p>However, there&#8217;s also a fair amount of PHP in Gutenberg, and that part needs to be transported across to the other repo manually. And so that&#8217;s where we have to go through all the changes that require adding PHP to core and do pull requests for each change set and review them and commit them individually. So depending on how many changes, and we&#8217;re talking&#8230; So Gutenberg has been growing a fair bit.</p>\n\n\n\n<p>We have a lot of contributors now, and so there&#8217;s a lot of changes in each release. And so this process can become a bit overwhelming if there&#8217;s a lot of stuff. And now we&#8217;re counting down to beta and going, &#8220;Oh, we need to get all the back ports in, in time before beta and in time, preferably, to be able to test them a bit in core and check everything&#8217;s okay before beta&#8217;s cut.&#8221; So that&#8217;s the path of the process that we&#8217;re at now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So there&#8217;s a lot of shifting around and talking to contributors and testing as well maybe beforehand. Is there also a process to audit some of the experimental APIs that are there if they can be made stable?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Because that was one of the contentions that sometimes experimental stuff gets into core.</p>\n\n\n\n<p><em>Isabel Brison</em>: So that&#8217;s also something that occurs before each release. There&#8217;ll be an audit in Gutenberg of all the experimental APIs. So this is interesting. This situation of the experimental APIs has evolved a bit over time. So previously, up until, I want to say maybe a year ago, but I have a very, very hazy sense of time. So it might be more or less.</p>\n\n\n\n<p>There were a lot of experimental APIs that would be merged into core because they were part of a Gutenberg feature that was considered stable enough. The feature itself was considered stable enough to move into core, although the API had not been marked stable. And so in practice, there&#8217;s a fair few experimental APIs that are public. And because they have made it into core at some point in the past, we now have to support them indefinitely because there are extenders out there using them in the real world.</p>\n\n\n\n<p>So we can&#8217;t scrap them, we can&#8217;t make changes to them. And so essentially, they are stable but there&#8217;s a lot of them. And there&#8217;s some progress, slow progress in marking things stable for each release but we have to go through a lot of APIs. So every time before the release, I feel like this work should be done maybe a bit more in advance as opposed to being a month earlier or three weeks before beta.</p>\n\n\n\n<p>Because by that time, everyone&#8217;s just super busy with, &#8220;Oh, but we need to get this feature finished and we need to make sure this is working. We need to fix all these bugs to make sure that this feature&#8217;s stable enough to make it into core.&#8221; And at that point in time, no one is concerned about whether the APIs are marked experimental or not.</p>\n\n\n\n<p>So the good improvement that we had a while ago was that a new system was introduced into Gutenberg that allows us to export experimental APIs as private. And so that means from a package, there&#8217;s a bunch of private APIs. And they can be used in another package, but they are not made available to the general public. And that makes it safer to have these APIs be experimental for a while longer and be able to make changes to them without having to provide the indefinite back compatibility for something that we, at some point, realized was not the right API.</p>\n\n\n\n<p>So this is all work in progress. So I did that audit recently, and what I noticed is that there are not that many. Now that we have this mechanism that allows us to mark APIs private, we&#8217;re not actually putting any new experimental APIs into core. The ones that are already there, though that&#8217;s another matter, we progressively stabilized. But it is definitely a work in progress.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s awesome. And I think for the show notes, there was a process and that was proposed at the Make blog a while ago. You&#8217;re right, I think it was almost a year ago. And I have the feeling that about three or four months ago, Adam Zelensky, who was one of the drivers of this new feature or new method on how to handle experimental APIs now, he has published a progress report on how that&#8217;s working now.</p>\n\n\n\n<p>So for the listeners who are interested into getting really into the nitty-gritty of it, that is definitely two posts for you to read. So now just for the people that don&#8217;t know you, you have been a guest on Gutenberg Times Live Q&amp;A in January, and you were talking about layouts. How is the work progressing? And how was your talk at WordCamp Asia? So I&#8217;m just getting some of our listeners caught up with you and what happened.</p>\n\n\n\n<p><em>Isabel Brison</em>: That seems like an eternity ago, WordCamp Asia.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Don&#8217;t I know it?</p>\n\n\n\n<p><em>Isabel Brison</em>: Back in February. Yeah, it was. And so what happened is, layout is progressing slowly. So there are a few small enhancements that are going to be going into core 6.3. One of the things that I actually just merged this PR earlier, which is to stabilize the layout support. So the layout was one of those experimental APIs that have been in core for a while.</p>\n\n\n\n<p>And because they have been there for a while and they&#8217;re actually being used in production by a few plugins, they are de facto stable because we do have to provide that compatibility for them. So it becomes absurd at that point to still have the API marked experimental. So layout has just been stabilized. I guess that&#8217;s the big news.</p>\n\n\n\n<p>It doesn&#8217;t mean anything in terms of features. Literally, it&#8217;s just the tag. The experimental tag is no longer there. I hope that going forward, this is going to give folks more confidence that they can use layout in third party extensions and it works. It would&#8217;ve worked anyway because we did have to provide those assurances already. But it&#8217;s good to have it officially stable.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. Congratulations, so to speak.</p>\n\n\n\n<p><em>Isabel Brison</em>: Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You were also talking about working on the grid layouts. I have seen there are still experiments. Well, now that you are part of the release cycle there until the release, you probably are not going to be able to work on that. So do you think that&#8217;s going to get into 6.4 or that it&#8217;s progressing?</p>\n\n\n\n<p><em>Isabel Brison</em>: So that&#8217;s a good question. So grid layout. So what happens is a new layout has been created, it&#8217;s available. So through the layout API that is no longer experimental, anyone can now use a layout add. So add layout support to a block. Say you&#8217;re building a custom block, you can add layout support to it and you can make that layout be of type grid. So that is already available in the plugin.</p>\n\n\n\n<p>And what is marked experimental, and will not be shipped in 6.3, is the group grid variation. So the group block has a few different layout variations, and behind an experimental flag in the plugin, there is a grid variation for the group block. However, that hasn&#8217;t been marked stable yet because what we have currently, the grid layout is a very basic version. It&#8217;s a very basic type of layout.</p>\n\n\n\n<p>There are a lot of features to grid, there are a lot of very interesting and good thoughts out there about how we can build on it and create awesome tools so people can build really cool grid layouts. However, we only really have that basic structure that gives you a grid layout without any real possibility of configuring for the child lock. So if you want them to occupy one space in the grid, two or three, which is what really gives grid all of its flexibility, is that ability to manipulate and decide where the children are going to sit.</p>\n\n\n\n<p>So for now, that group grid variation is not going to ship, but grid is actually going to ship in the post template block as a layout variation for post template. So we previously had in the query block the command&#8230; The controls are actually in the query block.</p>\n\n\n\n<p>So you could choose between a list or a grid layout type of query. But what those controls were doing were actually setting a kind of custom layout in the post template block. And because it was a custom implementation, there was no possibility to add a block space and control to it. And because people really need to have the ability to change block spacing and post template, we did the refactor.</p>\n\n\n\n<p>And now post template is using actual layout support, so block spacing can be set on it. And so behind the scenes, it still has the custom toolbar control where you can choose between a list or a grid type layout. So the exposure of actual grid layout controls is kind of limited, but it is using grids. So technically, yes, there is one lot that is shipping with grid layout in 6.3.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Well, that was the catch-up with Isabel Brison on the layout. So thank you so much. So let&#8217;s go a little bit further into our show here today.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Announcements</strong></h3>\n\n\n\n<p>We have another announcement. Since the last Gutenberg Changelog, there were five new posts on the developer block. And one was just published this week that&#8217;s, &#8220;What&#8217;s New for Developers?&#8221; by Justin Tadlock. And that&#8217;s the fifth installment of the monthly roundup showcasing features that are specific for theme and plugin developers.</p>\n\n\n\n<p>And it focused a little bit on the 6.3 development cycle. It&#8217;s more like you can test it now, so your plugin and your theme will be compatible when 6.3 comes out, or just make sure that it doesn&#8217;t break kind of list. But it has a lot more other things in there. Ryan Welcher published a tutorial on how to use the block inspector sidebar groups that came in with 6.2.</p>\n\n\n\n<p>And now, as a developer, you have more control over the custom controls that should be appearing in the&#8230; Inspector controls are what&#8217;s showing in the sidebar, just to place that in the canvas where you see all those custom controls. So if you want to, as a plugin developer, add additional controls to, say, the dimensions, you can group the interface for that to show up in the style tab, in the dimension block.</p>\n\n\n\n<p>And he has some nice code examples in there. Justin Tadlock also published customizing core block style variations in theme.json. And it&#8217;s a walkthrough through the block styles directly in theme.json. Instead of using them in a custom style sheet, you can centralize all the things a little bit more in the theme.json. Curating the editor experience with client-side filters, post by Nick Diego, shows off also the new filters that were introduced in 6.2 and how you can change the editor experience with new client-side JavaScript filters, and has some great examples there for your block development.</p>\n\n\n\n<p>And then lastly, the first one is useentityrecords hook as an easier way to fetch WordPress data, by Michael Burridge. And it&#8217;s part out of the WordPress data package and core data packages. And the hook has been extremely useful to fetching and working with data in your block development.</p>\n\n\n\n<p>And this tutorial shows you how it&#8217;s easier to use entity records instead of the getEntityRecords from the data package. This only is for developers of course, it&#8217;s to develop a new block. So it won&#8217;t help anybody who is a no-coder. But you know that you can curate the editor experience or your developer can curate the editor experience. It&#8217;s something that you can, as a project manager, definitely learn more about it.</p>\n\n\n\n<p><em>Isabel Brison</em>: Good stuff. There&#8217;s a lot of features here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We&#8217;re all catching up on quite a few things to make it easier to do block development, and the theme development and also augment the dev notes that certainly talked about the new groups for the inspector controls or through the client-side filters but not as deeply enough. Sometimes it&#8217;s really hard to get the exact use case, or if you don&#8217;t have examples for various use cases, to get it into an idea and how to use it in your project.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s Released &#8211; Gutenberg 15.9</strong></h3>\n\n\n\n<p>So that brings us to what&#8217;s released. Then we are tackling first the Gutenberg 15.9 release that&#8217;s from May 31st, by about two weeks ago. And it included 171 PRs merged into this release from 58 contributors. Seven of them were first-timers, and Carlos Bravo was a release lead and author of the release post. So let&#8217;s dive in.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enhancements</strong></h3>\n\n\n\n<p>There are enhancements that you can now have block variations transformations in the block switcher. So what does that mean? It means that when you have the inserter and you want to do a transform, you can also offer the block variations from it, if I understood this correctly.</p>\n\n\n\n<p><em>Isabel Brison</em>: The block switcher is in the block toolbar, correct? It&#8217;s in the block toolbar. When you click on the block icon, you get a list of the possible transforms. So apart from other blocks that you can transform the block to, you would get variations of the same block also as possible transformations, which I feel existed at some point in the past and then was removed. And that has been re-added. I&#8217;m not sure. I might be wrong on this. I just have a vague feeling that this is familiar.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it sounds really familiar. I don&#8217;t know if it actually includes the styles as well. Because the styles are on the right-hand side and you have to now&#8230; But it doesn&#8217;t. So it&#8217;s the block variations because the blocks&#8217; variation have other names. But they were actually organized in the transformations further down with the prioritization. You probably can get them higher up in the block switcher. So this is definitely something I would support even if it went back and come back.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, makes it easy. And you get style variations too for blocks that have style variations. This is actually pretty neat.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And you don&#8217;t have to open up the site, but to just get the style variations in there. Next thing up would be that the code block now has wide align support. And that is really good because sometimes the line in a code block is creating horizontal navigation bars, horizontal scroll bars. And now, with the wide support, you can make it a little wider and have that one line not remove the horizontal scroll bar, which is a better reading experience.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, that&#8217;s a good aesthetic improvement too. It can be nice to have wide code windows so you can read the whole thing in one go without having to scroll.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Do you want to take the next one?</p>\n\n\n\n<p><em>Isabel Brison</em>: What&#8217;s the next one? I wanted to mention that in 5.9 a PR was merged that removed the post content block from the list of blocks that can be inserted in the post editor. And that makes sense because the post editor is basically what we get inside the post content block. So if you tried to add a post content block to the post editor, it was getting an error, which was a really bad user experience.</p>\n\n\n\n<p>And so the block was rightfully removed. But in the meantime, someone noticed that there was a possible use case for the post content in the post editor because we can add query blocks in the post editor. So inside your post, you could have a little query with some categories or something like that. And there is a legitimate use case for having the post content block sit inside the query, and so inside the post template that you have inside the query.</p>\n\n\n\n<p>Because if you have short posts, if you have a custom post type that&#8217;s fairly short, you might want to actually show the whole post in there. And so a PR was quickly done to fix this and allow for that use case. I don&#8217;t think it went into&#8230; It didn&#8217;t. No.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It did.</p>\n\n\n\n<p><em>Isabel Brison</em>: For sure, it didn&#8217;t go into 16.0.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think it did.</p>\n\n\n\n<p><em>Isabel Brison</em>: It is going to go out into&#8230; It did? I&#8217;m pretty sure that it was only merged yesterday.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, okay. And it didn&#8217;t-</p>\n\n\n\n<p><em>Isabel Brison</em>: No.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; It wasn&#8217;t backported. No. So it will come back for 16.1.</p>\n\n\n\n<p><em>Isabel Brison</em>: So in 16.1, we will be able to use post content inside queries inside the post editor, which is pretty cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: One other use case is from a different custom post types, you want to show some of the posts in there and in your blog post. And there are many use cases I can think of it when you wanted to query something else and need to post content in there. So the next one is the Wayfinder or Command. I think there&#8217;s still a discussion going on on the naming of the feature.</p>\n\n\n\n<p>Wayfinder was also not the one that was&#8230; It feels right for me, but I&#8217;m kind of English Westerners. But in the eastern hemisphere, it was a little bit differently seen. And for translated, it was really hard to find a good way. So the discussion goes on. But in the meantime, the Command&#8217;s API has marked in public, so you can use it and test it for your plugin or your WordPress install.</p>\n\n\n\n<p>And Riad Benguella&#8217;s post Command Center request for feedback also contains some code examples on how to use the API. And you can create static commands, dynamic commands or contextual commands. And so you can try it out and see what it all does for you. It&#8217;s like a search bar that you don&#8217;t have to go through. You click control K, and then a search bar comes up on the interface and then you can type in some search commands. And it gives you a list of items that you can do, like add page or add post or something like that. Have you played with it?</p>\n\n\n\n<p><em>Isabel Brison</em>: It&#8217;s really cool. It kind of reminds me of the Spotlight on the Mac. I don&#8217;t know if Spotlight is the best name for it, but in my head, I&#8217;m calling it Spotlight. Because basically, it just pops up, this bar in the middle, and you can search for stuff and you can do stuff from it.</p>\n\n\n\n<p>It is great. I wanted to add that I think possibly also in 5.9, there was a PR that added the ability to invoke the Command Center by clicking on the template name at the top of the site editor. So that&#8217;s just another super practical shortcut.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, 15.9. So what else is in there? The interactivity API is still in experiments. And do you want to talk about the lightbox and the directives?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. I thought I&#8217;d mentioned it because it&#8217;s super exciting. It&#8217;s still very, very experimental. At this stage, it is unlikely to make it into 6.3, which on one hand, I&#8217;m slightly sad because lightboxes for images are really cool. On the other hand, it is still behind an experimental flag in the plugin. It hasn&#8217;t actually seen a lot of real-world testing.</p>\n\n\n\n<p>So it&#8217;s also good to get some testing done before actually merging the feature into core. It&#8217;s very new, it&#8217;s very promising. So the whole interactivity API is a really interesting piece that&#8217;s been worked on for ages. It seems like ages. I don&#8217;t know. It can&#8217;t be that long. But I&#8217;m so excited about it because it provides a really neat way of adding interactive behaviors that&#8217;s usually only achievable with JavaScript to playing blocks.</p>\n\n\n\n<p>And so it&#8217;s going to add a bunch of behaviors out of the box for core blocks, but it&#8217;s also going to be possible to use that API in the future to create custom behaviors for custom blocks. So it&#8217;s just a really nice way of standardizing a way of adding JavaScript to blocks to create dynamic behaviors. And the first experimental one or the first experiments to be put out there in the plugin is the possibility to add a lightbox to images. So if you enable it, you can click on the image in the front-end and then the image just pops up in full screen kind of thing, which is pretty neat.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I know that Luis Herranz did a workshop at WordCamp Europe last week. There was quite some buzz around the interactivity API. Because it mostly is also in the PHP render file where you can just add the directives or add the call for the directives. So it gets a lot of PHP developers also excited about block development and adding the interactivity to them.</p>\n\n\n\n<p>And the excitement is also around being able&#8230; which is not going to be in the first version, even if it makes it into 6.4, that you can actually create your own directives. So the core will come out with, I don&#8217;t know, 15 or 20 directives that have a lot of use cases, cover probably 80% what a developer would need.</p>\n\n\n\n<p>And the combination of it, be it data binding, be it button actions, being other interactivity. So this is a really exciting feature to come to block development. And I think it&#8217;s one of the missing links to get other people excited about building with blocks and JavaScript. And get the first vendor with PHP and then have the client-side changes through the API is really cool.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Cool. My cat just popped in. Sorry.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The cat. So the next thing is that the text formatting tools in a paragraph have now two new attributes added. That&#8217;s the long language, so L-A-N-G, and the D-I-R, the dir attributes, which helps with multilingual posts. So you can add a language like French or Italian IT to a paragraph, and then a signal to the assistant technologies and the reader, &#8220;Okay, this is a different language.&#8221;</p>\n\n\n\n<p>And the dir part is that you change left to right, right to left rendering of that. And the code, almost verbatim, is used from Jean-Baptiste Audras, who had a plugin that added those two formatting tools to the paragraph.</p>\n\n\n\n<p>And the subsequent PR also now uses the bidirectional text override element from Mozilla. But it&#8217;s good to have these additional formatting tools in there to cater to the multilingual content that you find all over Europe. So this is really cool.</p>\n\n\n\n<p><em>Isabel Brison</em>: Not only is this really cool, but I am fairly certain that this is a longstanding issue from the accessibility audit way back when that the last time I checked was still open. So it might be a good idea to go over there and see if that issue can now be closed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But now it can be closed.</p>\n\n\n\n<p><em>Isabel Brison</em>: Super exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That was definitely a missing piece. And that was also the reason why Jean-Baptiste added that to his companies or that his company built the plugin to help their clients with that kind of formatting. So there is a new API to allow prioritization of inserter items.</p>\n\n\n\n<p>If you have a block list setting, you now can allow the parent blocks define the priority for the blocks that are allowed in it, and how the inserter displays them for the inner blocks of that parent block. So that is definitely another customization and curation tool for the extenders with their block development.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. For sure. That will be great to provide more custom user experiences for certain block types. Definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think we need to somewhere create a list of all the extension possibilities because I don&#8217;t think there is an overall list of all the possibilities on how to extend now. Sometimes there&#8217;s still missing documentation there of course. Not of course. But I found that some of the extensibilities like the inspector controls, the documentation&#8217;s in the README for the source code component but doesn&#8217;t bubble up into the developer handbook of the editor.</p>\n\n\n\n<p>So I know that Nick Diego and Ryan are working on that together with Michael to figure out this architecture of missing stuff. Next thing is it sounds really benign, renaming template parts to library. So in the side editor on the left-hand side, there was a menu item called template parts. And that will be renamed into library because it will also house reusable blocks and patterns, reusable patterns or sync patterns, I think they&#8217;re called.</p>\n\n\n\n<p>The template parts, of course, will be also underneath it. I don&#8217;t know how far the syncing of pattern or reusable block is going because there&#8217;s a lot of confusion since the beginning: what is a pattern? What is a reusable block? And what is the template part? And they sound to be the same, but they all have one thing different of them. And there is an effort to unify it a little bit, and just manage what&#8217;s different instead of have three different items for them.</p>\n\n\n\n<p><em>Isabel Brison</em>: I think that that would be great because reusable blocks are essentially patterns or they were already working as patterns, although they have the block itself. When you create a reusable block, it&#8217;s frozen, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: If you make changes to it, you&#8217;re making changes to all reusable blocks to the content. Whereas patterns, you drop a pattern in somewhere and you make changes to it and you can continue using that pattern elsewhere.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But yet there&#8217;s this big problem that when you have a pattern and you change the design of the pattern, you cannot go back and have that change as well on all the time all the uses that you had, because there is no record of a post using a pattern. Because once it&#8217;s in the canvas, it just is the blocks that are inside the patterns.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. So I think the fundamental piece here is being able to have patterns where the design can be changed globally, even if the content of the pattern is individual to each instance. And it&#8217;s a pretty complex piece of work. It&#8217;s being actively worked on. There is, I think, an effort to consolidate reusable blocks and patterns.</p>\n\n\n\n<p>So I think the idea is going to be that reusable blocks are going to be absorbed and become patterns of a type. But it&#8217;s still fairly early stages considering the complexity of the endeavor. So at this point, it&#8217;s not certain what, if anything, of that work will actually make it into 6.3.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I can see that. And because the reusable blocks have actually also an interface to edit them, which the patterns do not. And that&#8217;s also something: how can you make those editing interfaces be used for both of them? There are a lot of different things that need to be aligned differently to make it all work, and I think it&#8217;s a fairly complex thing. Yes, you&#8217;re right.</p>\n\n\n\n<p>So the next part for 15.9 is that the global styles get revisions. And that has been on the feedback list and on the wish list of a lot of people who have participated in the Full Site Editing Outreach program and have been very faithful in doing all the testing, the calls for testing and having a revision.</p>\n\n\n\n<p>Because you know that when you change colors and font settings and things, you don&#8217;t know what you get until you see what you get. You don&#8217;t know what you want until you see what you get. And then all of a sudden, &#8220;Oh, maybe I liked that previously better.&#8221; But then you don&#8217;t remember the combination of what it was. And now you have revisions and you can see them side by side. So this is a very exciting new feature that will come in, and it seems to be making to 6.3.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. That one has been merged and it&#8217;s definitely going to make it into 6.3.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: There might be UI changes, but it will show up in the styles right-hand side and the sidebar under revisions. And then you get a list of all the revisions in the canvas and you can see them all together.</p>\n\n\n\n<p><em>Isabel Brison</em>: So you can access the dark sidebar on the left-hand side. If you go to the styles and you see if the theme has style variations, they&#8217;ll appear there. But also in the right-hand side, global style sidebar, you can also access the revisions on the styles actions. There&#8217;s a little button at the top.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Experiments</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yes. Under the experiments of 15.9, there is a list items called the behaviors UI. And that&#8217;s part of the interactivity API, I believe.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And that is kind of a standardized way to attach behavior to an element or something like that. As I said, it&#8217;s in the experiments and I think it&#8217;s part of the lightbox behavior. That&#8217;s the only behavior that&#8217;s available right now. But what else can you think about what this could do?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yes, I believe so. So say that you can define certain types of interactivity for certain blocks as, for example, the image can have a lightbox, but we don&#8217;t want all images on the site to suddenly have lightboxes.</p>\n\n\n\n<p>And so the behaviors UI is something that it provides website authors, users with a way of enabling those interactive behaviors or disabling them for any given block. So it&#8217;s an important piece because certain behaviors might not be applicable to all blocks on the site and you need to have a way of turning them on and off.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And so that will be part of the advanced interface on a block-based level in the sidebar.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Currently, it sits under advanced in the block sidebar.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, this concludes our changelog for 15.9.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Gutenberg 16.0</strong></h3>\n\n\n\n<p>And now this week, 16.0 was released and Nick Diego was the release lead, and he wrote also the post. And it had 164 pull requests by 54 contributors. So it&#8217;s always a good size of contributors adding code to things. And there were four first-timers as well. And this comes with one feature we are all excited about. But do you want to take us into it, Isabel?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. So the feature that we&#8217;re all excited about, there&#8217;s actually a couple of features that we&#8217;re all excited about. One of them is the ability to add new pages from the site editor directly. Now a disclaimer, the ability is to add draft pages, not to publish them directly. But that&#8217;s great because the first thing that you do when you add pages, work on it is a draft, and then only afterwards you publish it.</p>\n\n\n\n<p>So it&#8217;s good. It&#8217;s the start of being able to do everything, having the site editor as the center from which you can do anything to your site, including create pages, edit them possibly at some point in the future, publish them. So that&#8217;s a pretty great new feature to have. It can be accessed from the left-hand sidebar.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The new page also helps when you create new navigation menu where you want to access or point to a page that doesn&#8217;t exist yet. So this certainly helps as well. And I saw some discussion around it for that to work well and it show up in the list of searches that the page is actually published. So it&#8217;s the question, &#8220;What is a good way to move forward?&#8221;</p>\n\n\n\n<p>But what I am really excited about is that I can now edit a page in its context and I see how it works in context of the template. So I see the header, I see the footer, I see if there is a sidebar and how my content behaves that I create for the page. It allows me. And I know from the feedback of the Full Site Editing program, there was quite some feedback that there is a confusion between, &#8220;Am I adding the page or am I adding the template?&#8221;</p>\n\n\n\n<p>And some people edited the template thinking it was a page, and then found that edited piece or that added piece on every single page because they inadvertently changed the template. So the possibility was taking out of the site editor, but it&#8217;s coming back now with some guardrails. So you know when you edit a template, all of a sudden, the title changes to page title instead of saying about us.</p>\n\n\n\n<p>And it also highlights that you are editing now a template part instead of the page itself. So I think we are getting really closer to have more a unified system of editing and not having to switch out from the site editor to the post editor and back in the admin where you have multiple back steps to get to the old page editing screens. So I&#8217;m really excited about to get this all in one interface.</p>\n\n\n\n<p><em>Isabel Brison</em>: So that&#8217;s the second feature, what I was saying when I said there were two features. New pages, but also the ability to be able to tell at a glance if what we&#8217;re editing is the page&#8217;s actual content or the page&#8217;s template. So now it&#8217;s only possible to either edit one or the other, but not both simultaneous setting. That&#8217;s a pretty good one to have in there because otherwise it would be extremely confusing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. And then there were a few, I don&#8217;t want to say small changes because it definitely takes an effort to get it in. But the list view got two additional, I would say, quality of life changes, the dragging. So you can now drag outside the immediate area and get into a different drop zone element there. And it&#8217;s now easier to position a block on top or on the bottom of the list.</p>\n\n\n\n<p>Before, it was really hard to get on the bottom of a list when you drag and dropped it. And then the other one is that sometimes in the list view, your container blocks collapsed. And when you dragged a new block into that container, it always put it on the top. Now it makes more sense to put it on the bottom because I added to it.</p>\n\n\n\n<p>So when you open up the collapsed block again, you have all the new containers or blocks that you dragged into it on the bottom of the group block, for instance. So I really like those features. They make it much easier to be a little bit more predictable in what you&#8217;re doing and behave like that as you think it would. Intuition is an interesting thing. Sometimes you get it right, but sometimes you get it wrong, and 50/50 is a pretty good ratio for that.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, true. And it often takes a few iterations to figure out what the best behavior is and what&#8217;s most intuitive because it&#8217;s not always obvious. When you&#8217;re conceptualizing something, you&#8217;re thinking, &#8220;Oh, let&#8217;s build this new feature. It&#8217;s going to work like this.&#8221; But then in practice, it&#8217;s like, &#8220;Oh, actually that doesn&#8217;t work very well at all.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So what else is in there? So I stopped at the details block. The experimental flag for the details block was removed and the blocks itself was stabilized. Now you have the two elements: the summary and the details. You can certainly style them accordingly. And now you can also add them to your canvas and it works out of the box. So this is more, it&#8217;s a block.</p>\n\n\n\n<p>And we talked about it before, I think, in last episode as well as the one before. Because it was experimental and we were kind of going back and forth on it. It&#8217;s the block where you can use it as a spoiler alert. You can hide the details of your movie review that would spoil for those who haven&#8217;t seen the movie, spoil the movie ending or that part. Or if it&#8217;s just minutiae detail that only two or three readers would need, you can hide them in the details block, and then you get an error to expand it into the details from the summary.</p>\n\n\n\n<p><em>Isabel Brison</em>: That&#8217;s pretty cool block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And it was long in the making. It will make it into 6.3. I think there are two other blocks that are on the verge in core, but I don&#8217;t think they&#8217;re going to make it. The one is the table of contents block, and the other one is the footnotes block or blocks.</p>\n\n\n\n<p><em>Isabel Brison</em>: That&#8217;s sad. Those were really useful blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It doesn&#8217;t seem&#8230; There wasn&#8217;t any movement on the table of contents block for about a month. So I&#8217;m not sure that anybody takes it on because there are two things that still need to be done there. And the footnotes block, I think Ella is working on that. And she is having two different variations where that needs to be a decision, which one will be pursued or not. And with two weeks to go, it might be a little bit tight.</p>\n\n\n\n<p><em>Isabel Brison</em>: And it&#8217;s not two weeks, it&#8217;s closer to one week actually because for the packages&#8230; So for all the JavaScript pieces, what happens is we&#8217;re going to grab the release candidate for the next Gutenberg plugin release, which is going to be 16.1. And publish the packages from the release candidates with any bug fixes that are necessary after RC is cut. And those updated packages are what&#8217;s going to make it into core before beta one. And because the RC is going to be created towards….</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Next week.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; the end of next week. It would usually be on a Wednesday. It is likely at this point that it&#8217;s going to be Thursday or Friday. Given that both editor tech leads for this release are in Australia, we can conceivably do it on our Friday morning.</p>\n\n\n\n<p>And that gives a little bit of extra time. It&#8217;s still Thursday night, everywhere else in the world. So at this point, that is likely to be the plan. And so what&#8217;s going to make it into beta one is anything that can be merged until that date, which is essentially one week away.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s one week away. We are recording this on June 15th, and beta one is the 27th. But the next release candidate, that&#8217;s going to be the 23rd or the 24th. So continuing with 16.0, thank you for this explanation on how tight it actually is with the timeframe.</p>\n\n\n\n<p><em>Isabel Brison</em>: No worries. We&#8217;re glad to throw everyone into panic.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: High alert. So the query pagination block, another feature is that you can hide the label text for the next and previous. You have three choices: you can have an error, you can have carets or you can have text and now you can have both. But you can hide the previous text for it and just have the errors. So that&#8217;s a feature that is on par with the query pagination form classic themes, which is really cool.</p>\n\n\n\n<p>And I highlighted one other thing, and it&#8217;s only really relevant for developers that want to get into how to use the HTML tag processor, Jeff Ong refactored the search block to actually use the HTML tag processor. And I think it&#8217;s a good case study on how this actually makes it easier or more readable to use the HTML tag processor instead of rejects in PHP. So I think it&#8217;s the PR51273, if you just want to get up and listen to this, get up and look at it. Of course, it&#8217;s in the Changelog 16.0. Have you worked with the HTML tag processor?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, I used it a while ago to do some layout-related stuff. So I think I actually was the first person to use that API in Gutenberg. It was still in Gutenberg, hadn&#8217;t been in motion to call yet and it was just being worked on by a few folks. And I was doing a layout-related task where it was trying to add the layout, the class.</p>\n\n\n\n<p>So in a block when you have layout support, you get class names that will say what kind of layout it is, and then you can hook styles to them and stuff. And most blocks just have one wrapper. Blocks that have inner blocks have wrapper, inner blocks. But there are some blocks that have a bit more of a complex markup structure.</p>\n\n\n\n<p>And so the idea was that the layout classes should be added to the inner wrapper so that they can have an effect over the inner blocks of the block. And that was a piece where I found using the HTML tag process, it was super handy because I had to locate the inner wrapper of a given block. So that was a great API. It is really, really helpful for that kind of work with PHP when you have to go digging around for some HTML and you don&#8217;t want to use rejects.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think it&#8217;s not tied to WordPress. You actually can use it in any PHP code, so reaching out to the bigger universe outside of WordPress. It&#8217;s definitely an enhancement of the language as well. So another line item from the Changelog is that the post template now has block spacing and layout.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, I did that one actually.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Congratulations.</p>\n\n\n\n<p><em>Isabel Brison</em>: Well, it went through a few iterations. It was one of those PRs that end up taking a month and have 80 comments on them. Well, maybe not 80 comments, but there was a fair amount of reviews and re-reviews and, &#8220;Should we do it this way? Should we do it that way?&#8221;</p>\n\n\n\n<p>Backwards compatibility was a concern because the blocks in production, there are lots of websites using it, so you can&#8217;t break stuff for real-world users. But it&#8217;s done and pretty happy with it. We talked about it a bit earlier. I don&#8217;t think it&#8217;s probably necessary to go through what it does again. But I think there&#8217;s a lot of folks who are going to be happy with this one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I think that answer shows it&#8217;s kind of one answer that I had conversations with people at WordCamp Europe, and it&#8217;s one question I also gathered at WordCamp Asia. And it&#8217;s really hard to answer it because the question is, &#8220;When are design decisions made and who makes them?&#8221; And it&#8217;s very hard to explain that iterative process of developing these new features that haven&#8217;t been in WordPress before.</p>\n\n\n\n<p>So there is an initial design that comes from the design team, but then all subsequent is iteration on how the flow is going to be. And as you said, there are 80 comments there, so that it&#8217;s definitely a community approach to it, or at least a subset of developers trying to figure that out in a team.</p>\n\n\n\n<p>And testing comes about, and then there&#8217;s going back to the drawing board and then start again. So there is not really that one decision-maker and that one design that is zeroed in on. It&#8217;s more really what the idea was, and then we do the implementation. And then it&#8217;s how it works in context with the other things and it needs to be adopted.</p>\n\n\n\n<p><em>Isabel Brison</em>: It&#8217;s very much a process. And depending on the complexity for any big piece, you&#8217;ll have a bunch of discussion even before the thing is built. And then, while it&#8217;s being built, there might even be more than one PR, there might be, &#8220;PR one, this approach.&#8221; And then, &#8220;Ah, but there&#8217;s another approach that we could try. Let&#8217;s do another PR and try it.&#8221;</p>\n\n\n\n<p>And then people will test and compare the PRs. And we are a very opinionated community, I&#8217;ll tell you that. People will jump on and review and critique and give opinions and go, &#8220;Ah, this is not going to work for this case. And what about this plugin that break things for them?&#8221; And then after all that discussion, something will be agreed. It&#8217;s slowly chipping away and finding a way forward when it&#8217;s, &#8220;Okay, can&#8217;t do this because blah, can&#8217;t do that. I&#8217;ll maybe try that. Okay, that works. That works in testing. Let&#8217;s try it.&#8221;</p>\n\n\n\n<p>And the good thing about Gutenberg, about the plugin and this process of working experimentally is that you can merge something into the plugin and try it out, review cycles. And then get feedback from the extremely vocal and passionate community that we have, which I&#8217;m super thankful for. It&#8217;s great to be working on a project and have people just go and, &#8220;Oh, that&#8217;s amazing,&#8221; or &#8220;Oh, sorry, that doesn&#8217;t work for me. We really need to do that instead.&#8221; And you always know where you are. You know, &#8220;Okay, I&#8217;ve done this thing. That worked. Well, maybe that didn&#8217;t work so well, we&#8217;ll need to iterate on it and do something else.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But sometimes it can be a little tedious, I give you that. But I think the product gets better for it when everybody starts, opens the listening ears and kind of see, &#8220;Okay. Yeah, that&#8217;s certainly valid and I see that use case. And let&#8217;s see if we can include it into the design and into the feature.&#8221;</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. For sure. And because no one person knows everything, you build a feature, you have your own view of how that feature&#8217;s going to work. And then someone else has a completely different view. And it&#8217;s by getting a lot of different views that we manage to do things that lots of people can use in different ways.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So that answers some of the questions, but maybe not in that way those who ask those questions actually like it. Maybe they just want somebody to blame or something like that. I don&#8217;t know what motivates that kind of question.</p>\n\n\n\n<p><em>Isabel Brison</em>: I don&#8217;t know. And sometimes things are subjective. And working on layout-related features, I can tell you that everyone has their opinion on how it should work. And sometimes opinions are clashing because one person thinks it should work this way and another thinks it should work that way.</p>\n\n\n\n<p>Nobody&#8217;s right, nobody&#8217;s wrong. We just have to try and figure out which approach is going to satisfy the majority of use cases. It&#8217;s impossible to build a tool that will do every single thing. So it&#8217;s kind of what works best for the most people.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Alone the decision to have the toolbar on top or on the block. I don&#8217;t know if the community is 50/50 split, but some people like the toolbar directly on top of the canvas, and some people like it to be close to the block that they are just editing on. But it could also be situational. And these design decisions, it&#8217;s hard. It&#8217;s then kind of, &#8220;Okay. What&#8217;s the design of the feature to change the setting?&#8221; It gets you into to the next conversation with other people about a feature.</p>\n\n\n\n<p>And so it&#8217;s an iterative process and it gets better and better while listening and trying to get it in. So on 6.0, I think we are almost through. We already talked about the Command Center, making the command selectors and actions as well for the public API. And then there is one bug fix that I like to point out, is the fix, the multi-entity, multi-property undo and redo.</p>\n\n\n\n<p>I think that is something that really we are waiting for quite a bit that when you highlight something and you delete it and you do undo, you only get one back or two back, but not all of it, for instance. And you cannot redo it because it didn&#8217;t have a memory of what the other properties were. And that has been fixed. And it really happened, and it happened to me, and I think it happened to anybody who experimented with multi-selection at one point.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, for sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So this is fixed and I just wanted to point out, &#8220;Yay.&#8221;</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, that&#8217;s a great fix. Really needed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Say again?</p>\n\n\n\n<p><em>Isabel Brison</em>: Really needed, as in a necessary fix.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I think that was it from the 6.0 release.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p>So that brings us to the active development or What&#8217;s Discussed section. And I had the idea to actually go to the roadmap of 6.3 and look at things that will make it into 6.3 and two and what&#8217;s not done yet. But there are a lot of links there. And we definitely know that the new blocks&#8217; table of content footnotes are probably not going to make it.</p>\n\n\n\n<p>There is also the introducing UI to safe patterns or all the things around patterns. I&#8217;m a little bit doubtful that we see some of the additional equation flows for patterns in that, what&#8217;s on the roadmap and what already happened but it&#8217;s not part of WordPress 6.3, is the curation filter in the pattern directory. So some core contributors went through the public pattern directory and created a few patterns as well under the WordPress moniker or user account, and then added that.</p>\n\n\n\n<p>So when you go to the pattern directory, you now have not only the categories there, like header or buttons or text or images. You also have a dropdown to select between curated and community. And the curated are the best of the best. Some of the community contributors or WordPress contributors think that those should be highlighted a little bit better or higher or are created by WordPress core contributors.</p>\n\n\n\n<p>So that filter is available now on the pattern directory. It does not yet seem to make it into the pattern inserter that you can do that. But that is definitely on the roadmap, but it&#8217;s not yet done. So I think that the stabilization and usability of the toolbar, the list view and the link control UI, custom list views and library management, those things are almost done going into 6.3. But there is the box shadow component. I think that has already been merged from the design tools. No, that hasn&#8217;t yet.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, I think so.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That hasn&#8217;t yet.</p>\n\n\n\n<p><em>Isabel Brison</em>: It hasn&#8217;t? Oh.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, the box shadow that you can attach it to all the blocks I think is the one. There are box shadows enabled for certain blocks.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, got it. I&#8217;m not 100% sure of the status of that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the style block is exposed in the style preview, I think, and details.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. There seems to still be an active tracking issue here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So it takes a little longer. I think we make this for once we know when beta comes in, what is actually in the release of the features that made it. So in two weeks, when 16.1 stable comes out that&#8217;s passed the beta one release, I think our Changelog, the show will go through the roadmap and check off all the things that come and didn&#8217;t make it into 6.3.</p>\n\n\n\n<p>And then we have a better conversation than doing it now in just projecting or estimating. And I&#8217;m very bad at predicting. My crystal ball is really in the shop, so I didn&#8217;t know where to go with that.</p>\n\n\n\n<p><em>Isabel Brison</em>: Predictions are always hard. And I think you kind of have to be in-depth knowledgeable about the work that&#8217;s being done. But if you&#8217;re just looking from outside and trying to have a bird&#8217;s eye view here of seeing what&#8217;s going into the release, it&#8217;s impossible.</p>\n\n\n\n<p>I just have to go and ping people what I&#8217;ve been doing these past few weeks going, &#8220;Oh, hi. What do you think about this feature? Will it make it in? Are you happy to continue working on it? Is it mergeable within the next week or so?&#8221; That kind of thing. And so essentially, it&#8217;s a whole process of just talking to everyone and trying to figure out what stage they are at with the work and what I can help with, that sort of thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I think an indicator is&#8230; And I will share the link to the project board for editor task on 6.3, so we all can follow up on that and see how that is. Because that&#8217;s updated quite a bit between the editor triage team and the core leads tech teams. So core leads.</p>\n\n\n\n<p><em>Isabel Brison</em>: Mainly what I&#8217;ve been doing on the board is adding in PRs for back ports to core. I see that there is a bunch of stuff in progress and needs to review columns in this board. I&#8217;m not 100% sure of the status of some of these. Some of these PRs definitely, I think, at this point it&#8217;s unlikely that they&#8217;ll make it in.</p>\n\n\n\n<p>So the fact that it&#8217;s on the board doesn&#8217;t mean&#8230; And even if it&#8217;s marked in progress, it doesn&#8217;t mean that it&#8217;s actually going to make it because it can just be a PR that&#8217;s been sitting there for a while and it&#8217;s on our wishlist. We would love to do it. But if no one&#8217;s actually actively working on it at this point, then it&#8217;s unlikely to make it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I know that at the editor triage team, we are going through that as well and kind of figure out what comes in as issues from the testing parts of those. So to be sure the features that are in the Gutenberg releases 15.2 to 6.1, if they are not labeled as experimental, will make it into 6.3. So going back to the previous releases of Gutenberg, you can pretty much predict, &#8220;Okay, this is going to be in there.&#8221;</p>\n\n\n\n<p>What will be hard is to find out, &#8220;Well, you will be at 6.1, the release candidate will be next week.&#8221; And that kind of closes the feature freeze pretty much for 6.3, unless there&#8217;s something that is pushed through as a placed task by several core committers to say, &#8220;Yeah, that can make it and that will go in there.&#8221;</p>\n\n\n\n<p>All right. Well, this was a long show today. Thank you so much for staying with me, Isabel, and providing so much great insights in the development and the design process as well as the release process. Is there anything that you want people to know about 6.3 or Gutenberg project that you are excited about?</p>\n\n\n\n<p><em>Isabel Brison</em>: I think we&#8217;ve pretty much covered most of the things about the general processes. I&#8217;m pretty excited about the changes to the site editor and new improvements with browse mode. I hope everyone else is equally excited. I think this is going to be a pretty good release. Thanks for having me. It was a lot of fun chatting about this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So if people want to get in touch with you, how can they find you? What would be a good place?</p>\n\n\n\n<p><em>Isabel Brison</em>: I am on GitHub as tellthemachines. I am on WordPress Slack as tellthemachines also. So ping me on Slack. I&#8217;m usually online during the week, Australia time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Well, thank you so much for being on the show. And I want to point out, we have a Gutenberg Times Live Q&amp;A coming up on July 6th at 17:00 UTC. And that&#8217;s about using Gutenberg scripts and components to revamp a plugin. It&#8217;s a case study and we are talking with the lead developer and the tech lead from GiveWP that have worked on their 3.0 revamp.</p>\n\n\n\n<p>And they have used most of the Gutenberg components or based it on WordPress components and scripts. And it opened quite new perspectives for them. So I am really excited to have Jason Adams, the director of development and Jon Waldstein, the lead developer of GiveWP on the show on July 6th, 17:00 UTC. I will share the link in the show notes.</p>\n\n\n\n<p>Reserve your spot. And it&#8217;s a usual live Q&amp;A where we have some demos, and then we talk a little bit about the project and then we answer all the attendance questions.</p>\n\n\n\n<p>As always, the show notes will be published on gutenbergtimes.com/podcast. This is episode 84. And if you have questions, suggestions or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<p>Thank you all for listening. I&#8217;m looking forward to talk to you again in two weeks. Thank you, Isabel Brison. And I am so happy to have another show for you. That&#8217;s it.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bye-bye. You take care.</p>\n\n\n\n<p><em>Isabel Brison</em>: Bye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Jun 2023 07:53:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";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:132:\"Gutenberg Times: Template Areas, Font Management Design, Drupal Gutenberg and Developer Hours on Extensibility—Weekend Edition 257\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=24410\";s:7:\"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:139:\"https://gutenbergtimes.com/template-areas-font-management-design-drupal-gutenberg-and-developer-hours-on-extensibility-weekend-edition-257/\";s: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:19280:\"<p>Howdy, </p>\n\n\n\n<p>After a week home from WordCamp Europe, I am still on a high from meeting all my WordPress friends and making new ones! I also learned about new products, and new APIs. A huge thank you to the sponsors, organizers, speakers, volunteers, contributors, and attendees. It was a fabulous WordCamp, the biggest in the World. </p>\n\n\n\n<p>Athens is a great big noisy and beautiful capital of Europe and the birthplace of philosophy and democracy.  I thoroughly enjoyed having a couple of days beyond the WordCamp to visit some sites and experience the antique and the contemporary of Greek art.  </p>\n\n\n\n<p>Speaking of art. My heart made a little jump when I saw the big boxes with Postcards from the <a href=\"https://block-museum.com/\"><strong>Museum of Block Art</strong></a>, at the Community Booth. They were part of the swap exchange game with WordPress trivia. WCEU Attendees received four cards of the same design in their swag bags, and could get the other designs by swapping them with other attendees. To get all eight designs, MCs would pose WordPress Trivia questions from the stage and attendees needed to come with the right answers to the community booth to get an additional post card design. I don&#8217;t know who many people actually appreciated the work of the artists or the work it took to get all the 2500 swag bags filled or how many people actually still write postcards. I found it a wonderful idea and took quite a few left over postcards with me. </p>\n\n\n\n<img />\n\n\n\n<p>What else happened in the Gutenberg space? </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>Did y&#8217;all see what the WordPress design team has been working on? It&#8217;s fantastic!  <strong>Joen Asmussen</strong> lists great things in his <a href=\"https://make.wordpress.org/design/2023/06/06/design-share-may-22-jun-2/\"><strong>Design Share: May 22–Jun 2</strong></a></p>\n\n\n\n<ul>\n<li>Font-Management </li>\n\n\n\n<li>wp.org Account security (2FA) &#8211;</li>\n\n\n\n<li>Content/Template editing improvements</li>\n\n\n\n<li>Improved template table view</li>\n\n\n\n<li>Page details and a few more.</li>\n</ul>\n\n\n\n<img />\n\n\n\n<p><strong>Gutenberg 16.0</strong> is now available for download. Release lead, Nick Diego highlighted in his release post <a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\"><strong>What’s new in Gutenberg 16.0? (14 June)</strong></a>:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/#page-management\">Page management comes to the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/#dimensions\">Refined dimension controls and Post Template gets block spacing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/#details-block\">The Details block is now stable</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reported on the release as well. You can read her article on the WPTavern. <a href=\"https://wptavern.com/gutenberg-16-0-introduces-page-management-in-the-site-editor\"><strong>Gutenberg 16.0 Introduces Page Management in the Site Editor</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, I had the pleasure of having <strong>Isabel Brison</strong>, Editor Tech co-lead for WordPress 6.3 release,  as a special guest on the <strong>Gutenberg Changelog #84.</strong> We discussed the releases Gutenberg 15.9 and 16.0 we caught up on the Layouts and what happens at during a major release cycle before Beta 1. The episode will arrive at your favorite podcast app over the weekend. </p>\n\n\n\n<img />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/\">Gutenberg Changelog #84 – Gutenberg 15.9 and 16.0, Developer Blog Updates, and WordPress 6.3</a> with special guest, Isabel Brison and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p><strong>Justin Tadlock</strong> published the <a href=\"https://developer.wordpress.org/news/2023/06/whats-new-for-developers-june-2023/\"><strong>What&#8217;s new for developers (June 2023)</strong></a> with briefly updates on synced patterns, the Interactivity API, the public API of the Wayfinder (Command Center) and more. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Kelly Choyce-Dwan</strong> announced the <a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\"><strong>new curation filter in Pattern Directory</strong></a> &#8211; a way to narrow down the choices and to look at hand-curated patterns. Check it out on the <a href=\"https://wordpress.org/patterns/\">WordPress Pattern</a> directory</p>\n\n\n\n<a href=\"https://wordpress.org/patterns/\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The<strong> Training Team</strong> released more tutorials: </p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/using-headings-for-accessibility-and-seo/\">How to use headings for accessibility and&nbsp;SEO</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/advanced-multisite-management/\">Advanced Multisite Management</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/templates/\">Using Page Templates</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In 2018, <strong>Drupal Gutenberg</strong>, the Norway-based agency <strong>Frontkom</strong> created the&nbsp;<a href=\"https://www.drupal.org/project/gutenberg\" target=\"_blank\" rel=\"noreferrer noopener\">Gutenberg module for Drupal</a>.  Now it received funding from Automattic. Sarah Gooding has the skinny:  <a href=\"https://wptavern.com/automattic-donates-e20000-to-fund-next-phase-of-drupal-gutenberg-development\"><strong>Automattic Donates €20,000&nbsp;to Fund Next Phase of Drupal Gutenberg Development</strong></a>. </p>\n\n\n\n<p>The <strong>Drupal Gutenberg</strong> module is used on more than 3,000 Drupal websites. Frontkom, a 120-person agency, uses it exclusively when building Drupal sites for clients. In the article ,we also learn that Matt Mullenweg will send &#8220;some Gutenberg experts to join the sprint without any cost to the Drupal community&#8221;.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Doc Pop</strong>&#8216;s latest <em>Press This</em> episode is titled: <a href=\"https://torquemag.io/2023/06/press-this-frost-theme/\"><strong>The Frost Theme is Here</strong></a>. He talked to <strong>Brian Gardner,</strong> the creator of Frost after he submitted WP Engine&#8217;s Frost Theme to the WordPress Theme Repository. Brian Gardner&#8217;s other block themes in the repo are: <a href=\"https://wordpress.org/themes/powder/\">Powder</a>, <a href=\"https://wordpress.org/themes/design-mode/\">Design Mode</a>, <a href=\"https://wordpress.org/themes/bright-mode/\">Bright Mode</a> and <a href=\"https://wordpress.org/themes/avant-garde/\">Avant-Garde</a>. &#8220;When I realized sort of what blocks were, how patterns worked and the trajectory of where this was all going, I got really excited. So two years ago I started creating this theme called Frost.&#8221; Gardner says on the show. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his <em>WP Build podcast </em>episode number 330, <a href=\"https://wpbuilds.com/2023/06/15/330-get-lots-for-free-with-maxi-blocks/\"><strong>Get lots for free with Maxi Block </strong></a><strong>Nathan Wrigley</strong> interviewed <strong>Christiaan Pieterse</strong>. &#8220;Maxi Blocks has all the blocks that your typical website needs. I could list them all here, but just click the link above and you’ll find them. There are containers, headings, images, maps, groups, icons, sliders, all-the-things so to speak. &#8221; Wrigley wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Have you ever looked for a way to make a group block as a whole clickable? The plugin <a href=\"https://wordpress.org/plugins/hyperlink-group-block/\"><strong>Hyperlink Group Block</strong></a> plugin might be the right solution. It allows you to combine blocks into a group wrapped with a hyperlink (&lt;a&gt;). After inserting a Hyperlink Group Block, a Block inserter icon will be displayed to allow you to add new blocks inside that Hyperlink Group Block. You can also transform an existing group block into a hyperlink block.  Thank you to <a href=\"https://twitter.com/removement\">Jeremy Techtmann</a> who <a href=\"https://twitter.com/removement/status/1669761255475740674\">tweeted </a>about the plugin in reply to Keith Devon&#8217;s <a href=\"https://twitter.com/keithdevon/status/1669638772969857026\">question</a>: &#8220;How can I make a group of blocks into a link?&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Kathryn Presner </strong>published her tutorial <strong><a href=\"https://wordpress.tv/2023/06/14/custom-css-in-the-site-editing-era/\">Custom CSS in the Site-Editing era</a></strong> on WordPressTV. WordPress 6.2 introduced two new ways to add custom CSS to your site: a global CSS editor, and a per-block CSS editor. Both methods let you add CSS overrides directly in the Site Editor,  to tweak the way your site looks. In this session, Presner covered the differences between the two types of editors, and how to use them effectively and appropriately. As a rare occurrence on WordPress TV, Presner also provided the code snippets and a fabulous list of resources in the comments as well. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong> hosted <strong><a href=\"https://make.wordpress.org/themes/2023/06/16/summary-lets-chat-about-wordpress-6-3-and-block-theming/\">Hallway Hangout: Let’s chat about WordPress 6.3 and block&nbsp;theming </a></strong>and posted the summary on Make Theme Blog. &#8220;The session began with a brief demonstration of the changes coming to the Site Editor in 6.3, notably page management and new editing flows. If you have begun building block themes for clients or are interested in block theming, this session is especially for you.&#8221; Diego wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>James Koussertari </strong>wants you to have an <a href=\"https://gutenbergmarket.com/news/understanding-blockgap-in-wordpress-block-themes\"><strong>understanding blockGap in WordPress Block Themes</strong></a>. He looks at what it is, how to enable it, how to use it globally or for specific blocks, plus how it affects spacing presets &amp; scale.</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong>Carlo Daniele</strong> wrote a tutorial on <a href=\"https://kinsta.com/blog/wordpress-block-patterns/\"><strong>how to build WordPress Block Patterns, </strong></a>puts them into<a href=\"https://kinsta.com/blog/wordpress-block-patterns/\"><strong> </strong></a> context with Template parts and Reusable blocks, and then shows you methods how to create them and add them to your theme. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Have you ever wondered what exactly that &#8220;area&#8221; property is for when registering template parts in a block theme? Did you know you can register custom areas? <strong>Justin Tadlock</strong> explored in this post how to  <strong><a href=\"https://developer.wordpress.org/news/2023/06/upgrading-the-site-editing-experience-with-custom-template-part-areas/\">upgrade the site-editing experience with custom template part areas</a></strong>. You learn how to register them, add them to your them and provide the right places for your users to work with template areas. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Gardner</strong> takes you on a journey <a href=\"https://wpengine.com/builders/color-wordpress-block-themes/\"><strong>Exploring Color in WordPress Block Themes</strong></a>. The article is an introduction to the color related sections of the Site editor and theme.json: You learn how to handle color settings, palette, gradients, duotone filters, style variations and color contrast. &#8220;Colors are the magic ingredients to bring your website to life, setting the mood and defining the user experience.&nbsp;&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/chrisrhymes\"><strong>C.S. Rhymes</strong></a> built a VS Code Extension<a href=\"https://marketplace.visualstudio.com/items?itemName=chrisrhymes.gutenburg-comment-highlight\"><strong> Gutenberg Comment Highlight</strong></a>. Because Gutenberg uses HTML comments to store attributes and styling, usually the IDE styles it with light gray color, which makes it very hard to read, when you spend time in block themes, patterns, or blocks. This VS Code extension color codes them like other code snippets. <em>Thank you to Justin Tadlock <a href=\"https://twitter.com/justintadlock/status/1668039075889045506\">for the find</a>. </em></p>\n\n\n\n<a href=\"https://marketplace.visualstudio.com/items?itemName=chrisrhymes.gutenburg-comment-highlight\"><img /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>Upcoming event: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/294226978/\"><strong>Developer Hours: Exploring Editor Extensibility</strong></a>. </p>\n\n\n\n<p>Join <strong>Nick Diego</strong>, <strong>Michael Burridge</strong> and <strong>Ryan Welcher</strong> for the next Developer Hours on <strong>June 30th, at 15:00 UTC (9 am EDT, 17:00 CEST)</strong> They will showcase extensibility methods that empower builders to extend and customize the WordPress editing experience. This event will begin with a few demos that explore client-side filters, slot fills, and custom block development. Then the three will be available for AMA-style discussion. Whether you&#8217;re a developer, designer, or WordPress implementer, this event promises to provide valuable insights into Editor extensibility and foster an open exchange of ideas.</p>\n\n\n\n<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/294226978/\"><img /></a>\n\n\n\n<p><strong>Nick Diego</strong> wrote about his experience exploring <a href=\"https://nickdiego.com/how-to-modify-block-supports-using-client-side-filters/\"><strong>How to modify block supports using client-side filters</strong></a>, when the feature is not yet available for the core blocks. He writes about the powerful client-side filter <code>blocks.registerBlockType</code> that allows you to modify&nbsp;block supports, such as border, color, dimensions, and typography of core/blocks. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image:</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Jun 2023 07:46:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"WPTavern: Automattic Donates €20,000 to Fund Next Phase of Drupal Gutenberg Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=145981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/automattic-donates-e20000-to-fund-next-phase-of-drupal-gutenberg-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3035:\"<p><a href=\"https://drupalgutenberg.org/\">Drupal Gutenberg</a>, the <a rel=\"noreferrer noopener\" href=\"https://www.drupal.org/project/gutenberg\" target=\"_blank\">Gutenberg module for Drupal</a> that was created by a Norway-based agency called <a rel=\"noreferrer noopener\" href=\"https://www.frontkom.no/\" target=\"_blank\">Frontkom</a>, has received a €20,000 donation from Automattic to fund the next phase of development. </p>\n\n\n\n<p>The module was one of five projects, selected from 35 proposals, that was granted funding during the DrupalCon Pitchburgh innovation contest. The winners were announced as part of Dries Buytaert&#8217;s <a href=\"https://dri.es/state-of-drupal-presentation-june-2023\">State of Drupal presentation</a> at DrupalCon North America 2023 in Pittsburgh.</p>\n\n\n\n<p>&#8220;Since Automattic is the main developer behind Gutenberg, I shared the <a href=\"https://youtu.be/1yACutnl4Qk\">Gutenberg proposal</a> with Matt Mullenweg, co-founder of WordPress and CEO of Automattic,&#8221; Buytaert said. &#8220;Matt was really excited about the idea of more Drupal sites using Gutenberg, and he kindly offered to provide the full €20,000 in funding through Automattic. Furthermore, he will be sending some Gutenberg experts to join the sprint without any cost to the Drupal community.&#8221; </p>\n\n\n\n<p>The Drupal Gutenberg module is used on more than 3,000 Drupal websites. Frontkom, a 120-person agency, uses it exclusively when building Drupal sites for clients.</p>\n\n\n\n<p>&#8220;Our clients love it,&#8221; Frontkom sales director Thor Andre Gretland said. &#8220;In fact, we haven&#8217;t built a Drupal site without Gutenberg since we started the project back in 2018.&#8221;</p>\n\n\n\n<img />\n\n\n\n<p>In his pitch video (embedded below), Gretland said the requested funding will be used to take the project to the next level by arranging an in-person workshop for a few days. They intend to gather people from the WordPress core team who have built the editor, the Drupal core team that knows the needs and possibilities for the admin initiatives, and the Drupal Gutenberg team that built and maintains the module.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Gretland listed several things he hopes the teams can create together, including a Gutenberg starter theme and a starter pack, where Gutenberg is setup with a complete frontend as a base theme or theming reference, as well as the ability to make it work work within the layout builder. </p>\n\n\n\n<p>&#8220;Our goal is to make sure that the Drupal Gutenberg of the future is always using the latest and greatest version from the WordPress team, and better enable Drupal developers to contribute back upstream,&#8221; Gretland said. &#8220;We want Gutenberg more tightly integrated with Drupal and to do this properly we need to gather the people that should be involved. This is a great opportunity to extend our cooperation across open source projects and to move forward making Drupal the most easy to use enterprise CMS.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2023 19:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:122:\"WPTavern: Finding Freedom and Opportunity With WordPress: How Wolf Bishop Overcame Prison and Addiction to Launch a Career\";s:7:\"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:30:\"https://wptavern.com/?p=145921\";s:7:\"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:132:\"https://wptavern.com/finding-freedom-and-opportunity-with-wordpress-how-wolf-bishop-overcame-prison-and-addiction-to-launch-a-career\";s: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:10962:\"<p>In 2005, Timothy &#8220;Wolf&#8221; Bishop was serving time in an Iowa prison for charges related to a gambling addiction.</p>\n\n\n\n<p>&#8220;When I was 25, I made a bet that I could not cover,&#8221; Bishop said. &#8220;I had gambled with a local thug on a local semi-pro baseball game between the Burlington Bees and the Clinton Lumberkings. I bet on the Bees, who lost the game without even scoring. </p>\n\n\n\n<p>&#8220;I did not have the $10,000 I had bet. When I told the man I owed this, he was less than happy. He put a gun to my head and told me that if I did not have his cash in one week, he would put a bullet in my brain. I had the money three days later.&#8221;</p>\n\n\n\n<p>It was the crimes Bishop committed to cover that debt that got him sent to prison. Now an experienced professional, entrepreneur, and educator, who has spoken at numerous WordCamps, he credits WordPress for changing the trajectory of his life and helping him find a place of stability.</p>\n\n\n\n<p>&#8220;It saved my life,&#8221; Bishop said. &#8220;I am not being over-dramatic when I say that. If it was not for WordPress, I would either still be in prison or dead.&#8221;</p>\n\n\n\n<p>During the time Bishop was incarcerated in Rockwell City, the Iowa Department of Corrections began allowing limited internet access to inmates, and he was fortunate enough to be in one of the select prisons. Writing a personal blog was one of the allowed activities, so Bishop went on the hunt for a blogging platform to use. He had already tried many of them, as he had been into open source software since the mid-90&#8217;s. </p>\n\n\n\n<p>&#8220;As I was also fighting to overcome my gambling addiction, I had the idea of starting a blog about my experience as a sort of self-therapy,&#8221; he said. &#8220;I tried TypePad first, but did not like it. Less than a month later, I discovered WordPress thanks to a correctional officer who had a blog of her own.&#8221;</p>\n\n\n\n<img />Wolf Bishop in prison in 2005, Rockwell City, IA\n\n\n\n<p>The officer had maintained a blog for the past several months and recommended to Bishop that WordPress would be the easiest and best for his needs. This was in the summer of 2005, just a few months after <a href=\"https://wordpress.org/news/2005/02/strayhorn/\">WordPress 1.5</a> was released with a new &#8220;Pages&#8221; feature, a better templating system, and the Kubrick default theme.</p>\n\n\n\n<p>&#8220;I was at a point in my life when I knew that I needed to change, and drastically, or I was going to be in prison for the rest of my life, or worse….dead,&#8221; Bishop said. &#8220;I know that sounds over dramatic, but I swear it is true. I hoped that by blogging about my battle with addiction, I could better overcome it.&#8221; </p>\n\n\n\n<p>His first blog launched in September 2005, and he posted weekly for just over one year.</p>\n\n\n\n<p>&#8220;Prison is a place where hope is in low supply,&#8221; Bishop said. &#8220;You have to watch your back every minute of every day. Before WordPress, I got in a ton of trouble in prison. I spent a lot of time in the hole. I had nothing to focus my time or energy on, so I fought and walked around with a giant chip on my shoulder.&#8221;</p>\n\n\n\n<p>At one point he realized that he needed to change if he wanted to survive, get out of prison, and stay out of prison, but he was struggling with how to make this happen. Bishop attended Gamblers Anonymous (GA) but described himself as a somewhat shy person and found it difficult to open up to other people in the group.</p>\n\n\n\n<p>&#8220;You cannot effect change until you open up,&#8221; he said. &#8220;So when I found WordPress I was able to remain somewhat anonymous, and that made it easier to open up. I could write about my struggles and my feelings. I had some place safe to vent my fears and frustrations and anger. I had a safe space to process childhood trauma and self-destructive thought patterns.&#8221;</p>\n\n\n\n<p>In January 2007, Bishop was released from prison and went into a work release program. These kinds of programs have employment requirements and have been shown to lower the recidivism rates among prisons.</p>\n\n\n\n<p>&#8220;It was then that I discovered how difficult it is to overcome the stigma of being a felon,&#8221; he said. &#8220;No matter how much I wanted to do better and succeed, it proved to be more challenging than I expected. Within three months I was sent back to prison for a parole violation after losing my minimum wage job.&#8221;</p>\n\n\n\n<p>Bishop, who describes himself as &#8220;a pretty intense mix,&#8221; of being bi-polar and living with ADHD on the Autism spectrum, found it difficult in prison to manage the mental and emotional health issues that led him to a gambling addiction. Mental health resources for prisoners can be scarce, but blogging helped him find a way through.</p>\n\n\n\n<p>&#8220;I guess you could just call it personal talk therapy,&#8221; he said. &#8220;By writing about the experiences I had, being in prison, and how I was feeling, I was able to address my demons and work through the thought patterns that kept leading to destructive behaviors. I guess you could say it was more like a publicly accessible journal.&#8221;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Launching a WordPress Career Fresh Out of Prison</h3>\n\n\n\n<p>What Bishop learned in the work release program in 2007 about the challenges inmates face after prison became even more clear when he was finally released in 2010. Even though he had fully completed his sentence and was not on supervision, the challenges remained.</p>\n\n\n\n<p>&#8220;Every GOOD job I applied for shot me down the second they learned I was an ex-con,&#8221; Bishop said. &#8220;From 2010 until 2015, I struggled to get a job that would pay the bills. I worked dead end fast food and temp jobs.&#8221;</p>\n\n\n\n<p>In 2015, he and his wife were homeless with three small children living in a tent in Texas. It was this year that he was given the opportunity that launched his career in WordPress. He was offered a support role at InMotion Hosting. </p>\n\n\n\n<p>&#8220;They took a chance on me and they paid for us to move to Virginia Beach,&#8221; Bishop said. &#8220;At first, we still lived in a tent and then a hotel. From there it was an upward trajectory and my career has continued to grow.&#8221;</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img />Wolf Bishop speaking at WordCamp Atlanta in 2018\n\n\n\n<p>In the years following, Bishop has worked in various support roles and branched out into launching his own development and hosting companies. He is now on his fourth WordPress business, <a href=\"https://wpoctane.co/\">WP Octane</a>, which follows two that failed and two that he successfully built and sold. WP Octane started in 2016 under the name WP Top Hat, and was geared towards being a 1-stop WordPress shop.</p>\n\n\n\n<p>&#8220;The idea was to have a company that provided everything a business needed for its online presence,&#8221; Bishop said. &#8220;But trying to provide managed hosting, ongoing care, content management, marketing, SEO, and several other services proved to be more than I could handle on my on.&#8221;</p>\n\n\n\n<p>In 2019, just before the pandemic hit, he decided to convert to just a managed WordPress host with ongoing care plans included, and changed the name to WP Octane. For the next two years his small startup struggled to thrive during the pandemic, although he did see some growth.</p>\n\n\n\n<p>&#8220;Finally, in early 2022, WP Octane became profitable for the very first time,&#8221; Bishop said. &#8220;Since then we have continued to grow, albeit slowly.&#8221;</p>\n\n\n\n<p>In late 2022, after investing more into infrastructure, WP Octane pivoted again to offer low cost shared WordPress hosting that serves a middle of the road between shared and managed.</p>\n\n\n\n<p>&#8220;We limit tenancy of all servers to a fraction of what most shared hosts have,&#8221; Bishop said. &#8220;We introduced features that allow us to outperform most shared hosts and come pretty close to matching performance of a managed WordPress host. We have virtually eliminated many of the typical pitfalls of shared hosting like the dreaded noisy neighbor syndrome.&#8221; </p>\n\n\n\n<p>WP Octane still offers fully managed plans with ongoing care included as they did previously, but the new shared platform has taken off better than Bishop expected and is now the company&#8217;s primary focus.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Empowering Inmates and Ex-Convicts for Success with WordPress Skills</h3>\n\n\n\n<p>Bishop is also now invested in giving back through a new effort to launch a prison program that will teach inmates the skills they need to use WordPress. The program is still in its early stages and has gotten preliminary approval from the Missouri Department of Corrections, which is local to where he now lives on 63 acres in the Ozarks. He is working on completing the curriculum, a requirement before it can be fully approved. The target for that phase is early August so it can go to a committee for approval at a September meeting.</p>\n\n\n\n<p>&#8220;It is this struggle that led me to start this project,&#8221; he said. &#8220;I want to give inmates that truly want to turn their lives around a skill that can enable them to do just that. If they learn how to work with WordPress, whether it be design, development, SEO, or any other area, they can avoid some of the challenges I faced.&#8221;</p>\n\n\n\n<p>Bishop said inmates equipped with WordPress skills will not be at the mercy of employers who are unwilling to give them a chance, because they have a skill they can use independently. If they go the route of custom development, most clients do not ask for a background check.</p>\n\n\n\n<p>&#8220;When participants complete the program and eventually get out of prison, they will have a portfolio that they can show to potential clients and even employers,&#8221; Bishop said. &#8220;It is my hope that it will increase their chances of success.&#8221;</p>\n\n\n\n<p>This is a first of its kind program that is still awaiting final approval. In the beginning he is aiming to launch it in the Missouri prison system but said he would love to take it nationwide some day. </p>\n\n\n\n<p>Bishop is also working on a related project &#8211; a website that lists employment opportunities with WordPress companies that are willing to give ex-offenders a chance. The project is still in the early planning stages as he talks with employers to encourage them to join this movement. His experience with this community has led him to believe that WordPress will be a beacon of hope and opportunity for anyone who wants to make something on the web.</p>\n\n\n\n<p>&#8220;WordPress helped me overcome addiction,&#8221; Bishop said. &#8220;It taught me the value of community and that if you are willing to put in the work, you do not have to rely on others to &#8216;let&#8217; you succeed. WordPress lets you make success a choice.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2023 15:58: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: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: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:76:\"Akismet: How ConvertKit is using AI to protect the creator economy from spam\";s:7:\"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:45:\"http://akismet455732288.wordpress.com/?p=3452\";s:7:\"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:50:\"https://akismet.com/blog/convertkit-customerstory/\";s: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:16596:\"<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<h4 class=\"wp-block-heading\">TL;DR</h4>\n\n\n\n<p>The stakes are always high when it comes to spam prevention. But especially for a platform like ConvertKit, which offers contact forms, email marketing automation, and e-commerce tools for over 428,000 creators &#8211; the stakes were higher.<br /><br />Their billing model, the email reputation of its customers, and ConvertKit&#8217;s own reputation were on the line. They implemented Akismet, an advanced AI that intelligently filters out spam, to automate spam prevention.<br /><br />Long story, short &#8211; the plan paid off. In this case study, we sit down with Jon Lunsford and Romane Dagain from the ConvertKit team, who oversaw the implementation of Akismet.<br /></p>\n</div></div>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignwide has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns is-style-aks-design-block_03 has-white-color has-text-color is-layout-flex wp-container-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-style-aks-design-block_03_left is-style-aks-design-block_03_content is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"wp-block-heading\">428k +<br />Creators</h1>\n\n\n\n<p>Served by ConvertKit</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-style-aks-design-block_03_right is-style-aks-design-block_03_content is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"wp-block-heading\">20h saved<br />monthly</h1>\n\n\n\n<p>Per customer, by using Akismet</p>\n</div>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>We deep dive into what it takes to protect your company and your customers from spam at scale, and how you can follow a similar playbook to find the same peace of mind that ConvertKit now enjoys.<br /><br />You can expect to learn:<br /></p>\n\n\n\n<ol>\n<li>We deep dive into what it takes to protect your company and your customers from spam at scale, and how you can follow a similar playbook to find the same peace of mind that ConvertKit now enjoys.</li>\n\n\n\n<li>The process ConvertKit went through to implement Akismet as a solution to its spam problem.</li>\n\n\n\n<li>The benefits of using Akismet for ConvertKit, include time savings through automation, improved reputation, and zero-friction contact forms for the end-user.</li>\n\n\n\n<li>The results of using Akismet, include increased customer satisfaction, increased conversion rates by removing friction, and the ability to focus on delivering better features for customers.<br /><br /><br /></li>\n</ol>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Full Case Study</h3>\n\n\n\n<p>ConvertKit is the go-to marketing hub for the creator economy. Authors, musicians, podcasters, coaches, and many other creators choose ConvertKit to:<br /></p>\n\n\n\n<ul>\n<li>Grow an audience of email subscribers.</li>\n\n\n\n<li>Automate email marketing and turn that audience into fans.</li>\n\n\n\n<li>Sell digital products to those engaged fans.<br /></li>\n</ul>\n\n\n\n<p>And so far it’s going pretty well, I’d say. Over 428,000 creators are using ConvertKit to connect with over 565 million fans online. It’s widely known as the go-to platform for creators to build an audience, connect with them, and ultimately make a living online.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">The Problem</h3>\n\n\n\n<p>“It’s me, hi, I’m the problem, it’s me.” &#8211; Spam<br />Spam ruins everything, doesn’t it?<br /><br />Spammers want attention, and the ability to reach a large audience of people quickly and easily. This is why platforms like ConvertKit are a target for spammers. Think about it &#8211; contact forms, email automation, e-commerce &#8211; there are opportunities for spam everywhere.<br /><br />In ConvertKit’s case, the “cost of doing nothing” was far too high. The effects of spam, especially if not properly addressed, would trickle down to nearly every part of their business.</p>\n</div></div>\n</div></div>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large is-style-full-width-quote version-2\">\n<p>If we allow form submissions just wide open, what will happen is eventually a bunch of fake subscribers or email addresses will end up in customers accounts. And that has pretty significant downstream effects.”</p>\n<cite><strong>John Lunsford</strong>, Senior Engineer at ConvertKit</cite></blockquote>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<table><tbody><tr><td><strong>Billing</strong></td><td>“It affects our customers &#8211; our billing model is based on the size of the account. And we don’t want to bill them for garbage. We only want to bill them for real subscribers, so it’s a significant factor.”</td></tr><tr><td><strong>Creator&#8217;s Email Reputation</strong></td><td>“Another downstream effect is they’re sending to these email lists. And if the list isn’t great (includes fake/spam subscribers) then their send reputation goes down. And the deliverability reputation is huge. It has huge ramifications for the business”</td></tr><tr><td><strong>ConvertKit&#8217;s Reputation</strong></td><td>&#8220;If our customer&#8217;s send reputation goes down (because of spam), ConverKit&#8217;s reputation goes down as well. So there are some pretty significant effects that would happen if we didn&#8217;t do anything.&#8221;</td></tr><tr><td><strong>Little Fires Everywhere</strong></td><td>&#8220;We were sort of putting out fires. All of a sudden some IP addresses of ours were not delivering well and customers noticed. They see their emails landing in spam, which is horrible for them. That&#8217;s when we&#8217;d catch it &#8211; after the damage had been done. And there was a period of time when that was happening more than we liked. So that&#8217;s when we started implementing Akismet.&#8221;</td></tr></tbody></table>\n\n\n\n<div class=\"wp-block-group is-style-aks-enterprise-plan version-2-2 has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns alignwide is-style-aks-enterprise-plan_image_container is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-style-aks-enterprise-plan_image_container_left_content is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"large-text-3\">Curious about pricing?</p>\n\n\n\n<p class=\"is-style-aks-enterprise-plan_image_container_left_content_short_desc\">Whether you need spam protection for large networks, multisite installations, or something more custom, our team of experts is happy to help. We&#8217;ll learn more about your needs and come up with a no-pressure recommendation.</p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-left is-layout-flex wp-container-10 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button talk-to-our-team\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://akismet.com/talk-to-sales/\">Contact our enterprise team</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">The Solution</h3>\n\n\n\n<p>*Spoiler &#8211; it’s Akismet<br />Akismet has been blocking spam since spam was in diapers. That was 2005, to be clear. In that time, Akismet has blocked over 500 billion pieces of spam at a staggering 99.99% accuracy rate. How? Akismet gets smarter with each site that’s protected, and its advanced AI has learned from over 100 million sites.<br /><br />It was also built by Automattic, the team behind WordPress, WooCommerce, Tumblr, and many other tools that <strong><span>make the web a better place.</span></strong><br /><br />But accuracy and reliability weren’t the only factors for ConvertKit when looking for a solution. Considering the audience they serve, preserving conversion rates on forms was of utmost importance as well.<br /><br /><strong>Nobody Likes A Captcha<br /></strong>Adding Captchas to their customers’ forms would mean adding friction, and thus lower conversion rates. And that’s not what ConvertKit stands for. They want their creators to have access to forms with the highest conversion rates, while also being free from spam. Compromising one for the other just wasn’t an option.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-16 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<img src=\"https://akismet455732288.files.wordpress.com/2023/02/30398-3d.png?w=852&h=1024\" alt=\"\" class=\"wp-image-3017\" width=\"385\" height=\"462\" />\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>“To click or not to click?”</p>\n\n\n\n<img width=\"960\" height=\"942\" src=\"https://akismet455732288.files.wordpress.com/2023/02/c7a89-mask-group.png\" alt=\"\" class=\"wp-image-3018\" />\n</div>\n</div>\n\n\n\n<p>Romane Dagain, Senior Product Manager, explains, &#8220;What we&#8217;re trying to do is really to have this solution that takes care of all of that. So when you think about it, the creators value conversion here.&#8221;</p>\n\n\n\n<p>ConvertKit needed a solution that blocked spam without blocking conversions for their customers. Something that intelligently worked behind the scenes and wouldn’t add friction or make for a frustrating user experience.</p>\n</div></div>\n</div></div>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large is-style-full-width-quote version-2\">\n<p>”Um…using a Captcha is not ideal. And I think everyone here agrees with that.”</p>\n<cite><strong>Romane Dagain, Senior Product Manager</strong></cite></blockquote>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>One Solution For All</strong><br />Because ConvertKit&#8217;s audience is very diverse, they needed a solution that worked for everyone &#8211; not just their highest-paying customers. Romane explains, &#8220;We&#8217;ve got a very wide, wide range of people. We&#8217;ve got people who will be very tech-savvy. You&#8217;ve got people who are just starting. You&#8217;ve got people who have a very small email list, and you have really big stars. So we need to have something that is easy to use for all of them and is safe to do so. And I think for us, adaptability and reputation are very much like a competitive asset.&#8221;</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Results</h3>\n\n\n\n<p>“We don’t worry about spam anymore.”<br />ConvertKit went from &#8220;putting out fires&#8221; left by frequent spam attacks to the peace of mind of a solution that keeps them one step ahead of the spammers. And it was all possible using Akismet&#8217;s advanced AI to intelligently find and filter out spam.</p>\n</div></div>\n</div></div>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large is-style-full-width-quote version-2\">\n<p>”With Akismet, we don’t really have to think about spam prevention, which allows us to work on other things. It allows us to work on delivering better features for our customers that they care about – and that are visible to them. And we’re able to do that because of what Akismet is doing behind the scenes.”</p>\n<cite><strong>John Lunsford,</strong> Senior Engineer at ConvertKit</cite></blockquote>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>Automation</strong><br />The average Akismet customer saves 20 hours per month in time they used to spend manually sifting through user-submitted text. Set it and forget it, as they say.<br /><br />Jon says, “We moved from a place of putting out fires to now things are automated. We&#8217;re tracking stuff, we&#8217;re alerting on stuff. So now we know across our whole surface area if we have bot attacks. &#8220;<br /></p>\n\n\n\n<img width=\"1392\" height=\"706\" src=\"https://akismet455732288.files.wordpress.com/2023/02/65d6e-frame-2596.png?w=1024&h=519\" alt=\"\" class=\"wp-image-2959\" />\n\n\n\n<p> </p>\n\n\n\n<p><strong>The ConvertKit Package</strong><br />By far the biggest benefit Akismet has brought to ConvertKit is embedded into their product offering. They want to provide a platform where anyone can easily make a living online, and adding Akismet has allowed them to provide just that.<br /><br />Romane explains, &#8220;We&#8217;ve gotten to a place now where we&#8217;re really proud of where we stand and we&#8217;re trying to maintain that. So I think Akismet is now part of essentially just &#8216;The Convert Kit package&#8217;, it just comes with the idea that it&#8217;s safe to use. Our customers know we look after you, we take care of this stuff. You don&#8217;t even have to think about it. All you have to think about is write your content, send your emails, we&#8217;ll get it delivered and we&#8217;ll make sure it gets delivered to the right people.&#8221;<br /><br /><strong>“We Just Do This For You”</strong><br />If only every company looked after its customer base the way that ConvertKit does, there&#8217;d be a lot more happy customers. They needed to protect their customers from spam, but in a way that didn&#8217;t disrupt what their customers are trying to build for themselves. And by adding Akismet, ConvertKit now has a product offering that allows creators to build, engage, and make a living online &#8211; without ever seeing any downstream effects from spam. ConvertKit is protected by Akismet, and so are their customers.<br /><br />Jon puts it best, “From ConvertKit’s perspective, we&#8217;re able to confidently tell our customers by default, like, ‘we just do this for you’. There&#8217;s no additional cost. There&#8217;s nothing that you need to do. Just by default, there’s spam prevention going on in your forms.”<br /></p>\n</div></div>\n</div></div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-aks-enterprise-plan version-2-2 has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns alignwide is-style-aks-enterprise-plan_image_container is-layout-flex wp-container-25 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-style-aks-enterprise-plan_image_container_left_content is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"large-text-3\">Curious about pricing?</p>\n\n\n\n<p class=\"is-style-aks-enterprise-plan_image_container_left_content_short_desc\">Whether you need spam protection for large networks, multisite installations, or something more custom, our team of experts is happy to help. We&#8217;ll learn more about your needs and come up with a no-pressure recommendation.</p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-left is-layout-flex wp-container-23 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button talk-to-our-team\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://akismet.com/talk-to-sales/\">Contact our enterprise team</a></div>\n</div>\n</div>\n</div>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2023 12:45:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Drew Breaux\";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:134:\"Post Status: Sustainability Team • Supporting Organizations • Commercial &amp; Community Themes &amp; Plugins • Pattern Curation\";s:7:\"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://poststatus.com/?p=149632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://poststatus.com/sustainability-team-supporting-organizations-commercial-community-themes-plugins-pattern-curation/\";s: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:17742:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (June 12, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">The WordPress Sustainability Team has launched. What&#8217;s that? <br /><em>The main objective of the team is to embed sustainable practices into the WordPress community and its processes. We focus on ensuring longevity; socially, economically, and environmentally.</em><br /><br />Several organizations exist to support the work of WordPress, such as The WP Community Collective and HeroPress. Matt is proposing a way of displaying such supporting organizations.<br /><br />Filters arrive for Themes and Plugins around what are Commercial efforts and what are Community efforts, while the Patterns Directory ponders using filters for displaying all patterns associated with a theme.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fas_hospital kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Sustainability Team, Supporting Orgs, Commercial &amp; Community Themes &amp; Plugins, Pattern Curation</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f30d.png\" alt=\"🌍\" class=\"wp-smiley\" />  <a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">Proposal: establishment of a formal WordPress Sustainability Team</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f50c.png\" alt=\"🔌\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">New Filter Controls: Discover “Commercial” and “Community” in the Theme and Plugin Directory</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5bc.png\" alt=\"🖼\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">New curation filter in Pattern Directory</a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">Twenty Years of WordPress at WCEU</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-5\">\n<div class=\"wp-block-column is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-3\">\n<div class=\"wp-block-column is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CLI</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/\">WP-CLI v2.8.1 Release Notes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-0-release-notes/\">WP-CLI v2.8.0 Release Notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/06/14/contributor-working-group-mentorship-chat-agenda-june-15th-0700-utc-apac-emea-and-1600-utc-amer/\">Contributor Working Group: Mentorship Chat Agenda | June 15th 07:00 UTC (APAC/EMEA) and 16:00 UTC (AMER)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/12/community-team-training-10-understanding-gpl-compliance-for-wordcamp-and-meetup/\">Community Team Training #10: Understanding GPL Compliance for WordCamp and Meetup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/08/feature-idea-speaker-profile-block/\">Feature idea: Speaker profile block</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">What’s new in Gutenberg 16.0? (14 June)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/07/a-week-in-core-june-5-2023/\">Two Weeks in Core – June 5, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/07/core-editor-chat-summary-7th-june-2023/\">Core Editor chat summary: 7th June 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/06/whats-new-for-developers-june-2023/\">What’s new for developers? (June 2023)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/14/dev-chat-summary-june-14-2023/\">Dev Chat Summary, June 14, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/12/editor-chat-agenda-14-june-2023/\">Editor Chat Agenda: 14 June 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/06/06/design-share-may-22-jun-2/\">Design Share: May 22–Jun 2</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/06/12/documentation-team-update-june-12-2023/\">Documentation Team Update – June 12, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/05/15/is-wordpress-compatible-with-php-8/\">Is WordPress compatible with PHP 8?</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">New Filter Controls: Discover “Commercial” and “Community” in the Theme and Plugin Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">New curation filter in Pattern Directory</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/mobile-team-update-may-31st-2/\">Mobile Team Update – May 31st</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/12/last-week-openverse-2023-06-05-2023-06-12/\">A week in Openverse: 2023-06-05 – 2023-06-12</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/13/performance-chat-summary-13-june-2023/\">Performance Chat Summary: 13 June 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/05/17/plugin-review-team-update/\">Plugin Review Team Update</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/06/14/agenda-weekly-polyglots-chat-june-14-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – June 14, 2023 (07:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">Proposal: establishment of a formal WordPress Sustainability Team</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/06/summary-for-june-1st-support-team-meeting/\">Summary for June 1st Support Team Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/05/suggested-stance-on-the-use-of-ai-tooling/\">Suggested stance on the use of AI-tooling</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/06/14/sustainability-team-meeting-agenda-2023-06-16/\">Sustainability Team meeting agenda 2023-06-16</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/sustainability/2023/06/08/welcome/\">Welcome!</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/06/10/fse-program-rapid-revamp-summary/\">FSE Program Rapid Revamp Summary</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/07/fse-program-testing-call-24-momery-makeover/\">FSE Program Testing Call #24: Momery Makeover</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/12/test-team-update-12-june-2023/\">Test Team Update: 12 June 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/06/14/themes-team-meeting-notes-june-13-2023/\">Themes Team Meeting Notes –&nbsp;June 13, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/13/themes-team-update-june-13-2023/\">Themes team update June 13, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/06/12/training-team-meeting-recap-6-june-2023/\">Training Team Meeting Recap – 6 June, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/09/learners-can-now-submit-feedback-when-completing-a-course/\">Learners can now submit feedback when completing a course</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/08/wordcamp-europe-contributor-day-2023/\">WordCamp Europe Contributor Day 2023 Recap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/07/information-sources-for-6-3/\">Information Sources for 6.3</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/templates/\">Using Page Templates</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-switch-from-a-classic-to-a-block-theme/\">How to switch from a classic to a block theme</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-and-the-indieweb\">WordPress and the IndieWeb</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-own-your-expertise-start-speaking-at-wordpress-events-apac-2\">How to Own Your Expertise &amp; Start Speaking at WordPress Events APAC</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\">PHP 8.2.6 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-2\">PHP 8.1.19 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2023 01:36: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:18:\"Courtney Robertson\";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:64:\"Post Status: Launching a WordPress Product in Public: Session 17\";s:7:\"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://poststatus.com/?p=149628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-17/\";s: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:43583:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p><a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> continue the development of their new WordPress plugin, <a href=\"https://crop.express/\">Crop.Express</a>. In this episode, they discuss designing pricing plans and creating a compelling website homepage for their new product. They delve into the intricacies of annual and lifetime subscription options and the inclusion of site licenses for different customer segments. They also explore the balance between providing value and maintaining profitability. Throughout the conversation, they brainstorm ideas, share case studies, and weigh the pros and cons of various pricing strategies.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Consider customer preferences</strong>. It is critical to understand customer preferences and needs when determining pricing plans. Exploring options, such as lifetime licenses and differentiating plans based on the number of sites, can help you strike a balance between value and affordability for customers.</li>\n\n\n\n<li><strong>Seek feedback</strong>. Recognize the value of seeking feedback from others in relevant communities. Reach out for input and opinions. External perspectives can provide valuable insights and help refine your approach.</li>\n\n\n\n<li><strong>Focus on website messaging and design</strong>. Acknowledge the importance of presenting information in a coherent and engaging manner. Consider using design elements to enhance a website&#8217;s overall visual appeal and user experience.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads</a> </li>\n\n\n\n<li><a href=\"https://ithemes.com/backupbuddy/?=matchtype=b&keyword=backup%20buddy%20plugin&cid=14487028719&agid=132326792291&device=c&placement=&creative=629501906087&target=&adposition=&utm_source=google&utm_medium=cpc&utm_term=backup%20buddy%20plugin&utm_content=629501906087&utm_campaign=search+-+na+-+backup+-+buddy&gad=1&gclid=CjwKCAjw-IWkBhBTEiwA2exyOyk30qMKQEhBpuZK9jf3naRBMo4QTSmwsJyLWPePozHgvkpdOO3tOBoCOroQAvD_BwE\">BackupBuddy</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 17 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>C&amp;C 17</strong></p>\n\n\n\n<p>[00:00:00] <strong>Cory Miller:</strong> Webinar. Webinar is live. We&#8217;re live session Summit. Corey and Corey launching a product. Okay.&nbsp;</p>\n\n\n\n<p>[00:00:11] <strong>Corey Maass:</strong> So we all go up together. Yeah. You&#8217;re probably already standing, aren&#8217;t you? I am. Although you&#8217;re leaning.&nbsp;</p>\n\n\n\n<p>[00:00:19] <strong>Cory Miller:</strong> I&#8217;m leaning, standing, standing. Okay. Yep. We were, uh, just talking through a logo. We&#8217;ve had some revisions with the designer, and so Corey was sharing some of the thoughts.</p>\n\n\n\n<p>I think this is part of that journey is like, something&#8217;s always in the way, you know, that you gotta Yeah,&nbsp;</p>\n\n\n\n<p>[00:00:38] <strong>Corey Maass:</strong> exactly. Like, so yeah, I, you know, so the plugin is coming along really well. Um, but to do, uh, you know, to, to feel like you&#8217;re really moving forward, Uh, for branding and marketing, which we&#8217;ve talked about a bit in the last couple of weeks, we, we need the logo, which defines the colors.</p>\n\n\n\n<p>So the good news is we can, we can take the colors that we&#8217;ve got from the logo, um, and you know, and we can, and we can start moving forward with some things. But it&#8217;s, um, we approved the horizontal. So if you&#8217;re looking at my screen, um, I, what I think they&#8217;ve done. Which is fine. Uh, um. Is they took the, originally, I thought it was a white bar over, um, I think it&#8217;s Montserrat is the final font, which is great.</p>\n\n\n\n<p>Um, and I think what they&#8217;ve actually done is, is split it in half, which is fine because that that leaves No, my, my previous issue was there were like little triangles. Based on where they cut it. Um, and so the, the horizontal looks good now, but when you go over to the vertical, what they should have done is, is take the revision of the I M G from the [00:02:00] horizontal and applied it to the vertical.</p>\n\n\n\n<p>And I think they took us at our word that they, that we were like, you know, and the vertical&#8217;s. Okay. So they were just like, here it is, even though it&#8217;s inconsistent. So, One more revision. Um, and uh, and I, I mean, what&#8217;s great is, is they are giving us the e p s. You can see I&#8217;ve got Illustrator open in the background.</p>\n\n\n\n<p>Um, so I can mess around with it cuz I&#8217;m still not totally sold on. The, the vertical version, which is not their fault. Like they&#8217;ve done what we&#8217;ve said. Um, I, so I think we wanna go back to them and say, Hey, you know, please update the vertical, the i m g on the vertical based on the changes that you made to the I M G in the horizontal.</p>\n\n\n\n<p>And then&nbsp;</p>\n\n\n\n<p>[00:02:54] <strong>Cory Miller:</strong> really what you mean there is, is not just colors, but is it the bar where the bar is?&nbsp;</p>\n\n\n\n<p>[00:02:58] <strong>Corey Maass:</strong> Yeah. Yes. Yeah, yeah, yeah. The colors of the vertical are fine. Because we, we sort of defined that based on the website we sent them. Um, but you know, I guess it would be, yeah, it would be nice since it would be nice if they finished what they were doing kind of thing.</p>\n\n\n\n<p>Um, and then I think at some point you and I like, I think we go forward with this and this is part of us talking about, uh, you know, and, whoops, did I lose my microphone? There we go. Um, You know, part of the journey is, um, just pun just, just moving forward, you know? And so it&#8217;s like, I don&#8217;t. If they fix the bar, I&#8217;m content with putting this online.</p>\n\n\n\n<p>I&#8217;m not totally sold that, that this is actually the best vertical version, but at some point, you know, it, it&#8217;ll occur to us like, oh, the black should be the bottom third of each, or whatever. And. And I&#8217;ll go into, you know, either, we&#8217;ll, we&#8217;ll use them again and say, okay, we need another revision, or I&#8217;ll go in and make the change, but good enough for now or go once they make the change.</p>\n\n\n\n<p>So it&#8217;s at least consistent then good enough. And I was half joking that the, the real reason I&#8217;m in such a hurry is that, um, sticker Mule runs specials every week and so their coupons run out and inevitably that&#8217;s, um, so how, that&#8217;s how we end up with like 10 of the crop express coupon, the stickers that we don&#8217;t actually need.</p>\n\n\n\n<p>[00:04:42] <strong>Cory Miller:</strong> Nostalgia. Um, hey, so. Here, here&#8217;s my question. What, what are the things that you want changed here? Like, one thing that stick out, obviously the bar you want it moved up toward the top. Omg.&nbsp;</p>\n\n\n\n<p>[00:04:58] <strong>Corey Maass:</strong> No, I, all I want is, um, for them, I think I&#8217;ve even got it open, so I just want them to take the, the img. Oh. From here.</p>\n\n\n\n<p>Yeah. And, and put it where it&#8217;s supposed to, you know, replace what, what they had. So really, there&#8217;s&nbsp;</p>\n\n\n\n<p>[00:05:19] <strong>Cory Miller:</strong> two bars on the vertical version?&nbsp;</p>\n\n\n\n<p>[00:05:22] <strong>Corey Maass:</strong> Uh, I think there&#8217;s, I mean, so it&#8217;s like, oh, okay. Yeah. See how there&#8217;s, there&#8217;s that little carrot taken out right. Of, of the m. But on here, we had asked them to remove it, so there is none.</p>\n\n\n\n<p>Okay. So it&#8217;s like if they just update the i, the m and the G of the vertical version using the, the revised i m g of the horizontal, we&#8217;re, we&#8217;re done. Okay.&nbsp;</p>\n\n\n\n<p>[00:05:59] <strong>Cory Miller:</strong> So it, it occurs to me though, when you&#8217;re looking at this, the, the OMG fills letter spacing this wider mm-hmm. In the vertical than it is the horizontal.</p>\n\n\n\n<p>That&#8217;s maybe one of the things I was thinking of, like, can you copy and paste the horizontal into a new, so we can look at it real quick or just pull that IMG down or something so we can look at it. Yep. You see that letter space in here looks way tighter,&nbsp;</p>\n\n\n\n<p>[00:06:24] <strong>Corey Maass:</strong> which it will be because they&#8217;re putting the I under the O.</p>\n\n\n\n<p>So the O is so much wider.&nbsp;</p>\n\n\n\n<p>[00:06:32] <strong>Cory Miller:</strong> It still looks, but look at this space between the O and the M. It just feels loose. Mm-hmm. Yep. Here, I&#8217;ll show you. I&#8217;ll try it.&nbsp;</p>\n\n\n\n<p>[00:06:45] <strong>Corey Maass:</strong> Yeah. Um,&nbsp;</p>\n\n\n\n<p>[00:06:49] <strong>Cory Miller:</strong> like it, can you take the IMG right there and put and pull it underneath just to see how Yep, yep,&nbsp;</p>\n\n\n\n<p>[00:06:55] <strong>Corey Maass:</strong> yep.</p>\n\n\n\n<p>Showing off my. Amazing skills here, but yeah, if we matched Okay. The M and the G Well,&nbsp;</p>\n\n\n\n<p>[00:07:15] <strong>Cory Miller:</strong> hey, go up. Yeah, yeah, right there. Hold on just a second. Let&#8217;s look at that for a second.</p>\n\n\n\n<p>I don&#8217;t know the, the vertical version that they&#8217;ve got just feels. And&nbsp;</p>\n\n\n\n<p>I&nbsp;</p>\n\n\n\n<p>[00:07:29] <strong>Corey Maass:</strong> get it. Oh, I see. Yeah. The white space is so much more between all of the letters. Yeah. It&#8217;s just, just which I, which I suspect they did because they&#8217;re trying to match. It&#8217;s like if, if these are here, then, then it&#8217;s more pronounced.</p>\n\n\n\n<p>Yeah. Between the I and the M, like there&#8217;s no good answer for that right now.</p>\n\n\n\n<p>That looks&nbsp;</p>\n\n\n\n<p>[00:08:01] <strong>Cory Miller:</strong> better though to me. Yeah.&nbsp;</p>\n\n\n\n<p>[00:08:05] <strong>Corey Maass:</strong> So yeah, have &#8217;em have &#8217;em do a version where they&#8217;re like, literally put the i m G below the the OMG and center the eye and call it done.</p>\n\n\n\n<p>[00:08:18] <strong>Cory Miller:</strong> Can you move the eye over just so we can see? Yeah. See how it looks. For a second.&nbsp;</p>\n\n\n\n<p>[00:08:25] <strong>Corey Maass:</strong> Maybe I just did it. Huh?</p>\n\n\n\n<p>I don&#8217;t hate it. Right. It&#8217;s, yeah. It might be, it might be enough to go live with, and again, at some point it, it&#8217;ll occur to us what&#8217;s wrong with it or how to fix it. Yeah. Or, you know, we will have totally changed our branding by then or something. Okay.&nbsp;</p>\n\n\n\n<p>[00:08:52] <strong>Cory Miller:</strong> Hold on a second. Let me screenshot that. Okay. I mean, do you like the two bars on the vertical?</p>\n\n\n\n<p>[00:09:02] <strong>Corey Maass:</strong> I&#8217;m conflicted because when you get small it becomes unreadable. Right? And that&#8217;s honestly how most, most people are gonna see it. Most of the time. Like in, in the plug-in repo, you know, it, you can, you do okay. Where it&#8217;s there, but it&#8217;s like not contrasty enough. But like in most places it&#8217;s gonna end up small, small, and it just, you can&#8217;t read it at all.</p>\n\n\n\n<p>But I&#8217;m, I&#8217;m, I&#8217;m, I&#8217;m kind of, of the mind, like I said now of. Good enough, like this lets us go live and we can, we can change it. Okay. You know?</p>\n\n\n\n<p>Sounds good. Um, so cool. That&#8217;s that. So honestly, like I will just, I will stop mucking about with the one they sent. Um, and why don&#8217;t we just use this for now? Yeah. And essentially live with it, you know, but in, in the wild for a while and see how we feel about it. Okay. Um, cool. So that&#8217;s the logo. And then, um, a while ago on AppSumo, I signed up for a lifetime deal of ui, which lets you run te essentially like repeat, click, click, click.</p>\n\n\n\n<p>And so, um, I&#8217;ve been setting up testing cuz I&#8217;m sort of in the weeds with where I think everything&#8217;s working. But this way it at least clicks through and, um, makes sure that we have all the basic features.</p>\n\n\n\n<p>And then, um, Once that&#8217;s done, like I think we&#8217;re, I think the plugin version one is, is ready to go. Um, and so honestly, unless you have something else, what I was thinking was we might, like, while we&#8217;re sitting here for the next hour, 45 minutes, we&#8217;ve got, um, let&#8217;s take the wording that we came up with last week and just do a quick bang through of the homepage and plug it in.</p>\n\n\n\n<p>Okay.</p>\n\n\n\n<p>Nothing like building, building a website live. Is this you ui&nbsp;</p>\n\n\n\n<p>[00:11:51] <strong>Cory Miller:</strong> or something different?&nbsp;</p>\n\n\n\n<p>[00:11:53] <strong>Corey Maass:</strong> Uh, so this is our current homepage, omg img.co. Okay. And, uh, on the left and then on the right. Is the words we came up with last time. Okay, cool. So, uh, in builder. So let&#8217;s see. What&#8217;s cool is we do now have, um, did I close it?</p>\n\n\n\n<p>How I minimize it, file.</p>\n\n\n\n<p>We do now have colors</p>\n\n\n\n<p>again. I do not know Illustrator very well. One of the things that I always like to do on all of my websites is create a page called Assets.</p>\n\n\n\n<p>And here we say Diviv. Oops. Style.</p>\n\n\n\n<p>How was breakfast, by the way? Good. Good to see&nbsp;</p>\n\n\n\n<p>[00:13:16] <strong>Cory Miller:</strong> my grandfather, he&#8217;s 93 years old. Wow. Yeah. Good for him. He&#8217;s the OG entrepreneur.</p>\n\n\n\n<p>He sold his business about three, four months after I sold mine, but he had his longer. I told him, I said I might&#8217;ve beat him to that, but he beat me in longevity. He had a motorcycle dealership for 40&nbsp;</p>\n\n\n\n<p>[00:13:42] <strong>Corey Maass:</strong> years. Wow. What kind of motorcycles? Honda in Yamaha.&nbsp;</p>\n\n\n\n<p>[00:13:48] <strong>Cory Miller:</strong> Nice.</p>\n\n\n\n<p>I can&#8217;t remember if we talked about this. You&#8217;ve rid, you had a motorcycle that you showed me.&nbsp;</p>\n\n\n\n<p>[00:13:58] <strong>Corey Maass:</strong> Four-wheeler. Uh, I&#8217;m trying to have a motorcycle. Um, I, yeah, I owned it for about an hour and then, uh, it stopped running, which I knew was always going to be an issue cuz it&#8217;s, uh, 1982 something. But I hoped I could work on it, but in the end I couldn&#8217;t.</p>\n\n\n\n<p>Um, and the. The shop that it went to has now had it for a year, and I keep stopping by and I&#8217;m like bringing them donuts and stuff cuz I&#8217;m like, how do we move this forward? But so far, no, no joy.</p>\n\n\n\n<p>So you&#8217;re&nbsp;</p>\n\n\n\n<p>[00:14:45] <strong>Cory Miller:</strong> using Uber Builder and doing an assets page. That&#8217;s cool.&nbsp;</p>\n\n\n\n<p>[00:14:50] <strong>Corey Maass:</strong> Yeah, so this is what I do for, um, all of my sites, um, is like once I&#8217;ve got a color palette, um, usually I&#8217;m using, uh, colors, col, col coolers or whatever. Um, Look at that rainbow. That&#8217;s fantastic. I love those colors.&nbsp;</p>\n\n\n\n<p>[00:15:14] <strong>Cory Miller:</strong> So you create this within Beaver Builder to kind of reference within the website?</p>\n\n\n\n<p>[00:15:19] <strong>Corey Maass:</strong> Yeah. Like, uh, I&#8217;ll come in and I&#8217;ll drop in the logos. So it&#8217;s like, cuz inevitably, you know, you&#8217;re, you&#8217;re making changes live somewhere or. You know, you&#8217;re updating your Twitter account profile or your, you know, somebody&#8217;s like, oh, I, hey, could you send me a logo? You know, I&#8217;m interviewing you on a podcast and you send me a logo and you&#8217;re like, let me go look through a thousand folders to try to find that.</p>\n\n\n\n<p>Or you can just say, go to slash assets. Um, just kind of a, a habit I got into a while ago. Um, And then it also helps with like defining, you know, doing this kind of thing where it&#8217;s like, once you define, have your colors defined once you can save them, stuff like that. So anyway, um, so we&#8217;ll plug into logo later.</p>\n\n\n\n<p>Um, so words on the right, what&#8217;s, what&#8217;s the first one we want to go with? Like what I figure is this on the left will be a product shot. Sure.&nbsp;</p>\n\n\n\n<p>[00:16:27] <strong>Cory Miller:</strong> Let me find, uh, that doc you&#8217;re looking at. Website. Got it. Okay. Okay, cool.</p>\n\n\n\n<p>What about professional? Social images for your website in content.</p>\n\n\n\n<p>[00:17:10] <strong>Corey Maass:</strong> For your WordPress website. I always like to put in WordPress right up front so that people aren&#8217;t like, sure, I&#8217;m on Wick. Why can&#8217;t I use this? Yeah,</p>\n\n\n\n<p>it&#8217;s not. They have Montserrat. Whoops. Yep, I do. There it&#8217;s so wheat,</p>\n\n\n\n<p>extra bowl, ultra bowl.&nbsp;</p>\n\n\n\n<p>[00:17:41] <strong>Cory Miller:</strong> Boom.</p>\n\n\n\n<p>[00:17:52] <strong>Corey Maass:</strong> Bigger. I want bigger,</p>\n\n\n\n<p>and we can mess with this kind of stuff later, but if we get it to find so professional social images for your WordPress website and content. Okay. What if that&#8217;s&nbsp;</p>\n\n\n\n<p>[00:18:14] <strong>Cory Miller:</strong> what, if that&#8217;s the subhead and because see, we got in here because your image matters.</p>\n\n\n\n<p>What if we make that the headline and then professional social, you know, create mm-hmm. Professional social images for your workforce website and content so that, like the headline is because your l your image matters.</p>\n\n\n\n<p>[00:18:47] <strong>Corey Maass:</strong> So like swap the use basically? Yeah.&nbsp;</p>\n\n\n\n<p>[00:18:49] <strong>Cory Miller:</strong> Yeah. Because your image matters. I like that.</p>\n\n\n\n<p>[00:19:02] <strong>Corey Maass:</strong> I want the, cuz you&#8217;re, Because your images matter feels like better English. But&nbsp;</p>\n\n\n\n<p>[00:19:13] <strong>Cory Miller:</strong> overall, you know, I think it&#8217;s cuz your image mattered. Like, and that&#8217;s all of these things helps you with your, like, it&#8217;s more abstract than social images, you know,&nbsp;</p>\n\n\n\n<p>[00:19:25] <strong>Corey Maass:</strong> because your Oh, nice. Got it. Yeah. And the pun about. How people perceive you, your image and Oh, brilliant.</p>\n\n\n\n<p>Love it. Totally missed that. Um,&nbsp;</p>\n\n\n\n<p>[00:19:39] <strong>Cory Miller:</strong> and then for this, how about, it&#8217;s like an action ver that says transformer create professional social images for your WordPress website and content. Love it.&nbsp;</p>\n\n\n\n<p>[00:20:05] <strong>Corey Maass:</strong> And then of course a big button, not a button group. Not a button, which is right there.</p>\n\n\n\n<p>Buy it today. Purchase it. I never know what to do in these buttons.&nbsp;</p>\n\n\n\n<p>[00:20:24] <strong>Cory Miller:</strong> Yeah,</p>\n\n\n\n<p>buy, shoot. What&#8217;s the normal thing? Get started by, uh, pricing. Um, yeah, buy today works.</p>\n\n\n\n<p>Okay.</p>\n\n\n\n<p>Um, could you put image on the second line?</p>\n\n\n\n<p>Okay. Cool. Okay, so we got top, top header. I think that that, that&#8217;s a good start. Yep. Okay. Then we talked about, uh, benefits or on our web doc here we have the before and after.&nbsp;</p>\n\n\n\n<p>[00:21:27] <strong>Corey Maass:</strong> Mm-hmm. So if we did, yeah. So, uh, what, to me, what&#8217;s funny here would be. An image is worth a thousand words. The obvious. Yeah. Worth a thousand words.</p>\n\n\n\n<p>And then here we have</p>\n\n\n\n<p>like, obviously I have to create these, but a before and after. Yeah.&nbsp;</p>\n\n\n\n<p>[00:22:01] <strong>Cory Miller:</strong> Um, oh, I like that. So I like that because the image could have the before and the after, and then underneath we could have, you know, this list we talked about, like boring afterthought, stale homo placeholder, and then after a sparkle and ties hook, engaged in, compelling, something like that if we wanted to.</p>\n\n\n\n<p>Mm-hmm. I kinda though it&#8217;s like right, right at top, almost before above the fold. We have a really good explanation&nbsp;</p>\n\n\n\n<p>[00:22:28] <strong>Corey Maass:</strong> of.</p>\n\n\n\n<p>Yeah, so if like, we don&#8217;t need to repeat repo before and after, but, so I really like the idea of, um, so basically we, we use our own words to say,</p>\n\n\n\n<p>The first one to make it clear what&#8217;s going on here before and after. But then you&#8217;d say boring.&nbsp;</p>\n\n\n\n<p>[00:23:07] <strong>Cory Miller:</strong> Um, oh yeah, boring still. Afterthoughts, homogenized, placeholder,&nbsp;</p>\n\n\n\n<p>[00:23:17] <strong>Corey Maass:</strong> right? And so it&#8217;s like,</p>\n\n\n\n<p>So something like that. So it&#8217;s like before, before, after. Okay. Here&#8217;s an, here&#8217;s a simple example. Here&#8217;s an, here&#8217;s another example of, you know, the landscape and then the enticing. So it&#8217;s like, you know, we&#8217;re repeating without having to repeat. Before, after, before, after, before, after. Over and over again.</p>\n\n\n\n<p>That&#8217;s cool. That&#8217;s a good idea.</p>\n\n\n\n<p>Snail boring and I really like placeholder. And we could do something like, you know, from placeholder. Yeah.&nbsp;</p>\n\n\n\n<p>[00:24:01] <strong>Cory Miller:</strong> From, oh, I like that. From boring to enticing, from placeholder to engaging or whatever that is.</p>\n\n\n\n<p>[00:24:23] <strong>Corey Maass:</strong> Yeah,</p>\n\n\n\n<p>I know my text is wrong, but</p>\n\n\n\n<p>oops.</p>\n\n\n\n<p>Um, what&#8217;s the right arrow</p>\n\n\n\n<p>or after from boring to engaging from placeholder. Oh, we already did. Engaging,</p>\n\n\n\n<p>oh, bo from boring to enticing from placeholder to engaging something like that.</p>\n\n\n\n<p>I like that.</p>\n\n\n\n<p>Please hold her. So there, there, I feel like we&#8217;ll want a, a noun. Yeah. I&#8217;m boring to engaging. I like better. And then from placeholder to quite well presentable, placeholder to powerful, placeholder to hummus. I don&#8217;t know. Um,&nbsp;</p>\n\n\n\n<p>[00:25:48] <strong>Cory Miller:</strong> I like that. We&#8217;ll wanna nail the photos, but that&#8217;s, that&#8217;s the product. Um, yeah, I think that&#8217;s great, man.</p>\n\n\n\n<p>Okay. We&nbsp;</p>\n\n\n\n<p>[00:25:55] <strong>Corey Maass:</strong> can do, hold on. Lemme get the right green.</p>\n\n\n\n<p>Row settings</p>\n\n\n\n<p>safe. Okay.</p>\n\n\n\n<p>And then</p>\n\n\n\n<p>benefits. Benefits. Um,</p>\n\n\n\n<p>No more boring afterthought, stale&nbsp;</p>\n\n\n\n<p>[00:26:32] <strong>Cory Miller:</strong> images. I wonder if we say stale. No more stale images since we use Born and Afterthought Above. Mm-hmm. Um,</p>\n\n\n\n<p>entice people to click. See. How many sections&nbsp;</p>\n\n\n\n<p>[00:26:52] <strong>Corey Maass:</strong> do we have? Three. Okay. Well, uh, you know, we can have as many as we want. It was just, okay,&nbsp;</p>\n\n\n\n<p>[00:27:01] <strong>Cory Miller:</strong> so I think, let&#8217;s see. No more still images entice. Do we use entice about entice people to click more value in your images? Uh, I think if we did three, it&#8217;d be no more.</p>\n\n\n\n<p>Stella Images entice people to click Stay in your WordPress workflow.</p>\n\n\n\n<p>[00:27:35] <strong>Corey Maass:</strong> Nice people to click with.</p>\n\n\n\n<p>Valuable content right inside your image or something like that.</p>\n\n\n\n<p>And then what was the last one? Stay&nbsp;</p>\n\n\n\n<p>[00:27:53] <strong>Cory Miller:</strong> in your WP Workflow.</p>\n\n\n\n<p>[00:28:11] <strong>Corey Maass:</strong> No more jumping from app to app. Yep. To make your images&nbsp;</p>\n\n\n\n<p>[00:28:23] <strong>Cory Miller:</strong> shine.</p>\n\n\n\n<p>Okay. And then, so did you just load a standard Beaver builder page, or do you, is this a template you use for stuff?&nbsp;</p>\n\n\n\n<p>[00:28:42] <strong>Corey Maass:</strong> I just, we, there was one of the websites we were looking at that was just like, there are these rows, and so I just banged out some rows. Awesome. So this is, you know, I have, I have no religion about this page whatsoever.</p>\n\n\n\n<p>We can, yeah. I was just kidding. Massage this any number of ways.&nbsp;</p>\n\n\n\n<p>[00:29:02] <strong>Cory Miller:</strong> So I think that section is benefits. Then we get down to brass tacks of like features. Okay.&nbsp;</p>\n\n\n\n<p>[00:29:12] <strong>Corey Maass:</strong> So, yeah, let&#8217;s for the sake of, I never want to actually like, say benefits, but for the sake of our knocking this out, this is benefits, this is features.</p>\n\n\n\n<p>[00:29:43] <strong>Cory Miller:</strong> I always like seeing how other people do this stuff cuz.&nbsp;</p>\n\n\n\n<p>[00:29:48] <strong>Corey Maass:</strong> Well, exactly. That was part of why I figured we&#8217;d do it live. Cuz it&#8217;s like, cool, let&#8217;s, you know, somebody else can, who has never seen Beaver Builder can check it out and or you know, has never knocked together. So I, and I love what we did. Like normally I&#8217;d be sitting here staring at text boxes.</p>\n\n\n\n<p>Yeah. Whereas you and I did the words in a Word doc, which is so much smarter, but I&#8217;m usually too impatient to do that. Yeah. So, um, So I have a feeling that we can,</p>\n\n\n\n<p>actually, why don&#8217;t I just do this,</p>\n\n\n\n<p>rose</p>\n\n\n\n<p>benefits, we&#8217;ll say duplicate.</p>\n\n\n\n<p>Then features.</p>\n\n\n\n<p>Almost one click.</p>\n\n\n\n<p>Post product</p>\n\n\n\n<p>or podcast info, right? Add info, right. Into your</p>\n\n\n\n<p>featured image, um, keyword stuffing, and I don&#8217;t know that it actually reads as English, but</p>\n\n\n\n<p>featured image, so people want to click more something.</p>\n\n\n\n<p>Um, beautiful, versatile templates, shoes from.</p>\n\n\n\n<p>Whoops. I got it.</p>\n\n\n\n<p>So,</p>\n\n\n\n<p>Customization,</p>\n\n\n\n<p>um, your. And colors</p>\n\n\n\n<p>and fonts or&nbsp;</p>\n\n\n\n<p>[00:35:10] <strong>Cory Miller:</strong> consistent.</p>\n\n\n\n<p>[00:35:17] <strong>Corey Maass:</strong> Keep going. Keep going. We got two more.&nbsp;</p>\n\n\n\n<p>[00:35:21] <strong>Cory Miller:</strong> Let&#8217;s see. Um, each pose, beautiful templates, customization.</p>\n\n\n\n<p>Oh, you can download images. Hmm. Uh, create images by social channel&nbsp;</p>\n\n\n\n<p>[00:35:44] <strong>Corey Maass:</strong> customization, um, or channel, uh,</p>\n\n\n\n<p>[00:35:57] <strong>Cory Miller:</strong> Middle size,&nbsp;</p>\n\n\n\n<p>[00:36:00] <strong>Corey Maass:</strong> uh oh. Right. Um, create once, use everywhere. Um, create an image and then resize it for, um, open graph.</p>\n\n\n\n<p>Instagram, Twitter, Facebook, LinkedIn. What&#8217;s the only fans? Um, what&#8217;s the, the ultra white. Ultra Ultra White. Ultra right? Conservative. We should, we&#8217;ll, we&#8217;ll just keyword stuff. All of these, you know. Um, Open graph, Facebook, LinkedIn, and Twitter. Any other channel you yeah.&nbsp;</p>\n\n\n\n<p>[00:36:59] <strong>Cory Miller:</strong> Need capitalize that T real quick.</p>\n\n\n\n<p>Yep. Thank you. Yep. Thank you. Thank you. Hey, this might be a nuance, but is op open graph not two words?&nbsp;</p>\n\n\n\n<p>[00:37:09] <strong>Corey Maass:</strong> That is a great question. Facebook open. Yeah. Open graph. Two words.&nbsp;</p>\n\n\n\n<p>[00:37:21] <strong>Cory Miller:</strong> Okay. So we need to change that up at the top too. Yeah. Or somewhere we did it somewhere else.</p>\n\n\n\n<p>Maybe that was it. I thought there was something above. But</p>\n\n\n\n<p>you gonna write a note on our thing? Like we needed a, what is open graph? Hmm.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>you know, all the social software do these, what sizes are what, but it&#8217;s still good content that people want to reference even though we&#8217;ve got it baked in. Yeah. So, Some sort images by</p>\n\n\n\n<p>at the bottom of this document.</p>\n\n\n\n<p>So we got six. Mm-hmm. I think that&#8217;s a good start. I&#8217;m trying to think if we&#8217;ve missed anything. I mean, you can save &#8217;em as projects. That&#8217;s one. I mean, really it&#8217;s a social image generator regardless of the content I. Create images in there. So it&#8217;s a social image generator. But, um, just talking out. Thanks.</p>\n\n\n\n<p>Make sure I didn&#8217;t miss anything. We already have size. Do we have sizing somewhere? No, no. I dot Maybe that&#8217;s not a customization. Customizing and resize. No, I don&#8217;t know. See,&nbsp;</p>\n\n\n\n<p>[00:39:28] <strong>Corey Maass:</strong> right. The resizing we&#8217;ve got. Create once. Use everywhere.</p>\n\n\n\n<p>So open graph images for your site, open graph images for each post page, et cetera. Oh, each post</p>\n\n\n\n<p>or page. Beautiful, versatile templates. Use our bespoke templates to match your branding or upload your own customization. Um,</p>\n\n\n\n<p>tweak.</p>\n\n\n\n<p>Oops.</p>\n\n\n\n<p>[00:40:36] <strong>Cory Miller:</strong> Make sure and save. What&#8217;s that? Make sure and save. Yeah. Is it auto save or do you need to save&nbsp;</p>\n\n\n\n<p>[00:40:45] <strong>Corey Maass:</strong> it every now and then? Um, I think it sort of does, but we can publish as we go cuz it can&#8217;t be any worse than the placeholder We already have Command&nbsp;</p>\n\n\n\n<p>[00:40:52] <strong>Cory Miller:</strong> s Man, that&#8217;s my, uh, mantra.&nbsp;</p>\n\n\n\n<p>[00:40:57] <strong>Corey Maass:</strong> Command s Yeah. Yeah. I really, that&#8217;s sorry about the dog.</p>\n\n\n\n<p>Um, yeah, I like, I&#8217;ve gotten used to like the, Um, code editor. I used Auto Saves and like here in ui, like it just saves as you go, which I&#8217;m always grateful&nbsp;</p>\n\n\n\n<p>[00:41:15] <strong>Cory Miller:</strong> for. It&#8217;s funny, the old days, you know, you had to command s everything and I still want to do it even box. Yep. So next session section is plans.&nbsp;</p>\n\n\n\n<p>[00:41:29] <strong>Corey Maass:</strong> So yeah, we, we will want testimonials, but we don&#8217;t have any yet.</p>\n\n\n\n<p>I&nbsp;</p>\n\n\n\n<p>[00:41:39] <strong>Cory Miller:</strong> mean, in Lugo testimonials, we can say, see it in action, you know? Hmm. With the post status stuff,</p>\n\n\n\n<p>[00:41:50] <strong>Corey Maass:</strong> we call that a, um, what do they call it? A case study. Yeah.</p>\n\n\n\n<p>A studies. So how do we want to present this, I guess is the. The question, the case study? Yeah, I, I guess just like a picture. I don&#8217;t know,&nbsp;</p>\n\n\n\n<p>[00:42:40] <strong>Cory Miller:</strong> I think we pushed this maybe down below, um, plans for now, but that&#8217;s just a first reaction. Um, yeah, I see it in action.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>[00:42:58] <strong>Corey Maass:</strong> It&#8217;s okay. So yeah, if here we had,</p>\n\n\n\n<p>so down here we said see it in action, see it in action. And then here we have plans. So plans on the homepage? I think so. Okay. Um,</p>\n\n\n\n<p>so we&#8217;re not doing free, right? Um, so currently I think we&#8217;re talking about annual Yeah. And lifetime.</p>\n\n\n\n<p>I&nbsp;</p>\n\n\n\n<p>[00:43:58] <strong>Cory Miller:</strong> think a lifetime with the cab, you know, the caveats we discussed, which is sport for one year. But, uh, you know, lifetime upgrades I think is a good starter thing that we know will probably go away. Mm-hmm. Yeah. Um, so we could have an, we could have annual B two thing, well,</p>\n\n\n\n<p>one site. Lots of, oh. Um,&nbsp;</p>\n\n\n\n<p>[00:44:31] <strong>Corey Maass:</strong> do we want to do it that way? Yeah. E D D C E. Um, easy digital download supports. So annual and lifetime, and then also number of sites. And I tend to be a big baby about it because, uh, I always just am happier as a customer when it&#8217;s unlimited sites. But I think we can, there&#8217;s.&nbsp;</p>\n\n\n\n<p>[00:45:07] <strong>Cory Miller:</strong> No, I get you there.</p>\n\n\n\n<p>What if we did, um, like the solo, you know, they just have one site. Mm-hmm. And then we did the kind of freelancer agency bundle, and that&#8217;s how we kind of differentiated. So like one site is like, I just want the one. Yep. Uh, and then, um, for that avatar, and then for the agencies, we just say like, it&#8217;s the bundle, the.</p>\n\n\n\n<p>Annual unlimited or the lifetime thing? That could be okay. That could be our three plans. I&#8217;m just talking this out with you&nbsp;</p>\n\n\n\n<p>[00:45:45] <strong>Corey Maass:</strong> though. Yeah, yeah, for sure. Um, so we&#8217;re talking about solo one site. Yeah. Basically&nbsp;</p>\n\n\n\n<p>[00:45:56] <strong>Cory Miller:</strong> the</p>\n\n\n\n<p>main, you know, It&#8217;s funny. So let me give you a quick case study. So backup buddy for instance, it they form that form, that product formulated all their pricing plans and mm-hmm. Uh, definitely you see that within the industry, but it was our first big one back in 2010. And so, but our thesis was meant for a backup plugin.</p>\n\n\n\n<p>You need a two side plugin. What if your side goes down? You need another one. So we started, we, we sold two side plans. Now, That, that sounds very like reasonable, right? People would say, every now and then, do you just have a one side version? You&#8217;re like, are you</p>\n\n\n\n<p>it? It&#8217;s almost like this. It&#8217;s this funny thing within product stuff. It&#8217;s like, why am I paying for more than I need? And you&#8217;re like, okay. So I tend to think there&#8217;s some terminology we put around here. It&#8217;s just like you have a website, a blog, whatever that is. Maybe it&#8217;s the content creator package, um, and web, we just need one, but that needs to be probably higher because why wouldn&#8217;t you just go ahead and get, um,</p>\n\n\n\n<p>and then I think the,</p>\n\n\n\n<p>hold on just a second. And then, yeah, agency plan and lifetime Limited, limited&nbsp;</p>\n\n\n\n<p>[00:47:32] <strong>Corey Maass:</strong> lifetime. So how many sites? So it&#8217;s like, yeah. Okay. Yeah, if you want. So it&#8217;s um, we&#8217;re just mocking this up here. Do, do text editor. So it&#8217;s like website.</p>\n\n\n\n<p>One site license. Yep.</p>\n\n\n\n<p>Agency</p>\n\n\n\n<p>what? 10, 20. I mean, this is an arbitrary number. Yeah. Let&#8217;s start with 10. So 10 site licenses. Yep. Annual subscription. Yep.</p>\n\n\n\n<p>And then</p>\n\n\n\n<p>way get out of the way.</p>\n\n\n\n<p>And then limited lifetime. This is</p>\n\n\n\n<p>100. Site licenses. Yeah, there you go.&nbsp;</p>\n\n\n\n<p>[00:48:55] <strong>Cory Miller:</strong> There you go. Because it&#8217;s not really unlimited for everything. [00:49:00] Yeah. Let&#8217;s see. That, uh, we use on purchase up time. Updates only support one year. Support&nbsp;</p>\n\n\n\n<p>[00:49:09] <strong>Corey Maass:</strong> one year.&nbsp;</p>\n\n\n\n<p>[00:49:10] <strong>Cory Miller:</strong> So many people paying this, but I go, no, it&#8217;s not unlimited Everything. Right. Support is what it costs us.</p>\n\n\n\n<p>We&#8217;re gonna be doing updates for this for foreseeable future. So like that&#8217;s already built in. But support is extra now. People still don&#8217;t read, don&#8217;t think about it. They put it off, don&#8217;t. But I, I think, you know, we, we do a one to three month type thing. Seat, our initial customer list. Mm-hmm. Use them for feedback, bugs, stuff like that.</p>\n\n\n\n<p>New ideas. And then we just take that down. That&#8217;ll give us some&nbsp;</p>\n\n\n\n<p>[00:49:44] <strong>Corey Maass:</strong> cash too. Oh, whoops. I&#8217;m doing these backwards. Yeah.</p>\n\n\n\n<p>So one site license.</p>\n\n\n\n<p>Yep. Annual subscription agency, 10 site licenses, annual subscription, limited lifetime, and hundred site licenses. One time purchase updates forever. And this is, this is where most agencies will probably jump anyway, right? Cuz it&#8217;s like, just buy it, you know, if it&#8217;s, uh, I think we&#8217;d talked about like 50 bucks.</p>\n\n\n\n<p>You know, 300 bucks, 500 bucks, whatever it is. Yeah. They&#8217;ll just go, you know what, it&#8217;s 500 bucks and we never have to think about it again. Of course we&#8217;re gonna do it. Yeah. Hey&nbsp;</p>\n\n\n\n<p>[00:50:39] <strong>Cory Miller:</strong> Corey, I&#8217;m sorry for being late today. I need to spin down about five minutes, but here&#8217;s my, here&#8217;s my thought on this. Let&#8217;s think, let&#8217;s anchor ourselves for a moment in lifetime and, uh, the lifetime price and let&#8217;s go.</p>\n\n\n\n<p>Okay. It&#8217;s unlimited. We&#8217;re gonna for the goal of one, to get cash and also to seed our customer base for features, all that kind of stuff. Um, and then I think we go down, down this box to the left. Mm-hmm. And like, really, I think for this initial thing, we want people in lifetime cause we wanna see that group.</p>\n\n\n\n<p>You know, maybe it&#8217;s the first a hundred people and then kind of close off, but. I think that could help us price the agency and website stuff because honestly, we&#8217;ll want that higher to push &#8217;em up to lifetime, um, for the beginning in, in my mind. Um, so how does, how does that sound like as far as what, what, what, if we go with that for a second, what price will we want to do that?</p>\n\n\n\n<p>Unlimited or lifetime unlimited bundle. So the&nbsp;</p>\n\n\n\n<p>[00:51:49] <strong>Corey Maass:</strong> rule of thumb that I go by for lifetime is three years. And, uh, and then here we&#8217;re introducing number of sites. So it&#8217;s how much, how much value per site times three years. And like we are, we&#8217;re saying, you know, a hundred sites, but realistically, you know, it&#8217;s.</p>\n\n\n\n<p>Kind of like you say, three years. Most people subscribe between two and 300 site licenses. May as well be unlimited, unless you are some bananas agency or you&#8217;re cranking out, um, just click bait websites. But so it&#8217;s like 20 sites times three years. Yeah, something like that. And so if it&#8217;s. Because it&#8217;s a big fat discount.</p>\n\n\n\n<p>If you were at $30 times, 20 sites times three years, you&#8217;re talking about 1800 bucks, which I just can&#8217;t, like that&#8217;s, that&#8217;s the value. But for a new product, I think people are gonna be like, the hell are you thinking?</p>\n\n\n\n<p>So I, I guess I, I hear your, uh, your thought process to me. 1, 1 1 website currently, because it&#8217;s a new product, $50 feels about right. And so then it&#8217;s, so let if, if one website, if this is $50, then agency is $40 per site times 10 sites, and then Lifetime knocks it down to $30 per site. But obviously we can&#8217;t multiply it by 99 or by a hundred.</p>\n\n\n\n<p>But do you know what I mean? Like Yeah. To me that&#8217;s the discount. You&#8217;d kind of, you know, buy in bulk discount. The way we&#8217;re thinking about this. So it&#8217;s like, if this was,</p>\n\n\n\n<p>you gotta go. So this might, you know, maybe we leave this as a thought experiment. Yeah. Um, if that&#8217;s 49</p>\n\n\n\n<p>and then that&#8217;s,</p>\n\n\n\n<p>I have no idea. Because it&#8217;s like 40 times. I mean, for 150% you get 10, 10 x the value,</p>\n\n\n\n<p>and you&#8217;re making&nbsp;</p>\n\n\n\n<p>[00:54:46] <strong>Cory Miller:</strong> easy, easy math for &#8217;em.&nbsp;</p>\n\n\n\n<p>[00:54:49] <strong>Corey Maass:</strong> That&#8217;s kind of what I&#8217;m, yep. So backwards 1 49.</p>\n\n\n\n<p>Stick. It&#8217;s doing something weird.</p>\n\n\n\n<p>So something like that. Yeah.&nbsp;</p>\n\n\n\n<p>[00:55:21] <strong>Cory Miller:</strong> Let&#8217;s simmer on this. Um,</p>\n\n\n\n<p>[00:55:31] <strong>Corey Maass:</strong> So yeah, we&#8217;ve got, right now we&#8217;ve at least got benefits and features on the homepage, stubbed out, and then pricing. We can, people watching, listening, please weigh in. We don&#8217;t have the biggest viewership in the world, but anybody who who does have an opinion on this would be great. Um, and it would actually, so maybe we.</p>\n\n\n\n<p>Um, post this in post status business and I might post this also in MegaMaker and just say, what do people think about this? I think it would be neat. Um, we might or might not listen to anybody, but it would be interesting to get people&#8217;s thinking about it. I agree. Um, and, um, Disclaimer, we should have said this before.</p>\n\n\n\n<p>Nobody is allowed to hold us to what they just saw, um, or any of these conversations. Um,&nbsp;</p>\n\n\n\n<p>[00:56:25] <strong>Cory Miller:</strong> but okay. Well, today, to summarize what we&#8217;ve talked about, I&#8217;m trying to do this more so it&#8217;s on the recording. Um, we&#8217;ve talked about logo. We worked on website homepage, features and benefits, pricing. Um, and now we got some next steps.</p>\n\n\n\n<p>What are those?&nbsp;</p>\n\n\n\n<p>[00:56:51] <strong>Corey Maass:</strong> So thinking about this stuff, um, tweaking these 10 sites, annual</p>\n\n\n\n<p>100 sites, lifetime. What do you say? One year? One year of support? Yeah. Lifetime updates. Um, okay. So yeah, I think we think about, we think about pricing, um, have some conversations with people about that. Think about the words that we&#8217;ve put on this website, and if there isn&#8217;t a way to. Massage them so that they&#8217;re a bit more coherent, less brain dump.</p>\n\n\n\n<p>Um, you know, and then also I think I may, I may take a pass of, um, we&#8217;ve bookmarked a few sites that we like a design of, so I try to actually bring some design to this so that it&#8217;s not just stripes of color. Sounds good.&nbsp;</p>\n\n\n\n<p>[00:57:54] <strong>Cory Miller:</strong> Cool. All right, man. Good progress. Thank you. Yeah. Good work today.&nbsp;</p>\n\n\n\n<p>[00:58:01] <strong>Corey Maass:</strong> Chat soon. Okay, bye.</p>\n\n\n\n<p></p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2023 22:38: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: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: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:70:\"WPTavern: Gutenberg 16.0 Introduces Page Management in the Site 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:30:\"https://wptavern.com/?p=145866\";s:7:\"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://wptavern.com/gutenberg-16-0-introduces-page-management-in-the-site-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:3078:\"<p><a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">Gutenberg 16.0</a> was released today with page management now available inside the Site Editor. This is the first step towards a more unified experience of editing both content and design. </p>\n\n\n\n<p>Users can now <a href=\"https://github.com/WordPress/gutenberg/pull/50565\">create new pages</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/50565\">view page details in the sidebar</a>, an experience that is very similar to editing a page in the block editor except it keeps the process inside the flow of design editing.</p>\n\n\n\nvideo credit: <a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">Gutenberg 16.0 release post</a>\n\n\n\n<p>&#8220;This means you can practically build out a website without leaving the Site Editor, which speeds up the site creation process, makes it easier to see what the final result will look like, and reduces the overall cognitive load of switching between editors,&#8221; Automattic-sponsored core contributor Nick Diego said.</p>\n\n\n\n<p>This update to the Site Editor will be available in the upcoming WordPress 6.3 release, along with the Details block, which has been <a href=\"https://github.com/WordPress/gutenberg/pull/50997\">stabilized in Gutenberg 16.0</a> and is no longer under the Experimental flag. The implementation was <a href=\"https://github.com/WordPress/gutenberg/pull/49808\">scaled back to be more simple</a> by including the summary as part of the block itself.</p>\n\n\n\n<img />\n\n\n\n<p>The Command Center, created to be an extensible quick search for jumping to other pages or templates inside the editor, has come out of the experimental stage as well in Gutenberg 16.0. This is another major feature coming to core in the next release, and <a href=\"https://github.com/WordPress/gutenberg/pull/51169\">its API is also now public</a>, opening the possibility for developers to create custom commands.</p>\n\n\n\n<p>A few other user-facing highlights in this release of the plugin include the following: </p>\n\n\n\n<ul>\n<li>Unlinked spacing controls have been <a href=\"https://github.com/WordPress/gutenberg/pull/50660\">optimized and condensed</a> to take up less space in the settings UI</li>\n\n\n\n<li>Block spacing and layout controls <a href=\"https://github.com/WordPress/gutenberg/pull/49050\">added to Post Template block</a>, so users can control the space between posts inside the editor</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/50726\">Improvements to List View</a> that make it easier to drag to the top and bottom-most positions</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/51101\">Add <code>delete</code> action</a> for pages in navigation sidebar</li>\n</ul>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/#dimensions\">release post</a> for more details on all the enhancements, bug fixes, and tooling, accessibility, and performance updates included in Gutenberg 16.0.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2023 21:56: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: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:84:\"WPTavern: WooCommerce Stripe Gateway Plugin Patches Security Vulnerability in 7.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:30:\"https://wptavern.com/?p=145864\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/woocommerce-stripe-gateway-plugin-patches-security-vulnerability-in-7-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:2324:\"<p>Patchstack is <a href=\"https://patchstack.com/articles/unauthenticated-idor-to-pii-disclosure-vulnerability-in-woocommerce-stripe-gateway-plugin/\">reporting</a> an Insecure Direct Object References (IDOR) vulnerability in <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\" target=\"_blank\">WooCommerce Stripe Gateway</a>, the most popular WooCommerce Stripe payment plugin with more than 900,000 active users. It was discovered by Patchstack researcher Rafie Muhammad on April 17, 2023, and patched by WooCommerce on May 30, 2023, in version 7.4.1.</p>\n\n\n\n<p>The security advisory describes the vulnerability as follows: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This vulnerability allows any unauthenticated user to view any WooCommnerce order’s PII data including email, user’s name, and full address. The described vulnerability was fixed in version <strong>7.4.1</strong> with some backported fixed version and assigned <strong>CVE-2023-34000</strong>.</p>\n</blockquote>\n\n\n\n<p>It was assigned a <a href=\"https://patchstack.com/database/vulnerability/woocommerce-gateway-stripe/wordpress-woocommerce-stripe-payment-gateway-plugin-7-4-0-insecure-direct-object-references-idor-vulnerability\">high severity CVSS 3.1 score of 7.5</a> and added to the Patchstack database on June 13. </p>\n\n\n\n<p>The vulnerability affects versions 7.4.0 and below. Although the patch from WooCommerce has been available for two weeks, more than 55% of the plugin&#8217;s user base is running on versions older than 7.4 and it&#8217;s not clear how many 7.4.x users are on the latest version.</p>\n\n\n\n<img />\n\n\n\n<p>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\" target=\"_blank\">WooCommerce Stripe Gateway</a> plugin&#8217;s changelog for version 7.4.1 includes two short notes and doesn&#8217;t elaborate on the severity of the security update:</p>\n\n\n\n<ul>\n<li>Fix – Add Order Key Validation.</li>\n\n\n\n<li>Fix – Add sanitization and escaping some outputs.</li>\n</ul>\n\n\n\n<p>Patchstack&#8217;s security advisory includes more technical details about underlying vulnerabilities fixed in this update. It is not yet known to have been exploited but store owners are encouraged to update to the latest 7.4.1 version as soon as possible.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2023 18:08: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: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: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:75:\"WPTavern: #79 – Robert Abela on How to Keep Your WordPress Website Secure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=145822\";s:7:\"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:89:\"https://wptavern.com/podcast/79-robert-abela-on-how-to-keep-your-wordpress-website-secure\";s: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:55986:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how to keep your WordPress website secure.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you, or your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Robert Abela. Robert is the CEO and founder of Melapress, formerly known as WP White Security. They make niche WordPress security and admin plugins. He has over 18 years of experience in the IT and software industries and has written numerous web security articles and white papers.</p>\n\n\n\n<p>We all know that your website is potentially under attack 24 hours a day, 365 days of the year. But why is that? And what can we do to mitigate that risk?</p>\n\n\n\n<p>Robert talks about the security of WordPress Core and how it&#8217;s matured over the years. He feels that in most cases, it&#8217;s not the Core of WordPress that you need to be concerned about, rather the array of plugins and themes which are added on top. The unique cocktail of software that you add to your site makes it challenging for security products to secure it.</p>\n\n\n\n<p>That being said, Robert is optimistic that there are strategies you can adopt which will make your site less likely to fall prey to malicious actors or bots. Updating plugins on a regular basis, keeping fresh backups and the monitoring of logs, all play a vital role and a straightforward to do.</p>\n\n\n\n<p>Robert is also at pains to point out that this is not a one-click or one time fix. You&#8217;re going to need to dedicate time and resources to your website security, and those resources and time will need to be increased as the importance and reach of your website grows. Evolution is the key here. What worked yesterday might not work so effectively tomorrow.</p>\n\n\n\n<p>Another topic we touch on is the automated nature of many of these attacks. Unless you&#8217;re hosting a website of some importance, hackers are not trying to break your specific website. They&#8217;re deploying automated attacks, trying to infect many websites at the same time. But why do they do this? What are the motivations of these bad actors? Robert explains that it&#8217;s not personal, but that does not mean that you can ignore the threat.</p>\n\n\n\n<p>We also chat about the many layers which go into making your website work. Typically, you&#8217;ve got a web server, a database, and often much more, and Robert explains why you need to be mindful of all of these when drawing up your security posture.</p>\n\n\n\n<p>Then, of course there&#8217;s the users of your site. The people who you&#8217;ve allowed to have legitimate access to the WordPress admin. If you&#8217;re in a large company with a high churn of employees, you&#8217;ll need to make sure that only people who need access have access, and that the permissions that they&#8217;re afforded a correct for the work they need to do.</p>\n\n\n\n<p>If you&#8217;re curious about how you can secure your WordPress website as it grows this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WP tavern.com forward slash podcast. Where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Robert Abela.</p>\n\n\n\n<p>I am joined on the podcast today by Robert Abela. Hello, Robert.</p>\n\n\n\n<p>[00:04:31] <strong>Robert Abela:</strong> Hello, Nathan. Thank you very much for the invitation. Always nice to talk to you.</p>\n\n\n\n<p>[00:04:34] <strong>Nathan Wrigley:</strong> Really nice to talk to you. I&#8217;ve spoken to you on various other occasions, so I know who you are, but it occurs to me that perhaps the audience don&#8217;t. Would you mind just spending a moment giving us a little potted history of yourself? Your relationship with WordPress. We&#8217;re going to be talking about security today, so perhaps that would be a good thing to concentrate on as well. So, Robert, over to you.</p>\n\n\n\n<p>[00:04:55] <strong>Robert Abela:</strong> Sure, I started when I was 20. I started working for a security software company. And through the process of 10, 12 years, I worked through different number of software security companies. So I was working in security.</p>\n\n\n\n<p>And for the last company I was working for, we needed a blog. And back then WordPress was up and coming basically. So yeah, we started using WordPress. Back then was the only viable, very good solution to use. But still, it was in its early days. It was around 2012, 2011, 2012. So of course back then security was a big issue, and there weren&#8217;t the vendors that there are today and the solutions that there are today. It definitely got my interest.</p>\n\n\n\n<p>So while I was working with the company, of course we implemented WordPress, but it got my interest. And then I met some people who worked in WordPress. You know, I like the idea of working from home or doing something for yourself. So yeah, it started as a hobby.</p>\n\n\n\n<p>I started writing about WordPress security and reading a bit more, because I was using it for my full-time job. Slowly, slowly it turned into a part-time, from a hobby into a part-timer. And then, yeah, it developed into full-time. And now yeah, I run a company, it&#8217;s called WP White Security, which currently by the way, we are re branding to Melapress.</p>\n\n\n\n<p>And yeah, we develop a number of security and management plugins. We started mostly with security plugins. But slowly, slowly we&#8217;re developing also a number of plugins, which kind of like, a mix of both. Security and also user slash website management plugins.</p>\n\n\n\n<p>[00:06:12] <strong>Nathan Wrigley:</strong> Thank you. People who are listening to this podcast, we have a real wide range of an audience. The audience is really broad and deep. And the reason I mention that is because there&#8217;ll be a cohort of that audience who understand all the ins and outs of security. And there&#8217;ll be a whole load of other people who realize that security online is a thing, but don&#8217;t really have any understanding of what we&#8217;re talking about.</p>\n\n\n\n<p>So perhaps that would be a good place to lay the groundwork on. Tell us a little bit about the state of WordPress security, if you like. We often hear about a plugin being a fix, or a firewall being a fix, or maybe you sign up for some kind of SaaS app and that&#8217;s the fix. But I&#8217;m sure that that probably isn&#8217;t the fix.</p>\n\n\n\n<p>There&#8217;s probably a whole bunch of different security vulnerabilities that we need to be aware of, as well as different ways to fix those. So just paint the landscape of WordPress security, if you like.</p>\n\n\n\n<p>[00:07:04] <strong>Robert Abela:</strong> Sure. To start off with, we can start with the WordPress Core. Many people think that WordPress is insecure in the Core. But yeah, if you ask me like 10, 12 years ago, I would&#8217;ve said yeah. But nowadays, I mean, WordPress in general, the Core, is a really robust, solid product. So WordPress is not an issue.</p>\n\n\n\n<p>But of course WordPress is surrounded, is made up from a huge ecosystem of plugins and themes. And nowadays of course, there are a lot of different solutions. And most issues usually are either user problems, lack of awareness. Or vulnerabilities, issues in plugins. But yeah, in terms of security, like it&#8217;s usually a mix of tools. It&#8217;s a mix of services, tools, the plugins for example, or services. Or a mix of both. And also best practices.</p>\n\n\n\n<p>You definitely, for example, if you have a bare bone WordPress, you need some plugins and services to implement some things and automate. Like add two factor authentication. Implement a firewall. Automate backups. Enforce some policies, for example. That&#8217;s what the software can give you, but you also need to follow some best practices. You know like, let&#8217;s say have some logs, an activity log. You need to keep an eye on those logs.</p>\n\n\n\n<p>You need to make sure that the software is always up to date. And by the way when we talk software, many people look just at WordPress, but you need to also keep up to date your own laptop software up to date. Any software you use through the process, your laptop, servers, whatever, everything needs to be kept up to date, not just WordPress.</p>\n\n\n\n<p>And of course one thing to keep in mind is, let&#8217;s say you harden WordPress the first time. Security is not a one stop fix. It&#8217;s not a one time fix. Because it&#8217;s secure maybe today. But as we all know, as businesses grow, as requirements change your website needs to adapt to these changes. So you might need to add new technology. Or you need to install any new plugin, or change something, or change the configuration on the server.</p>\n\n\n\n<p>So with every change, or with any new vulnerability that is discovered, make sure that you adapt your security strategy basically. What we call like the four pillars of security. The idea is of course first to secure, harden WordPress. Then of course monitor. Keep an eye of course, on what&#8217;s happening. Test, just keep on testing whenever you add something new. Is the firewalls still working as it&#8217;s supposed to be? Things like that. Based on findings, you need to improve.</p>\n\n\n\n<p>So as the website evolves, as your business evolves or your, whatever you are doing with the website, the scope of the website, and the requirements of your team. Security needs to evolve as well. Okay, install a plugin. You maybe use some services as well, a good mix. You have some best practice in place, but yeah, that&#8217;s just as of today.</p>\n\n\n\n<p>[00:09:20] <strong>Nathan Wrigley:</strong> It&#8217;s a never-ending enterprise really, isn&#8217;t it? You are constantly going to have to be tweaking this and examining this because the nature of the software, which WordPress itself sits on top of, the OS if you like, that&#8217;s always changing. WordPress itself is changing. The configuration of plugins, themes, and so on that you&#8217;ve got is changing. And also the nature of the attacks, which are coming your way is changing. The long and the short of it is the whole thing is changing. And so I guess you need to adapt with that.</p>\n\n\n\n<p>I just want to switch to the attackers themselves, because I always find this subject curious. What is in it for them? So these days we constantly see about the latest hack. You know, if you read tech journalism, you are seeing about SaaS platforms going down. You see about ransomware attacks. You see about people&#8217;s Bitcoin wallets being stolen and there&#8217;s just seemingly every which way that people can because mayhem, they do. But in a WordPress website, why are they doing it? What are the reasons that they&#8217;re doing it for? I guess we&#8217;ve come a long way from just so that they can deface your website.</p>\n\n\n\n<p>[00:10:27] <strong>Robert Abela:</strong> I&#8217;ve been listening to this podcast. It&#8217;s about the Lazarus group. I don&#8217;t know if you&#8217;ve heard about it. It&#8217;s from the BBC. Typically on the scale of attacks the motivation is mostly financial motivation. And okay, of course, like you don&#8217;t have any source of money or something on your website. This might not be the case. But these type of large scale attacks, they need a number of bots. Basically hacked websites, hacked servers, which they can use to ramp up their attacks basically.</p>\n\n\n\n<p>Or of course, if you want to hide, if you&#8217;re hacking a website, you&#8217;re going to hide yourself. You don&#8217;t want to hack it from your own computer. So you hack a website, you hack another server and use that kind of like a stepping stone. So as long as you have an online presence, whether it&#8217;s WordPress or not you are a target.</p>\n\n\n\n<p>That online presence, if it&#8217;s WordPress or not, any website or any device that is connected to the internet. It has resources. It has CPU power. It has memory. It has internet connectivity, bandwidth. So yeah, that&#8217;s a resource. Now, if it&#8217;s being hacked either to hack your website and deface website, or as a stepping stone to hack something else. But yeah, you are always target. So even if you have nothing of interest, even if you&#8217;re not doing, I don&#8217;t know, commerce to your website, and if you don&#8217;t have sensitive data, you are still a target.</p>\n\n\n\n<p>[00:11:31] <strong>Nathan Wrigley:</strong> If you have an e-commerce website, obviously there&#8217;s a real motivation there. You know, possibly break into your website and figure out what kind of orders have been replaced and cause mayhem there. And maybe try some sort of social engineering attack to steal people&#8217;s credit card details.</p>\n\n\n\n<p>But interestingly there you also just said just the resources itself, that&#8217;s enough. The fact that you have paid for a piece of a computer somewhere, a portion of a computer, the CPU and what have you. That&#8217;s enough for people because presumably they want to put their own software on the computer that you&#8217;ve paid for, and use it to do nefarious things.</p>\n\n\n\n<p>Now, that button means spraying out emails to people who don&#8217;t wish to receive them. But what other things are they up to? So if they&#8217;re not defacing things, but they are wishing to take your machine over. What kind of things can they do from there, once they&#8217;ve got that bridge established?</p>\n\n\n\n<p>[00:12:23] <strong>Robert Abela:</strong> They can do quite a lot. For example, there was this, going back to the Lazarus group, one of the smart hacks they&#8217;ve done. They targeted some bankers, some people who work in banks basically with a phishing attack.</p>\n\n\n\n<p>Quite frankly, it was the good old trick, like hi, you have won an award. Click here to win via email. Uh, someone from all those thousands of employees in a bank, someone clicked. And malware was injected there. And that led to allowing them to control some ATMs and stuff like that.</p>\n\n\n\n<p>But to get to there, when they managed to inject the malware in ATMs and of course control that, they wouldn&#8217;t control that malware, or launch the attack from their own servers. Because otherwise it&#8217;s very easy to track them back. They need some sort of proxies or stuff like that. So basically they&#8217;re going to use your website, which is hosted on a server. The resources of your website, of the server where your website is hosted to launch this attack.</p>\n\n\n\n<p>And it&#8217;s not the first time actually, they have multiple proxies. So from their machine, they send commands to your hacked website, which sends commands to another hacked website, as in hacked server, and then it sends the comment to the actual victim. The resources you&#8217;re paying for, the server you&#8217;re paying for, is being used purely for them to hide themselves basically as a proxy.</p>\n\n\n\n<p>[00:13:29] <strong>Nathan Wrigley:</strong> I guess one of the things that I hear sometimes is that people believe that because their website is of a small size, or may not be interesting, in inverted commas, that they therefore assume that the hackers won&#8217;t find it interesting. In other words, it goes a little bit like this, but my website&#8217;s small. You know, it&#8217;s about something really niche. Why would the hackers want to come after me?</p>\n\n\n\n<p>And I think what you&#8217;ve just said speaks to that. It&#8217;s irrelevant. It&#8217;s not really a hacker. There isn&#8217;t an individual doing this. It&#8217;s an individual at some point who wrote a script, which then got downloaded and redistributed a thousand times over the internet and deployed by a thousand different people.</p>\n\n\n\n<p>So you don&#8217;t need to look for an incentive. The incentive is there all the time. It&#8217;s not a person deliberately coming after you for a personal vendetta, usually. This is just people trying to gain some sort of bridgehead in the internet, on the internet, on servers somewhere so that they can because mayhem in ways that you cannot even imagine.</p>\n\n\n\n<p>[00:14:31] <strong>Robert Abela:</strong> Yeah. In fact, even when you say, okay, I don&#8217;t know, I have a website about a hobby, some old museum somewhere, whatever. We don&#8217;t accept payments. Who would be interested in our website? From the outside it doesn&#8217;t apply, because when actually hackers are trying to find, or malicious users are trying to find vulnerable websites. They&#8217;re not just browsing one by one.</p>\n\n\n\n<p>They have automated tools. They scan whole subnets, whole networks, you know. And they don&#8217;t even know or care whose website it is, or how it looks most of the time. Okay, this website has a vulnerability, we can exploit it. So of course we can run commands, you know, on the operating system or depending of course, what they want to do.</p>\n\n\n\n<p>But yeah, as long as they get access. So yeah, they don&#8217;t just target your website, just scan whole subnets. So, your website happens to be one of them. So yeah, if you have a vulnerability, if you have, I don&#8217;t know, an outdated plugin for example that has an issue, and you&#8217;ve never updated it and the vulnerability is there and they can exploit it, then yeah. They don&#8217;t care whose website it is or how it looks, whatever. It just, it flags okay, this website, they get a flag, this website is vulnerable. Exploit the attack, take over, and that&#8217;s it.</p>\n\n\n\n<p>[00:15:29] <strong>Nathan Wrigley:</strong> And I guess the other important part in that, is that this is not a personal thing. It&#8217;s very, very, very unlikely, unless you are some kind of nation state actor, that there&#8217;s going to be people sitting at computers designing software deliberately to get into your machine. This is just people spraying out bots all over the place, looking for vulnerabilities and then stumbling across them randomly, and then deploying the things that they&#8217;ve got to exploit, those vulnerabilities. So it&#8217;s not personal, and it&#8217;s very unlikely at the other end of that is a real human being. It&#8217;s just scripts written, who knows where and who knows when.</p>\n\n\n\n<p>[00:16:05] <strong>Robert Abela:</strong> Exactly. No, in fact, I&#8217;m sure like the bigger companies, you know, like Facebook. I&#8217;m sure they have a good share of targeted attacks because when you&#8217;re so big, I mean they definitely have some haters. But no, let&#8217;s say the normal websites, the normal hobbyist websites, whatever, which is quite funny because usually the hobbyist websites are the ones that people think, oh, who will attack my website? But yeah, it&#8217;s just like another number.</p>\n\n\n\n<p>So, it&#8217;s not personal, it&#8217;s nothing personal. And as you said, most probably not, most probably, like most of the things are automated. So yeah, there&#8217;s not one person doing something to you, it&#8217;s just the whole process and it&#8217;s all automated. So yeah, nothing personal indeed, yeah.</p>\n\n\n\n<p>[00:16:38] <strong>Nathan Wrigley:</strong> Yeah, which doesn&#8217;t make it any better unfortunately, even though it&#8217;s not personal. So let&#8217;s talk about the tech stack which our WordPress websites are sitting upon. Because again caveat emptor. I know that a lot of the people who are listening to this who are technical, this will be very obvious what we&#8217;re going to cover.</p>\n\n\n\n<p>But there&#8217;s a proportion of the people who are listening to this who may very well not know that there is layers and layers of things making their website possible, and those themselves are vulnerable. Even though you may never interact with them. You may only go to your WordPress, log in over there. Type whatever it is that you need to type, save, publish, and then log out again.</p>\n\n\n\n<p>That might be your only interaction with WordPress. But WordPress doesn&#8217;t sit in isolation. So what typically is the stack that it&#8217;s sitting on, and do we need to be concerned about all of the stack, or are there any pieces which are more concerning than others?</p>\n\n\n\n<p>[00:17:30] <strong>Robert Abela:</strong> It really depends. First of all, your own computer. So if you&#8217;re accessing your WordPress website, even just to update. Your own computer needs to be up to date. So that&#8217;s part of the tech stack. In regards to the website, it depends like if you have managed hosting where you have access just to this website, the bulk of the work, you still have to take care of some things and updating your software, but the bulk of the work is done by the web host.</p>\n\n\n\n<p>However, if you have a dedicated server or just any hosting where you just have to install WordPress, then of course because a typical, let&#8217;s say you have a dedicated server, you host everything yourself. The typical text tech stack, you have the web server, typically a Unix, Linux operating system. Then you have the web server, Apache, Nginx or something similar. You have also PHP, sort of like a framework, the language that WordPress is written in. You have MySQL the database server, that&#8217;s the most basic.</p>\n\n\n\n<p>So you have PHP, Apache, the web server itself of course, and the database. And then of course it depends, like if you need to send emails, you&#8217;re going to have the SMTP server and stuff like that. So when it comes to securing that, let&#8217;s say that one. To be honest when you look at the tech stack software nowadays, it&#8217;s quite easy to keep secure as in like, as long as you configure it properly and securely. Like you read maybe a bit, I don&#8217;t know about the, the best practices, and of course keeping it up to date. Software in general is not a big issue.</p>\n\n\n\n<p>The more time passes, I think the last few years we&#8217;re seeing a small shift, because usually it was always, okay exploiting this issue or exploiting this issue. But most of the cases vendors are quite responsive on their issues. The problem in the tech stack, it&#8217;s not actually any component in the tech stack, it&#8217;s the users. As in like, it could be even, you&#8217;re like, if you forgot to update a plugin or if you received a spam email or a phishing attack and you clicked on some untrusted link. Or downloaded something which you, you don&#8217;t know what it is, you know?</p>\n\n\n\n<p>There are so many tools nowadays when it comes to keeping your software up to date. There are so many resources. Like, listen, let&#8217;s read the best practices on how to set up a secure Apache server. And there are also, of course, services. You can pay people, you can pay professionals who can do these things for you.</p>\n\n\n\n<p>So the actual tech stack is, I wouldn&#8217;t say easy, because you need knowledge to do it, but yeah, it&#8217;s relatively easy if you know what you&#8217;re doing. You have the tools, you have everything you need to keep it secure.</p>\n\n\n\n<p>The problem nowadays more weak passwords, phishing attacks, and stuff like that. Using public WiFi, using unpatched computers. Using public computers to access some things. Unfortunately the user has become the weakest link in the whole chain, you know?</p>\n\n\n\n<p>[00:19:53] <strong>Nathan Wrigley:</strong> So you&#8217;ve got to really be careful what it is that you&#8217;re doing. What machine you&#8217;re using. Where you&#8217;re using that machine, and so on. I&#8217;m just wondering if there is, in your mind, any system which you would regard as pretty safe. I&#8217;m going to say a hundred percent safe, and then immediately withdraw that because I think we all know that&#8217;s not possible.</p>\n\n\n\n<p>But is there a position you can get into where you can have done enough. You&#8217;ve raised your guard up so much that you can relax? Or is this more a story of constant vigilance, constant worry, constantly assuming the worst is going to happen tomorrow? Or is it possible to employ the services of a particular, say, SaaS company, or a professional who might look over things for you?</p>\n\n\n\n<p>And be entirely happy that, okay, that&#8217;s now handled by somebody else. I&#8217;m entirely safe. Now I know that a hundred percent is off the table, but can we be confident that our sites are mostly safe if we take the right precautions?</p>\n\n\n\n<p>[00:20:51] <strong>Robert Abela:</strong> Yes. I think nowadays with all the tools that there are and all the services even the web hosts themselves, they really up to their game the last few years, especially the managed ones. As you said, a hundred percent is, you&#8217;re never guaranteed. But yeah, there are so many tools. If you inform yourself and if you implement some best practices, you websites are relatively safe.</p>\n\n\n\n<p>I mean, you should always take precaution steps. Like for example, backups, they&#8217;re very important. So if something happens, you can restore. Test those backups, of course, because many people miss that part. They take backup, like, have you ever tried to restore it? No.</p>\n\n\n\n<p>So it is very important. because sometimes of course, it&#8217;s software as well and it can break. So the restore might not work or something has been corrupted. So that is extremely important. But yeah, from the tech stack point of view it&#8217;s pretty much covered. There are a lot of options nowadays.</p>\n\n\n\n<p>Even like with a simple managed WordPress hosting, and installing a plugin or two, you&#8217;re pretty much covered, let&#8217;s say. What&#8217;s important is the best practice and the concept that listen, security is not one stop shop. I don&#8217;t think we should, one should be really paranoid to be honest. because as I said, we&#8217;re in a good position.</p>\n\n\n\n<p>But it&#8217;s very important for people to keep in mind, especially as the team grows. Because if you&#8217;re on your own one thing, it&#8217;s relatively easy because you know, you have exactly full control between you and the web host. You have roughly full control of, and you know what&#8217;s happening. But as the team starts growing, especially nowadays, in the WordPress ecosystem it&#8217;s very common to have remote businesses.</p>\n\n\n\n<p>You don&#8217;t have full control of your employees, as in like, not the employees themselves, but as in their machines and where they use them and how they use them. So I think what&#8217;s very important is of course to raise awareness, train them, train your team. Make them aware that, listen, use your laptop here, or have some sort of guidelines and make sure you can use as many possible tools, documentation, and training to make sure at least you can take care of that part.</p>\n\n\n\n<p>Which is, in my opinion, is the hardest part to secure. Because of course, you don&#8217;t have full control of users, users machines. That is the most important, because as I said the tech stack, like of course things can happen, but as long as you keep software up to date and stuff like that, unless there&#8217;s a zero day exploit, you really unlucky whatever. Okay, it&#8217;s never a hundred percent secure, but you are very near that number, you know.</p>\n\n\n\n<p>[00:22:57] <strong>Nathan Wrigley:</strong> In terms of the tech stack and the maturity of it, do we often get really innovative and unique vulnerabilities in the tech stack that builds a WordPress website? Let&#8217;s say you&#8217;ve got, I don&#8217;t know, a server, Apache Nginx or whatever it may be.. Do we ever find a new, novel attack? Does that typically come across, I don&#8217;t know, once a year, once a decade, something like that?</p>\n\n\n\n<p>So can we lower our guards a little bit or do we find, do you find, you&#8217;re the expert? Do you find that there are novel things that are uncovered by security researchers, which have been, maybe they&#8217;ve been exploited for a year or more, but kept very much under the radar, kept quiet. Is the landscape changing? Are there new and novel attacks happening all the time?</p>\n\n\n\n<p>[00:23:40] <strong>Robert Abela:</strong> Not really, in terms of vulnerabilities. We&#8217;re still playing with the same, for example, SQL injection was discovered in the late nineties. The first decade of 2000 we started discovering other vulnerabilities, like cross size scripting, cross request forgery, you know, and the other ones.</p>\n\n\n\n<p>When you discover a new type of vulnerability that I would say, of course, that is very innovative. But for the last 10 years, even if you look, there are some websites which keep kind of like an aggregate of the vulnerabilities that are found in plugins. It&#8217;s always the same, especially cross site scripting is very common.</p>\n\n\n\n<p>By cross site scripting, it&#8217;s also very important to like every different types of cross site scripting, different type of vulnerabilities, have different type of severity. So if a plugin has a cross site scripting vulnerability, it&#8217;s not necessarily that one should panic, because I&#8217;m not saying, okay, just relax, take it easy.</p>\n\n\n\n<p>But listen, some of the vulnerabilities, for example, are very, very hard or can be exploited in a very particular edge case. So it is very important to keep things up to date. But yeah, in terms of innovation, no. In terms of new vulnerabilities, not much.</p>\n\n\n\n<p>What is really changing? I think the way malicious users are getting much smarter in the way they craft their attack. They&#8217;re still using the same exploits and same, same issues. Exploiting old software, old vulnerabilites. The good old SQL injection, cross my scripting. But the way they are approaching it, the way they are building, drafting their tech, it&#8217;s much more complex.</p>\n\n\n\n<p>There&#8217;s a lot of intelligence behind it, like how they use a number of different vulnerabilities to build an attack. First you send an email. If the victim gets the bait basically, if they click something or whatever. And then if they click, for example, install some malware on the computer, which allows you then, for example, I don&#8217;t know, some sort of key logger, and then you see what they&#8217;re doing.</p>\n\n\n\n<p>Maybe they are connecting to a website and they&#8217;re uploading something. So we&#8217;ve seen much more complex type of attacks where people are stringing a number of vulnerabilities together to successfully attack some particular target.</p>\n\n\n\n<p>But in terms of innovation of new type of vulnerabilities, like new ways of exploiting software, we haven&#8217;t seen much, no. For the last 10 years, it&#8217;s been pretty much same old, same old kind of thing.</p>\n\n\n\n<p>[00:25:42] <strong>Nathan Wrigley:</strong> Now I&#8217;m going to throw a spanner in the works here and ask you about AI. It&#8217;s all the rage at the moment for creating content and probably people in the WordPress space know that people have been able to create plugins, and create all sorts of things around the WordPress space.</p>\n\n\n\n<p>Lots and lots of endeavors in WordPress using AI, and I&#8217;m wondering if this has started to become a trend amongst the hackers as well? Whether they&#8217;re using this technology to refine their processes? Possibly to go and look at the source code of things like WordPress or Linux kernel, or whatever it may be. Speeding up the process, finding new novel things. My question really boils down to, does AI and internet security, is that a point of concern, do you think, in the near future?</p>\n\n\n\n<p>[00:26:31] <strong>Robert Abela:</strong> I think right now, not really. It&#8217;s still too early, but I think AI is a big changer in general, in every industry, every vertical of the internet industry. Having said that, AI is not a human, so it&#8217;s not necessarily coming up with something innovative.</p>\n\n\n\n<p>It&#8217;s still, at the end of the day, it still has some sort of database where it gets information from. The difference is that nowadays, instead of using Google and browsing through search results, trying to find exactly what you need, okay, this website, no, it&#8217;s not here to click on the other one, go on that page.</p>\n\n\n\n<p>Rather than going through that process of course, with AI, we&#8217;ve really accelerated that. We&#8217;ve really automated that. So nowadays, like with AI, especially if you know how to ask what you need, you&#8217;re going to get the answer much quicker. So things that usually would take you, let&#8217;s assume a malicious user wants to hack something, a target.</p>\n\n\n\n<p>It used to take them days or weeks maybe to craft something and to think of something original and learn about something. Because of course you have to search for everything and read a bit more, and try this and try that. With AI, of course you&#8217;re accelerating this process. And by accelerating that process you&#8217;re achieving much quicker results.</p>\n\n\n\n<p>And typically also, true AI, not because AI cannot come up with something new, because it&#8217;s always getting information from what there is. But I&#8217;m pretty sure it can, because of this fast process, I&#8217;m pretty sure it will lead slowly, slowly to also new innovations. In every aspect, content writing, security, security both in terms of attack and defense and every aspect of the internet.</p>\n\n\n\n<p>[00:27:55] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s an interesting point. I hadn&#8217;t really thought about that. I was thinking about that from the attacker side. But of course, the defense side also has the same tools to deploy, and I&#8217;m imagining that if you&#8217;re the vendor of a, of a security product, whether that&#8217;s a firewall or a plugin or whatever, you&#8217;re also going to be deploying the same tools to try and mitigate what the adversaries are doing.</p>\n\n\n\n<p>[00:28:17] <strong>Robert Abela:</strong> The thing is that luckily both the attacker and the, let&#8217;s say the white hat vendor have access to the same tools. So yeah, if you use them wisely. Also, this thing is always a bit of a cat and mouse game. The malicious users do something, the vendors up their game, then they do something, then they up their game and stuff like that.</p>\n\n\n\n<p>[00:28:36] <strong>Nathan Wrigley:</strong> I want to just turn our attention to a typical WordPress user. Perhaps somebody who really doesn&#8217;t know a great deal about this. They&#8217;re listening to this podcast because they&#8217;re curious about WordPress. They&#8217;ve got a site which they run, it&#8217;s their own. Maybe they&#8217;ve got a couple of sites.</p>\n\n\n\n<p>They&#8217;re beginning that journey on creating their own freelance business or something like that. Do you have any guidance as to how often things ought to be done? Is this really a process of you really should be logging in every day, checking for updates, and while you&#8217;re at it, why not just switch automatic updates for Core and all the plugins that you&#8217;ve got on?</p>\n\n\n\n<p>Or is this more of a look, once a week is fine. I&#8217;m sure there won&#8217;t be a hard and fast rule, but people who are just beginning their journey with WordPress, they probably do need concrete examples of how they should best handle this.</p>\n\n\n\n<p>[00:29:18] <strong>Robert Abela:</strong> It really depends on the scale of the business and how much traffic your website is getting. And also the number of people working on the website. Because one person or two people from the same room, it&#8217;s totally different than being even two people from different locations. And how much the team is security savvy, not necessarily technical, but at least have some basic understanding.</p>\n\n\n\n<p>But yeah, in general let&#8217;s say a typical startup where you are switching between kind of like a transitioning from a hobby to a part-time. I think as long as you take care of the obvious, install some plugins, add 2FA, add some logs, add a firewall, make sure that you have backups. Work with a solid web host.</p>\n\n\n\n<p>As long as you take care of the basics, you should be pretty much covered, and yes, like everyone else, for example checking Google Analytics, or any type of analytics software for that matter. Yeah like, people are doing it for SEO, but it also helps keeping an eye.</p>\n\n\n\n<p>Maybe there&#8217;s a spike of traffic coming from some unusual location. All these things can lead to something. Check your website every day. You know, like it&#8217;s very important, for example especially if you have a very small number of users. You are two or three users. I mean like once a week, maybe you should have some sort of checklist, you know, check how many users are on your website. Run some file integrated scans. You know, like some basic stuff.</p>\n\n\n\n<p>Once a week is more than enough at that level. So yes. But what&#8217;s important, I think at that stage, especially if you are growing, it&#8217;s very important to draft policies and follow security best practices when the team is still very small.</p>\n\n\n\n<p>Why? Because if you are not organized when the team is very small, it&#8217;ll be much harder, and you&#8217;ll have much bigger problems when the team is very big. It&#8217;ll be much harder to implement a change. Like, I don&#8217;t know, like we used to do something one way, and after one year, the team now is a hundred people.</p>\n\n\n\n<p>It&#8217;s much more difficult to convince those hundred people, listen, we&#8217;re going to change this and we&#8217;re going to start doing it this way. And yeah, this can of course, irritate people because people tend to resist change, especially if it affects their productivity or if it&#8217;s too complicated.</p>\n\n\n\n<p>So I think what matters is, especially as you&#8217;re starting, set up some policy, some guidelines, some best practice for yourself, have some sort of checklist. Yes, once a week or so. You can also do it almost once a month, but again, play it safe. Why not spend an hour every week, have a checklist, check how many users are there on your website, check some logs, check the traffic on the website, you know, check the list of plugins. check the files.</p>\n\n\n\n<p>Especially, a file integrity monitor can tell you lot of things because if there is a file, typically when a website is hacked, there is a file that has changed. A file has been deleted, or a file has been modified, even an actual legitimate file, it has been modified. So yeah, that can tell you a lot.</p>\n\n\n\n<p>Luckily nowadays, of course most of these systems, configure email alerts, you can configure some SMS and stuff like that. So of course you&#8217;re automating much and much more. But it&#8217;s still good to take a look. And also it&#8217;s very important because we, for example, we develop an activity log plugin, and some people are, okay, what should I look for in the logs? It&#8217;s very difficult to answer that question, because it truly depends on your business. Because, it&#8217;s very important for website owners to understand what&#8217;s running on their website and how it&#8217;s being used, and only then you can make informed decisions.</p>\n\n\n\n<p>Okay, is this log, not just in WordPress, even the web server logs, even in analytics. Is this traffic normal or not? Because, if for example you are based in the UK and typically you get all the traffic from Germany. So by seeing a spike from traffic in Germany, that&#8217;s normal to you. But for someone who&#8217;s based in the UK but only has UK traffic, a spike of traffic in Germany is a problem for them.</p>\n\n\n\n<p>So first what&#8217;s very important is to understand your website, have some basic checklists. The most basic stuff, once a week or so. Keep an eye on these things. Traffic, and logs usually, and also log into the website. Why not? You know, just go to the plugins page. Are these all the plugins that I installed? Are these all users that I had? That&#8217;s a really good step.</p>\n\n\n\n<p>By setting those best practices and those checks once a week, as the team grows it&#8217;ll be easier to maybe add something new because of course the team is growing, so you need to add more policies or you need to add, secure something else, you know? So, yeah, that&#8217;s very important. It&#8217;s very important to keep an eye on things, just check how things are running.</p>\n\n\n\n<p>But of course with managed web hosting, especially for WordPress things, most of these things are almost covered for you. Many web hosts have different packages. Many web hosts nowadays they have their own kind of like internal monitoring systems as well. We&#8217;ve noticed you have this plugin, which is outdated, or we&#8217;ve noticed this. So at least there is a lot going on for you already.</p>\n\n\n\n<p>And that&#8217;s why I said even earlier, it&#8217;s good of course, to be aware, and to be conscious that, listen, these things can happen, but we don&#8217;t need to be stressed. If you&#8217;ve done your homework, if you do your own homework, and you follow best practices, you choose a good web host and stuff like that, then you are in a good place.</p>\n\n\n\n<p>[00:33:53] <strong>Nathan Wrigley:</strong> Yeah, I guess it&#8217;s a good point to mention that the WordPress ecosystem, given its enormous size and reach in the website creation space, you&#8217;re in a pretty good spot because there has been so much effort poured into, not only making WordPress secure, but making the update system for plugins and themes trivially easy to switch on.</p>\n\n\n\n<p>And I&#8217;m just wondering about that one actually. I&#8217;m just wondering what your thoughts are on automatic updating. Personally I&#8217;ve, in most of the places where it&#8217;s possible, I have switched that on, and have had no negative consequences. You know, none of the plugin updates have destroyed anything in ways which would make me want to switch that off.</p>\n\n\n\n<p>But that is an option which I know that a lot of people don&#8217;t make use of, and I&#8217;m wondering what your thoughts are on that. So in the WordPress admin, it&#8217;s possible to automate the whole process of updating. It&#8217;ll just do it on a regular cycle if it knows there&#8217;s a WordPress plugin update, it&#8217;ll just do it for you and hopefully everything will work out.</p>\n\n\n\n<p>And obviously now we&#8217;ve got a safe mode built into WordPress not that long ago. So let&#8217;s just talk about that quickly. What do you think about automatically updating everything when possible?</p>\n\n\n\n<p>[00:34:59] <strong>Robert Abela:</strong> Speaking about ourselves, we have automatic updates on minor version updates. Because we have like 4.0.1, 4.0.2. We allow that. because yeah, most cases, usually these updates are just small bug fixes here and there. The chances of something breaking, especially with a plugin update is with major version changes, because of course the vendor has implemented a new feature or drastically changed a feature and stuff like that. Of course, for the better.</p>\n\n\n\n<p>But, especially for vendors, it&#8217;s very difficult. Let&#8217;s say you have a plugin, it&#8217;s installed onto a hundred thousand websites. It is very difficult to simulate all those a hundred thousand websites, and simulate upgrades. So of course we try our best to do as much as we can to test as much as we can in different scenarios. But it&#8217;s impossible.</p>\n\n\n\n<p>So in terms of auto updates, for us and which is something I recommend, I would definitely enable them for minor version updates. In regards to major version upgrades, nowadays again, most hosting providers have the staging websites. Just run it on the staging website, literally, it only takes 10 minutes.</p>\n\n\n\n<p>Run it on the staging website. Check the area on the website that is affected by that plugin. I don&#8217;t know if it&#8217;s an SEO plugin, for example, you check that the headers are still loading or the metadata is still loading. Or if, I don&#8217;t know, it&#8217;s the tables plugin, check that tables are still loading properly.</p>\n\n\n\n<p>And yeah, if it works, update the live site as soon as possible. WordPress itself of course, as soon as you log into the dashboard, and you go to the plugins pages, you have that even, you don&#8217;t need to go to the plugins pages. You have that icon that you have updates. So it&#8217;s very difficult to miss updates. So that&#8217;s great.</p>\n\n\n\n<p>But even if, let&#8217;s say you&#8217;re not logging into your website on a daily basis, there are many services, every vendor usually they have their own change log, you can subscribe to their newsletter. So yeah, whenever there&#8217;s an update, you&#8217;ll get an email or some sort of notification.</p>\n\n\n\n<p>So it&#8217;s very important if you&#8217;re not logging into your website every day to see when there are updates. At least subscribe to the vendor&#8217;s newsletter or builds updates or something. So at least you get an email that, listen, we&#8217;ve released an update, especially if it&#8217;s a major update. If you have, of course, the automatic updates for minor version upgrades, especially if you have a big website.</p>\n\n\n\n<p>Like an e-commerce website, you can have a good number of plugins, tons of plugins. At least you don&#8217;t have to do almost daily updates. For the major version updates, if it&#8217;s a relatively small website, you might get on with enabling, automatic updates on that as well. But yeah, do it on a staging website. It literally takes a few minutes. Just update the plugin on the staging, run a quick test, 15 minutes maximum and turn on updates on the live website. So yeah, definitely.</p>\n\n\n\n<p>[00:37:16] <strong>Nathan Wrigley:</strong> It&#8217;s also the kind of thing that once you&#8217;ve done it a few times, it becomes kind of muscle memory and you can do that staging to updating plugin to, you can do that very trivially quickly and get on with your day if that&#8217;s not the main part of your business.</p>\n\n\n\n<p>Just one last question. You talked earlier about members of staff and what have you. I&#8217;m just wondering if you&#8217;ve got any guidance, again possibly for the more inexperienced WordPress user, about the kind of roles that you might assign to people in WordPress. Obviously, if you are giving everybody the administrator role, you may well find yourself in a bit of trouble.</p>\n\n\n\n<p>And also about the nature of cleansing out the users that you&#8217;ve got on your WordPress website on a regular basis. So, you know, if you&#8217;ve got a big team and you&#8217;re constantly churning through staff, that&#8217;s probably something you want to be thinking about as well, because that&#8217;s an attack that you really can&#8217;t avoid if you don&#8217;t make the effort. You know, if you&#8217;ve given somebody an administrator account and they&#8217;ve got bonafide access to get into the website and you don&#8217;t revoke it. Or you&#8217;ve given them too many permissions and they then get fired and you know, they fall out with you, there could be problems afoot there.</p>\n\n\n\n<p>[00:38:19] <strong>Robert Abela:</strong> Yeah, indeed. Definitely one shouldn&#8217;t give admin roles, assign the admin role to everyone. In fact, as a best practice, I would say have an admin account, really difficult to use and that should only be used by you and only as back up. Because even you as a website administrator, you don&#8217;t need admin access whenever you log into the website.</p>\n\n\n\n<p>If most of your work is still updating some posts, or maybe changing something from the theme. So no, admin roles shouldn&#8217;t be used that often. WordPress has a number of built-in roles. It depends again on the nature of the website, what you&#8217;re doing with it. For some people, those roles work.</p>\n\n\n\n<p>But yeah, the fact that there&#8217;s this technology of roles is, it&#8217;s already good, because there are also a number of plugins which you can use to create different types of roles to assign multiple roles to users. And most plugins nowadays they either create their own roles on your WordPress website, or they have different types of functions where you can, okay, like, literally some plugins, you can say, okay, I created a new role for them and I want these people to do only these type of things on this plugin.</p>\n\n\n\n<p>So the role control, and what people can do and cannot do, especially when you use a third party plugin to create your own custom roles and to assign different privileges, is very granular. Definitely no admin access for no people, quite frankly. But yeah, the rest, I definitely recommend using some sort of custom role editor so you can create your own custom roles as well if the default ones don&#8217;t work for you.</p>\n\n\n\n<p>We always talk about the principle of least privilege. I was a systems engineer when I used to work for their companies and, the easiest way, I was like, yeah, give them admin access because it&#8217;ll work for sure. Of course. Unfortunately, it&#8217;s a very common practice. But no, the reality is you should, yes, start with the least possible.</p>\n\n\n\n<p>And if they don&#8217;t work, see what else they need. Okay. What else do you need? I need to access this page from this plugin, and check. Contact the vendor from the plugin. Listen, do you have specific privileges for this? Or do we need this? Do we need this? And to build slowly. Yes, I understand that it hinders the productivity, kind of slows down things. But it only slows those things for a day or two. Or give them maybe a bit more access for a day or two until you check with the vendor and then reverse that access.</p>\n\n\n\n<p>So always give the least possible. It&#8217;s also a question like of user accountability. Some compliance bodies actually have regulations about this. If someone shouldn&#8217;t be seeing certain customer data, regardless if you trust them or not, they shouldn&#8217;t be seeing it. Why are you giving them access kind of thing.</p>\n\n\n\n<p>So, it&#8217;s very important to live by the kind of like principle of lease privilege when it comes to users. Give them the lease possible. Even for them, especially if they&#8217;re not tech savvy. This doesn&#8217;t have to do with someone being malicious, or even if they make a mistake, at least they make a mistake within their environment, their privileges. Not a bigger mistake.</p>\n\n\n\n<p>Roles definitely should be used. And yeah, there are a lot of plugins. We&#8217;re lucky because there are a lot of plugins which allow you to create your own custom roles, assign different privileges for roles and stuff like that. Definitely roles are definitely things that should be used.</p>\n\n\n\n<p>[00:41:05] <strong>Nathan Wrigley:</strong> This is a topic that we could probably talk about for days.</p>\n\n\n\n<p>[00:41:08] <strong>Robert Abela:</strong> Yeah, roles on their own, yes.</p>\n\n\n\n<p>[00:41:10] <strong>Nathan Wrigley:</strong> And more broadly about WordPress in general. You know, should we keep the REST API on, and are there a bunch of things that you would switch off by default. But unfortunately we&#8217;re kind of running out of time, so I&#8217;m going to leave those questions possibly for another episode.</p>\n\n\n\n<p>Or another way of getting the answer might be, if people want to contact you, Robert, directly. Where can you be found? Do you hang out on social? Is there an email address that you prefer to mention? Where can we best find you, Robert?</p>\n\n\n\n<p>[00:41:37] <strong>Robert Abela:</strong> Yes. Uh, our website is wpwhitesecurity.com but as I said, we are rebranding. So we are announcing the new name at WordCamp Europe. The new website will be melapress.com. m e l a press.com. So yeah, my email is very simple, robert at melapress.com or at WP White Security. I&#8217;m also on Twitter and stuff like that. But yeah, I think email is definitely one of the most efficient.</p>\n\n\n\n<p>[00:41:58] <strong>Nathan Wrigley:</strong> Thank you very much, Robert. I really appreciate joining us on the podcast today. Thank you.</p>\n\n\n\n<p>[00:42:02] <strong>Robert Abela:</strong> Thank you. Thank you very much.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/robert681/\">Robert Abela</a>.</p>\n\n\n\n<p>Robert is the CEO and founder of <a href=\"https://melapress.com/\">MelaPress</a>, formerly known as WP White Security. They make niche WordPress security and admin plugins. He has over 18 years experience in the IT and software industries, and has written numerous web security articles and white papers.</p>\n\n\n\n<p>We all know that your website is potentially under attack 24 hours a day, 365 days of this year, but why is that, and what can we do to mitigate that risk?</p>\n\n\n\n<p>Robert talks about the security of WordPress Core and how it’s matured over the years. He feels that in most cases, it’s not the Core of WordPress that you need to be concerned about, rather the array of plugins and themes which are added on top. The unique cocktail of software that you add to your site makes it challenging for security products to secure it.</p>\n\n\n\n<p>That being said, Robert is optimistic that there are strategies you can adopt which will make your site less likely to fall prey to malicious actors or bots. Updating plugins on a regular basis, keeping fresh backups, and the monitoring of logs all play a vital role and are straightforward to do.</p>\n\n\n\n<p>Robert is also at pains to point out that this is not a one click, or one time fix. You’re going to need to dedicate time and resources to your website security, and those resources and time will need to be increased as the importance and reach of your site grows. Evolution is the key here. What worked yesterday might not work so effectively tomorrow.</p>\n\n\n\n<p>Another topic which we touch on is the automated nature of many of these attacks. Unless you are hosting a website of some importance, hackers are not trying to break your specific website. They’re deploying automated attacks, trying to infect many websites at the same time. But why do they do this, what are the motivations of these bad actors? Robert explains that it’s not personal, but that does not mean that you can ignore the threat.</p>\n\n\n\n<p>We also chat about the many layers which go into making your website work. Typically you’ve got a web server, a database, and often much more, and Robert explains why you need to be mindful of all these when drawing up your security posture.</p>\n\n\n\n<p>Then of course there’s the users of your site, the people who you’ve allowed to have legitimate access to the WordPress admin. If you’re in a large company with a high churn of employees then you’ll need to make sure that only people who need access have access, and that the permissions that they’re afforded are correct for the work they need to do.</p>\n\n\n\n<p>If you’re curious about how you can secure your WordPress website as it grows, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://www.wpwhitesecurity.com/\">WP White Security</a></p>\n\n\n\n<p><a href=\"https://melapress.com/\">Melapress</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Matt: WordCamp Europe Keynote\";s:7:\"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=87795\";s:7:\"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/2023/06/wordcamp-europe-keynote/\";s: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:438:\"<p class=\"is-style-matt-rothko-style\">I had a great time at <a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe in Athens</a> this year, here&#8217;s the keynote &#8220;Variations on a Theme&#8221; with presentations from <a href=\"https://josepha.blog/\">Josepha Haden Chomphosy</a> and <a href=\"https://matiasventura.com/\">Matías Ventura</a>, and Q&amp;A from all three of us.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2023 10:06:14 +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: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:112:\"WPTavern: WordPress Accessibility Day Secures Nonprofit Status for Annual Event, Calls for Speakers and Sponsors\";s:7:\"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:30:\"https://wptavern.com/?p=145758\";s:7:\"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:115:\"https://wptavern.com/wp-accessibility-day-secures-nonprofit-status-for-annual-event-calls-for-speakers-and-sponsors\";s: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:2527:\"<p>WordPress Accessibility Day, an independent 24-hour virtual conference, will <a href=\"https://2023.wpaccessibility.day/\">return in 2023</a> &#8211; this time under an official non-profit status. </p>\n\n\n\n<p>The first edition of the event was hosted in 2020 by the WordPress core Accessibility Team. They wanted to manage it independently of the WordPress Foundation in order to reserve the option to do things like pay speakers for their time and expertise. The most recent 2022 event ran its finances through  WP Accessibility Day Board President Amber Hinds&#8217; company, Equalize Digital,   to expedite the process of getting started.</p>\n\n\n\n<p>The success of last year&#8217;s event, which drew 1,604 attendees from 52 countries, thanks to 28 sponsors and a 32-person volunteer crew, inspired organizers to keep pushing to make the organization a nonprofit. </p>\n\n\n\n<p>Through a fiscal sponsorship partnership with <a href=\"https://knowbility.org/\">Knowbility</a>, an Austin-based digital accessibility advocate and services provider, WP Accessibility Day has secured 501(c)(3) nonprofit status. </p>\n\n\n\n<p>“When I helped found this event in 2020, I already knew that our biggest challenge would be ensuring that the event wasn’t dependent on a single person to survive,” WP Accessibility Day Board Secretary Joe Dolson said. “Setting up as a non-profit and partnering with a larger organization helps us reach our goal of creating an event with a life of its own. Knowbility’s dedication to accessibility education makes them a great match for our mission.”</p>\n\n\n\n<p>This arrangement makes sponsorships and donations to the WP Accessibility Day event tax-deductible in the United States. Past sponsors include Cloudways, Gravity Forms, WP Engine, Yoast, GoDaddy Pro, Weglot, among other WordPress companies.</p>\n\n\n\n<p>The next <a href=\"https://2023.wpaccessibility.day/\">WP Accessibility Day</a> event is scheduled for September 27-28, 2023, and will feature a single-track that runs for 24 hours. It will also include live captioning and sign language interpreters. Organizers plan to publish the sessions following the event with transcripts and updated captions.</p>\n\n\n\n<p>Speaker and sponsor applications are already open, and speakers will be compensated with a $300 stipend per session. The deadline to submit an application as a speaker has been <a href=\"https://2023.wpaccessibility.day/speaker-submission-deadline-extended/\">extended to June 18, 2023</a>. Attendance is free via livestream.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2023 22:20:57 +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: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=87648\";s:7:\"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:\"https://ma.tt/2023/06/87648/\";s: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:113:\"<p>Julia Evans writes <a href=\"https://jvns.ca/blog/2023/06/05/some-blogging-myths/\">Some blogging myths</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2023 06:53: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: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: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:96:\"WPTavern: WordPress.org Enables Commercial and Community Filters on Plugin and Theme Directories\";s:7:\"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:30:\"https://wptavern.com/?p=145792\";s:7:\"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:107:\"https://wptavern.com/wordpress-org-enables-commercial-and-community-filters-on-plugin-and-theme-directories\";s: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:4126:\"<p>During the <a href=\"https://wptavern.com/state-of-the-word-2022-matt-mullenweg-highlights-gutenbergs-progress-announces-new-community-tools\">2022 State of the Word</a>, Matt Mullenweg announced a plan to add new &#8220;Community&#8221; and &#8220;Commercial&#8221; taxonomies for the theme and plugin directories that would help users more quickly ascertain the purpose of the extensions they are considering. Shortly after the announcement, instructions were published for theme and plugin authors to <a href=\"https://make.wordpress.org/plugins/2022/12/16/plugins-themes-categorization/\">opt into the new taxonomies</a>. </p>\n\n\n\n<p>The new filters are <a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">now enabled</a> on both the theme and plugin directories, giving users the ability to quickly sort between free community extensions and those with commercial upgrades. Anything with a &#8220;pro version&#8221; should be designated as Commercial. These usually come with some upsells for more features than are offered in the free version. So far, the number of themes identified as commercial vastly exceed the number of community themes. </p>\n\n\n\n<img />\n\n\n\n<p>In the Plugin directory, extensions designated as free are nearly equal those designated as commercial. Many of the most widely used plugins have already been identified as commercial, including Yoast SEO, Jetpack, Akismet, Elementor, WooCommerce, All-in-One WP Migration, and more. Examples of community plugins include the WordPress Importer, Classic Editor, Classic Widgets, Gutenberg, Performance Lab, and Debug Bar.</p>\n\n\n\n<img />\n\n\n\n<p>In both directories it appears only a small percentage of authors have designated their extensions using the commercial or community taxonomies. At this time, use of the taxonomies is not required. This gave rise to some questions in the comments of the announcement.</p>\n\n\n\n<p>&#8220;Would a better classification system would be to just have either no label for the majority, and then something closer to &#8216;includes paid upgrades&#8217; that just implies they also offer additional services on top of their free (and often fully functional) version?&#8221; WordPress developer Kevin Batdorf said.</p>\n\n\n\n<p>&#8220;All plugins are open source regardless of whether they sell something, and that doesn’t make those developers any less passionate about open-source. Nor does it imply non-commercial plugins have any less features, or that the level of dedication to support is any less dedicated.&#8221;</p>\n\n\n\n<p>Batdorf also asked if use of the taxonomies would be a requirement in the future, because, at the moment, their low usage could give some plugins an advantage under these new classifications.</p>\n\n\n\n<p>&#8220;Should it also be a requirement?&#8221; he said. &#8220;Otherwise this also seems like something to be gamed for visibility. Do Community or Commercial (or neither) plugins show higher install growth? I guarantee you people are tracking this already.&#8221;</p>\n\n\n\n<p>WordPress&#8217; Meta team is seeking feedback on the current implementation. Automattic-sponsored contributor Steve Dufresne said &#8220;work is continuously underway to improve the browsing experience and refine the visual aspects of the Theme and Plugin Directory as part of the site redesign.&#8221; The new filters will be incorporated into the <a href=\"https://make.wordpress.org/meta/2023/04/10/wordpress-org-redesign-update-2/\">upcoming redesign changes</a> that have been slowly rolling out across WordPress.org.</p>\n\n\n\n<p>These filters will also be making their way into the admin theme and plugin browsers, so users can access them from wherever they search for extensions. In the meantime, users and theme and plugin developers can leave feedback via Meta Trac on the specific tickets outlined in the <a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">announcement</a>, as the team continues to iterate on the project.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2023 04:11:36 +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: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:54:\"WPTavern: WordCampers Demand Changes to Q&amp;A Format\";s:7:\"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:30:\"https://wptavern.com/?p=145760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wptavern.com/wordcampers-demand-changes-to-qa-format\";s: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:5951:\"<p>Q&amp;A segments at a live event are a valuable point of connection where attendees have the opportunity to gain the undivided attention of the speaker or panelist and get answers to important questions. Inevitably, people who abuse the format can lower the quality of the experience for everyone. A Twitter thread addressing this chronic problem is gaining momentum today following the conclusion of WordCamp Europe 2023.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">After <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> is before the next WordCamp! There\'s one thing in particular that is dear to my heart with the organization of these events that needs to change: the Q&amp;A format. 1/x</p>&mdash; Felix Arntz (@felixarntz) <a href=\"https://twitter.com/felixarntz/status/1668104835005046785?ref_src=twsrc%5Etfw\">June 12, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;One problem is that they often add very little value &#8211; although they&#8217;re supposed to achieve the opposite,&#8221; WordPress Core Committer Felix Arntz said. &#8220;Unfortunately, those who &#8216;ask&#8217; are often telling stories, promoting themselves or their business, [or] mansplaining the speaker.</p>\n\n\n\n<p>&#8220;Sometimes they&#8217;re not even asking any question at the end which is ridiculous. If that is you, you may not even notice it, but you are seriously wasting people&#8217;s time, potentially harming the speaker, and preventing folks from actually learning something.&#8221;</p>\n\n\n\n<p>Arntz suggested that those asking questions longer than a minute should forego the Q&amp;A time and ask the speaker informally at a later opportunity if it is relevant.</p>\n\n\n\n<p>&#8220;Just to clarify, while some of the issues apply especially to sessions with more exposure, like a Matt Q&amp;A, they all also apply to any other session,&#8221; he said.</p>\n\n\n\n<p>&#8220;While these problems mostly occur due to individual folks in the audience, I think the WordCamp organization needs to take action to improve the situation as it&#8217;s been happening for years.&#8221;</p>\n\n\n\n<p>Arntz proposed a number of actionable ideas, including submitting questions to a central platform where they can be upvoted by community members, discarding lengthy questions, and providing mandatory training or documentation for emcees on how to handle problematic Q&amp;A situations. He also noted that having questions in writing can assist non-native English speakers in understanding other non-native speakers.</p>\n\n\n\n<p>Arntz also contends that Q&amp;A should be optional, depending on the speaker&#8217;s preference. This may also have the added effect of creating a more inclusive environment for speakers.</p>\n\n\n\n<p>&#8220;Particularly for new speakers, it can cause lots of distress or anxiety, especially because, as mentioned before, it very often isn&#8217;t questions but any of the aforementioned problems,&#8221; he said.</p>\n\n\n\n<p>&#8220;All of this can be another blocker for folks from underrepresented groups to even apply to speak, which came up in the session on women &amp; non-binary folx of WordPress.</p>\n\n\n\n<p>&#8220;Making Q&amp;A optional is a great and simple way to at least improve the latter issue while working on addressing all the other problems. It&#8217;s literally just a decision to make, so I urge the community and organizing teams to make it.&#8221;</p>\n\n\n\n<p>Arntz&#8217;s thread has received positive feedback and support, and other WCEU attendees have joined in with suggestions for improving the Q&amp;A format.</p>\n\n\n\n<p>&#8220;Many other open source conferences use apps that do more with Q&amp;A, rating speakers, and even helping attendees schedule networking,&#8221; GoDaddy Developer Advocate Courtney Robertson <a href=\"https://twitter.com/courtneyr_dev/status/1668139699268120577\">said</a>. &#8220;The favorited events export to iCal/gCal.&#8221;</p>\n\n\n\n<p>Raymon Mens, a first-time-attendee at WCEU, <a href=\"https://twitter.com/raymonmens/status/1668146081496956933\">said</a> he was &#8220;negatively surprised by the Q&amp;A part&#8221; for every session. &#8220;I would have preferred some more time for the speaker to go more in depth and not have a long Q&amp;A that doesn’t add a lot.&#8221;</p>\n\n\n\n<p>Jon Ang, an organizer for WordCamp Asia, <a href=\"https://twitter.com/Kenshino/status/1668223052155617281?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1668223052155617281%7Ctwgr%5Ecb693e283a61a9b5b9ae45ea5f2e017df763ad60%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fwptavern.com%2Fwp-admin%2Fpost.php%3Fpost%3D145760action%3Dedit\">said</a> he is taking Arntz&#8217;s feedback into consideration for their next event, and future global leads for WCEU <a href=\"https://twitter.com/taekereijenga/status/1668238519477628929\">said</a> they are also discussing these ideas for next year. </p>\n\n\n\n<p>&#8220;At WordCamp San Francisco 2011 there was a Q&amp;A session with Barry and it used a P2,&#8221; WordPress core committer Aaron Jorbin said. &#8220;For the off topic questions, others often chimed in. I think an MC with knowledge of the subject matter asking questions off this would be perfect.&#8221;</p>\n\n\n\n<p>Changes will likely originate from WordCamp organizers who can recognize the existing problems with the current Q&amp;A format and depart from tradition with a better way of bringing quality questions to speakers who wish to entertain them. Getting Q&amp;A right may also become a stronger priority as WordPress&#8217; community team <a href=\"https://wptavern.com/wordpress-community-team-evolves-wordcamp-format-to-promote-adoption-training-and-networking-for-professionals\">evolves the WordCamp format to promote adoption, training, and networking</a>. Based on the feedback on Arntz&#8217;s Twitter thread, it&#8217;s past time to update the Q&amp;A format and WordCampers are eager to see it happen.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Jun 2023 22:27:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:53:\"WordPress.org blog: Twenty Years of WordPress at WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15167\";s:7:\"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/2023/06/twenty-years-of-wordpress-at-wceu/\";s: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:4620:\"<h2 class=\"wp-block-heading\">Inspiring the global community</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its <a href=\"https://wp20.wordpress.net/\">20th anniversary</a> and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-day event (plus Contributor Day) filled with talks, networking, and learning opportunities. The event concluded on June 10 with a captivating keynote address by WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, and Gutenberg Product Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who highlighted the advancements and upcoming milestones of the WordPress Project.</p>\n\n\n\n<p>One significant update shared during the keynote was the successful reactivation of WordCamps. This time last year, we organized eight in-person WordCamps, and by the end of 2022, the number had risen to 23. Thanks to the enthusiasm and involvement of the WordPress community, we are already on track to organize 25 WordCamps in the first half of this year alone.&nbsp;</p>\n\n\n\n<p>Josepha also emphasized the importance of the upcoming Community Summit on August 22-23. This in-person gathering brings contributors together across the WordPress open source project, fostering cross-project discussions vital for future growth and sustainability. For more information, visit the official <a href=\"https://communitysummit.wordcamp.org/2023/\">Community Summit website</a>.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=585%2C365&ssl=1\" alt=\"Total contributors: 7788 (737 new)\nContributors pledged to 5ftF: 780 (95 new)\n152 companies total with confirmed contributors (30 new)\" class=\"wp-image-15171\" width=\"585\" height=\"365\" />\n\n\n\n<p>Discussing the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> (5ftF) program, Josepha highlighted the impressive growth in active contributors and company pledges over the past year. She also underscored the expansion of the WordPress ecosystem, citing examples like <a href=\"https://openverse.org/\">Openverse</a>, which now provides access to nearly 800 million images and audio files, all easily accessible in the Site Editor.&nbsp;</p>\n\n\n\n<p>Another exciting addition to the WordPress repertoire is <a href=\"https://playground.wordpress.net/\">WP Playground</a>. This new feature allows users to build WordPress applications instantly in the browser without needing a PHP server. This tool provides a swift and seamless experience, reducing the installation time from five minutes to a near-instantaneous 500 milliseconds. The application of WP Playground may seem like magic, but its practical application promises tangible and revolutionary benefits for WordPress users.</p>\n\n\n\n<p>Matías Ventura then took the stage to share updates on Gutenberg. Through a visually stunning video built entirely with blocks, he showcased the six-year development journey and the transition from words to blocks to a final design. The upcoming WordPress version 6.3 will mark the completion of the first two phases of Gutenberg, consolidating all these features into a cohesive and user-friendly experience. He also highlighted the introduction of features such as the Wayfinder tool, Style Book, and the ability to save patterns, further empowering users to own their web presence and voice.</p>\n\n\n\n<p>Following the keynote presentation, the WordPress leadership engaged in a<a href=\"https://www.youtube.com/watch?v=VzKiKRodHQ0\"> lively Q&amp;A session </a>with the audience, further illustrating the continuous evolution within the WordPress Project. This session highlighted how the WordPress community innovates, iterates, and continually improves to create a better platform for today and tomorrow.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Join the global community and be part of the WordPress journey toward a brighter future!</p>\n\n\n\n<p><em>Special thanks to <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a> and <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a> for review and collaboration</em>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jun 2023 22:21: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:16:\"Jonathan Pantani\";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:77:\"BuddyPress: How should back-end &amp; front-end BuddyPress Interfaces evolve?\";s:7:\"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=330029\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://buddypress.org/2023/06/how-should-back-end-front-end-buddypress-interfaces-evolve/\";s: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:7371:\"<p>This is the number 4 of our post series about the new direction we plan to take regarding plugin maintenance and evolutions. Our <a href=\"https://buddypress.org/2023/04/buddypress-has-a-new-purpose/\">first post</a> was about shared our new purpose, the <a href=\"https://buddypress.org/2023/05/lets-better-organize-the-buddypress-plugin/\">second one</a> explained how we think we can better organize the BuddyPress plugin, and the <a href=\"https://buddypress.org/2023/05/what-new-features-will-be-coming-to-buddypress/\">third one</a> dealt with BuddyPress’ next features. It’s now time to analyze the feedback you shared with us <a rel=\"noreferrer noopener\" href=\"https://buddypress.org/support/topic/what-is-the-most-important-thing-buddypress-is-missing/\" target=\"_blank\">here</a> &amp; <a rel=\"noreferrer noopener\" href=\"https://wptavern.com/buddypress-plugin-usage-declining-remaining-contributors-discuss-path-forward\" target=\"_blank\">there</a> about BuddyPress’ user interfaces.</p>\n\n\n\n<span id=\"more-330029\"></span>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Key feedbacks about the BuddyPress UI</h2>\n\n\n\n<ul>\n<li>«&nbsp;<strong>Deep admin integration</strong> for all core components and logged-in Members&nbsp;»</li>\n\n\n\n<li>« A default set of universally wrappable <strong>theme-side template parts</strong> »</li>\n\n\n\n<li>«&nbsp;<strong>Modern</strong> UI/UX&nbsp;»</li>\n\n\n\n<li>«&nbsp;Make a <strong>simple theme for BP</strong> so that developers can modify it as they please. <strong>Install the theme when BP is installed</strong>&nbsp;»</li>\n\n\n\n<li>«&nbsp;I believe BuddyPress can be ground breaking for any <strong>mobile app</strong> that built with WordPress&nbsp;»</li>\n\n\n\n<li>«&nbsp;I was a little disappointed when I saw that it is not at all possible to <strong>use Gutenberg to style the absolutely required pages</strong>&nbsp;»</li>\n\n\n\n<li>«&nbsp;Most people install BuddyPress &nbsp;with a default theme and the result is not pretty. <strong>A BuddyPress theme that looks modern and nice would be a great addition</strong>.&nbsp;»</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A standalone Modern theme!</h2>\n\n\n\n<p>10 years ago we took a very ambitious challenge when we made <a href=\"https://buddypress.org/2013/04/buddypress-1-7-is-now-available/\">rendering BuddyPress templates into most WordPress themes optimal</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fc-200d-1f3a8.png\" alt=\"👩🏼‍🎨\" class=\"wp-smiley\" />. Being able to have a community area looking pretty nice, right away, into your site without having to change for a specific theme was and I believe is still great and <strong>quite impressive</strong>! By the way and even if we should overcome our dependency to jQuery (it’s on our todo list), our «&nbsp;Legacy&nbsp;» &amp; «&nbsp;Nouveau&nbsp;» template packs already behave well with the next generation of themes (the block ones).</p>\n\n\n\n<p>That being said, as <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/johnjamesjacoby/\" target=\"_blank\">John</a> who regularly shares with us his will to build a brand new &amp; modern theme <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f468-1f3fd-200d-1f3a8.png\" alt=\"👨🏽‍🎨\" class=\"wp-smiley\" /> for the project, I feel we should build it as soon as possible &amp; deeply explore the new possibilities provided by the WP Block API like I’ve announced in <a href=\"https://buddypress.org/2023/05/what-new-features-will-be-coming-to-buddypress/\">episode 3 of this series</a>. We’ll make customizing your community area a piece of cake thanks to the WordPress Site Editor, you can count on us!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What about bringing back the BuddyPress Dashboard?</h2>\n\n\n\n<p>I agree we should also improve the BuddyPress Administration experience to let Members manage their community content and update it just like it’s possible on front-end. Moreover, I think this community member dashboard can act as a plan B or a fallback <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f198.png\" alt=\"🆘\" class=\"wp-smiley\" /> if something went wrong on the front side due to a JavaScript traffic jam, for example. This dashboard can also become the only community area if some site admins need to dedicate the front-end to top-down content and collaborate on it from the back-end.</p>\n\n\n\n<p>Taking the community member dashboard road also re-opens the discussion about where administrators should manage and moderate BuddyPress settings and content. Before version 1.6, we used to put everything about BuddyPress inside a top level Administration menu. I believe we should come back to our initial idea and improve it. I like what <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/johnjamesjacoby/\" target=\"_blank\">John</a> suggested a while ago about introducing a new column before the WP Admin menu to switch between the WordPress dashboard and a new BuddyPress dashboard, a bit like the column Slack adds to switch between your Slack spaces.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/06/bp-dash.png\"><img src=\"https://buddypress.org/wp-content/uploads/1/2023/06/bp-dash.png\" alt=\"\" class=\"wp-image-330030\" width=\"226\" height=\"264\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A BuddyPress Progressive Web App?</h2>\n\n\n\n<p>About the Mobile App (or the Desktop App) point <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f933-1f3ff.png\" alt=\"🤳🏿\" class=\"wp-smiley\" />. I’d love, just like it’s possible to manage sites thanks to the WordPress <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/mobile/\" target=\"_blank\">project’s App</a>, to have an App to manage my different BuddyPress profiles, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/imath/\" target=\"_blank\">starting with this one</a> and this <a href=\"https://buddypress.org/members/imath/\">other one</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" />. </p>\n\n\n\n<p>I had the chance to participate to a demo of such an App for BuddyPress and I must admit I was really amazed by the fluidity it gave to user interactions and conversations. To be honest I doubt the project will have one in the near future, but if some of you are motivated to help the team explore this world, we’d be very happy to be shown the path. We will be making sure our next/first BuddyPress Block theme is optimized for all devices and exploring/testing the Progressive Web App (PWA) direction.</p>\n\n\n\n<p>To sum-up about modernizing BuddyPress UIs, we’ll do our best to reach a first milestone before 2024 starts and we are very open to contributions!</p>\n\n\n\n<p>Our next &amp; final post of this series will analyze your feedback about the BuddyPress community &amp; how we need to improve the tools we use to manage contributions to BuddyPress.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>Props</strong>: many thanks to <a href=\"https://buddypress.org/members/dcavins/\">@dcavins</a> for his review <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f618.png\" alt=\"😘\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2023 18:42: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: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: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:19:\"Matt: Whoop Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=87066\";s:7:\"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:36:\"https://ma.tt/2023/06/whoop-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1293:\"<p><a href=\"https://www.whoop.com/\">Whoop</a> is an excellent biometrics bracelet I&#8217;ve been wearing for a few months since my friend <a href=\"https://jaimewaydo.com/\">Jaime Waydo</a> joined as their CTO. After many years of being very <a href=\"https://www.garmin.com/en-US/p/621922\">in the Garmin 945 camp</a>, I now do an <a href=\"https://www.apple.com/apple-watch-ultra/\">Apple Ultra</a> for all the smart stuff, and Whoop for all the great sleep, HRV, and recovery information that I use to be aware of my energy levels throughout the day, complemented by the <a href=\"https://www.risescience.com/\">Rise sleep and energy tracker app</a>. This has been my ideal combo. </p>\n\n\n\n<p>The founder and CEO of Whoop, <a href=\"https://twitter.com/willahmed\">Will Ahmed</a>, interviewed me for their podcast, which we covered for a more mainstream audience my passion for open source and creating an open ecosystem for a web, how I got started as an entrepreneur, how <a href=\"https://automattic.com/\">Automattic</a> hires, growth mindset and mental clarity, working with <a href=\"https://artofaccomplishment.com/about/\">Joe Hudson</a> as an executive coach, and day-to-day routine (or lack thereof, sometimes).</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div>    <div></div>    </div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2023 00:21: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: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: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:64:\"Post Status: Launching a WordPress Product in Public: Session 16\";s:7:\"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://poststatus.com/?p=149596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-16/\";s: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:42284:\"<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> and <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> explore the delicate balance between professionalism and creativity in branding and marketing. They also discuss the importance of incorporating feedback into the product development process, utilizing user testing and testimonials to refine features and continually improve. The impact of their collaborative efforts has led to clarity around the momentum of partnering can bring to the creative process.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Balancing Professionalism and Creativity</strong>. The balance between professionalism and creativity in branding and marketing can be difficult. Even for playful, fun brands, there is a need to maintain a level of professionalism. Clean designs, corporate markets, and conveying value to potential customers are important.</li>\n\n\n\n<li><strong>Using Feedback for Product Refinement</strong>. There is value in receiving feedback and incorporating it into the product development process. User testing, testimonials, and refining the features offer continual improvement opportunities. Creating a product that meets the needs of the target audience and continually improving it based on user feedback requires commitment.</li>\n\n\n\n<li><strong>Leveraging Collaboration for Productivity</strong>. The productive nature of collaboration and bouncing ideas off each other is energizing. Take time to brainstorm, make suggestions, and provide insights that contribute to refining the product and marketing strategies with your teams. A collaborative approach helps generate new ideas, solve problems, and keep the momentum flowing.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://www.omgimg.net/\">OMGIMG</a></li>\n\n\n\n<li><a href=\"https://openai.com/blog/chatgpt\">ChatGPT</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n\n\n\n<li><a href=\"https://twitter.com/lindseymillerwp\">Lindsey Miller</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 16 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>C&amp;C 16</strong></p>\n\n\n\n<p>[00:00:00] <strong>Corey Maass:</strong> Everything sounds like a country song.</p>\n\n\n\n<p>Working from Panera.</p>\n\n\n\n<p>Good, I got that</p>\n\n\n\n<p>screaming live on.</p>\n\n\n\n<p>Apparently country music for me is all, um, ing. Yeah. Is all, uh, what was that show? Beverly Hillbillies. Oh man. Classic. You can tell I don&#8217;t listen to country music. Well, I&#8217;m&nbsp;</p>\n\n\n\n<p>[00:00:42] <strong>Cory Miller:</strong> from Oklahoma, so it&#8217;s kind of wired in.&nbsp;</p>\n\n\n\n<p>[00:00:46] <strong>Corey Maass:</strong> Yes, you&#8217;d have to.</p>\n\n\n\n<p>[00:00:50] <strong>Cory Miller:</strong> We got song Dance by Corey. This is a great way to start a webinar. Section 16, launching a product. What is on our agenda, my friend? I think I have some two things. Logo and website.&nbsp;</p>\n\n\n\n<p>[00:01:10] <strong>Corey Maass:</strong> What&#8217;s on your, uh, for me, the big thing is I. Wound up doing a couple of pretty good re refactors again, of the plugin. Um, I, in in particular, I coded myself into a corner or had coded myself into a corner and then, um, putting things over.</p>\n\n\n\n<p>So there&#8217;s, there&#8217;s sort of two versions of. In, in coding parlance you have instances of things, right? So there&#8217;s sort of two instances of the app. Um, one is sitewide and then one is per post or per. Per object. So attached to a podcast episode or attached to a post article or attached to something, you wanna have images, um, and then attached to the entire site, which in WordPress, there is no site thing.</p>\n\n\n\n<p>Um, so there&#8217;s, you know, these sort of two instances of apps and I had done a lot of coding initially. Where I had abstracted out for these two instances and then done a bunch of refactoring based on our conversations for the site-wide instance, and then porting that back over to apply to posts and things.</p>\n\n\n\n<p>Um, it all broke, um, or I encoded myself into a corner in a number of ways. So I wound up just ripping it all out and simplifying it. So we&#8217;re real close. Um, but I&#8217;m between, uh, allergies and, uh, life getting in the way. I&#8217;ve been feeling a little burned out. Um, I messaged you the other night like I have, uh, you can hear me sniffle and, um, Yeah, and in insomnia that I suffer from once in a while.</p>\n\n\n\n<p>And so I&#8217;m staying up all night coding, which is not, I&#8217;m, I&#8217;m coding because I&#8217;m up all night. I&#8217;m not staying up all night coding. But it, because of that, I tend to like burn out and I&#8217;m, I&#8217;ve also, I&#8217;ve solved these problems four times now. I just need to keep cleaning them up and keep revising them. So the truth is I&#8217;m taking a couple of days away from the project.</p>\n\n\n\n<p>But we&#8217;re close. I mean, I keep saying that week after week, but um, I do think that we&#8217;re, as soon as we get a logo locked down, which helps to find colors and styles, which helps to find the website, it also lets me go back into the app and plug in the logo in a couple of places and then, you know, it&#8217;s sort of branding complete version 0 0 1.</p>\n\n\n\n<p>And then, you know, I think we can roll from there.&nbsp;</p>\n\n\n\n<p>[00:04:01] <strong>Cory Miller:</strong> Okay. Um, that&#8217;s, that&#8217;s a great update. And then transitioning to the logo for a second. So it just made me think as I&#8217;m, I want, I want to talk through those logos that we were just talking through on Slack. I&#8217;ll screen share those in a second, but it just made me think I&#8217;m doing this horizontal one particularly.</p>\n\n\n\n<p>Mm-hmm. With the designer. And what are the needs for plugin? Like, do we need just a logo mark, for instance? Brandmark, whatever do we need to, what, what kind of ratios and sizes do you need?&nbsp;</p>\n\n\n\n<p>[00:04:33] <strong>Corey Maass:</strong> Right. I, the, the, the one that I, we were talking about the most just a minute ago is horizontal omg i m g next to each other.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>sorry. Um, oh, now we know all your secrets. So, uh, This one. I like the font choice, but the graphic is kind of meh, like it&#8217;s been done before. I like the colors. Um, this one I like conceptually better and I dropped in a few notes. I honestly think that they should take the font from the first one and do this treatment to it, simplifying it, taking out the drop shadow.</p>\n\n\n\n<p>And I liked your suggestion of switch or reversing it. Um, and then the color&#8217;s up here. Exactly. So it&#8217;s bigger and bold. Yeah. And then, and then honestly, I think that&#8217;s good enough. Um, okay. The, so yeah, if they swap out the, the, the font, cuz then it&#8217;ll be, the font feels more square, big and bold, simple. And, and at that point, what I guess I anticipate doing is if you&#8217;ve got OMG next to img, um, it&#8217;s easy enough to put one on top of the other.</p>\n\n\n\n<p>So you might actually tell them like, you know, here are our notes and please com create one that is horizontal as they&#8217;re doing now, but, but one that&#8217;s stacked with OMG over img. So maybe the OMG is, is in color and the IMG is in black or something. Um, but honestly, that way we&#8217;ve got. I think we, we cover our bases, right?</p>\n\n\n\n<p>We&#8217;ve got a horizontal version and we&#8217;ve got a essentially a square version. Hey, you&#8217;re wondering if I&nbsp;</p>\n\n\n\n<p>[00:06:29] <strong>Cory Miller:</strong> remembered? I&#8217;m sharing&nbsp;</p>\n\n\n\n<p>[00:06:30] <strong>Corey Maass:</strong> my screen. I, I did. Yeah. I see that</p>\n\n\n\n<p>this is the true ride along entrepreneur ride along.</p>\n\n\n\n<p>I like that ride along. Oh yeah. There&#8217;s a, a subreddit called Entrepreneur Ride Along.</p>\n\n\n\n<p>It&#8217;s not a great subreddit, but I, I like the, I like the gist of it and some of it there occasionally. There&#8217;s a good question or a good post.</p>\n\n\n\n<p>And honestly, I, I will, I think instead of gray, it should be, it should be black and white, so it&#8217;s color going, but it, but we don&#8217;t, we can, I can change that when we get it. That&#8217;s fine. Yeah.</p>\n\n\n\n<p>Okay. So yeah, use that font, flip it upside down. Um, remove the drop shadow. I don&#8217;t, I don&#8217;t like that. The 3D effect of it doesn&#8217;t do anything for me,</p>\n\n\n\n<p>man.&nbsp;</p>\n\n\n\n<p>[00:08:16] <strong>Cory Miller:</strong> I&#8217;m looking at where are you seeing shadow, like right here.&nbsp;</p>\n\n\n\n<p>[00:08:19] <strong>Corey Maass:</strong> Yeah, so that bar has a shadow below it.</p>\n\n\n\n<p>Um, and then lastly, if they make those changes, um, create a version where the OMG is above the img.</p>\n\n\n\n<p>So it&#8217;s, we, this is a, if this is a, a horizontal, ver horizontal version, we need a, yeah, it&#8217;s essentially a, a vertical version. Ooh, that&#8217;s&nbsp;</p>\n\n\n\n<p>[00:08:53] <strong>Cory Miller:</strong> awesome. The top could be colors, um, g the bottom, and there&#8217;s a bar. Okay, cool. Yep.&nbsp;</p>\n\n\n\n<p>[00:09:00] <strong>Corey Maass:</strong> Let&#8217;s see.</p>\n\n\n\n<p>And for anybody who asks, it&#8217;s, oh my gosh, images. Because we are non religiously affiliated.</p>\n\n\n\n<p>I would say another version that is vertical.</p>\n\n\n\n<p>Yes. Okay. And I think, I think that&#8217;s fine.</p>\n\n\n\n<p>I like the color choices. I like the feel of it and as we&#8217;ve talked about it, like we could, we could spend tons of time and effort, but good enough. It&#8217;s cute, it&#8217;s interesting. Like it, it does what I wanted. Um, whatever it was that I had in my head, I didn&#8217;t have any, you know, the requirements that were in my head.</p>\n\n\n\n<p>It&#8217;s like bold and fun and interesting. The big, big heavy font like that to me says like O M G I M G, you know, it feels, it matches the name. Um, I like the colors vi, vibrant. Interesting. So&nbsp;</p>\n\n\n\n<p>[00:10:21] <strong>Cory Miller:</strong> I almost wonder, like on the vertical one, it&#8217;s like leave a little black on the omg. Mm-hmm. Like the bars maybe split a little bit.</p>\n\n\n\n<p>Okay, let me, that&#8217;s in, that&#8217;s in progress now. Great. Next thing I had was website and, um, I don&#8217;t think you&#8217;re in the space to be able to do this, but, um, just focused on logo and I only had time for logo, so I didn&#8217;t get website going, but the, I&#8217;m gonna go back on pod squeeze K card. Text content and I&#8217;ll just start getting buckets of text&nbsp;</p>\n\n\n\n<p>[00:11:06] <strong>Corey Maass:</strong> for those blocks.</p>\n\n\n\n<p>Yeah, I think if you wanna even just do it, um, flat, so on, you know, open up a Google Doc or something. Let&#8217;s look at the few different, um, websites that we&#8217;ve bookmarked for design and content. Um, and we found this awesome new site this morning, um, called, where&#8217;d it Go? Jelly Laid and their their welcome screen.</p>\n\n\n\n<p>Uh, how do we want to, how, how does one say it? Uh, we can be, we can be inspired by. Inspired by, so, Yeah, I mean, and, and big props to Jelly La um, j e l l y l a d e, whether, um, whether we&#8217;re we, we borrow from them or not. It&#8217;s a really neat site, well laid out, well thought out. Um, and there&#8217;s a number of overlap.</p>\n\n\n\n<p>Number of overlaps where they, they&#8217;re creating screenshots and beautiful screenshots. So they&#8217;re one of those kinds of tools. We&#8217;re doing something a little different, but, you know, some of the UI elements end up being the same, creating, um, specific sized images and stuff like that, just like we were doing for Crop Express.</p>\n\n\n\n<p>So, um, but I like the, what I realized on, on looking at their site, um, where is it about, So here I can share. Maybe don&#8217;t need to do subtitles, I need to share the screen.</p>\n\n\n\n<p>Um, so they&#8217;re, they&#8217;re heavy on listing out features, not benefits. So, um, but we did like, uh, some of the, the wording. Um, for your website and social media, um, that resonated. So the, so anyway, we&#8217;ve got that guy and we&#8217;ve got, um, what did you say? Squeeze was the other one we really liked the look of. Yeah.</p>\n\n\n\n<p>And then, um, this one I just really liked. Again, running with the, the big, bold colors. Um, I just liked the big, bold fonts, so I think this might be a treatment that we look at doing, um, when we actually sit down and design our site. But it&#8217;s, uh, you know, if so, Yes. I don&#8217;t think we should sit here and, and try to actually mock up the site right now, but if we want to create essentially a, a, just a flat doc, because I mean, most standard websites, you, you have a hero era area with a title, a paragraph, and a call to action testimonials.</p>\n\n\n\n<p>You&#8217;ve got, you know, list the three benefits kind of thing. I mean, most of these sites are pretty. Have similar sections. So I think if we go through and we can lock down just some wording. Um, and then once we have the colors and things from the logo set up, like we could just, we have text. We could just drop in.</p>\n\n\n\n<p>Hey, I&#8217;m gonna&nbsp;</p>\n\n\n\n<p>[00:14:49] <strong>Cory Miller:</strong> start that. I can share it&nbsp;</p>\n\n\n\n<p>[00:14:51] <strong>Corey Maass:</strong> with you. Cool. I&#8217;ll stop sharing. You could share a dot.</p>\n\n\n\n<p>Yeah. Perfect.</p>\n\n\n\n<p>With the little back and forth in Slack we came up with.</p>\n\n\n\n<p>Yeah. So this is very dry,</p>\n\n\n\n<p>but the tagline of, I&#8217;m just opening the doctor.</p>\n\n\n\n<p>Yeah, create professional images. Love that. One of the things that I reacted to, I realized thinking about the tagline, um, from, um, jelly La was there&#8217;s those create beautiful something, something and, you know, I&#8217;m like, well, beauty is at the behi in the eye of the beholder. And I always pry really hard not to.</p>\n\n\n\n<p>Fall into words that are, it&#8217;s like the, the tagline that every, uh, every website tries at least once of the, the, the dot.dot that you&#8217;ll actually use, you know, and stuff like that. And it&#8217;s all just fluffy. So it&#8217;s like, I, I, I think you and I have talked about this before, like we&#8217;d rather it actually said what it did.</p>\n\n\n\n<p>Yeah.&nbsp;</p>\n\n\n\n<p>[00:17:19] <strong>Cory Miller:</strong> I&#8217;m trying to go back and find, because you, you made some points, I think in Slack&nbsp;</p>\n\n\n\n<p>[00:17:25] <strong>Corey Maass:</strong> that I wanna</p>\n\n\n\n<p>try to scan it.</p>\n\n\n\n<p>It&#8217;s like at some point, you know, you wanna, uh, uh, a clever turn of phrase tends to be the big headline and then, excuse me. Um, and then we&#8217;ve got that little. Paragraph underneath. So some of this could get ex extended. Um, the other thing we can do since the world, this is the world we live in now. Uh, we open up chat g p t and we say generate 10.</p>\n\n\n\n<p>Whoever we&#8217;re ways to summarize.</p>\n\n\n\n<p>Following</p>\n\n\n\n<p>right. 10 clever taglines. To summarize the following statements,</p>\n\n\n\n<p>I should have shared my screen for people who are not.</p>\n\n\n\n<p>See, uh, have not played with chat G p T.</p>\n\n\n\n<p>So that&#8217;s what.</p>\n\n\n\n<p>Oh,&nbsp;</p>\n\n\n\n<p>[00:19:18] <strong>Cory Miller:</strong> you know what? It&#8217;s not on here. It&#8217;s over here, I think.&nbsp;</p>\n\n\n\n<p>[00:19:23] <strong>Corey Maass:</strong> Oh, there you go. It&#8217;s notes.</p>\n\n\n\n<p>So professionalism at your fingertips. Images that speak a thousand words.</p>\n\n\n\n<p>Professionalism made easy. Anyway, these are all good phrases to play with. Oh,</p>\n\n\n\n<p>[00:20:02] <strong>Cory Miller:</strong> something about your image matters.&nbsp;</p>\n\n\n\n<p>[00:20:05] <strong>Corey Maass:</strong> Hmm,</p>\n\n\n\n<p>I stumped chat. G p t</p>\n\n\n\n<p>[00:20:27] <strong>Cory Miller:</strong> right here. I like this one. Turn your content into captivating social images. Yep. Right there.&nbsp;</p>\n\n\n\n<p>[00:20:35] <strong>Corey Maass:</strong> Oh my word. Oh my word. All right, so then I</p>\n\n\n\n<p>said rewrite them with using puns or light humor. And so version two, humor. You ready for this? I actually really like these. Don&#8217;t let your social media be a blur.</p>\n\n\n\n<p>Website, feeling math, spice it up with professional social images.</p>\n\n\n\n<p>You just tell it to be funny. Yeah. I said, well, I said Add, add a pun or light humor. Words are great. Images are greater. That&#8217;s honestly fantastic. Yeah. Like it&#8217;s, I mean, it&#8217;s, it&#8217;s not funny, but it&#8217;s Right. The kind of</p>\n\n\n\n<p>like, to me, words are great, but images are greater as the, the big headline in the hero area. And then below that it&#8217;s saying something like, Use your word, you know, turn your WordPress content into valuable, shareable, professional images,</p>\n\n\n\n<p>easily create professional images from your,</p>\n\n\n\n<p>because I, yeah, I, one of the concepts that came up right is I, I really like the idea of. You&#8217;ve already done the work, and this is what we&#8217;ve been talking about since Crop Express, which is you&#8217;ve, you&#8217;ve set up a website, great. You&#8217;ve written a blog post. Great. That&#8217;s a lot of work. That&#8217;s a lot of effort.</p>\n\n\n\n<p>That&#8217;s a lot of thought. And, and how we, we jumped from Crop Express to OMG is the idea of how do you, how do you not only, um, Make a featured image more compelling, but how do you take the content that you&#8217;ve already written, the work you&#8217;ve already done to add more value? And how do you make an image, um, what do I wanna say?</p>\n\n\n\n<p>Direct? Um, share that value, you know, immediately.</p>\n\n\n\n<p>[00:23:13] <strong>Cory Miller:</strong> You, you created content for your WordPress website. Now you need a package and showcase it.&nbsp;</p>\n\n\n\n<p>[00:23:18] <strong>Corey Maass:</strong> Mm-hmm. Or showcase it.</p>\n\n\n\n<p>Let your images do the talking. Oh,</p>\n\n\n\n<p>winners there, our words are great, but images are greater. And let your images do the talking.</p>\n\n\n\n<p>Okay.</p>\n\n\n\n<p>Yeah, you and your problem statements. I love that. I never think to do that.</p>\n\n\n\n<p>[00:24:29] <strong>Cory Miller:</strong> Yeah, that&#8217;s our. I love how we do this. So problem is you create content on your WordPress website. Now you want to showcase it, make it shine. The problem is you have to go outta WordPress, you have to do all these, you have to have all these other tools&nbsp;</p>\n\n\n\n<p>[00:24:49] <strong>Corey Maass:</strong> and</p>\n\n\n\n<p>uh, common featured images. Don&#8217;t</p>\n\n\n\n<p>tell the content. Ooh, what do you wanna say by themselves?</p>\n\n\n\n<p>They often are just a nice image and you rely on. The headline or bullet points or quote elsewhere to draw the user in.&nbsp;</p>\n\n\n\n<p>[00:25:39] <strong>Cory Miller:</strong> So you created the content. Now make it sizzle, sparkle, shine.&nbsp;</p>\n\n\n\n<p>[00:25:44] <strong>Corey Maass:</strong> Nice.</p>\n\n\n\n<p>I keep talking about the loop and I, I keep coming back to that and I don&#8217;t still don&#8217;t know how to explain that, but it&#8217;s the, like, you create, you create words that are compelling. You find an image that&#8217;s compelling, but the, the problem as it exists now for most websites is if you share a blog post, there&#8217;s a, there&#8217;s an image that&#8217;s compelling, but it doesn&#8217;t have any of the words in it.</p>\n\n\n\n<p>And then you&#8217;re relying on the headline and an excerpt. You know, you&#8217;re relying on Facebook to, to present the whole thing. And if somebody just sees an image or fails to skim the little bit, the little bitty headline under the image, they&#8217;re not gonna, they only get half the half the compellingness of it.</p>\n\n\n\n<p>And so it&#8217;s like taking, taking your content and, and combining it with your featured image. It&#8217;s like one plus one equals three kind of situation where it&#8217;s like adding a big fold headline on top of that&#8217;s compelling, on top of a featured image that&#8217;s compelling, is more compelling than just sharing the image and the headline.</p>\n\n\n\n<p>So you create&nbsp;</p>\n\n\n\n<p>[00:27:14] <strong>Cory Miller:</strong> a content, now you wanna make it shine. Problem is you have to go outta WordPress. You have workflow one. Uh, the internal WordPress stuff doesn&#8217;t really sell the content. Plus they should, they should help entice images, should help entice people summarize and entice something like to get &#8217;em back to the site.</p>\n\n\n\n<p>So,</p>\n\n\n\n<p>[00:27:45] <strong>Corey Maass:</strong> yep.</p>\n\n\n\n<p>Typing, boring, featured, featured images don&#8217;t create intrigue. They don&#8217;t sell the content.</p>\n\n\n\n<p>They don&#8217;t captivate the imagination. That&#8217;s not the right.</p>\n\n\n\n<p>They don&#8217;t. Spark the imagination. Something like that.</p>\n\n\n\n<p>So&nbsp;</p>\n\n\n\n<p>[00:28:26] <strong>Cory Miller:</strong> the problem is it goes outta your workload. Boring featured images or afterthoughts Plus, they should make it. They should. They should be&nbsp;</p>\n\n\n\n<p>[00:28:35] <strong>Corey Maass:</strong> enticing. Yeah. It&#8217;s like there&#8217;s lots of different ways that an image can. Add value. And I know like we are, we might be thinking about it more deeply than people often do, but I think maybe that&#8217;s the point, right?</p>\n\n\n\n<p>Like a lot of the time now people like you&#8217;ll see a, if I go to Medium and I see an article about writing code, there&#8217;s some clip art of. A person behind a laptop or of a robot, and it&#8217;s like, then, then why even have the image? And I know why, like human image, human brains are wired to be attracted to images, but, but there&#8217;s no value added there.</p>\n\n\n\n<p>It&#8217;s just you&#8217;re just checking a box. And that&#8217;s heartbreaking. So</p>\n\n\n\n<p>there&#8217;s our three&nbsp;</p>\n\n\n\n<p>[00:29:37] <strong>Cory Miller:</strong> features. Stay in your workflow? No more boring afterthoughts.</p>\n\n\n\n<p>[00:29:45] <strong>Corey Maass:</strong> Wow. Yeah. Wow. Who canice people to click?</p>\n\n\n\n<p>Wow.</p>\n\n\n\n<p>We&#8217;re, we&#8217;re, we&#8217;re, we&#8217;re somewhere here. We&#8217;re we&#8217;re in the range. Yep. We&#8217;ll&nbsp;</p>\n\n\n\n<p>[00:30:05] <strong>Cory Miller:</strong> work on the features next, but. Stay in your workflow.</p>\n\n\n\n<p>Something here. No more boring afterthought, smell images. Stale, boring, stale, afterthought. Like there&#8217;s probably something here we can refine. It&#8217;s like put, put your images to work.</p>\n\n\n\n<p>Something to the effect of like, Born and still is opposite. Active, helpful prompting is better. Like that&#8217;s where we come in with the, uh,</p>\n\n\n\n<p>because we&#8217;re trying to show &#8217;em a vision of what could be better. Like right now it&#8217;s just boring. They&#8217;re afterthoughts,</p>\n\n\n\n<p>but you could transform that to help. That&#8217;s where we go. Sell the sizzle or shine.&nbsp;</p>\n\n\n\n<p>[00:31:07] <strong>Corey Maass:</strong> Yep. Make your&nbsp;</p>\n\n\n\n<p>[00:31:08] <strong>Cory Miller:</strong> images shine. Make your content shine&nbsp;</p>\n\n\n\n<p>[00:31:14] <strong>Corey Maass:</strong> fresh. En. Engaging. Engaging. Memorable, engaging,</p>\n\n\n\n<p>relevant.</p>\n\n\n\n<p>Relevant. Helpful. Ooh, helpful. That&#8217;s a good&nbsp;</p>\n\n\n\n<p>[00:31:36] <strong>Cory Miller:</strong> word, is to keep all these words, because I think we&#8217;ll put a list of things. Oh, here it is. The before and&nbsp;</p>\n\n\n\n<p>[00:31:43] <strong>Corey Maass:</strong> after. Nice. Yep. Nice. Yep. Morning. Thoughts. Still homogenized.</p>\n\n\n\n<p>Oh man, what, what&#8217;s&nbsp;</p>\n\n\n\n<p>[00:32:01] <strong>Cory Miller:</strong> the word for like, they&#8217;re just taking up&nbsp;</p>\n\n\n\n<p>[00:32:03] <strong>Corey Maass:</strong> space. Checking a box. Placeholder. Placeholder. No more placeholders.</p>\n\n\n\n<p>So we Wow. You, you&#8217;ve seen those, uh, Home pages that have a, like a slider before and after. And on the left we show, you know, an image of a landscape and a, you know, 10 places to go camping. But as it&#8217;s presented in Facebook with just a big, big image that&#8217;s pretty, but it has no value. And the headline that has no treatment and then you swipe and it shows the.</p>\n\n\n\n<p>Our treatment of the image with a background and, and, uh, a color treatment to it. And then a clever font or an interesting font and like, so we do a bunch of those where it&#8217;s like, here&#8217;s your boring placeholder, nothing. And here, even if we just, even if that&#8217;s all you give us, here&#8217;s, here&#8217;s how we make it Compelling.</p>\n\n\n\n<p>Compelling would love that before and after.</p>\n\n\n\n<p>Okay.&nbsp;</p>\n\n\n\n<p>[00:33:35] <strong>Cory Miller:</strong> I like this before, Hey, if there, this is a wishlist, not a, but If there was a sample, you know, it&#8217;s almost like, here&#8217;s your. Here&#8217;s your social graph before and, and paid a bar. He goes, pull the bar down. Transformation.&nbsp;</p>\n\n\n\n<p>[00:33:56] <strong>Corey Maass:</strong> Wow. Wow. Yes. Yeah. That was the kind of UI I was picturing. Like if you go to, they&#8217;re the, they&#8217;re the, the little web apps that are like, we&#8217;re moving a background or whatever, and you, and they have a slider and so you see the image and as you, you move a, move a bar, Back and forth.</p>\n\n\n\n<p>And so yeah, in our case, we&#8217;ll, we&#8217;ll have it, you might move the bar up and down or something, but that matches our logo. That&#8217;s amazing.&nbsp;</p>\n\n\n\n<p>[00:34:22] <strong>Cory Miller:</strong> See and pull it down and we can share like a post status. We&#8217;ve got this, you know, we&#8217;re using this, so like before they, we looked at it sucks. Pull it down. Here it is like, yep.</p>\n\n\n\n<p>Here&#8217;s what we&#8217;ve done to showcase, make the content shine, entice people, comp compelling, I love that word compelling, you said. Mm-hmm. What? Boring to compelling. Boring To&nbsp;</p>\n\n\n\n<p>[00:34:49] <strong>Corey Maass:</strong> compelling. Yeah. And again, I love the idea of, of valuable too. I put engaging. Yeah.</p>\n\n\n\n<p>Because it&#8217;s, yeah, we, we, we take, and it&#8217;s also, we take these pieces. And put them together. And that to me is where the value comes from. And it&#8217;s like, so even if, even if you only ever see it, just the image, you don&#8217;t see the headline because the headline can be in the image, then it, then there&#8217;s, um, the image itself, it&#8217;s more valuable.</p>\n\n\n\n<p>Like that&#8217;s not, that&#8217;s not the only use case. And it might not even be the most common use case, but like one of the things that. You talked about early on was, you know, creating slides essentially, or slide shows. And so being able to create images that have bullet points that summarize a post or quotes that summarize a quote, a post, you know, so there, there&#8217;s, there can actually, you know, if it&#8217;s um, if you interview somebody and they are really inspiring and you create a bunch of these images and you put them on your social media every [00:36:00] day, like, You are inspiring.</p>\n\n\n\n<p>You could be inspiring people. So&nbsp;</p>\n\n\n\n<p>[00:36:05] <strong>Cory Miller:</strong> it makes me think when you were saying that about the, I was trying to capture those again, even though we&#8217;ve done it a bunch. So like, can you see my little cursor here? Mm-hmm. In the copy, in the, uh, text editor part. It&#8217;d be awesome to have these. Oops, this touch, not that touch choices.</p>\n\n\n\n<p>You know what I&#8217;m talking about, like here, um, bullets. Numbers, check boxes, because when you said that 50 places to visit mm-hmm. Here&#8217;s 10 in their check boxes. Mm-hmm. The point is where I kind of default to, but I wonder if there&#8217;s a way to do so. Like the arrows.&nbsp;</p>\n\n\n\n<p>[00:36:44] <strong>Corey Maass:</strong> Sure. Capture this back.</p>\n\n\n\n<p>You already know all this bullets. No, it&#8217;s I&#8217;m capture it. We need it captured.&nbsp;</p>\n\n\n\n<p>[00:37:04] <strong>Cory Miller:</strong> Text boxes, numbers,</p>\n\n\n\n<p>[00:37:09] <strong>Corey Maass:</strong> emojis. Oh&nbsp;</p>\n\n\n\n<p>[00:37:10] <strong>Cory Miller:</strong> God, you read my mind, but I didn&#8217;t wanna say it because I was like, I don&#8217;t wanna,&nbsp;</p>\n\n\n\n<p>[00:37:15] <strong>Corey Maass:</strong> Hey, if we, if we&#8217;re, we&#8217;re starting a product with the OMG in the name, like we have to double down on the whole cute, uh, style, you know, emojis and butterflies. And&nbsp;</p>\n\n\n\n<p>[00:37:30] <strong>Cory Miller:</strong> I&#8217;ve been working with Lindsay on, on some of her work for my marketing assistant, and it did dawned on me.</p>\n\n\n\n<p>She was like, it was. Uh, her personality is fun. Like she likes to have fun. Mm-hmm. And like, there&#8217;s, you&#8217;re not feeling fun here. And so it was like reintroducing that and I think mm-hmm. Uh, I&#8217;m gonna capture this too, is like, make&nbsp;</p>\n\n\n\n<p>[00:37:57] <strong>Corey Maass:</strong> your content a party. Nice. Yeah.</p>\n\n\n\n<p>Everyone wants to go to, Nah,</p>\n\n\n\n<p>that&#8217;s an advertising campaign right there, like a whole bunch of ads that are like, do people want to go to the we to your website? Make your website a party that everybody wants to get go to. That&#8217;s really fun.</p>\n\n\n\n<p>Okay. I&nbsp;</p>\n\n\n\n<p>[00:38:42] <strong>Cory Miller:</strong> think we got a lot here. I think the benefits we can, we got enough to, like, we can put this back in chat, G B T two, but we just need three benefits and Yep. Um,&nbsp;</p>\n\n\n\n<p>[00:38:56] <strong>Corey Maass:</strong> which we ha we have four. I mean, you can always have more, but Yep. Stay within your workflow. Convert these. Well, and it&#8217;s, and we, and I think it&#8217;ll end up being, um, before and after is like the first big benefit.</p>\n\n\n\n<p>And then we could do the three underneath of stay. Stay within your workflow, stay in the zone. Create more value, all those things.</p>\n\n\n\n<p>That is the technical term thingy</p>\n\n\n\n<p>stuff, stuff. It&nbsp;</p>\n\n\n\n<p>[00:39:45] <strong>Cory Miller:</strong> makes me think, I&#8217;ve been doing the, uh, party emoticon, mo emoji. Mm-hmm. I&#8217;m like this little party thing. All&nbsp;</p>\n\n\n\n<p>[00:39:56] <strong>Corey Maass:</strong> right, now I&#8217;m just having fun.</p>\n\n\n\n<p>This might be the most, um, productive, midlife crisis anybody has ever had. Bless you, dude,&nbsp;</p>\n\n\n\n<p>[00:40:09] <strong>Cory Miller:</strong> about four to five years ago, this has been really timely. Saying, I&#8217;m outta it. I&#8217;m just saying&nbsp;</p>\n\n\n\n<p>[00:40:18] <strong>Corey Maass:</strong> I&#8217;ll take it now. We&#8217;ve learned to manage it anyway. Um, great test. Well, uh, homepages need testimonials, which we&#8217;ll add once we, uh, have them, the features can, we can fill out as we go.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>[00:40:44] <strong>Cory Miller:</strong> Well, thanks for doing this. This is, I work best like this, planning off, you know, collaborating. Sure. So I appreciate this. Okay. See, do I have access to Omgm? I know I do.</p>\n\n\n\n<p>[00:41:05] <strong>Corey Maass:</strong> I don&#8217;t. Yes, you do. You have your, uh, Corey Miller account and then, um, so yeah, it&#8217;s, it&#8217;s just Beaver Builder. So go drop in blocks or, um, or I can, and then the biggest thing, I mean like any of these websites, uh, Again, the, once the logo is locked down, and maybe we already have the colors, but we can use those colors to define what the, what the boxes on the page look like.</p>\n\n\n\n<p>And then, um, the actual images always, usually takes me the longest of like, okay, you want screen, you want product screenshots. Go create the perfect product setup so that you can then take the perfect product screenshots. So, But I need to actually finish the damn thing. Wanna do&nbsp;</p>\n\n\n\n<p>[00:42:02] <strong>Cory Miller:</strong> that? Cool. Dude, we&#8217;re flowing.</p>\n\n\n\n<p>Well, I&#8217;m starting to flow with you.</p>\n\n\n\n<p>[00:42:13] <strong>Corey Maass:</strong> Well, and I&#8217;m, yeah, I&#8217;m, there&#8217;s been stuff that for me because I&#8217;m, this is how I work half the time anyway. Right? Like, I build and I rebuild, and I rebuild. And the whole time I&#8217;m thinking, and I&#8217;m, that&#8217;s why I keep trying to throw stuff at you or WeChat during the week, um, because it helps me redefine the product and, and wording and stuff like that.</p>\n\n\n\n<p>And so it&#8217;s things that, like at one point we said, what do, what do we call it? And so in, in my mind, the, um, like the name of the company and the name of the product is O M G I M G. Um, which I kind of, it makes me giggle when it&#8217;s like people talk about like I B M or cvs and so it&#8217;s, it&#8217;s just way more letters, but it&#8217;s still like, sound it tongue in cheek in a tongue in cheek way.</p>\n\n\n\n<p>It sounds very corporate cuz it&#8217;s a bunch of letters. Um, it,&nbsp;</p>\n\n\n\n<p>[00:43:12] <strong>Cory Miller:</strong> but if it makes you smile, that&#8217;s a really good thing, like Right. Hearing that it makes you smile too, because cvs, by the way, is my favorite story ever.&nbsp;</p>\n\n\n\n<p>[00:43:22] <strong>Corey Maass:</strong> Good man.&nbsp;</p>\n\n\n\n<p>[00:43:22] <strong>Cory Miller:</strong> I&#8217;m anti Walgreens, our insurance. Ooh, seriously. I like Walgreens with the number two cvs.</p>\n\n\n\n<p>It&#8217;s clean like an Apple store for a pharmacy and I don&#8217;t know, tape some of them that&#8217;s clean. Uh, chips. Yep. Weird dehydrated products in the front anyway. Okay.&nbsp;</p>\n\n\n\n<p>[00:43:47] <strong>Corey Maass:</strong> Yeah, I, I&#8217;m a, I&#8217;m a sucker for those kinds of stores for sure. Uh, little bit of everything. I love a, do I love a good dollar store? Um, five below extremely dangerous for me to walk in.</p>\n\n\n\n<p>Oh, dude,&nbsp;</p>\n\n\n\n<p>[00:44:00] <strong>Cory Miller:</strong> we, you and I should not go on five below&nbsp;</p>\n\n\n\n<p>[00:44:04] <strong>Corey Maass:</strong> or we should. Um, but so the other thing that, um, I, uh, have been. It&#8217;s like, okay, so I&#8217;m, I&#8217;m not yet using the product, but as I&#8217;m building the product, I&#8217;m thinking about using it, et cetera. Right? And so, um, one of the other things that I realized I was doing was, so O M G I M G, name of the company, name of the product, um, OMG Images is the asset that it creates, right?</p>\n\n\n\n<p>So it&#8217;s like, turn your, turn your image into an OMG image. And that&#8217;s where like when we did a demo whenever it was, Um, you know, a few, a few calls ago you were like, okay, change, change the buttons to say, you know, create new whatever it was. And I&#8217;m like, oh, okay. So, so in most of those places now, we, we are saying like, create a new i OMG image, or here is a list of your OMG images, because it&#8217;s basically any image that&#8217;s been enhanced by OMG img.</p>\n\n\n\n<p>I love it. And we are going to be OMG people because we&#8217;ve been also been enhanced by OMG I mg. This is&nbsp;</p>\n\n\n\n<p>[00:45:21] <strong>Cory Miller:</strong> totally silly, but in the vein of creativity, ob absurd. Of course the t-shirt on the front might be OMG in the back is, I don&#8217;t know. That&#8217;s the silly thing. But I was like, I love this. The bar coming down.</p>\n\n\n\n<p>Mm-hmm. Um, That thought. So like we&#8217;ll need that,&nbsp;</p>\n\n\n\n<p>[00:45:43] <strong>Corey Maass:</strong> that front. Oh, I, what I want is the, the T-shirt. I&#8217;m gonna stand up here some, the Panera, the T-shirt where the graphic is, the whole thing. And it&#8217;s going to be, it&#8217;s going to be omg, img, you know, but, but the whole front of the site or whole front of the, sure.</p>\n\n\n\n<p>So it&#8217;s huge bright colors. OMG img.</p>\n\n\n\n<p>Like, when I was doing conbon, I wanted to be very clean and corporate because I was, I&#8217;m like, that&#8217;s, I think that&#8217;s gonna be my market. You know, it&#8217;s not fun and creative. It&#8217;s project management. Um, and eventually I, I started trying to, like a lot of, a lot of WordPress products have. Little critters, you know, little creatures, logos and stuff.</p>\n\n\n\n<p>So eventually I introduced these very austere birds that I had designed, um, anyway, so at some point maybe we need something like that, but it&#8217;s like the, the conbon shirts were black polos with the little logo here and I did have it pretty big on the back cuz I&#8217;m like across word camp us. You need to be able to see it.</p>\n\n\n\n<p>But with this, we&#8217;re going the other action as big and as bold as possible, you know? Love it.&nbsp;</p>\n\n\n\n<p>[00:47:11] <strong>Cory Miller:</strong> Yeah. I don&#8217;t mind being&nbsp;</p>\n\n\n\n<p>[00:47:14] <strong>Corey Maass:</strong> silly, right? Me neither. I. As&nbsp;</p>\n\n\n\n<p>[00:47:18] <strong>Cory Miller:</strong> we have everybody listening going, uhhuh,&nbsp;</p>\n\n\n\n<p>[00:47:20] <strong>Corey Maass:</strong> duh. People like, yeah, that&#8217;s what I didn&#8217;t, I, I, I, what I should have said to chat G b t is take these 10 taglines and make dad jokes outta them.</p>\n\n\n\n<p>Let&#8217;s see what we got. Um, but anyway, um, so yeah, we can sign off for today. I, I would task you with, um, Jump into the homepage if you&#8217;ve got time, you know, and or even just revise and finalize some of that wording. Um, maybe show it to Lindsay, see what she thinks. And cuz ideally by the time we get to that homepage, we are just plugging it in and going, oh, we need a new section.</p>\n\n\n\n<p>We need a new product image.</p>\n\n\n\n<p>Uh, I lost you. Can you hear me? Yes. Sorry, I lost you for a second. Yeah, I&#8217;m Panera&#8217;s they&#8217;re doing their lunch rush, so I think the wifi is starting to brown out.&nbsp;</p>\n\n\n\n<p>[00:48:24] <strong>Cory Miller:</strong> Ison broccoli, uh, chitter soup for me cuz that&#8217;s my favorite. All right.&nbsp;</p>\n\n\n\n<p>[00:48:30] <strong>Corey Maass:</strong> Thanks brother. Shout product, product placement. Uh, shout out to Panera.</p>\n\n\n\n<p>Yeah,&nbsp;</p>\n\n\n\n<p>[00:48:35] <strong>Cory Miller:</strong> yeah. Sponsored by Panera. Today everybody skips unlimited broccoli. Dip those chips in the broccoli cheese&nbsp;</p>\n\n\n\n<p>[00:48:42] <strong>Corey Maass:</strong> soup. That&#8217;s a winner.&nbsp;</p>\n\n\n\n<p>[00:48:46] <strong>Cory Miller:</strong> Hey, let&#8217;s talk about working camps at some point. Um, probably in the next two weeks I&#8217;ll be ready to make some, uh, hotel arrangements&nbsp;</p>\n\n\n\n<p>[00:48:54] <strong>Corey Maass:</strong> and stuff. Okay, great.&nbsp;</p>\n\n\n\n<p>[00:48:57] <strong>Cory Miller:</strong> Just it&#8217;s on my mind.</p>\n\n\n\n<p>It&#8217;s not a priority. We&#8217;ll get it done. Um, but anyway, shaping up&nbsp;</p>\n\n\n\n<p>[00:49:03] <strong>Corey Maass:</strong> plans for that. Yeah, I&#8217;ve got it sort of on the long list. I&#8217;m gonna be taking a train down, which will be fun. Oh, you&#8217;ve read my mind.&nbsp;</p>\n\n\n\n<p>[00:49:12] <strong>Cory Miller:</strong> Ask you that. Oh, I wish I could do that here. I wish I could do that. We have Amtrak. It just takes 13 hours to get to Dallas, which like seriously, I&#8217;ve seen all of this part of Oklahoma in depth.</p>\n\n\n\n<p>[00:49:26] <strong>Corey Maass:</strong> Yeah, I&#8217;m sure. But yeah, everybody, uh, we&#8217;ll, we&#8217;ll start. This is, this is the first plug for, um, you know, O M G I M G is going to be, uh, revealed in many ways, uh, at Word Camp Pass with the brightest shirts you&#8217;ve ever seen. Love it.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2023 22:20: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: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: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:59:\"Do The Woo Community: The Future of the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75235\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://dothewoo.io/future-of-the-wordpress-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:407:\"<p>When I shared 20 years of WordPress community at WordCamp Lisboa, I touched on the future of the community. Today I elaborate on that part.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-of-the-wordpress-community/\">The Future of the WordPress Community</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2023 03:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:24:\"Matt: WordPress &amp; AI\";s:7:\"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=86874\";s:7:\"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:35:\"https://ma.tt/2023/06/wordpress-ai/\";s: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:234:\"<p class=\"is-style-matt-rothko-style\">I did an interview with <a href=\"https://www.pootlepress.com/author/jamie-marsland/\">Jamie Marsland</a> where we talked a fair amount about AI.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2023 19:35:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"HeroPress: Because of 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:56:\"https://heropress.com/?post_type=heropress-essays&p=5613\";s:7:\"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:114:\"https://heropress.com/essays/because-of-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=because-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9226:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/06/060623-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The tech industry needs more boss ladies.\" />\nListen to Amy read her own story.\n\n\n\n\n\n\n<p>When we choose a spouse, we choose someone who matches our values. When we choose a home we choose a space that matches our needs. We look for all the green flags, all the boxes to be checked, and we don’t accept red flags. We say no to cockroaches, no to cheaters, no to leaky plumbing.&nbsp;</p>\n\n\n\n<p>When it comes to a job, though, we take what we can get. We fear losing, we let red flags slide and when it’s bad, we still stick around and hope it gets better. We tell ourselves it’s the only option we have.</p>\n\n\n\n<p>We don’t imagine that there could be real fulfillment. We believe this is it: the 9 to 5, the endless grind. Work for the man and hope you end up with a retirement plan, at best. Hold on to that job &#8211; you never know how far and how hard you could fall without it.</p>\n\n\n\n<p>A space without hierarchy, a space where everyone has a voice, a space where inclusion and diversity are virtues seems like a smoke dream.&nbsp;</p>\n\n\n\n<p>Until you discover WordPress.</p>\n\n\n\n<p>And so it went for me. Deep in the work, sleep, die cycle. Thinking this was it. I kissed my dreams goodbye, succumbed to being a slave to my paycheck because after all, I have a family to feed. Priorities, Amy. Priorities.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Discovering WordPress</h2>\n\n\n\n<p>Sometimes you aren’t even looking and you trip over something, not knowing what you’ve stumbled into. Then suddenly five years have passed and you have lasting friendships and a whole a$$ career. Your kids are fed, your bills are paid and you are happy.</p>\n\n\n\n<p>And that’s how it happened for me. I did what I had to, grabbed what job I could, worked hard and then got shoved face first into the lap of WordPress, without a clue what I was getting into. Without a clue that my life had just changed. I was actually quite angry. I was supposed to be promoted from my wildly underpaid tech support job to a wildly underpaid live chat supervisor job. How DARE they change their minds and pigeonhole me as a WordPress Tech!!?</p>\n\n\n\n<p>But the reality unfolded rather quickly after that. That when it comes to WordPress, there are only green flags. There is only a match in values. There is only a world where people&#8217;s human needs are met.</p>\n\n\n\n<p>The need for community, the need to be part of something bigger than you, the need for connection, the need to learn, to grow, to watch something else grow. The need for one step to lead to the next, where paths are abundant and there are no dead ends. I had no idea what I had just been shoved into.</p>\n\n\n\n<p>I made the best of it. I helped form a new WordPress dedicated support team. I fixed websites, I trained other agents, I determined policies and practices, and I started going to WordPress.org team meetings. At first I thought that I was just supporting the endeavors of my employer, but the truth is, it was much more than that.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-finding-the-community\">Finding the Community</h2>\n\n\n\n<p>My first meeting was with the Hosting team. I hopped on Zoom unaware that I would already know every face in the room. Unaware that I would be going to these meetings every week for the next five years. Unaware that I’d become a Team Rep and get my fingerprints all over the Open Source Project. Unaware that I would find friends, learn so much, build skills and be offered jobs. Unaware that there were 30,000 people on the other end of the keyboard, and 400 million opportunities.</p>\n\n\n\n<p>I stayed in that job for years, and I extended myself way beyond my technical support role. I had ideas for how to support WordPress users and brought them to the leadership team. They were interested, though not completely onboard, but still gave me the greenlight to go ahead and try.&nbsp;</p>\n\n\n\n<p>I started offering developer services to their enterprise WordPress customers, instead of turning them away saying “we don’t do that here”. The customers were into it. They wanted and they needed that type of support. I stumbled upon more and more customers that needed developer help and offered them that help. I got my teammates involved. We were seeing results and the results were good.&nbsp;</p>\n\n\n\n<p>Happy customers, new streams of revenue and increased customer retention. Instead of being angry and at a loss, tech support customers had real options for resolution. They were willing to pay extra and they kept coming back for more. They praised us and our work.&nbsp;</p>\n\n\n\n<p>The VP of product and the CEO started noticing. They decided to mentor me and trained me in product development, agile software development and leadership. I started to flush out user journeys, product packages and made a two-year strategy for the growth of the developer service that is now a full blown product offering. After the first year they had me do a win loss report, and we found that the service had earned revenue just through word of mouth, before it was even established. Boom.</p>\n\n\n\n<p>And yet I was struggling to buy food. I was living under the poverty line. I was being praised, but not paid. Business owners take heed, this is how you lose good employees.</p>\n\n\n\n<p>I was a tech support agent who was helping run a team, fixing customer problems, developing a product, pushing code, creating business strategies and making revenue for the org. All while starving. All while witnessing my developer friends at the same company make six figures. I became disgruntled, I became more vocal about it, and I lost the favor of leadership by complaining &#8211; despite the fact that my complaints were valid. Lesson learned. After a while, I was just too unhappy with what I was paid for my numerous roles and quit out of frustration.</p>\n\n\n\n<p>I had no idea what was going to happen next. I started studying code and blogging. I was elected into a Team Rep position on the WordPress Open Source Project. I practiced making WordPress themes and plug-ins. I learned Symfony, I learned some Javascript and Python, I learned how to have faith in myself and how to acquire clients outside of the stream of tech support. I became a Meetups organizer and got involved in WordCamps. I started sharing skills that I had learned and had used to survive in the tech field.</p>\n\n\n\n<p>I never wanted to be a freelancer or a web developer though. I actually prefer doing system administration over web development &#8211; so I kept looking for a full-time gig. After a few months, I landed a job as a WordPress Tech Lead. I got to work with design and development and build out pipelines, work with servers, clients and code.</p>\n\n\n\n<p>Then Covid happened, and I think everyone can agree what a nightmare that was. I got hit with the first strain of Covid and was so, so sick. I couldn’t move for three months. I lost my job and I was too sick to care. I was blessed that my colleagues in the WordPress community cared, though. They supported me and some of them even prayed for my recovery. One of my hosting teammates suggested applying to a job with his employer. I said “alright whatever”, found an easy tech-support role that I definitely could do and applied.&nbsp;</p>\n\n\n\n<p>They interviewed me and turned me away, saying I was overqualified. Bummer. Then a few weeks later, I got a phone call from them offering me an interview for a different position. A job as a Web Development Manager. I liked the idea despite my wicked imposter syndrome, and after some rounds of interviews, they offered me the job. I was there for two years and I loved my team. I was working with designers and developers, leadership and marketers. I got to work with servers, various tech stacks, DevOps pipelines, design systems, accessibility and SEO.</p>\n\n\n\n<p>From there, I was recruited into a Solutions Architect position. Then I was recruited again for a Developer role. I didn’t apply anywhere, I wasn’t looking and all I did was work hard, invest in my skills, be open to options and oh yeah &#8211; get involved with WordPress.</p>\n\n\n\n<p>Now I keep picking up clients and I have more work than I can realistically handle. I’m going to have to start hiring other people to help me out soon. Maybe I&#8217;ll file for an LLC and take all that knowledge and experience, all that momentum and roll it up into one big future as a boss lady. Bring the WordPress values I feel so aligned with to the table on MY terms. The tech industry needs more boss ladies.</p>\n\n\n\n<p>I don’t honestly know what’s coming next, but I know I don’t need to worry because I have the right community, the right skills, the right resources and endless opportunities.</p>\n\n\n\n<p>All because of one little package of code. All because of the amazing people behind it. All because of WordPress.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/because-of-wordpress/\">Because of WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2023 12:37:36 +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:\"Amy Kamala\";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:103:\"Post Status: Improving Visa Support • Event Tooling • WP-CLI Updates • Block Inspector Sub-groups\";s:7:\"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://poststatus.com/?p=149581\";s:7:\"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:102:\"https://poststatus.com/improving-visa-support-event-tooling-wp-cli-updates-block-inspector-sub-groups/\";s: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:20116:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (June 5, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Community team is considering tooling around the building and using the WordCamp websites, in addition to the naming of events.  To help speakers attend WordCamps, additional lead time for visas is requested as well. Share your thoughts now.<br /> <br />WP-CLI has released 2 updates. Get a look at what new features are available. <br /><br />See the dev blog for more ways to use the block inspector.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_userPlus kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Improving Visa Support • Event Tooling • WP-CLI Updates • Block Inspector Sub-groups</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f6c2.png\" alt=\"🛂\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/community/2023/06/01/early-speaker-and-volunteer-selection/\">Early Speaker and Volunteer Selection and Improved Visa Support</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4c6.png\" alt=\"📆\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/community/2023/06/06/discussion-next-generation-event-tooling/\">Discussion: Next Generation Event Tooling </a> <br />> <a href=\"https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/\">WP-CLI v2.8.1 Release Notes</a> &amp; <a href=\"https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-0-release-notes/\">WP-CLI v2.8.0 Release Notes</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5d2.png\" alt=\"🗒\" class=\"wp-smiley\" /> <a href=\"https://developer.wordpress.org/news/2023/06/using-block-inspector-sidebar-groups/\">Using block inspector sidebar groups</a><br />><br /></a><br /><br />><br /></a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/the-month-in-wordpress-may-2023/\">The Month in WordPress – May 2023</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\">WP Briefing: Episode 57: The Power of WordPress Mentorship</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\">People of WordPress: Stefano Cassone</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-7\">\n<div class=\"wp-block-column is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/06/07/contribute-to-accessibility-at-wordcamp-europe-contributor-day/\">Contribute to Accessibility at WordCamp Europe Contributor Day</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CLI</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/\">WP-CLI v2.8.1 Release Notes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-0-release-notes/\">WP-CLI v2.8.0 Release Notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/updates-to-the-community-team-mentor-program/\">Updates to the Community Team Mentor Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/what-happens-when-a-wordcamp-doesnt-provide-a-transparency-report/\">What happens when a WordCamp doesn’t provide a transparency report</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/discussion-next-generation-event-tooling/\">Discussion: Next Generation Event Tooling </a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/02/wceu-2023-contributor-day-community-team-topics-focus/\">WCEU 2023 Contributor Day – Community Team topics/focus</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/01/early-speaker-and-volunteer-selection/\">Early Speaker and Volunteer Selection and Improved Visa Support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/01/wordcamp-mentors-june-check-in/\">WordCamp Mentors’ June check-in!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/01/next-gen-wordcamp-talking-points-share-your-ideas-for-a-new-event-format-and-make-it-happen/\">Next Gen of WordPress Event Talking Points – Share Your Ideas for a New Event Format and Make It Happen!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/31/community-team-meeting-agenda-for-1-june-2023/\">Community Team Meeting Agenda for 1 June, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/07/wp-feature-notifications-at-wordcamp-europe-contributor-day/\">WP Feature Notifications at WordCamp Europe Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/02/contribute-to-core-at-wordcamp-europe-contributor-day-2023/\">Contribute to Core at WordCamp Europe Contributor Day 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/02/gutenberg-15-9-1-is-now-available/\">Gutenberg 15.9.1 is now available</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">Command Center: Request for feedback</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/16/proposal-retiring-older-default-themes/\">Proposal: Retiring Older Default Themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\">Core Editor Improvement: Smoother Site Editing</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/06/using-block-inspector-sidebar-groups/\">Using block inspector sidebar groups</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/02/developer-blog-editorial-meeting-01-june-2023/\">Developer Blog Editorial Meeting – 01 June 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/06/dev-chat-agenda-june-7-2023/\">Dev Chat agenda, June 7, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/06/editor-chat-agenda-june-7th-2023/\">Editor Chat Agenda: June 7th 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/06/06/design-share-may-22-jun-2/\">Design Share: May 22–Jun 2</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/05/15/is-wordpress-compatible-with-php-8/\">Is WordPress compatible with PHP 8?</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/06/02/matrix-chat-summary-june-1-2023/\">Matrix chat Summary – June 1, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/02/meta-at-wceu-2023-contributor-day/\">Meta at WCEU 2023 Contributor Day</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/mobile-team-update-may-31st-2/\">Mobile Team Update – May 31st</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/06/community-meeting-recap-2023-06-06/\">Community Meeting Recap (2023-06-06)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/05/last-week-openverse-2023-05-29-2023-06-05/\">A week in Openverse: 2023-05-29 – 2023-06-05</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/06/performance-chat-summary-06-june-2023/\">Performance Chat Summary: 6 June 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/05/17/plugin-review-team-update/\">Plugin Review Team Update</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/06/06/experiment-translation-review-assistance-from-chatgpt/\">Experiment: Translation Review Assistance from ChatGPT</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/06/05/xpost-come-join-the-training-team-as-a-translation-coordinator-faculty-role/\">Come join the Training Team as a Translation Coordinator (Faculty role)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">Proposal: establishment of a formal WordPress Sustainability Team</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/05/suggested-stance-on-the-use-of-ai-tooling/\">Suggested stance on the use of AI-tooling</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/06/summary-for-june-1st-support-team-meeting/\">Summary for June 1st Support Team Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/02/support-team-meeting-updates-for-june-1st-2/\">Support Team Meeting Updates for June 1st</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/05/18/fse-program-testing-call-23-rapid-revamp/\">FSE Program Testing Call #23: Rapid Revamp</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/05/test-team-update-5-june-2023/\">Test Team Update: 5 June 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/06/06/themes-team-at-wordcamp-europe-2023/\">Themes team at WordCamp Europe 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/06/themes-team-update-june-6-2023/\">Themes team update June 6, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/learn-wordpress-june-2023-newsletter/\">Learn WordPress June 2023 Newsletter</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/06/02/whats-new-on-learn-wordpress-in-may-2023/\">What’s new on Learn WordPress in May 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/07/information-sources-for-6-3/\"><a href=\"https://make.wordpress.org/training/2023/06/07/information-sources-for-6-3/\">Information Sources for 6.3</a></a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/05/training-team-meeting-recap-30-may-2023/\">Training Team Meeting Recap – 30 May, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/05/come-join-the-training-team-as-a-translation-coordinator-faculty-role/\">Come join the Training Team as a Translation Coordinator (Faculty role)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/05/announcing-github-updates-for-subject-matter-experts-and-content-translators/\">Announcing GitHub updates for Subject Matter Experts and Content Translators</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/03/recap-and-next-steps-training-team-onboarding/\">Recap and Next Steps: Training Team Onboarding</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/02/wordcamp-europe-2023-contributor-day/\">WordCamp Europe 2023 Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/05/30/analysis-of-the-individual-learner-survey-results/\">Analysis and results of the Individual Learner Survey</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/templates/\">Using Page Templates</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-switch-from-a-classic-to-a-block-theme/\">How to switch from a classic to a block theme</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-5\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=new-to-wordpress-getting-to-know-the-dashboard\">New to WordPress? Getting to know the Dashboard</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=the-wide-world-of-wordpress-events-3\">The Wide World of WordPress Events</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=rescheduled-event-create-a-four-page-wordpress-website-create-effective-pages\">[Rescheduled Event] Create a four page WordPress website: Create effective pages</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\">PHP 8.2.6 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-2\">PHP 8.1.19 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2023 10:47: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:18:\"Courtney Robertson\";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:34:\"Matt: Apple Journals &amp; Day One\";s:7:\"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=86717\";s:7:\"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:45:\"https://ma.tt/2023/06/apple-journals-day-one/\";s: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:1458:\"<p>Apple almost never fails to wow, and they had <a href=\"https://www.youtube.com/watch?v=GYkq9Rgoj8E\">a lot of cool announcements at WWDC yesterday</a>. Apple&#8217;s previously favorite (app of the year!) journaling app was <a href=\"https://dayoneapp.com/\">Day One</a>, one of <a href=\"https://automattic.com/\">Automattic&#8217;s</a> products, but they <a href=\"https://www.theverge.com/2023/6/5/23738869/apple-journal-app-ios-iphone-wwdc-2023\">announced their own Journal app</a>. One nice thing about competing with Apple is they only really interoperate with their own devices, and they&#8217;re usually not good at social. Day One is launching Shared Journals soon, a social feature so you can have fully end-to-end encrypted shared private journals with friends and family. It&#8217;s been the thing I&#8217;ve been most excited about since we bought the app. (<a href=\"https://twitter.com/paulmayne\">Paul</a> can attest how much I ask him about it!)</p>\n\n\n\n<p>That complements <a href=\"https://dayoneapp.com/blog/apples-journal-app-and-day-ones-evolution/\">another advantage Day One has</a>, which is being cross-platform. If you have a family member on Android, you don&#8217;t want to ostracize them from your Shared Journal. Apple doesn&#8217;t care, their priority is getting everyone on the Apple ecosystem. You care, and Day One/Automattic does too, that&#8217;s why it works great on all Apple devices, Android devices, and the web itself.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2023 20:47:26 +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: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:95:\"Do The Woo Community: Blocks, Full-site Editing, Performance and more DevChat with Sean Conklin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75271\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://dothewoo.io/woocommerce-developer-chat-sean-conklin/\";s: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:405:\"<p>Carl, Zach and Sean cover a lot of WooCommerce developer ground in this show. And I mean a lot.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-developer-chat-sean-conklin/\">Blocks, Full-site Editing, Performance and more DevChat with Sean Conklin</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2023 10:17:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:55:\"WordPress.org blog: The Month in WordPress – May 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15100\";s:7:\"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:67:\"https://wordpress.org/news/2023/06/the-month-in-wordpress-may-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15705:\"<p>May has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> reflected on <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">this journey</a> and the opportunity to build a better future for those who come after:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The more our community invests in itself and supports one another, the stronger WordPress and the open source software movement become.</p>\n<cite>Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">Celebrating 20 Years of WordPress</a>.</cite></blockquote>\n\n\n\n<p>Read on for highlights of this milestone and the latest updates in the WordPress space.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress at 20</h2>\n\n\n\n<p><strong>May 27, 2023, marked the 20th anniversary of WordPress’ first release</strong>. Since its inception by <a href=\"https://ma.tt/2023/05/wp20-audrey-scholars/\">Matt Mullenweg</a> and <a href=\"https://twitter.com/mikelittlezed1/status/1662013891856027649\">Mike Little</a> in 2003, the project has transformed the digital publishing landscape and enabled millions of people to craft their stories.</p>\n\n\n\n<p>WordPress enthusiasts from all over the world gathered at more than <strong>130 events</strong> to celebrate this important milestone. WP20’s commemorative book, <a href=\"https://wordpress.org/book/\"><strong>Building Blocks: The Evolution of WordPress</strong></a>, was published in tandem and documents some of the most significant moments and changes of the last decade of the project.</p>\n\n\n\n<img width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1024%2C576&ssl=1\" alt=\"3D wallpaper of a number 20 formed by words in commemoration of the 20th anniversary of WordPress.\" class=\"wp-image-15106\" /><a href=\"https://wp20.wordpress.net/download-3d-wp20-themed-media/\">Download the new WP20 wallpapers made in 3D</a>.<br />\n\n\n\n<p>The anniversary date may have passed, but the <a href=\"https://wp20.wordpress.net/news/\">festivities and fun aren&#8217;t over</a>. You can still <a href=\"https://wp20.wordpress.net/\">join a meetup</a>, sign the #WP20 From Blogs to Blocks campaign <a href=\"https://make.wordpress.org/marketing/2023/05/27/day-20-wp20-from-blogs-to-blocks/\">birthday card</a>, or participate in #WP20 social celebrations.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\">Episode 55 of WP Briefing</a> as she looks back at the 20 years of WordPress and how the community made WordPress what it is today.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.3 is expected on August 8</h2>\n\n\n\n<p>Work on WordPress 6.3 officially kicked off with the <a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">announcement of its development cycle and release squad</a>. <strong>Set for release on August 8, 2023</strong>, this version will be the second major update of WordPress in 2023 and will mark the end of Phase 2 of the project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>.</p>\n\n\n\n<p>WordPress 6.3 aims to bring a cohesive site editing experience by introducing expanded functionality, richer interfaces, and a dedicated focus on refinement.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Check out the 6.3 roadmap post</a> for a tentative preview of anticipated features.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2.2 security release</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">WordPress 6.2.2</a> became available for download on May 20, 2023</strong>. This release was a quick response to resolve a regression introduced in <a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-1-maintenance-security-release/\">6.2.1</a>, specifically with shortcode support in block templates, and to further patch a vulnerability already addressed in the previous version.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\"></a><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">Update your site if you haven’t yet</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Three new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\"><strong>Gutenberg 15.7</strong></a>, released on May 3, 2023, brings a new direct option to upload and replace a site&#8217;s logo from the block settings sidebar. Other enhancements include easier access to duotone filter controls via the style settings sidebar and an update to fluid typography to refine responsiveness.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/\"><strong>Gutenberg 15.8</strong></a> shipped on May 17, 2023, and includes a new &#8220;Pages&#8221; item in the Site Editor sidebar to edit pages without leaving the interface. Moreover, this version brings the ability to navigate through revisions in the global styles interface and to preview block themes inside the Site Editor.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\"><strong>Gutenberg 15.9</strong></a> is ready for download as of May 31, 2023. The latest Gutenberg release comes with a new command tool and several enhancements to the Site Editor experience, including a more intuitive drag-and-drop function for moving blocks.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>The latest <a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\">Core Editor Improvement post</a> highlights features such as revisions and the ability to preview block themes, and how they enable a smoother site editing experience.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Next-generation WordCamps, proposal for a Sustainability Team, and more</h2>\n\n\n\n<ul>\n<li>The Community Team proposed <a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">broadening the purpose of WordPress events</a> to &#8220;spark innovation and adoption by way of accessible training and networking.&#8221; This opens the door to organizing a more diverse range of formats focused on specific topics and audiences.</li>\n\n\n\n<li>WordPress contributors suggested <a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">creating an official Sustainability Team</a>.</li>\n\n\n\n<li>The Polyglots Team rebranded the WP Translation Playground tool as Translate Live and <a href=\"https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/\">announced improvements</a> that make translating plugins and themes easier.</li>\n\n\n\n<li>The new<strong> </strong><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program pilot</a> aims to provide cohort-based and 1:1 mentorship to prepare new and aspiring contributors for success.</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">Results of the 2022 WordPress Annual Survey</a> were announced last month.</li>\n\n\n\n<li>The Training Team published a new course on <a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a>. See <a href=\"https://make.wordpress.org/updates/2023/06/02/whats-new-on-learn-wordpress-in-may-2023/\">What’s new on Learn WordPress in May 2023</a> for the latest learning resources.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/05/04/stacks-the-first-community-theme/\">Meet Stacks</a>—the first community theme born from the <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Community Themes initiative</a>. This theme is designed for creating slide decks that can be used for a presentation.</li>\n\n\n\n<li>This Core proposal explores ways to <a href=\"https://make.wordpress.org/core/2023/05/16/proposal-retiring-older-default-themes/\">reduce the maintenance of older default WordPress themes</a> and retire them.</li>\n\n\n\n<li>The May 2023 issues of <a href=\"https://developer.wordpress.org/news/2023/05/whats-new-for-developers-may-2023/\">What’s New for Developers?</a>, the <a href=\"https://make.wordpress.org/polyglots/2023/05/10/polyglots-monthly-newsletter-may-2023/\">Polyglots monthly newsletter</a>, and the&nbsp;<a href=\"https://make.wordpress.org/community/2023/05/18/meetup-organizer-newsletter-may-2023/\">Meetup Organizer newsletter</a>&nbsp;are available for reading.</li>\n\n\n\n<li>Find out how WordPress and its global community of contributors made a difference in Stefano Cassone&#8217;s life in the <a href=\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\">latest edition of People of WordPress</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>What is WordPress Playground, and why it matters? <a href=\"https://wordpress.org/news/2023/05/episode-56-what-to-know-about-wordpress-playground/\">WP Briefing Episode 56</a> discusses the benefits and potential of this tool with special guests Rich Tabor and Adam Zielinski.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>Core Team members seek <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">feedback on the new command tool</a> introduced in the Gutenberg plugin and its API.</li>\n\n\n\n<li>The latest <a href=\"https://make.wordpress.org/test/2023/05/18/fse-program-testing-call-23-rapid-revamp/\">call of the Full Site Editing (FSE) Outreach Program</a> invites you to test some features being worked on to upgrade and polish the experience of using the Site Editor. Share your thoughts by June 8, 2023.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/mobile-team-update-may-31st-2/\">Version 22.5</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Which next generation of WordPress events would you like to see? <a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Share your ideas</a> and <a href=\"https://make.wordpress.org/community/2023/06/01/next-gen-wordcamp-talking-points-share-your-ideas-for-a-new-event-format-and-make-it-happen/\">start exploring</a> new event formats this year.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">Get ready for WordCamp Europe 2023</a> from June 8-10 in Athens, Greece! The event will start with <a href=\"https://europe.wordcamp.org/2023/contributor-day/\">Contributor Day</a> on June 8, followed by two days of presentations and workshops. Attendees can join a <a href=\"https://europe.wordcamp.org/2023/welness-track-activities/\">wellness track</a> and a <a href=\"https://europe.wordcamp.org/2023/wp-connect/\">dedicated space</a> to connect, among many other initiatives.</li>\n\n\n\n<li>The WordCamp US organizing team is <a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-call-for-volunteers-open/\">calling for volunteers</a>.</li>\n\n\n\n<li>For another year, the <a href=\"https://wordpressfoundation.org/news/2023/kim-parsell-memorial-scholarship-for-wordcamp-us-2023/\">WordPress Foundation&#8217;s Kim Parsell Memorial Scholarship</a> will award funding for a woman-identifying contributor to attend WordCamp US 2023. Applications are open through June 12, 2023.</li>\n\n\n\n<li><a href=\"https://sylhet.wordcamp.org/2023/\">WordCamp Sylhet 2023</a>, the second ever WordCamp in Bangladesh, was successfully held on May 19-20 with its first <a href=\"https://make.wordpress.org/design/2023/05/23/wordcamp-sylhet-2023-contributor-day-recap/\">Contributor Day</a>.</li>\n\n\n\n<li>Join #WPDiversity with a free online workshop on <a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-apac-tickets-648295107117\">How to Own Your Expertise &amp; Start Speaking at WordPress Events APAC</a>. The event will take place on July 2, 2023.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" /> <a href=\"https://cartagena.wordcamp.org/2023/\">WordCamp Cartagena</a>, Spain on June 10-11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> <a href=\"https://montclair.wordcamp.org/2023/\">WordCamp Montclair</a>, NJ, USA on June 24, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress project leadership on June 10 at WordCamp Europe 2023 to hear about the latest developments and what’s next for WordPress. <a href=\"https://europe.wordcamp.org/2023/schedule/\">Check out the schedule for details</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this Month in WordPress: <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/nahidsharifkomol/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nahidsharifkomol</a>, <a href=\"https://profiles.wordpress.org/chaion07/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chaion07</a>, <a href=\"https://profiles.wordpress.org/devinmaeztri/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>devinmaeztri</a>, <a href=\"https://profiles.wordpress.org/bsanevans/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bsanevans</a></em></em>, <em><em><a href=\"https://profiles.wordpress.org/ninianepress/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ninianepress</a>.</em></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2023 10:15:56 +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:\"Reyes Martínez\";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:78:\"WordPress.org blog: WP Briefing: Episode 57: The Power of WordPress Mentorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15089\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\";s: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:7747:\"<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over time.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a>, Athens, Greece. This event includes a <a href=\"https://europe.wordcamp.org/2023/session/matt-mullenweg/\">special Keynote from Matt Mullenweg, Josepha Haden Chomposy, and Matías Ventura</a>. </li>\n\n\n\n<li>&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\" target=\"_blank\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a>&nbsp;</li>\n\n\n\n<li>Make WordPress Community: <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\" target=\"_blank\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li>WordPress &#8216;Milestones&#8217; volume two book <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/book/\" target=\"_blank\">Building Blocks: The Evolution of WordPress</a> is available in <a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/wp20-book/tree/trunk/Formats\" target=\"_blank\">several formats for download on GitHub</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n<a class=\"wp-block-read-more\" href=\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\" target=\"_self\">Read more<span class=\"screen-reader-text\">: Episode 57: The Power of WordPress Mentorship</span></a>\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.&nbsp;</p>\n\n\n\n<p>I&#8217;m your host, Joseph Hayden Chomphosy. Here we go!</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;</p>\n\n\n\n<p>Over the course of this year, there has been a lot of research and examination of the contributor funnel in the WordPress community. That research confirms some assumptions about what most contributor stories have in common: the hurdles, the general paths taken, and the way that problem-solving was done. Then in February of this year, Hari Shanker published a proposal for a mentorship program for WordPress.&nbsp;</p>\n\n\n\n<p>And now we&#8217;ve got a pilot program that&#8217;s been defined and is waiting for your feedback. If you&#8217;ve not read the post about the contributor mentorship program, for one do it. But if you would rather hear a synopsis from me, don&#8217;t worry, I&#8217;m about to give you a 10-cent tour.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:22]&nbsp;</p>\n\n\n\n<p>First up, who is doing this? This pilot program has been outlined by a community working group. We often have working groups in WordPress, and they almost always have specific projects around events or programs, or code updates. Since this working group is focused on a project-wide program, there is project-wide representation in it. All the names are at the bottom of the post, which you can find in our show notes. But it&#8217;s got folks who contribute with code or contribute with time or contribute with design folks who are self-sponsored or corporately sponsored, just a nice mix of people. The program as a whole, though, is being stewarded by Hari Shankar, a longtime supporter of and contributor to WordPress. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:06]&nbsp;</p>\n\n\n\n<p>So next, what is this for? There are a few goals for the program. But the overarching goal is to increase the success of new contributors over time. We can all agree that if we were to have 1000s of new contributors every day, but they couldn&#8217;t find their way to impactful contributions or meaningful connections quickly, then we would have done them a disservice. And they probably won&#8217;t continue to be part of the community without a bit more effort.&nbsp;</p>\n\n\n\n<p>The when and the where are essentially “right now and right here,” so that brings us finally to Why. Why are we doing this mentorship program? Apart from to help people who want to contribute have an easier path to success – which frankly is enough of a reason anyway – the why is wrapped up in our overall philosophies in the project. If we believe that good ideas can come from anywhere and that contributions of any size matter. And that open source is an idea that can change our generation and that we are democratizing publishing, then bringing new people brings new ideas, and beginner contributions can grow over time. We can maintain this idea, this concept of open source, into the next generation and to future generations. And always keep our sights on the open web. To learn more about this and other project-wide initiatives, swing by make.wordpress.org/project or check the links in today&#8217;s show notes on wordpress.org/news/podcast.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]&nbsp;</p>\n\n\n\n<p>Which brings us now to our small list of big things.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:56]&nbsp;</p>\n\n\n\n<p>First on the list is WordCamp Europe. That&#8217;s coming up at the end of the week on June 8 through 10th in Athens, Greece. There will be a major update from Matt and friends, so even if you aren&#8217;t there in person, keep an eye out for those recordings. But for those who are there and you&#8217;re curious about the mentorship program or anything else to do with WordPress and contributing to the project, you can come find me or Angela Jin, Hari will also be there, Chloé will be there, Héctor will be there, lots of people, and we want to hear your thoughts and answer your questions.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:27]&nbsp;</p>\n\n\n\n<p>Second is a call for brainpower! A call for your brainstorms! On the subject of the next generation, we&#8217;ve got a discussion going on about the next generation of WordCamps. We&#8217;ve been discussing what new types and varieties might be available, and that might make sense for people as we get back to in-person events. So if you&#8217;ve got a kind of WordCamp that you&#8217;ve been desperately wanting to try, now&#8217;s the time to let folks know about it. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:54]</p>\n\n\n\n<p>And the final thing is the second volume of The WordPress history book called Building Blocks: The Evolution of WordPress is now available for download in several formats as well as on GitHub. Stop buy, give it a read, and relive some of the highlights of the past ten years of the WordPress project.&nbsp;</p>\n\n\n\n<p>&nbsp;[Josepha Haden Chomphosy 00:05:12]</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomposy, and I&#8217;ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"Matt: Coltrane and Dolphy\";s:7:\"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=86465\";s:7:\"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:43:\"https://ma.tt/2023/06/coltrane-and-dolphin/\";s: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:303:\"<p>Check out this <a href=\"https://www.npr.org/2023/05/31/1179098682/john-coltrane-eric-dolphy-village-gate-1961-lost-album\">great article on an exciting discovery of John Coltrane and Eric Dolphy playing together</a>. The album comes out July 14<sup>th</sup>. <cite>Hat tip: Aaron Wieczorek</cite>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jun 2023 08:31: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: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: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:121:\"Gutenberg Times: Block themes are the future, bibliography block, a dynamic block with AI and more –Weekend Edition 256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=24348\";s:7:\"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:127:\"https://gutenbergtimes.com/block-themes-are-the-future-bibliography-block-a-dynamic-block-with-ai-and-more-weekend-edition-256/\";s: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:17696:\"<p>Howdy, </p>\n\n\n\n<p>Before, I got the reward of seeing my WordPress buddies, friends, and colleagues in Athens, I had to work hard with the moving company to get our furniture organized in our new flat. I wasn&#8217;t hopeful, if I will find the packed lanyard with all my pins in time for WordCamp Europe, so I will start a new one. Get ready sponsors, I will hunt for swag again 😎</p>\n\n\n\n<p>Have a fantastic weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-plugins-themes-and-tools-for-nocode-site-builders-and-owners\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-icymi-new-tutorials-on-learn-word-press-for-users-br\">New tutorials on Learn.WordPress</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>Release lead, <strong><a href=\"https://twitter.com/c4rl0sbr4v0\">Carlos Bravo</a></strong>, published <strong><a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\">What’s new in Gutenberg 15.9? (31 May)</a> </strong>. the release included 171 PRs by 56 contributors, eight of them new. Congrats to all. </p>\n\n\n\n<p>The highlights: </p>\n\n\n\n<ul>\n<li>The command center  (working title: Wayfinder) is now out of experiments, and needs further testing and feedback. You can find details in Riad Benguella&#8217;s post <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">Command Center: Request for feedback</a></li>\n\n\n\n<li>More enhancements to the Site Editor experience: resize your site editor window, improved drag and drop (🐉 💧), simplified switching between different styles and menus and so much more</li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/\">Gutenberg Changelog #84 – Gutenberg 15.9 and 16.0, Developer Blog Updates, and WordPress 6.3</a> with special guest, Isabel Brison and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-plugins-themes-and-tools-for-nocode-site-builders-and-owners\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Nick Schäferhoff</strong> published for the Torque Magazine: <a href=\"https://torquemag.io/2023/06/gutenberg-vs-classic-editor/\"><strong>Gutenberg vs Classic Editor: 29 Reasons to Switch (Or Stay Put)</strong></a>. &#8220;You might be one of those people asking yourself whether you should switch from the Classic Editor to Gutenberg or stick with what you know. To help you make an informed decision, this post looks at key differences and features of the two editors and offer advice on which one is right for your website. Whether you’re a novice or experienced developer, by the end you’ll have all the information you need to decide which editor to stick with.&#8221; He wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> released a new version of his <a href=\"https://wordpress.org/plugins/advanced-query-loop/\"><strong>Advanced Query Loop plugin</strong></a>.  With this version, you can now inherit the default query and still control the post count and sorting options! </p>\n\n\n\n<p>If you want to <strong>connect with Ryan Welcher at WordCamp Europe</strong>, he made his calendar public, too. He <a href=\"https://twitter.com/ryanwelcher/status/1663218595118174208\">tweeted</a>: I&#8217;m going to be attending WCEU 2023 and would love to chat with you! If you&#8217;re interested, please grab some time <a href=\"https://calendly.com/ryan-welcher/wceu-athens-2023\"><strong>on my Calendly link</strong></a>!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Snow</strong> just published a short tutorial on <strong><a href=\"https://learn.wordpress.org/tutorial/how-to-switch-from-a-classic-to-a-block-theme/\">How to switch from a classic to a block&nbsp;theme</a></strong> on Learn.WordPress. &#8220;Are you curious about the process of how to switch from a classic theme to a block theme? If so, this tutorial is for you! Watch to discover what you can expect when you switch from a classic to a block theme, learn the recommended steps to switch a site safely, and find additional resources to get you started in a block theme’s site editor.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/hluehrsen\"><strong>Hendrik Lührsen</strong></a> <a href=\"https://twitter.com/hluehrsen/status/1659549030337196033\">tweeted</a> about his new plugin:  <a href=\"https://github.com/luehrsenheinrich/wpm-citations\"><strong>Citations for WordPress</strong></a> (GitHub). Make sure you download the zip-file from the release, and not the source code. If you use proper HTML &lt; a /&gt; tag notation.  you can add links into the citation field popping up. I tested it, and it works as an MVP, it has it&#8217;s quirks. The block is a starting point for customization. I hope this might come as a plugin to the repository. </p>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On again, off again, <a href=\"https://twitter.com/ellatrx\"><strong>Ella van Durpe</strong> </a>has been working on a Footnotes feature for the Gutenberg project. The latest PRs are: </p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/50124\"><strong>Footnotes stored in the FN block</strong></a> &#8211;  this PR also links back to earlier conversations around this feature, and </li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/51201\"><strong>Footnotes: try with post meta</strong></a>.</li>\n</ul>\n\n\n\n<p>If you have some time, maybe you can help test it. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/carolinapoena\">Carolina Nymark</a></strong> published a new lesson: <a href=\"https://fullsiteediting.com/site-creators/creating-sidebars-with-blocks/\"><strong>Creating sidebars with blocks</strong></a>. &#8220;If you want to use the same sidebar in multiple places, I recommend using the template part method because it will save you time. Editing a template part is similar to adding block widgets to a traditional sidebar. The difference is that you now choose exactly where you want the sidebar to show without depending on a developer to add the code.&#8221; she wrote. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-icymi-new-tutorials-on-learn-word-press-for-users-br\">New tutorials on Learn.WordPress</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/building-a-page-with-only-patterns/\" target=\"_blank\" rel=\"noreferrer noopener\">Building a page with only patterns</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-add-a-blog-or-news-page-to-any-wordpress-website/\" target=\"_blank\" rel=\"noreferrer noopener\">How to add a blog or news page to any WordPress website</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/wordpress-editor-modes-for-streamlining-content-creation/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress editor modes for streamlining content creation</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/exploring-category-templates-with-block-themes/\" target=\"_blank\" rel=\"noreferrer noopener\">Exploring category templates with block themes</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/introduction-to-wordpress-multisite-networks/\" target=\"_blank\" rel=\"noreferrer noopener\">Introduction to WordPress Multisite Networks</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/managing-a-wordpress-multisite-network/\" target=\"_blank\" rel=\"noreferrer noopener\">Managing a WordPress Multisite Network</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Bill Erickson</strong>, freelance developer and early adopter of the block editor, just posted <a href=\"https://www.billerickson.net/hybrid-wordpress-theme-starter/\"><strong>A starter theme for building Hybrid WordPress Themes</strong></a>. Erickson also explains the interdependencies between Theme.json and Figma Design tokens and how to work within such a design system. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Gardner</strong> took a deep dive into <a href=\"https://wpengine.com/builders/responsive-wordpress-websites/\"><strong>Intrinsic Design: Building Responsive WordPress Websites</strong></a>. He walks you through the built-in responsiveness of the Block editor with  fluid typography as well as fluid spacing. Gardner also anticipates &#8221; that future updates to Gutenberg, and consequently WordPress core, will give builders the flexibility to modify targeted media queries and even the scale factor.&#8221; </p>\n\n\n\n<p></p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>Nathan Wrigley</strong> discussed with <strong>Mike McAlister</strong> on <a href=\"https://wptavern.com/podcast/78-mike-mcalister-on-why-block-themes-are-the-future\"><strong>why Block Themes are the future</strong></a> in episode 78 of the WPTavern Jukebox podcast. In the introduction, Wrigley wrote: &#8220;Mike explains what the key differences are between a block-based theme and a classic theme. How it’s possible to create themes inside the editor, and how you can do this without needing to know much code. We talk about the fact that, if you’re a coding expert, you could always create complex themes, but this fresh approach opens up the possibilities for those with less technical backgrounds. The experience in the editor might not be exactly what everyone wants, but it’s evolving quickly and maturing with every new release of WordPress.&#8221; It&#8217;s definitely worth listening to, and checking out the resources shared. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>For the third part of the Twitch Stream series <em>Building a developer-focus block theme</em>, <strong>Ryan Welcher</strong> teamed up with <strong>Justin Tadlock</strong> to take a deep dive of theme.json and block theme development. <a href=\"https://www.youtube.com/watch?v=3d6tqqlBVvo&t=1s\"><strong>Building a developer-focus block theme. Part 3.</strong></a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=264Z-YfV6J0\"><strong>Part 2</strong></a> and <a href=\"https://www.youtube.com/watch?v=uJGWb1ZYLMY\"><strong>Part 1</strong></a> are also available on Welcher&#8217;s YouTube channel. </p>\n\n\n\n<a href=\"https://www.youtube.com/watch?v=3d6tqqlBVvo&t=1s\"><img /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>While redesigning his blog, <strong>Rich Tabor</strong> wanted to add a link that navigates to a random post. I created a custom block using the Create-Block script and ChatGPT. It only took a few minutes. He recorded a YouTube video, so you can follow along: <strong><a href=\"https://www.youtube.com/watch?v=t1bs8g9OdRU\">How to Build a Dynamic WordPress Gutenberg Block with AI (ChatGPT)</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest posts on the WordPress Developer Blog, <strong>Ryan Welcher</strong> posted a tutorial on <a href=\"https://developer.wordpress.org/news/2023/06/using-block-inspector-sidebar-groups/\"><strong>using block inspector sidebar groups</strong></a>. With the introduction of block inspector tabs in WordPress 6.2, block developers have more control over where custom controls should appear by leveraging the group of the InspectorControls component.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/rmors_\">Ross Morsali</a></strong> wrote <a href=\"https://rm.codes/slotfills-and-fillprops-in-the-block-editor/\">SlotFills and fillProps in the block editor</a>. After explaining briefly what SlotFills are and offering some user cases for their implementation, Morsali shows an example of how to use is in combination with  opening a modal. </p>\n\n\n\n<p>To go deeper on SlotFills, take a look at the WordPress Developer Blog post: <strong><a href=\"https://developer.wordpress.org/news/2022/11/how-to-extend-wordpress-via-the-slotfill-system/\">How to extend WordPress via the SlotFill system</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jeremy Felt</strong> built an <a href=\"https://happyprime.github.io/wphtml-converter/\"><strong>HTML Converter</strong></a> &#8211; It parses WPHTML into JS/JSON with a direct&nbsp;copy&nbsp;of Gutenberg&#8217;s &nbsp;<a href=\"https://github.com/WordPress/gutenberg/tree/trunk/packages/block-serialization-default-parser\">Block Serialization Default Parser</a>. Felt explains the workflow on the <a href=\"https://github.com/happyprime/wphtml-converter\">GitHub repo</a>: &#8220;When first building a template of blocks to be used as part of a block variation or other template, it is useful to do this work in the block editor. When adding the template to JavaScript in an&nbsp;<code>innerBlocks</code>&nbsp;property, it needs to be formatted differently and again differently when reusing it in PHP. As your templates get more complicated, so does this translation—when done manually.&#8221; Hence, the Converter tool. </p>\n\n\n\n<img />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <em>Greek architecture of a rock archway in Crete</em> by Lusp (Luke) found on WordPress Photos</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Jun 2023 12:30: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"Post Status: Launching a WordPress Product in Public: Session 15\";s:7:\"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://poststatus.com/?p=149540\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-15/\";s: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:54110:\"<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> and <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> discuss their progress on a project related to image generation and sharing. They explore the use of Open Graph (OG) images, social media platforms, and the importance of consistent branding. They mention the need for a logo and discuss the design concept, leaning towards a fun and vibrant style. They also touch on website development, pricing, and marketing assets. The conversation revolves around simplifying the image generation process and creating a user-friendly product. Overall, they aim to finalize the project&#8217;s features, branding, and logo to move forward with the launch.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Logo and Branding: </strong>The importance of creating a logo and establishing a consistent branding for your project. You want a logo that represents image generation in a fun and vibrant way, potentially incorporating bright colors and a big, fun font. It should look good on different merchandise items like t-shirts and baseball caps.</li>\n\n\n\n<li><strong>Image Generation and Sharing:</strong> The main focus of your project is image generation and sharing. Using a logo generation tool and exploring concepts related to image generation, sharing, and open graph images. The goal is to make the process of generating and sharing images easy and efficient for users.</li>\n\n\n\n<li><strong>Project Progress: </strong>The progress of the project, including bug fixes and updates. The plan is to address the bugs and implement additional features and improvements. Once the sitewide and post-level functionalities are handled, the project will be ready to share with others. Defining the project&#8217;s style, including the logo and overall branding, is an important next step</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://wordpress.com/\">WordPress</a></li>\n\n\n\n<li><a href=\"https://openai.com/\">OpenAI</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/\">Post Status</a></li>\n\n\n\n<li><a href=\"https://www.wpbeginner.com/\">WP Beginner</a></li>\n\n\n\n<li><a href=\"https://www.fiverr.com/\">Fiverr</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n\n\n\n<li><a href=\"https://makelogo.ai/\">MakeLogo.ai</a></li>\n\n\n\n<li><a href=\"https://twitter.com/vovafeldman?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Vova Feldman</a></li>\n\n\n\n<li><a href=\"https://twitter.com/syedbalkhi\">Syed Balkhi</a></li>\n\n\n\n<li><a href=\"https://ogp.me/\">Open Graph Image</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 15 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>C&amp;C 15</strong></p>\n\n\n\n<p>[00:00:00] <strong>Cory Miler:</strong> All right. Hold on before we go live. Okay. Um, what&#8217;s on your mind&nbsp;</p>\n\n\n\n<p>[00:00:21] <strong>Corey Maass:</strong> today to talk about? It looks like you&#8217;re streaming to YouTube, but I&#8217;m not recording.</p>\n\n\n\n<p>[00:00:33] <strong>Cory Miler:</strong> Okay, I&#8217;ll just push record.</p>\n\n\n\n<p>Hey everybody. Welcome back to Corey and Corey on launching a product lot has been happening in the background. Mainly Corey&#8217;s been on a manic work streak, but we have a working version of the plugin on post edit and uh, he gave me a walkthrough yesterday setting stuff. Corey, what are we, what&#8217;s on your mind today to talk, talk about?</p>\n\n\n\n<p>[00:01:03] <strong>Corey Maass:</strong> Uh, I think we are, uh, getting close to the first milestone of actually having a product that you, you specifically could start using. My clients could start using maybe, um, I&#8217;m gonna install it on all of my websites. Um, But I think we can start. I&#8217;ve got a, after the installing it on post status yesterday, which we chose not to do live, which worked out just fine.</p>\n\n\n\n<p>Um, but we&#8217;ve got a, a pretty slick little product, um, a short punch list of bugs to fix that I&#8217;m working on, um, over the next couple of days. Um, But I think we could start pivoting to how we&#8217;re gonna present this publicly. Um, you know, start setting up the marketing site. I&#8217;ve got the e-commerce set up. I think it works to actually take money.</p>\n\n\n\n<p>We haven&#8217;t tried that yet, but that&#8217;s okay. Um, so yeah, I think it&#8217;s the, the next steps to talk about here now are, you know, what we need. So, I mean, for us, but also talking abstractly about. You know, once you have a product, uh, what do you do? So&nbsp;</p>\n\n\n\n<p>[00:02:33] <strong>Cory Miler:</strong> yeah, with the product, we&#8217;re in this interesting phase, which is working.</p>\n\n\n\n<p>It&#8217;s working. When we put it up on a live site, yesterday, we were both making notes about where the product is. But I, I still go back to, I think this is so valuable. Me putting on the client customer hat and actually using it. And more so than I think any product I&#8217;ve had before is really using it and thinking about it creatively.</p>\n\n\n\n<p>How I want those things to come out, I think is gonna formulate back to products. So, so while it already has like our initial OG image, open graph image for site wide. We did some reviews in the past episode. Um, I did some work and I, I really saw some patterns in the synthesis. Mm-hmm. What, like, it is gonna go do.</p>\n\n\n\n<p>Well, you, you were like almost simultaneously building it, which is awesome. Um, I gotta tell you from yesterday, um, we got, we got some polish that we, we know we&#8217;ve been working on, um, that you even saw and were like, oh, we need this. Um, I love your openness again about hearing feedback and, Hmm, before using it just shows how good of a data of an entrepreneur you are.</p>\n\n\n\n<p>But the, the one I&#8217;m really eager to is getting to the blog posts because for this product, uh, it&#8217;s, it&#8217;s more so than just an open graph image. It&#8217;s like a social image to share with the post to make it compelling. I think all that work we did with Crop Express, So it&#8217;s all good. Mm-hmm. Helped, like think through what we&#8217;re doing now.</p>\n\n\n\n<p>But I, I got giddy, you know, that I did some of the work when we did the pattern for the home, home or site default. Uh, I went on with some of the blog posts and I was like, this right&nbsp;</p>\n\n\n\n<p>[00:04:34] <strong>Corey Maass:</strong> here is the money. Yep. Yeah. I&#8217;m, I&#8217;m with you. I think I, one of the. Pivotal moments for us with crop.express was you said, you know, I&#8217;m, I&#8217;m mental octopus.</p>\n\n\n\n<p>I&#8217;m all over the place, you know? Yeah. Over here we do this and then we could do this, but it could do this, and over here it&#8217;ll do this and, and you&#8217;re like, what if we start with the feature image? I was like, that&#8217;s. You know, brilliant dart to the center of the dart board kind of thing. Um, and so with this, I really liked you, you did essentially the same thing where you&#8217;re like, OG image for the site.</p>\n\n\n\n<p>And it was an easy lift for me to add that. So on activation, the plugin takes you to a little welcome screen, which doesn&#8217;t look pretty yet, but that&#8217;s fine. You upload a logo and you click a button and your site has an OG image. And so we are, I love that you install the plugin and a handful of clicks and we are offering value.</p>\n\n\n\n<p>We are taking it already to um, Bringing, bringing your site. You know, we keep de debating about how we actually do this wording, um, but, or, or how we word this. But, you know, within a few clicks, our plugin makes your website more professional. Um, if you&#8217;ve got Yost installed, maybe you&#8217;ve already got an OG image.</p>\n\n\n\n<p>If you don&#8217;t, we provide one, um, and our plugin will override. The image. So it&#8217;s like whatever you&#8217;ve done in Canva or elsewhere, you know, you can update, you can update regularly, that kind of thing. Um, so yeah, I&#8217;m, I&#8217;m with you. We&#8217;re, we&#8217;ve, we&#8217;ve reached that minimum viable product mentality in that we are immediately offering value, which I think is really cool.</p>\n\n\n\n<p>Um, and then, The next, next thing following that OG image thread is, yeah, for each blog post, for each product, um, figuring, you know, again, initially it&#8217;ll be a, uh, a manual process of like, oh, you&#8217;re, you know, essentially for every blog post you, you are adding going forward, um, Once you&#8217;ve set up the blog post, you then can go set up your OG image.</p>\n\n\n\n<p>Um, so we get there and that, that honestly is about 60%, 70% of the cleanup I need to do anyway. I. We are product complete, we are ready to sell a product. Um, and then, yeah, down the road, uh, there&#8217;s, there&#8217;s obviously lots of fun and, and interesting things. One, you know, like I wanna be able to, we&#8217;ve talked about, but I wanna be able to, like for you on post status, you&#8217;ve got, you know, dozens or hundreds of posts that already exist and so they will benefit from the Sitewide OG image.</p>\n\n\n\n<p>But wouldn&#8217;t it be nice if you set up a template for a stand, you know, a template that goes with a blog post and click a button and it retroactively goes back and creates OG images for each of those blog posts, stuff like [00:08:00] that. Um, but I kind of think that that&#8217;s one that&#8217;s neat. You know, that&#8217;s icing on the cake.</p>\n\n\n\n<p>That&#8217;s a version 1.1 kind of feature. Um, but also I, I do think we want a little bit of validation. Before that happens. Um, and or if we find ourselves twiddling our thumbs and you&#8217;re like, yeah, for post status, I we really need this, then we can call that validation and I can implement it. But, um, but yeah, it&#8217;s, it&#8217;s flushing out.</p>\n\n\n\n<p>Being featured complete as far as OG images is, is the way to start. And obviously right along with that, it&#8217;s easy enough to create, um, a duplicate image that is square so you can throw it on Instagram or whatever. Yep.</p>\n\n\n\n<p>Um,</p>\n\n\n\n<p>behind the scenes, I think what&#8217;s really cool is. We kept, but after doing the, the first install yesterday on post status, Corey set up a first basic OG image. And then due to caching, we couldn&#8217;t see it. We could verify that it was there by viewing the source. And we knew the image was there, but we couldn&#8217;t see it.</p>\n\n\n\n<p>And just now during our call, uh, Basically what&#8217;s funny is our Slack, private Slack conversation is just us posting post status.com back and forth, back and forth, trying to see the damn thing work and uh, Corey just posted it and adjusted it did just show up and that is one of the most satisfying things ever.</p>\n\n\n\n<p>So yeah, it&#8217;s working.</p>\n\n\n\n<p>[00:09:48] <strong>Cory Miler:</strong> Absolutely. I do think if I just put on the post status as a customer hat, Um, we do a fair amount of content and we want to, we have a significant following on Twitter and in, uh, LinkedIn and I particularly camp out on LinkedIn for a second. It&#8217;s really compelling to me and, and I, a couple years ago, I kind of, okay, I&#8217;ve just accepted invitations over the years.</p>\n\n\n\n<p>Now I&#8217;m gonna see what this is about. I, I really think, especially with Twitter&#8217;s implosion, There&#8217;s a real value back to LinkedIn. Um, even more so than was there. But when I think about post customer for a second, we do a piece of content. We could just do the typical thing, copy, link, paste into Instagram, put a couple of words in it, do that thing.</p>\n\n\n\n<p>Um, I think there&#8217;s value though, that image of like, I was just thinking like we do these weekly roundups with tech and business and like, or make wordpress.com for instance, or make WordPress, um, having like just the headlines. Mm-hmm. You know, like weekly roundup is the tech roundup and then there&#8217;s three or four bullets of like what goes into that.</p>\n\n\n\n<p>So they&#8217;d know a preview of like, oh, I&#8217;m interested, I&#8217;m gonna click through, go to the link. That&#8217;s valuable to me because right now I&#8217;m just gonna take a link post in there. Hope the featured image looks decent, cuz it always pulls that. So, like, to me that&#8217;s value for, for post status. Client hat is like, it&#8217;s just right there.</p>\n\n\n\n<p>Um, I can take a couple steps while I&#8217;m in the post. When I get it done is when I usually put it over there. And now somebody, somebody might schedule that, that&#8217;s cool. However, I kinda like post share it. Sure. Uh, and having that right there with like, I keep going back to my slide content slides I&#8217;ve done for talks and do different things and you know, some header with wall points and, and I think what I worked on the.</p>\n\n\n\n<p>Image templates that you also mentioned was like holding in an actual image to that. Right. That&#8217;s always capture thought to me. But if it&#8217;s there, pulled in, adds a little visual pair pto where it&#8217;s just not like a slide.&nbsp;</p>\n\n\n\n<p>[00:12:20] <strong>Corey Maass:</strong> Yeah. We&#8217;re gonna, it&#8217;s, there&#8217;s, there&#8217;s all these, from a text standpoint, there&#8217;s these, these loops that, or these circles we&#8217;re gonna want to close.</p>\n\n\n\n<p>Um, Because it&#8217;s the, and, and we&#8217;re gonna have to think through the, the workflow, the UI for this, um, which, and it might be as simple as a button, but there might be some setup beforehand. So, we&#8217;ll, we&#8217;ll have to walk through this, but it&#8217;s like, that&#8217;s why I tried to wa I tried to talk this all out. I, I don&#8217;t know, two or three calls ago where I was like, okay, the first step.</p>\n\n\n\n<p>And just a minute ago, in fact, the first step is the OG image. For the site. The second step is the OG image per post, which you&#8217;re gonna have to set up manually. Fine. Like we&#8217;re, we&#8217;re, we&#8217;re building a product. The, uh, one of the, the circles that I want to close for you and for, for the product pretty quickly is you, you&#8217;ve created a blog post or, again, I, I want to keep harping on product too.</p>\n\n\n\n<p>Neither of us are in e-commerce. Particularly, but I, I think this is gonna be a lot of value. Um, but whatever it is, a post of some kind, you up upload a featured image. That featured image gets used in an OMG I M G, an OMG image. We&#8217;ll call &#8217;em that. And then a, and then there&#8217;s an option to replace the featured image, right?</p>\n\n\n\n<p>So it&#8217;s like you&#8217;ve uploaded a temporary featured image that then gets incorporated into a template. And generated as an an OMG image that then replaces the featured image so that the, essentially the headline on the blog post, wherever, however the featured image was used, which like you said, a lot of the time when you share.</p>\n\n\n\n<p>The featured image comes up and I, I, there&#8217;s going to be instances where an OG image is almost moot because the featured image works has two purposes. One is as a featured image, like if you&#8217;re looking at a blog post, and the second is if somebody shares it. You know, Twitter, Facebook, LinkedIn will automatically pull in the first image, usually the featured image, which will be, which will act as the OG image.</p>\n\n\n\n<p>So, so it&#8217;s one asset, multiple purposes. Um, but in both instances, I think that there&#8217;s, you know, when we were first really exploring this, we went and looked at, um, WP Beginner, I think we looked at, um, Prius&#8217;s blog and, and we saw that a bunch of them, or the two, I think the two of those, and a and a bunch of other sites, the featured image, it was almost redundant, but the featured image itself was s shareable because it had the blog post title and stuff in it.</p>\n\n\n\n<p>Um, and I liked what you said a minute ago of like, often, right now you upload a featured image of. You know, business person at laptop looking businessy, you know, it&#8217;s, you know, and it might be a photo of, of somebody. But, but then you go and you share it and you hope that it&#8217;s relevant and you hope that the people will see a title that&#8217;s, that&#8217;s, you know, links the image to the content.</p>\n\n\n\n<p>Whereas we&#8217;re, we&#8217;re talking about is, um, Yeah, is inserting, inserting the title right into the image. So again, it might end up being a little, it might feel redundant, or as you&#8217;re doing the workflow, it feels redundant, but you&#8217;re, you&#8217;re guaranteeing that every image has more value. Um, and then, yeah, here you&#8217;re illustrating the second.</p>\n\n\n\n<p>Loop that we wanna close, which again, feels kind of meta, but it&#8217;s the like, create a blog post, take a picture of the blog post, pull that that picture in, um, to an, an OMG image, and then use that to share, or even as the featured image. So you&#8217;re gonna end up with, and in theory if you do this, uh, A couple if you, if you create a template using the featured image or create an OMG image using the featured image, and then take a picture of it, you could end up with, you know, a picture of a picture of a picture of a picture all the way down, which is kind of fun.</p>\n\n\n\n<p>Anyway. Um, But I think that that&#8217;s, you know, we&#8217;re talking about value and, and a, one of the ways that we achieve value is information. So, headlines, excerpts, bullet points. The other way we, a, we add value is something com is, is by creating a compelling image. And I think at least right now, with the way or a current trend, That achieves, this is exactly what you&#8217;re showing, which is, um, an image of content, but in the context of a device.</p>\n\n\n\n<p>So on a screen or, um, yeah, on a cell phone, on a desktop, that kind of thing. Yeah.&nbsp;</p>\n\n\n\n<p>[00:17:37] <strong>Cory Miler:</strong> Was, uh, just looking at this for a second, thinking about when you&#8217;re saying the featured image, Is how, like I don&#8217;t mm-hmm. Feel like super, uh, energized by what I did here on these two. And I was like, okay, well, you know, when you go, like there&#8217;s, there&#8217;s two parts.</p>\n\n\n\n<p>There&#8217;s the social value, we&#8217;ve already talked about that, but there&#8217;s the search value. Mm-hmm. The image is a piece of content that summarizes mm-hmm. Inspire someone to click through, but like almost go, like that&#8217;s thinking of it as a piece of content that is an image piece of content, but it has valuable stuff on here.</p>\n\n\n\n<p>Um, and like it&#8217;s really that slide format is, you know, everybody takes a picture of really good presentations when they&#8217;ve got slides. Cause they&#8217;re like, this is cool. I don&#8217;t know what this is called in Google, Emmett Google search, Google Images, but, Makes me think when we get to this part, we need to have a caption.</p>\n\n\n\n<p>Mm-hmm. Um, that when the image is out there, there&#8217;s a caption. It seems like, I don&#8217;t know what this is called within Google, the image side of things, but like, it&#8217;s an opportunity I haven&#8217;t seen really explored that I would mm-hmm. That I would like. You&#8217;re, you&#8217;re searching and those, that image side comes up too, um, where there&#8217;s.</p>\n\n\n\n<p>Interesting content summarized for you, like right there, right. Um, that&#8217;s really valuable. So I was trying to think like, okay, how would you really want that to look like if you don&#8217;t have a featured image, which is my problem easily. Um, you know, would we put, even if there&#8217;s, I I was just thinking about&nbsp;</p>\n\n\n\n<p>[00:19:33] <strong>Corey Maass:</strong> that for a minute.</p>\n\n\n\n<p>Well, I like the idea too of, um, And I hadn&#8217;t thought of this before, uh, essentially a default featured image like we are using a logo. So let&#8217;s, like for post status, you&#8217;ve got, you&#8217;ve got the little PS infinity symbol everywhere. Um, but also the ev I think a lot of people associate like the homepage of post status has that image of people at.</p>\n\n\n\n<p>One of the, the, you know, the post status conference years ago, um, that hasn&#8217;t changed in 10 years, excuse me. Um, but, uh, you know, but that&#8217;s, it&#8217;s now, it&#8217;s now it&#8217;s a bit of your branding, right? Like that&#8217;s now a photo that, that people might actually associate with post status. So if that was, um, if that was the standard featured I, the default featured image that got pulled in everywhere, you know, even if, like one of the things that we&#8217;ve talked about is.</p>\n\n\n\n<p>Image, uh, is, is tr image treatments. So it&#8217;s like as a ba if the background was two women chatting with that was, you know, converted to black and white and had, and had an orange filter over the top. And so it was just, again, these are, these are all of the things that humans find compelling, even if it&#8217;s not obvious or.</p>\n\n\n\n<p>Upfront or obtuse. Um, you know, having, having two eyes and a s and a smile is known to be compelling to humans at a subconscious level. So it&#8217;s stuff like that that, um, these little simple effects that we can start to explore down the road, or, I mean soon, sooner than later, but it&#8217;s like, as we&#8217;re going along, as we&#8217;re learning about this stuff, we can go, oh, right, let&#8217;s just add a default option for, you know, these background treatments.</p>\n\n\n\n<p>Yeah, just looking at seeing.&nbsp;</p>\n\n\n\n<p>[00:21:35] <strong>Cory Miler:</strong> Mm-hmm. Some publications like, obviously these&nbsp;</p>\n\n\n\n<p>[00:21:38] <strong>Corey Maass:</strong> are,</p>\n\n\n\n<p>it&#8217;s interesting. Yeah. I mean these are, you know, most of these featured image as a background. Yeah. Title pulled in and selected. Put this at the top of the bottom, and some of them have an excerpt below the title. That&#8217;s the whole thing. You know, and so it&#8217;s, it&#8217;s up to the authors or you know, publishers since this is New York Times to find compelling images.</p>\n\n\n\n<p>Yeah. I mean, and so un you know, we&#8217;ve talked about that at various points. That&#8217;s not a problem we&#8217;re choosing to solve right now. Um, so as the publisher of a given blog, you still have to go find that compelling image. But once you do, we give you all these options to do something with it. And what I really like is we&#8217;re defining a, a process.</p>\n\n\n\n<p>So it&#8217;s once you, yeah, that&#8217;s the picture. Um, once you essentially define your style, So it&#8217;s like I, I, I&#8217;ve talked about, I&#8217;m a musician as a hobby, and I actually have a, a new track coming out tomorrow. And so I&#8217;ve put that on my band camp and, um, you know, for every track that I finish, every re you know, release that I do, I now go into Canva.</p>\n\n\n\n<p>I hit copy or duplicate from the last. Release image that I created. Yeah. And I changed the title, the text, and I changed the image. But that way the font is always the same. The font size is always the same. The colors, font, colors are always the same. So that&#8217;s what we&#8217;re talking about here is like you creating exactly what you&#8217;re doing.</p>\n\n\n\n<p>Say this, you created this and saved this for a first blog post. The idea would be then to say, save this as the default. Blog post featured image template. So then you go into, you, you say word in WordPress, you say add new, you write a new blog post. When you jump in to OMG I M G, this is gonna come up first.</p>\n\n\n\n<p>Do you want it, you know, right away create your, you know, A an OMG image from your saved default blog post OMG image template, and you say, yes. And it sucks in the headline, it sucks in the featured image and you might go in and tweak it a little bit. You know, like if the headline&#8217;s really long or it&#8217;s more fun to have like, just like you showed on that New York Times Instagram a second ago.</p>\n\n\n\n<p>Depending on the image, you might want the title at the top or the bottom, but most of the work is done with you done for you. You tweak a couple of things, you know, move a couple of sliders and then you&#8217;re good. Um, I&#8217;m excited about that. I think that that&#8217;s gonna be neat. I think that it&#8217;s going to be, it&#8217;s one of those things that</p>\n\n\n\n<p>one of the challenges is going to be for, because it, because they are associated with publishing. It&#8217;s. It&#8217;s a, it&#8217;s a hurry up and wait kind of product. That&#8217;s one of the only things, red flags that I have. So it&#8217;s like, if there&#8217;s a button for creating these images for all existing posts, that&#8217;s huge value.</p>\n\n\n\n<p>Right? But this is also one of those, like you install it. And then you have to go write a blog post. And that&#8217;s why I&#8217;m really glad that we&#8217;re creating a sitewide OG image. We can create sitewide social images, you know? But if you don&#8217;t have, if you&#8217;re not gonna write a blog post until tomorrow, you don&#8217;t have a reason to use the plugin until tomorrow.</p>\n\n\n\n<p>Now we talked&nbsp;</p>\n\n\n\n<p>[00:25:32] <strong>Cory Miler:</strong> about assigning. Mm-hmm. You could go back to a previous post. Mm-hmm. So I wonder if there&#8217;s a thought where we put a preview of a post, you know, To get &#8217;em started or&nbsp;</p>\n\n\n\n<p>[00:25:43] <strong>Corey Maass:</strong> something. Mm, that&#8217;s awesome. So what I took,&nbsp;</p>\n\n\n\n<p>[00:25:47] <strong>Cory Miler:</strong> one of the big things I took for that is the fact that people do are in the rhythm of doing a featured image.</p>\n\n\n\n<p>I think I defaulted to these templates because I don&#8217;t. Mm-hmm. That&#8217;s my mindset. So I just was trying to play for a second. I go, I think these things still apply, you know? Oh, for sure. Image on left. Image on right image as background with opa. I was trying to find an opacity here, but, um, yeah, and then you want headline, like pin on the photo.</p>\n\n\n\n<p>Do you want it up here?&nbsp;</p>\n\n\n\n<p>[00:26:18] <strong>Corey Maass:</strong> Right. You don&#8217;t want it, you wouldn&#8217;t want it to cover a person&#8217;s face, so you&#8217;d move it to the bottom left. But if the image has people on the bottom, then you want it at the top or whatever. So, yeah.</p>\n\n\n\n<p>Yeah, I&#8217;ve, you know, as I&#8217;ve been developing, so I, I did a, for anybody listening to this who didn&#8217;t watch the last one, go watch the last one. Um, because we did a, a little walkthrough, um, and, and showed my initial approach to the product specifically, we are not, Canva, we are not drag and drop like I and I at various points.</p>\n\n\n\n<p>Like the developer in me wants to take this to the obvious extreme. Um, and, and that in many respects is Canva, which is drag and drop and, and infinite options. And. And I think, I mean, part of that, it it part of, I don&#8217;t want to go down that path because it&#8217;s just a hell of a lot of work and I want to just get this damn thing out the door.</p>\n\n\n\n<p>But I also do think objectively that I, at least for now, prefer this approach because of what we&#8217;re talking about. Like if you want to go, if you wanna be in Photoshop, be in Photoshop. If you don&#8217;t, if you&#8217;re, if that&#8217;s a bit too much. Go jump into Canva, get creative, go wild. But this is, to me is meant to be quick and dirty as underselling it, but you know, quick and useful.</p>\n\n\n\n<p>It&#8217;s just another step in your workflow. And that was, which is kind of the conclusion we came to out of Crop Express was like, you&#8217;ve got this workflow, here&#8217;s a pain point in your process, but it shouldn&#8217;t be the entire process. Yeah.&nbsp;</p>\n\n\n\n<p>[00:28:14] <strong>Cory Miler:</strong> Well, just like playing with this, I go, okay, I get it. You know, put it in the background.</p>\n\n\n\n<p>We&#8217;ve got left and we&#8217;ll have a right version of all this stuff. Yeah. But there&#8217;s an option of like set featured image as background. Then they can play with the color options you&#8217;ve given them. And I mean, I call that pretty good. Yeah. If, if you&#8217;re in the, if you just want headline and photo. This is an option if you want, I think, which is gonna be even BA could be even better, is like there&#8217;s a piece of content, like&nbsp;</p>\n\n\n\n<p>[00:28:53] <strong>Corey Maass:</strong> mm-hmm.</p>\n\n\n\n<p>Yeah. Again, I think that that&#8217;s like, that&#8217;s version 1.2, right? Where we, you know, one of the things that got us really jazzed talking about this early on was you brought up slides. Um, we&#8217;ve talked a few times about, um, drop, uh, poll quotes, drop quotes, block quotes, whatever you call &#8217;em. And so, you know, I&#8217;m excited about, again, version 1.2 or whatever, where.</p>\n\n\n\n<p>We actually have a little wizard that says like, here are the quotes from the page. Ah, and this is where we bring in ai and that&#8217;s why we, we make 2 million. Um, but, you know, throw this content at, at our integration with ai and it come and it comes back with three different bullet point summaries of the content.</p>\n\n\n\n<p>And then we, as we automatically just drop that content in. There you go. We figured out the AI integration. I knew it was just a matter of time.</p>\n\n\n\n<p>[00:30:10] <strong>Cory Miler:</strong> I&#8217;m using in a service called podway. Test it out. Yep. Um,</p>\n\n\n\n<p>I can see how something like this&nbsp;</p>\n\n\n\n<p>[00:30:24] <strong>Corey Maass:</strong> would look. Yep. Exactly. And this is where, again, like once, once a, once a template is defined, cuz these are all placeholders, right? So you&#8217;ve got a placeholder for the photo, the, the, the image of. The content, you&#8217;ve got a placeholder for the title, and then you&#8217;ve got a placeholder for a three bullet point summary.</p>\n\n\n\n<p>Now either you can write that summary or again, we could have something write it for you, or you could have something write it for you. Um, but I love the idea. So one of the things that, so I&#8217;ve been playing with chat g p t, like everybody else for one of my products. I went into chatGPT, and I said, Write 20, um, 20 tweets.</p>\n\n\n\n<p>Yeah. Broadly speaking, you know, for the topic of my product. And then I said, write 20 tweets that target creatives. Specific to my product and then business people, you know? And so it was very similar content, but slightly different. And so in the end, instead of 20 tweets over and over again, I wound up with 60 tweets.</p>\n\n\n\n<p>And so I scheduled them one a day. Right. And so I&#8217;m picturing something very similar here where it&#8217;s like, you know, If you, if you had your featured image for the, for the, you know, the, the one you&#8217;re doing in right in front of us, you&#8217;ve got three bullet points. You&#8217;ve got a title, you&#8217;ve got a featured image.</p>\n\n\n\n<p>Right. But like this is just one and. In, in our world now, you can&#8217;t, you&#8217;re never going to, or you shouldn&#8217;t, uh, just tweet about something once. You don&#8217;t write a blog post, tweet about it, and then forget about it. You need a long tail of content to be able to share, right? And so ideally, Not only would you say generate, like, say if this, what&#8217;s in front of us right now is, is your, you know, saved template.</p>\n\n\n\n<p>Not only would you say generate this, but you would say, generate five variations of this. And you, I, this is again where I think I AI is a perfect candidate. You&#8217;d say, you know, Hey, chatGpT, here&#8217;s my article. Summarize it. With three bullet points in five different ways, and then we suck all that in. And then picture a page that just has this template with the different content.</p>\n\n\n\n<p>You know, so there&#8217;s six versions right down, and you, and you go, which ones do you wanted to use? Bang, bang, bang. Save them all, you know, and then schedule them all. And that way, and you&#8217;ve got one that goes out each day or you do two days, four days, eight days. 16 days. So again, you get this long tail of content that isn&#8217;t identical but is all relevant.</p>\n\n\n\n<p>That&#8217;s gonna be huge.</p>\n\n\n\n<p>Yeah. Assuming that people are actually promoting their content the way they&#8217;re supposed to. Right.&nbsp;</p>\n\n\n\n<p>[00:33:33] <strong>Cory Miler:</strong> Which is, is is part of the challenge.&nbsp;</p>\n\n\n\n<p>[00:33:37] <strong>Corey Maass:</strong> Yeah. Yeah. I think that I, you know, your emphasis we&#8217;re on call 15, right? So your emphasis throughout all of our conversations on agencies and on professionals, teams, et cetera, while it&#8217;s not, I&#8217;m very much like the solopreneur in entrepreneur.</p>\n\n\n\n<p>Whatever other funny way you wanna say the preneur word. Um, but I think small, I build small products for myself and so other people in my shoes. And it&#8217;s not at all that I won&#8217;t use this, but again, I, you know, I&#8217;m, I&#8217;m working with clients that have dedicated social media managers. They&#8217;re the target agencies that are doing full-blown marketing campaigns.</p>\n\n\n\n<p>They&#8217;re the, they&#8217;re the target because again, it&#8217;s these, this long tail of content that that&#8217;s going to require variation, that are going to benefit the most from this. Yeah.&nbsp;</p>\n\n\n\n<p>[00:34:49] <strong>Cory Miler:</strong> Yeah. I&#8217;ve been thinking really much in that regard as like, okay, what would I want? How do I, it&#8217;s like, This slide for that post, you know, something like this, like a treatment over here doesn&#8217;t take up too much space for the the brand, but at least brands it.</p>\n\n\n\n<p>Yep. This is a post status thing, and then this is really informative content like mm-hmm. It&#8217;s really that summary. Too long, didn&#8217;t read. Yeah. Take this for any post. It&#8217;s like you said, you can throw that into Chatgpt and get a bunch of these things, but like, yeah. I don&#8217;t know if I worked on something like that, but I go, this case study warrants a lot like headline.</p>\n\n\n\n<p>This is a roundup we do about what&#8217;s happening in WordPress core based. Basically, she has these every, every week. These are the things you would just pull from it. Three things you need to know. Have chat. ChatGPT, help you with that if you want, and then to put it here and then you go, okay. What I would normally do is say, save this as an image, and I&#8217;d go over to what if I should do that real quick.</p>\n\n\n\n<p>Uh, there we go.</p>\n\n\n\n<p>Stay right there. I need to work on the image, image size, of course, but then you&#8217;re just putting in alt text. I dunno why the logo didn&#8217;t show up. Oh, it&#8217;s right there. So you know, if you think about it, right there. You&#8217;re okay. You&#8217;re, you&#8217;re a member of Post, so select the idea is you can look at this and see it a glance, some of the things going mm-hmm.</p>\n\n\n\n<p>And then decide to click on. That&#8217;s value for the social right there. We&#8217;ve already mm-hmm. We&#8217;ve already talked about that, I think, but I think philosophically, I&#8217;m shaping this a little bit up and my mind is, it&#8217;s the too long, didn&#8217;t read now. Mm-hmm. You get this and whatever this. Uh, Google image. Like what would be example where if I, here, lemme see how to change a light pole, light switch.</p>\n\n\n\n<p>Something. You, you know what I&#8217;m saying? Like this, people also ask, there&#8217;s some, uh, search criteria. They come like this, you know, the video content that shows up. There&#8217;s sometimes, I guess it&#8217;s more pinteresty type stuff like,</p>\n\n\n\n<p>Like of a better word, video show up. But isn&#8217;t there a section where images show up sometimes?&nbsp;</p>\n\n\n\n<p>[00:38:08] <strong>Corey Maass:</strong> Yeah. Search for a product, search for, um, say like that. So, um, there you go.</p>\n\n\n\n<p>So it&#8217;s like in shopping is what I found. Okay. This one. So now hold on, hold on. Um, click and start dragging one of those images like this. Yeah. Did it? Yeah. I just discovered this this morning. So you can drag an image into Google Lens to do, uh, to find out more meta information about. That image and whatnot.</p>\n\n\n\n<p>Oh, really? Which I think is, so right now it&#8217;s sort of a hidden feature, but I think that that&#8217;s coming down the road too. But it&#8217;s like, you know, Google, pretty much any, any of these services now can do image parsing, or excuse me, text parsing from images. So they&#8217;re also going to be reading these images, which is really, really cool.</p>\n\n\n\n<p>Regardless of what alt text you might provide. Do you know what this&nbsp;</p>\n\n\n\n<p>[00:39:20] <strong>Cory Miler:</strong> is called in Google? Is this&nbsp;</p>\n\n\n\n<p>[00:39:21] <strong>Corey Maass:</strong> og? Uh, I would assume so.</p>\n\n\n\n<p>[00:39:34] <strong>Cory Miler:</strong> Img, but it&#8217;s 92 by 92.</p>\n\n\n\n<p>Anyway, I, I felt like there was, it&#8217;s, it&#8217;s more of the Pinterest thought. You know, it&#8217;s like you go, oh, office.&nbsp;</p>\n\n\n\n<p>So when we think about the blog post stuff, This is pulling something here. It&#8217;s gotta be OG based, right? That&#8217;s what I&#8217;m trying to find. Say look at that six is, and then give it a little icon.</p>\n\n\n\n<p>[00:40:43] <strong>Corey Maass:</strong> Be honest. There&#8217;s no direct way to make your images show up, but somebody has to have figured this out.&nbsp;</p>\n\n\n\n<p>[00:40:48] <strong>Cory Miler:</strong> Yeah. Because if we can get the specs we haven&#8217;t, we give the client a per a potential to let that show up. Yeah.</p>\n\n\n\n<p>Because man, that&#8217;s compelling. I don&#8217;t know. Like this is Zoom ideas. So look at all these images in this display. There we go. See this. Well, I don&#8217;t know how they&#8217;re getting all that. This, this search comes up sometimes. See this? Mm-hmm. That&#8217;s what we&#8217;re unlocking. Whatever this is, we&#8217;ll figure it out and say This is what you want.</p>\n\n\n\n<p>This is what it&#8217;s called. And um, OMG mg does it? Yep. Do the possibility to do it, because I think this is where you start going into, I wish I had an idea for this, but I mean, the PINTERESTY type content. Mm-hmm. Recipes.&nbsp;</p>\n\n\n\n<p>[00:41:52] <strong>Corey Maass:</strong> Oh, there you go.&nbsp;</p>\n\n\n\n<p>All of these are really interesting, um, personality tests too, to see what you come up with on the spot. No, I&nbsp;</p>\n\n\n\n<p>[00:42:08] <strong>Cory Miler:</strong> was like, they&#8217;re gonna know I&#8217;ve been liking an celery recipes,&nbsp;</p>\n\n\n\n<p>[00:42:14] <strong>Corey Maass:</strong> but see they as one does.</p>\n\n\n\n<p>Yeah, so there&#8217;s, there&#8217;s an I that that image is right there. How do we,</p>\n\n\n\n<p>and it looks like&nbsp;</p>\n\n\n\n<p>[00:42:29] <strong>Cory Miler:</strong> it&#8217;s 92 by 92 or that ratio, whatever, that Nope, that&#8217;s not.&nbsp;</p>\n\n\n\n<p>[00:42:34] <strong>Corey Maass:</strong> That&#8217;s not it. It&#8217;s a slightly rectangle, but it&#8217;s not. And so what&#8217;s, what would be interesting is, um, view the view the actual source rather than inspecting. So just right click anywhere and say view, source</p>\n\n\n\n<p>and search for OG colon image.</p>\n\n\n\n<p>Keep typing image. It&#8217;ll pop up. Oh, sorry.&nbsp;</p>\n\n\n\n<p>[00:43:00] <strong>Cory Miler:</strong> Hey, so this is interesting. Is this the action type&nbsp;</p>\n\n\n\n<p>[00:43:04] <strong>Corey Maass:</strong> content so that, that you&#8217;d populate by like description you&#8217;d do in Yost and we certainly could do more. Um, like if you don&#8217;t want to have Yost installed since we&#8217;re already adding header, we could add more headers.</p>\n\n\n\n<p>But again, not I, I don&#8217;t want to chase that if we can help it.</p>\n\n\n\n<p>Same. Go to this. Yeah.</p>\n\n\n\n<p>You missed a two on the end, so it re cropped it. Oh, interesting.&nbsp;</p>\n\n\n\n<p>[00:43:52] <strong>Cory Miler:</strong> So it&#8217;s live&nbsp;</p>\n\n\n\n<p>[00:43:52] <strong>Corey Maass:</strong> cropping, that&#8217;s all it&#8217;s doing is Google. So the ogn, yeah. So it&#8217;s right. So, um, but it&#8217;s, but where is it? Why, why does it take the square? Because it doesn&#8217;t necessarily know, I mean, not all these websites are gonna have that auto cropping, right?</p>\n\n\n\n<p>So, so somewhere too, it&#8217;s saying there&#8217;s a square image. Let&#8217;s, let&#8217;s throw that into the search results. Look at this. They&#8217;re, they&#8217;re pulling the Twitter card too. Mm-hmm. It&#8217;s&nbsp;</p>\n\n\n\n<p>[00:44:24] <strong>Cory Miler:</strong> already baked in, I think. Yep. Interesting. I I just go, man. Um,</p>\n\n\n\n<p>you know, some of this, like, these are appealing photos for sure, but I go, if you can put some piece of content right here, That&#8217;s helpful. Yep.&nbsp;</p>\n\n\n\n<p>[00:44:52] <strong>Corey Maass:</strong> Yeah, I mean, and that&#8217;s the presumption, is that, so actually before you jump, um, go click on the one you just talked about or ultimate click on Ultimate, you know, any of these with that, that has a title, right?</p>\n\n\n\n<p>So go to that website. Oh, it&#8217;s you. That might be YouTube. That&#8217;s not gonna help us.</p>\n\n\n\n<p>So they&#8217;ve got these big pictures, but I, what I&#8217;m trying to determine is if they have, like they&#8217;ve explicitly set an OG image that has this extra value in it.</p>\n\n\n\n<p>Yeah, so they&#8217;ve got two two, oops. Oh, that&#8217;s fine. I&#8217;m sure the first one just gets sucked in</p>\n\n\n\n<p>the article.</p>\n\n\n\n<p>Yeah, I, so we&#8217;ll do a little research. We&#8217;ll find one of these, find a good example of this, and then see if we can&#8217;t decipher, you know, and or, um, do some more Googling to find out a, you know, when and what is what, when, and why does Google pull in an image in their actual search results? And, and not others.</p>\n\n\n\n<p>You know, is it, is it just an OG image and they&#8217;re cropping? It, is it, is there some other tag we don&#8217;t know about,</p>\n\n\n\n<p>but I&#8217;m, I&#8217;m anxious to get. This like when the first couple of templates done and out the door and in front of people, because I think it&#8217;s, you know, kind of like how your brain has said, oh, but what about this? And then, oh, I found this other thing over here. Like, it&#8217;s also, you know, but we started with, here&#8217;s what post status is.</p>\n\n\n\n<p>Branding already looks like we want recreate that as a starting point. Um, other people are gonna come to us. Vva from FIUs and Sayed from WP Beginner and whoever are gonna be like, okay, but you know, we need a way to accommodate our, our branding or the way the treatments we&#8217;ve already decided on in Canva if we&#8217;re gonna, you know, because we want our images to be pretty consistent, you know, across all socials forever.</p>\n\n\n\n<p>You know, how do we create recreate hours? And it&#8217;s like, oh, okay, so we need the option to do background treatments or turn the whole thing 90 degrees, whatever. It&#8217;s, you know.</p>\n\n\n\n<p>Yep. But that means that one Corey needs to finish the thing once and for all, and then two. Yeah, we wanna start getting the, the marketing asset aspects, assets out there, um, shopping cart finalized and stuff like that. Cuz it&#8217;s like, even if we get some beta testers, um, and we give them licenses or let them sign up for free or discount or something, you know, first year free, whatever it is, like we wanna get that sorted out.</p>\n\n\n\n<p>[00:48:30] <strong>Cory Miler:</strong> Started with that yesterday and we didn&#8217;t need it. Didn&#8217;t get it finished. So I&#8217;ve got my screen up here where I started it, the logo, and then the website is part two. Uh, going back&nbsp;</p>\n\n\n\n<p>[00:48:43] <strong>Corey Maass:</strong> to pause, squeeze, I started, um, flushing out just putting rectangles on a page for the homepage of O M G I M g.co. So it&#8217;s quite literally just boxes of color, but ready to have, [00:49:00] um, content float into it.</p>\n\n\n\n<p>Okay. All right. I&#8217;m gonna try to&nbsp;</p>\n\n\n\n<p>[00:49:08] <strong>Cory Miler:</strong> carve off some time. Gotta get the logo going in process and then, uh, the website stuff. So&nbsp;</p>\n\n\n\n<p>[00:49:16] <strong>Corey Maass:</strong> I think, yeah, it&#8217;s like I&#8217;m, I think standard, standard formula, you know, compelling tagline, value prop, a buy now button, you know, three icons with. With compelling value, props good enough.</p>\n\n\n\n<p>I mean, that&#8217;s all we need to start, so,</p>\n\n\n\n<p>okay. Yeah. If&nbsp;</p>\n\n\n\n<p>[00:49:45] <strong>Cory Miler:</strong> I have an hour, um, I can get that cranked, cranked enough to start flushing out our page.</p>\n\n\n\n<p>[00:49:57] <strong>Corey Maass:</strong> Simpler is better. So, you know, feel free to delete or [00:50:00] hide rows. Like yeah, but just enough that we, it looks like something, um, like&nbsp;</p>\n\n\n\n<p>[00:50:08] <strong>Cory Miler:</strong> here a box headline, what it does for you, how benefits you, three things show up in social.</p>\n\n\n\n<p>Yeah. And then features are like the nuts and bolts things and Yeah. Pricing. Yep. Yep.&nbsp;</p>\n\n\n\n<p>[00:50:31] <strong>Corey Maass:</strong> And yeah, and I&#8217;ve been waiting to do, like, there&#8217;s, there&#8217;s, at this point I&#8217;ve used e d D enough that I&#8217;ve got standard styles that I copy from site to site and ways to set up, like being able to sign in and manage your subscription kind of thing.</p>\n\n\n\n<p>Um, obviously they make it very easy, but I have a way that I like to lay things out. Um, but I&#8217;ve been waiting to do that. We, we need a logo, which helps us define a style and colors. To then carry that throughout the rest of the site. So our branding is somewhat consistent. So I&#8217;ve, I&#8217;ve been holding off on that.</p>\n\n\n\n<p>Um, you know, but all that takes an afternoon once we&#8217;ve got, yeah. The general look and feel</p>\n\n\n\n<p>back in our&nbsp;</p>\n\n\n\n<p>[00:51:16] <strong>Cory Miler:</strong> conversation to, uh, put into there, do we want to go, I know we talked about this in Slack. Do we want to go with a. The eighties funky thought.&nbsp;</p>\n\n\n\n<p>[00:51:32] <strong>Corey Maass:</strong> I, I mean, because of the OMG part, like I definitely think we want something fun. Um, but I don&#8217;t have any religion around how the rest of it, since I&#8217;m not creating the logo, like I&#8217;d rather.</p>\n\n\n\n<p>Anybody grabs, whatever, whatever comes to their mind, like, that&#8217;s why we pay them. It&#8217;s like when I get on Fiver, I hire five people to do logos because I&#8217;m, I&#8217;m honestly paying them, not so much to create a logo, but to apply their own thinking to, you know, here&#8217;s a, here&#8217;s the color palette that, that jumps out at me when you tell me what the, the product does kind of thing.</p>\n\n\n\n<p>So</p>\n\n\n\n<p>idea is,</p>\n\n\n\n<p>[00:52:23] <strong>Cory Miler:</strong> It&#8217;s kind of almost like a Mac app. You know, you&#8217;re, it&#8217;s the thing that&#8217;s solid that helps you look, look good and do things faster. Yep. Um, with images, Paula Showcase, I&#8217;m looking at some of these icons in my tray&nbsp;</p>\n\n\n\n<p>[00:52:44] <strong>Corey Maass:</strong> here.</p>\n\n\n\n<p>Yeah, I started walking through, um, uh, product hunt, uh, um, featured, uh, uh, what was it? Make logo.ai. And I started plugging things in to kind of, and they, they want to charge you for the actual logos, but it was kind of neat that they came up, they present you with a bunch of concepts and so it was like, um, A magic wand over an image.</p>\n\n\n\n<p>So it&#8217;s like image generation or, um, cuz I, in the description I put in sharing and I put in, um, open graph image, you know, image generation. And so it was like, you know, do you want. Uh, a canvas or the, you know, the, the thing that the artist uses to put the paint on, um, the palette. I was like, eh, you know, do you want a magic wand to poof, an image appears?</p>\n\n\n\n<p>Eh, that&#8217;s getting closer cuz I want it to be that easy. You know? Do you want an icon of, they had one that was like, um, you know, a picture like a. A fake painting that had people all around it, like, you&#8217;re sharing that? I was like, no, definitely not. That&#8217;s terrible. You know, so it&#8217;s like these concepts of, um, of what we want, want it to represent.</p>\n\n\n\n<p>To me it&#8217;s image generation, because that&#8217;s part of, that&#8217;s the, if you&#8217;ve got a workflow in the middle, you know, you&#8217;ve gotta write words, but you&#8217;ve also gotta generate images. And to me, that&#8217;s the problem we&#8217;re solving. But that&#8217;s also, that&#8217;s, that&#8217;s feature not benefit. Yeah. I,&nbsp;</p>\n\n\n\n<p>[00:54:36] <strong>Cory Miler:</strong> I&#8217;m looking to pro probably kind to get some thoughts here to put into the designer.</p>\n\n\n\n<p>Okay. I think I&#8217;ve got enough here. I&#8217;ll riff on. Cool.</p>\n\n\n\n<p>Okay.[00:55:00]&nbsp;</p>\n\n\n\n<p>All right,&nbsp;</p>\n\n\n\n<p>[00:55:00] <strong>Corey Maass:</strong> man. I, I just need a logo that looks really good because I&#8217;m gonna have a t-shirt made for Word camp us.&nbsp;</p>\n\n\n\n<p>[00:55:06] <strong>Cory Miler:</strong> Yeah. Oh, that, that&#8217;s even better. Um,</p>\n\n\n\n<p>it&#8217;s almost like, huh? Okay. How would we want that to lick on the shirt?&nbsp;</p>\n\n\n\n<p>[00:55:19] <strong>Corey Maass:</strong> That actually helps me frame it to me, to me again, because of. Because of the OMG in the name, and we talked about going all, all caps, it&#8217;s like not a rainbow, but gradient of bright colors, you know, big fun font. Like I don&#8217;t want it to be goofy.</p>\n\n\n\n<p>I don&#8217;t want it to be clown like, um, and that&#8217;s why I guess I&#8217;m shying away too from. Um, actually your, your MAC icons concept is, is a good idea of like, over to me. A lot of them are overwrought, three-dimensional, big drop shadow kind of thing, and it&#8217;s like, eh, I want, I want something, you know, more fun than that.</p>\n\n\n\n<p>Like if you, if you were gonna have a magic wand, like you&#8217;d want a bend in it, you&#8217;d want it to be almost cartoon-like or something. But then it&#8217;s, but then it&#8217;s not professional enough, so I don&#8217;t know. I don&#8217;t know. Uh,</p>\n\n\n\n<p>it has to, it has to look good on your baseball cap there and it&#8217;s gotta go look good on my chest here. Yeah.</p>\n\n\n\n<p>The swag is more important than anything, let&#8217;s be honest. It is&nbsp;</p>\n\n\n\n<p>[00:56:45] <strong>Cory Miler:</strong> a good frame for me though, is like, how would that pop and how would we want that to look?</p>\n\n\n\n<p>[00:56:54] <strong>Corey Maass:</strong> Yeah.</p>\n\n\n\n<p>All right. Let&#8217;s be done today. Um, I should have an update for you soon this week. Um, addressing all the, um, the bugs and extra bells and whistles that we talked about. Um, And in particular, I want to, like we said, I want to cut everything over to we&#8217;ve, we&#8217;ve got the sitewide handled, we need the post per post handled, like you said today.</p>\n\n\n\n<p>Um, and then plug in a logo, plug in a little, uh, style once we&#8217;ve got a style defined and then the plug-ins, I think ready to share. So that&#8217;ll be cool.</p>\n\n\n\n<p>Okay. Cool, man. Keep me posted. All right. Well thank.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2023 23:17: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: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: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:77:\"Do The Woo Community: Builder Tips from WordCamp Europe 2023 Speakers, Part 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:28:\"https://dothewoo.io/?p=75230\";s:7:\"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:59:\"https://dothewoo.io/wordcamp-europe-and-speak-session-tips/\";s: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:399:\"<p>The second in our series where we hear more about the sessions and tips from WordCamp Europe 2023 speakers. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wordcamp-europe-and-speak-session-tips/\">Builder Tips from WordCamp Europe 2023 Speakers, Part 2</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2023 07:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.org blog: People of WordPress: Stefano Cassone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15030\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\";s: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:13126:\"<p><strong>With <a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a> in June, we feature Stefano Cassone, a web designer, photographer and volunteer translator, who believes his life has been transformed through WordPress and its community.</strong></p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<img width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=1024%2C535&ssl=1\" alt=\"Stefano with a laptop covered in WordPress event stickers\" class=\"wp-image-15027\" />Stefano with a laptop covered in WordPress event stickers\n\n\n\n<p>Stefano has always been fascinated by the internet. His initial learning in the 1990s was through joining friends at a local pub where they could explore how websites were structured and learn to use chat software.</p>\n\n\n\n<p>This led to Stefano creating websites for fun in 1998, and his first paid job was for the shop where he bought comics. He turned to content management systems (CMS) to speed up the creation process for sites, but found he needed more documentation to really understand their capabilities. Then he read a magazine article about WordPress, a CMS which was being used to make incredible blog sites, and was supported by an international community and documentation. Over time, Stefano started using that documentation to work on websites in Italian.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress provides a life-changing turning point&nbsp;</h2>\n\n\n\n<p>Stefano describes himself as an introvert. He found that WordPress helped him to work from home, to develop his skills and the quality of what he could produce, as well as build his self-confidence.&nbsp;</p>\n\n\n\n<p>A catalyst for the turning point in his life and career was the discovery of an area for events on the WordPress dashboard. On this page, he found a forthcoming local meetup in Rome.&nbsp;</p>\n\n\n\n<p>In November 2017, Stefano took the step to go along to this event, led by a curiosity of what he might discover and intrigued by how a software could be supported by a vast community. The topic at the event was on <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a>, a command line interface for WordPress. He recalled that he felt outside his comfort zone as he did not regard himself as a developer and at that point, had only used the software for simple jobs. He wondered whether using the software as his only CMS was going to be a long term option and if these meetups were suitable for him.</p>\n\n\n\n<p>At the meetup, people were talking about a forthcoming event, called WordCamp Rome. Through his research, he saw that there was a lot of enthusiasm for this event. This intrigued him and he wondered if it would show him that he could have a career using the software after all.</p>\n\n\n\n<p>Unfamiliar with WordCamps, Stefano found it difficult at first to know what he could go to and how to get involved, but he persevered and attended the event.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;The WordCamp was a great discovery: talks at all levels from basic to those for developers, advanced and very advanced. I was immediately struck by the enthusiasm of the volunteers. It was an environment where I felt very comfortable, so much so, that I asked myself how I could participate in some WordCamps.&#8221;</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<p>From this event, Stefano was encouraged by those he met to consider applying as a volunteer for a future WordCamp.</p>\n\n\n\n<p>There was also much talk at the event about ‘Slack’. It was new to Stefano, but with help from those attending, he signed up for the messaging tool Slack, used by the WordPress community. He was still unsure how he could contribute, and if he would be welcome.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Joining thousands of volunteer translators of WordPress</h3>\n\n\n\n<img width=\"800\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=800%2C600&ssl=1\" alt=\"Italian General Translation Editors at WordPress Italia 2022\" class=\"wp-image-15028\" />Italian General Translation Editors at WordPress Italia 2022\n\n\n\n<p>Stefano took the plunge and was excited to find there was a team called Polyglots. In this team, people from across the world<a href=\"https://make.wordpress.org/polyglots/\"> translate the WordPress software into many different languages</a>. He started with translating a theme he was using in his work. Little by little he became more interested in plugins and attended meetings with other translators. He offered his skills to translate into Italian themes and plugins in general and as his experience grew, he took on the volunteer role of a General Translation Editor. He also took care of the translation into Italian of the WordPress Core. More recently he has joined the group of translators for the <a href=\"https://make.wordpress.org/docs/handbook/helphub/\">HelpHub</a>, which is part of the <a href=\"https://make.wordpress.org/docs/\">WordPress documentation</a> system.</p>\n\n\n\n<p>He said: “Participating in the WordPress Slack has helped me enormously: I’ve met a lot of people who I now call friends. Moreover, by translating, I learned a lot about how themes and plugins work.</p>\n\n\n\n<p>“It&#8217;s a great way to contribute to WordPress, especially for someone like me who is not a developer. Translating also allows me to fully understand how WordPress works.&#8221; </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I always say that translating themes, plugins, and the Core software is the best way to learn WordPress, better than any course or book.”</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Sharing skills to support Open Source WordPress</h3>\n\n\n\n<img width=\"667\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?resize=667%2C500&ssl=1\" alt=\"Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.\" class=\"wp-image-15026\" />Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.\n\n\n\n<p>Stefano’s growing commitment to the open source WordPress project was further boosted through his volunteering. He was a volunteer at WordCamp Rome 2018 and participated there in his first Contributor Day where he had the opportunity to translate the software with others.&nbsp;</p>\n\n\n\n<p>He was also able to bring his own hobbies and skills to help the project grow and reach others. One example was his passion for photography, and he volunteered as a photographer for many other events in Italy organized by the WordPress community. He said: “This commitment to the community also allows me to have fun: being a photographer means having the opportunity to walk around the halls and capture moments of the life of a WordCamp.” The more WordCamps he attended, the more he wanted to be part of and keep contributing to the wider WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contribution to WordPress is inspiring</h2>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=1024%2C683&ssl=1\" alt=\"Stefano at the Support Table at a WordPress Contributor Day\" class=\"wp-image-15025\" />Stefano at the Support Table at a WordPress Contributor Day\n\n\n\n<p>When Stefano was asked to become an organizer for the WordPress meetup in Rome in October 2019, he knew he wanted to be part of reaching and supporting more people in his area. He faced challenges with finding venues, but a greater issue was to come: the Covid-19 pandemic.&nbsp;</p>\n\n\n\n<p>Spurred on by the <a href=\"https://it.wordpress.org/\">Italian WordPress community</a> as a whole, he was determined that the meetup was still needed. The regular event was transformed into an online meeting. He was able to gain help from people he had met as a volunteer to share their expertise with meetup attendees.&nbsp;</p>\n\n\n\n<p>The community in Italy also worked together to put on WordCamp Italia online. It brought together the organizers of previous meetups and WordCamps, and new contributors too. Stefano volunteered in both online editions of this camp, including being part of the social and communication team. He found it to not only be a fun experience but also one that helped him grow professionally and learn from so many others.</p>\n\n\n\n<p>He went onto help restart the <a href=\"https://www.meetup.com/romawordpress/\">Rome WordPress meetup</a> in-person meetings in May 2022, was an organizer for the third WordCamp Italy, and has been volunteering for camps in 2023.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What will WordPress bring you?</h3>\n\n\n\n<img width=\"533\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?resize=533%2C800&ssl=1\" alt=\"Stefano inspired by his journey at WordCamps asks what will WordPress bring you?\" class=\"wp-image-15024\" />Stefano inspired by his journey at WordCamps asks what will WordPress bring you?\n\n\n\n<p>“Persona and professional growth and friendship” are some of the things they have brought Stefano. Contributing boosted his confidence and willingness to try new opportunities in his work.&nbsp;</p>\n\n\n\n<p>He said: “The best thing I got out of joining the WordPress community was the chance to collaborate with some people on a working basis and, I have to say, that was incredible. Being with many of them you have an incredible opportunity to grow in knowledge, you just have to be ready to learn. With WordPress you never stop learning.”</p>\n\n\n\n<p>His top recommendation is: “Join your local meetup or think about organizing one, it will introduce you to an amazing world. Don’t be afraid to meet people at WordCamps and Contributor Days, because you will learn more there than in dozens of courses. Talk to people at those events and don’t worry. The WordPress community is inclusive so you’ll always feel welcome, and you will see enthusiasm like you’ve never seen at other IT events. Sign-up and get involved.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Stefano Cassone (<a href=\"https://profiles.wordpress.org/deadpool76/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>deadpool76</a>)&nbsp;for sharing about his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>), the late Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>) and Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>) for interviews, writing the feature and collaborating on images, to Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>), Mark Smallman (<a href=\"https://profiles.wordpress.org/marks99/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marks99</a>), Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>), Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a>), and Maja Loncar (<a href=\"https://profiles.wordpress.org/majaloncar/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>majaloncar</a>) for help with reviews.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;series thanks Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 May 2023 20:48:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";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:85:\"Post Status: WP 6.3 Planning • WP20 • AI Forum Replies • LearnWP Survey Results\";s:7:\"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://poststatus.com/?p=149526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://poststatus.com/wp-6-3-planning-wp20-ai-forum-replies-learnwp-survey-results/\";s: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:19172:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (May 29, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">How did you celebrate WordPress&#8217;s 20th birthday? Read Building Blocks: The Evolution of WordPress, now available on GitHub and e-reader formats. <br /><br />WordPress 6.3 is underway. Core has shared the planning roundup, and the Design team is starting to prepare now.  <br /><br />Support forums recently discussed considerations on using AI to respond to forum issues. Human intervention is still necessary for the foreseeable future. <br /><br />Training team surveyed attendees at the last 3 flagship WordCamps and any additional respondents.  The data is in with feedback on the content and site functionality of Learn.WordPress.org. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_userPlus kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP 6.3, WP20, AI forum replies, and LearnWP Survey Results</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"🥳\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">Celebrating 20 Years of WordPress</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4d4.png\" alt=\"📔\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f916.png\" alt=\"🤖\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/support/2023/05/suggested-stance-on-the-use-of-ai-tooling/\">Suggested stance on the use of AI-tooling</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fb-200d-1f3eb.png\" alt=\"👩🏻‍🏫\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/training/2023/05/30/analysis-of-the-individual-learner-survey-results/\">Analysis of the Individual Learner Survey results</a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">Celebrating 20 Years of WordPress</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/celebrate-20-years-of-wordpress-by-exploring-the-20-year-written-history-of-the-project/\">Celebrate 20 Years of WordPress by Exploring the 20-Year Written History of the Project</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/download-3d-wp20-themed-media/\">Download 3D WP20-Themed&nbsp;Media</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-10\">\n<div class=\"wp-block-column is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/05/31/accessibility-team-meeting-agenda-june-2-2023/\">Accessibility Team Meeting Agenda: June 2, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/05/26/notes-of-community-team-discussion-on-may-25-2023/\">Notes of Community Team Discussion on May 25, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/24/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-may-24-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on May 24, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">Command Center: Request for feedback</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/16/proposal-retiring-older-default-themes/\">Proposal: Retiring Older Default Themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\">Core Editor Improvement: Smoother Site Editing</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/05/customizing-core-block-style-variations-via-theme-json/\">Customizing core block style variations via theme.json</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/05/31/dev-chat-agenda-may-31-2022/\">Dev Chat agenda, May 31, 2022</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/30/editor-chat-agenda-31-may-2023/\">Editor Chat Agenda: 31st May 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/27/editor-chat-summary-24-may-2023/\">Editor chat summary: 24 May, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/05/29/documentation-team-update-may-29-2023/\">Documentation Team Update – May 29, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/05/15/is-wordpress-compatible-with-php-8/\">Is WordPress compatible with PHP 8?</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/05/27/day-20-wp20-from-blogs-to-blocks/\">Day 20: #WP20 From Blogs to Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/05/26/day-19-wp20-from-blogs-to-blocks/\">Day 19: #WP20 From Blogs to Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/05/25/day-18-wp20-from-blogs-to-blocks/\">Day 18: #WP20 From Blogs to Blocks</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/05/31/agenda-biweekly-matrix-chat-thu-june-1-2023-10am-utc/\">Agenda: Biweekly Matrix Chat – Thu, June 1, 2023 (10AM UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/05/31/two-factor-auth-available-to-test-on-wordpress-org/\">Two-Factor Auth available to test on WordPress.org</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/05/29/last-week-openverse-2023-05-22-2023-05-29/\">A week in Openverse: 2023-05-22 – 2023-05-29</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/05/24/community-meeting-recap-2023-05-22/\">Community Meeting Recap (2023-05-22)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/05/23/openverse-monthly-priorities-meeting-2023-06-07/\">Openverse Monthly Priorities Meeting 2023-06-07</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/05/22/last-week-openverse-2023-05-15-2023-05-22/\">A week in Openverse: 2023-05-15 – 2023-05-22</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/05/30/performance-chat-summary-30-may-2023/\">Performance Chat Summary: 30 May 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/core-performance-team-update-may-2023/\">Core Performance Team Update: May 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/05/17/plugin-review-team-update/\">Plugin Review Team Update</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/05/31/improving-translation-suggestions-other-languages/\">Improving Translation Suggestions [Other Languages]</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/05/31/agenda-weekly-polyglots-chat-may-31-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – May 31, 2023 (07:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">Proposal: establishment of a formal WordPress Sustainability Team</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/05/suggested-stance-on-the-use-of-ai-tooling/\">Suggested stance on the use of AI-tooling</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/05/agenda-for-may-18th-support-meeting-2/\">Agenda for May 18th Support Meeting</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/05/18/fse-program-testing-call-23-rapid-revamp/\">FSE Program Testing Call #23: Rapid Revamp</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/29/test-team-update-29-may-2023/\">Test Team Update: 29 May 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/05/31/themes-team-meeting-notes-may-30-2023/\">Themes Team Meeting Notes – May 30, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/05/26/summary-curating-the-editor-and-building-block-themes-for-clients/\">Summary: Curating the Editor and building block themes for clients</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/05/18/hallway-hangout-curating-the-editor-and-building-block-themes-for-clients/\">Hallway Hangout: Curating the editor and building block themes for clients</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/05/17/theme-handbook-overhaul-phase-2-creating-content/\">Theme Handbook Overhaul: Phase 2 (Creating Content)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/30/themes-team-update-may-30-2023/\">Themes team update May 30, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/05/09/brainstorm-wordcamp-europe-2023-contributor-day/\">Brainstorm – WordCamp Europe 2023 Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/05/24/training-team-meeting-recap-for-may-23rd-2023/\">Training Team Meeting Recap for May 23rd, 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/managing-a-wordpress-multisite-network/\">Managing a WordPress Multisite Network</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=live-stream-creating-a-block-theme-for-developers-part-3\">Live stream: Creating a block theme for developers. Part 3</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=training-team-wordcamp-eu-contributor-day-online-session\">Training Team WordCamp EU Contributor Day Online Session</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=using-the-row-and-stack-blocks\">Using the row and stack blocks</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=nesting-blocks-and-advanced-block-layouts-2\">Nesting blocks and advanced block layouts</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-4\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wordpress-coding-standards\">WordPress Coding Standards</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=custom-css-in-the-site-editing-era\">Custom CSS in the Site-Editing Era</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=%E3%82%A2%E3%83%83%E3%83%97%E3%83%87%E3%83%BC%E3%83%88%E3%81%A8%E8%84%86%E5%BC%B1%E6%80%A7\">アップデートと脆弱性</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-cli\">WP-CLI</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/cli/2023/04/05/wp-cli-v2-8-0-release-date/\">WP-CLI v2.8.0 release date</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\">PHP 8.2.6 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-2\">PHP 8.1.19 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 May 2023 16:48: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:18:\"Courtney Robertson\";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:67:\"WPTavern: #78 – Mike McAlister on Why Block Themes Are 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:48:\"https://wptavern.com/?post_type=podcast&p=145590\";s:7:\"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://wptavern.com/podcast/78-mike-mcalister-on-why-block-themes-are-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:55259:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, a journey inside creating a block-based theme.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you all your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>We released these podcast episodes every Wednesday, but next week there&#8217;s going to be a break. I&#8217;m going to be heading to WordCamp Europe in Athens to record some more interviews. And if you&#8217;re there, I do hope that our paths cross. Normal service will resume soon.</p>\n\n\n\n<p>So on the podcast today we have Mike McAlister, and he&#8217;s here to talk about his experiences creating a block-based theme.</p>\n\n\n\n<p>Mike is a veteran product developer and designer in the WordPress space. He founded and sold multiple WordPress products, like Array Themes and Atomic Blocks. Now he&#8217;s focused on the future of WordPress with his new product brand, Ollie.</p>\n\n\n\n<p>Mike kicks off the podcast by telling us about his WordPress journey, and how WordPress blocks have renewed his passion for the platform. We get into some history and talk about the era when WordPress themes were extremely popular. Marketplaces like in Envato made it possible to sell themes and creates a career in ways hitherto unimagined.</p>\n\n\n\n<p>Mike explains what the key differences are between a block-based theme and a classic theme. How it&#8217;s possible to create themes inside the editor and how you can do this without needing to know much code.</p>\n\n\n\n<p>We talk about the fact that, if you are a coding expert, you could always create complex themes, but this fresh approach opens up the possibilities for those with less technical backgrounds. The experience in the editor might not be exactly what everyone wants, but it&#8217;s evolving quickly and maturing with every new release of WordPress.</p>\n\n\n\n<p>The conversation moves onto why Mike is so confident that block-based themes are going to succeed. You don&#8217;t need to use one, and your trustee classic theme and the associated customizer, will work for the foreseeable future.</p>\n\n\n\n<p>We then turn our attention to the technical hurdles that Mike has had to overcome. What new workflows and tools did he need to adopt and master to make his work possible? Mike&#8217;s been really focused on using WordPress core blocks to create his themes, digging into the weeds of what they can do and what their limitations are. It&#8217;s been a part of steady learning punctuated with minor setbacks when the editor and blocks are updated in unexpected ways. Thankfully, these bumps in the road are now relics of the past, as breaking changes have given way to stability.</p>\n\n\n\n<p>We then talk about a specific theme that Mike has just released. It&#8217;s called Ollie, and it&#8217;s the focus of the rest of the podcast. How did Mike build Ollie, and what is he hoping to achieve with this new brand?</p>\n\n\n\n<p>Patterns feature heavily in Ollie we talk about how it&#8217;s possible to alter the look and feel of your site quickly. Typography and colors are easy to change with the new suite of design tools which ship with WordPress.</p>\n\n\n\n<p>If you&#8217;re wanting to develop block-based themes, or are just curious about how other developers are building them, this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all of the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Mike McAlister.</p>\n\n\n\n<p>I am joined on the podcast today by Mike McAlister. Hello, Mike.</p>\n\n\n\n<p>[00:04:51] Mike McAlister: Hello. Thanks for having me.</p>\n\n\n\n<p>[00:04:52] Nathan Wrigley: Yeah, you&#8217;re very welcome. Mike is going to be talking to us today about block based themes, block patterns, blocks in general, I&#8217;m sure. And if you haven&#8217;t been in the WordPress space for any great length of time, you are about to learn about Mike&#8217;s pretty impressive history in the WordPress space.</p>\n\n\n\n<p>So Mike, it&#8217;s a fairly generic question, but I hope you don&#8217;t mind us asking you at first, just to orientate the listeners. Would you mind just telling us a little bit about yourself and your history, coding, theming, and whatever kind of other work you&#8217;ve done in the WordPress space.</p>\n\n\n\n<p>[00:05:24] Mike McAlister: Absolutely. Yeah, I&#8217;ve been around WordPress for some time now, probably since about 2010. 2009, 2010. So fairly early on. And I think I came upon WordPress like many folks, building client sites and looking for just a better way to do it. You know, when you&#8217;re in that world and you stumble upon WordPress, you&#8217;re like, whoa, light bulb moment. This is going to be a game changer.</p>\n\n\n\n<p>So yeah, I started pretty early on using WordPress to build websites for clients. And then at some point, I started to see the commercial aspect of it, right? Instead of building one theme for one client, I could build one theme and maybe sell it to a thousand different clients.</p>\n\n\n\n<p>And so I experimented pretty early on with, you know, I have a history in design and so that was my focus. I thought that could be a differentiator for me. I&#8217;ll make themes that are just beautifully crafted, really lightweight. Maybe they don&#8217;t do everything under the hood, but they do specific things very well.</p>\n\n\n\n<p>And so Array was the first theme shop that I had. And I operated all over the place. I had themes on my own site. I had them on the Themeforest marketplaces. I was selling themes on wordpress.com. So I was kind of everywhere and growing. And then at one point blocks became a thing, and so I dipped into there and started experimenting with blocks, via the Atomic Blocks theme which grew really quickly, it was one of the first block themes out there. And I think it was, blocks were still a really new thing and people were trying to understand what they were and what the benefits could be.</p>\n\n\n\n<p>And so having a plugin out there with all these examples in it, and kind of showing that, oh no, you can replace all kinds of stuff. Like short codes and all of these other archaic ways of building could be done with blocks now.</p>\n\n\n\n<p>So I worked on that for a bit. And then in 2018 WP Engine acquired both the theme shop and the Atomic Blocks plugin. And worked there for four and a half years, and then just recently I have gone back into the freelance and entrepreneurial space.</p>\n\n\n\n<p>[00:07:21] Nathan Wrigley: Thank you very much indeed. That&#8217;s really, really interesting and it sounds to me at least anyway, as if you arrived on the WordPress scene, not only with the right products, but also at the right time. You kind of managed to hit that tidal wave just as it was creating out in the ocean somewhere.</p>\n\n\n\n<p>And you had the product. Everybody was buying themes at that time. Became really, really popular. Do you consider yourself to have had a lucky break there, in the sense that, do you feel that that is something which can be repeated in the year 2023? Or do you think that block themes and just themes in general, the shine and the commercial prospects of that has dwindled a little bit?</p>\n\n\n\n<p>[00:08:04] Mike McAlister: That early era was certainly something special. I think there was just so much attention focused on themes, and as this new shiny thing. And they unlocked a lot of capabilities for people. They were able to go from, trying to make their own sites. To making their own designs. To having these tried and tested templates.</p>\n\n\n\n<p>And so that was a huge thing. And the rise of the Envato market at the time was a huge part of that success. Love it or hate it, at the time, that was a huge thing and proliferated WordPress themes out into the world, beyond our bubble. And so that I think was a huge deal at the time.</p>\n\n\n\n<p>Now, whether or not now we can kind of replicate that is really tough to say, because since then the market has become quite saturated, in that there are so many different ways of building with WordPress. And you have things that are spinning off like Elementor going off into their own world.</p>\n\n\n\n<p>They&#8217;re still kind of one foot in WordPress, one foot out. And we have all of these other. website builders that we didn&#8217;t have back then, other platforms. So there&#8217;s just so many different ways to build a website. WordPress is still massively popular, even if it&#8217;s slowly declining.</p>\n\n\n\n<p>We still have such a huge footprint on the web that it, there&#8217;s a ton of potential So, I don&#8217;t think we&#8217;ll see the same wave we saw before. I do think though that this whole new world of the block paradigm and block themes. It is the biggest opportunity commercially in WordPress I think that we&#8217;ve seen in a very long time. It may be the biggest we see for a long time.</p>\n\n\n\n<p>[00:09:38] Nathan Wrigley: Yeah. I think we should probably stray into that right, the outset, if that&#8217;s okay. Because, there&#8217;s probably a proportion of people who are listening to this podcast who are very, very technical. They completely get what you mean by block based themes and the opportunity afforded there.</p>\n\n\n\n<p>But equally, there may be a bunch of people who are listening to this who genuinely have no idea that there is such a thing as a block based theme. They&#8217;ve got a, what we would now call a classic theme, and it&#8217;s installed and it has been for a long time. And as far as they&#8217;re aware, there&#8217;s no change in their WordPress website. Things just carry on as normal.</p>\n\n\n\n<p>But are you able to describe to us, I know this is a difficult question, and certainly trying to cram it into a portion of a WordPress podcast is a big ask. But are you able to give us a high level view on what a block theme is, and how it differs from a classic theme? Something which you might know, if you&#8217;ve got access to the customizer, you have a classic theme. If you don&#8217;t, you don&#8217;t. And so let&#8217;s take it from there. What are they and what do they promise?</p>\n\n\n\n<p>[00:10:34] Mike McAlister: Absolutely. So, let&#8217;s first just do quick block refresher in general. So blocks, instead of throwing your content all into TinyMCE or the content area, and kind of making it mostly text-based, and throwing some other little elements in with things like short codes, like we used to do in the past. Blocks, they&#8217;re basically content elements. It could be anything from a button, to a paragraph, to an image gallery, to a slider.</p>\n\n\n\n<p>And all of these things you add to the WordPress editor. And they could be used to build, you know, more beautiful content. They could be used to build page sections. They can be used to build a full page. And you put together enough blocks, and you can build an entire theme with it, right? So, WordPress comes with many blocks built in. And all of these things you use to build your website now.</p>\n\n\n\n<p>So with that in mind, block themes are effectively entire WordPress themes that are built entirely with blocks. And the benefit of that is that it makes your website almost entirely editable by you, in the editor. So instead of having to, you know, if you want to change your header, instead of going into the code and opening up the code editor and tinkering there and saving and going back to your site. You can go into the site editor and WordPress, which is effectively a interface inside the WordPress admin, where you can create your header.</p>\n\n\n\n<p>You can modify it. You can change the colors. You can add new links. You can change out your site logo. And all of that happens in the editor. It can be a no-code or low-code experience for you. So the benefit here is the customization, right? We can now get closer to the experience that you might have seen at something like a Squarespace or Wix where the interface and the experience is tailored around creation, and it&#8217;s more focused around that.</p>\n\n\n\n<p>[00:12:31] Nathan Wrigley: Yeah, I guess if you are an expert themer and you&#8217;ve been creating themes for years, what it brings to the table, the way that you construct them is different. But you&#8217;ve always been able to achieve whatever it is that you wanted to achieve because you could write the code. But I suppose what this is bringing is the capability for non-technical people to be able to modify just any part of the site.</p>\n\n\n\n<p>I guess the header is typically fairly constrained, you know, header, navigation, logo, that kind of thing is normally what we see. But perhaps a better example would be a footer. Because typically your footer would be controlled by the theme and you&#8217;d go into the customizer and modify whatever options were available to you.</p>\n\n\n\n<p>Whereas now you can just build out rows, columns, put in images, put in contact forms, whatever you like, other navigation menus, anything. If you can imagine it as something that you can build in the block editor, that can then become your footer. You don&#8217;t need to dabble in any code at all. There&#8217;s a lot going on there, but you don&#8217;t need to be involved in that.</p>\n\n\n\n<p>And so non-technical people can become involved in that process and, you know, enjoy creating different aspects, different parts of their theme. That being said, what are your thoughts on the state of the UI for editing themes at the moment? We&#8217;re in May 2023. Version 6.2 of WordPress is the current latest version.</p>\n\n\n\n<p>And I think it&#8217;s fair to say that it&#8217;s not where it probably wants to be in the end, but how do you think about it? How do you think about the UI? You&#8217;ve probably been in there, you&#8217;ve ironed out all the kinks, and got over all the road bumps that were in the way. But for a typical user, a non-technical user, do you feel it&#8217;s delivered on the promise that it hoped to?</p>\n\n\n\n<p>[00:14:09] Mike McAlister: I don&#8217;t think so yet. I talked to all kinds of WordPress users from novices to veterans. And the number one thing that always comes up is the UI the UX, the experience. And, you know, I get it because we&#8217;ve known WordPress for 20 years now. We&#8217;re celebrating a 20 year anniversary right now.</p>\n\n\n\n<p>And it has been one way for a very long time. And even some of the big changes that came, like the customizer, they weren&#8217;t that big of a change, right? They were bolted on and they were additive and iterative. But the block editor and going into the site editor and full site editing, these kinds of things, it&#8217;s quite different.</p>\n\n\n\n<p>It&#8217;s adding a lot to WordPress. It&#8217;s a lot of new context. It&#8217;s a lot of new paradigms. It&#8217;s a lot of new workflows, and I think that is a very difficult thing for people to figure out. Especially with the past few years where things have been shifting so much and people don&#8217;t know quite when to hop in. And then when they do, it doesn&#8217;t work exactly like they had anticipated.</p>\n\n\n\n<p>Or some of the features are released as working prototypes. We&#8217;re kind of met with these things. And so I get the frustration when you hop in there and somebody&#8217;s telling you, oh, it&#8217;s way better, and you can do all this stuff now, and you&#8217;re, you install a block theme from dot org and it&#8217;s like half busted, and the styles don&#8217;t work and you don&#8217;t know your way around. So I get it. It can be a very frustrating experience.</p>\n\n\n\n<p>I will say the past few releases I think have been a lot better. And they&#8217;re ironing out a lot of the kinks. The ground underneath the software isn&#8217;t moving as much from release to release. And if you follow along on some of the GitHub tickets or you stumble into some of those, there&#8217;s a great deal of discussion going on about the many shortcomings of the UX. And so it is something that&#8217;s always being worked on. And I think it&#8217;s important to just remember that.</p>\n\n\n\n<p>It is never going to be easy to change, to drastically change, a piece of software that is being used for so many use cases, for so many people. We know it powers half the web and to make a leap into the block era like this, it was never going to be easy. It was never going to be comfortable.</p>\n\n\n\n<p>We hope that it will be worth it in that, these kind of growing pains in this transition will give us a new era. It will refresh WordPress. It will make it viable for another 10, 20 years. It will give us the new tools to keep up with these other platforms that are maybe outperforming us. And so while the growing pains are there and the experience is a little rough, I do think that it is all for the greater good of the software.</p>\n\n\n\n<p>[00:16:45] Nathan Wrigley: Let&#8217;s explore the sort of reverse of that, if you like. And I&#8217;m going to use a product that I have as an example. I use Gmail to do my emails. And I have this Chrome extension, and the Chrome extension alters the Gmail interface in a way, which allows me to be slightly more productive. I won&#8217;t get into the detail, but it does that.</p>\n\n\n\n<p>And every couple of weeks something breaks, because Gmail alter some aspect of their interface. And the guy that makes the Chrome extension, he&#8217;s not in the loop of that. And the thing breaks and he has to contact all of his users and say, right on it. And gets it fixed and so on and so forth.</p>\n\n\n\n<p>And I feel, as we&#8217;re going to discuss in the future, you are now really committed to having a proportion of your income come from block based themes, and yet at the same time, although you&#8217;ve got, you&#8217;ve got a voice there and you&#8217;ve definitely got skin in the game. You are reliant upon the technology stack that is WordPress and it&#8217;s in a constant state of flux.</p>\n\n\n\n<p>You said it&#8217;s not quite there yet. I just wondered, and I don&#8217;t wish for you to become incendiary or anything like that. I wondered if you could highlight some of the grievances that you, well, not grievances, some of the things that you wish were better right now. Some of the areas where, if you could be in control of just fixing it by clicking your fingers, what would you amend?</p>\n\n\n\n<p>[00:18:03] Mike McAlister: Ooh, that&#8217;s a, that&#8217;s a really good question. Although I&#8217;m just releasing a block theme now, I&#8217;ve been dipping into and exploring block themes for years now. And only until recently did I feel like, okay, this is ready enough to put something out there. Because I&#8217;ve run a product business before, and a WordPress theme business before and support is a huge part of that, right?</p>\n\n\n\n<p>And in these early days of the block editor and block themes, with it being, you know, on a bit of shaky ground. Putting something out there I&#8217;ve seen it as like a support nightmare. I&#8217;m going to end up not just supporting my theme, I&#8217;m going to end up educating people on tons and tons of WordPress features, which I think that&#8217;s okay and great. And I think it&#8217;s actually a business model in itself.</p>\n\n\n\n<p>You don&#8217;t want to take on the frustration of the users, and have them funnel that through to something that&#8217;s your product, right? And they look at something I&#8217;m making and say, this thing sucks, or whatever. When really it&#8217;s just they don&#8217;t know this new WordPress yet, or they haven&#8217;t had the time, or that the pitfalls and the UX hurdles are being kind of painted onto your product. So yeah, I think up until recently I&#8217;ve felt like, okay, this is, it&#8217;s still going to be a bit of a transition, but I think it&#8217;ll be less painful.</p>\n\n\n\n<p>So that being said if I could snap my fingers and have one thing, well I&#8217;ve just recently written a post about responsive controls, which is another big hurdle. But I think even more than that, I would snap my fingers and bring together this UI UX in a way that makes a lot more sense.</p>\n\n\n\n<p>I feel like we&#8217;re in two worlds here. I think we have many remnants of the old WordPress. In fact, if you&#8217;re not in the site editor, you maybe wouldn&#8217;t even know that there&#8217;s a new WordPress. You&#8217;re looking at the same sidebar, same posts, pages. All of that is the same and that&#8217;s great. That&#8217;s worked well for a long time.</p>\n\n\n\n<p>But now we have our other foot in this whole new era of the site editor and block editor and blocks and block themes. And then when you&#8217;re in the site editor you can edit things live and do all this stuff. And so I feel like there are two entirely different WordPresses existing in WP admin. And it is, to me, not a great experience. I feel like if we&#8217;re going to go this route, I feel like it should be almost entirely wrapped around the site editor experience, and we&#8217;re able to do almost everything in there.</p>\n\n\n\n<p>And that gives us an opportunity to maybe rethink, and this is, I know, grandiose and big ideas, and there&#8217;s probably a lot of people who are cringing at the thought of redoing a lot of WordPress. But I think that there is an argument to be made about kind of moving forward in a more bold and meaningful way. And tying that experience together. So that when you&#8217;re editing a page, it looks like you&#8217;re editing a page, and not like you&#8217;re editing a page with content field or something like that, you know? So the great unification of sorts.</p>\n\n\n\n<p>[00:20:57] Nathan Wrigley: Thank you. That&#8217;s really fascinating. In terms of the skillset that you&#8217;ve had to adopt over the last period of time. When you decided, okay, I&#8217;m going to go all in on blocks. And it sounds like you&#8217;ve been doing this really, right from the beginning, which is fairly impressive. Very prescient of you.</p>\n\n\n\n<p>What are the new interesting, perhaps difficult, things that you&#8217;ve had to learn? The new tooling that you&#8217;ve had to acquire? What has had to become part of workflow over the last few years, which is different from how it would&#8217;ve been five, six years ago?</p>\n\n\n\n<p>[00:21:26] Mike McAlister: Yeah, it&#8217;s It&#8217;s quite fascinating actually, because I think those of us who are in WordPress a long time, you would typically think that the answer would be like, oh, I had to learn Webpack or React or whatever. And if you&#8217;re building blocks, that might be the case. When I&#8217;m talking about block themes, it&#8217;s not a technical skillset that I&#8217;ve had to pick up.</p>\n\n\n\n<p>But literally just spending the time in WordPress and understanding how all these things work together. Learning fluently how to build with all of the core blocks, in a way that you can build a layout using columns and groups, and the alignment settings, and justification and the row block. It is a skill that has to be learned use all these things fluently, and to just know it like the back of your hand so that you can go and build out a pattern, a page, whatever it is.</p>\n\n\n\n<p>And that did take, even for a WordPress veteran like me, quite a bit of time to get fluid with that stuff. But learning all of that stuff and then kind of dipping into block themes, that made that process a whole lot easier. Because block themes are just all of those things. It&#8217;s the row block. It&#8217;s the group block. It&#8217;s using the padding settings and building a design system with theme json.</p>\n\n\n\n<p>So that becomes a skillset in itself. And that&#8217;s where I spent so much time. And I think that&#8217;s why when I released this Ollie theme that we&#8217;ll talk about, I think a lot of people were kind of like blown away. Like, oh, you can do all this with this new stuff. And it&#8217;s all core and native features.</p>\n\n\n\n<p>But it took me a long time to pull all that stuff together and to be able to present it and a package that was like, oh, okay, this is coherent and well made and well designed and it actually works.</p>\n\n\n\n<p>[00:23:07] Nathan Wrigley: How much does the sand shift beneath your feet? So you mentioned earlier about getting skilled with the interface and using the group block and managing it to make these pixel perfect, really beautiful layouts which we&#8217;ll get onto in a moment. How steady has that process been?</p>\n\n\n\n<p>Or have you noticed that your designs from, well, let&#8217;s not say month to month, maybe half a year to half a year. Are there things which come along in the core blocks, changes which are made in the core blocks, which upset what you&#8217;ve managed to lay out in this perfect way? Or has the progress been steady away? Everything looks the same today as it did a year ago.</p>\n\n\n\n<p>[00:23:43] Mike McAlister: At this point, it&#8217;s very steady. The core blocks, the group blocks and things like this, buttons. These are not changing in any major way. There are little additions being made, but they&#8217;re iterative, and they&#8217;re backwards compatible as far as I&#8217;ve seen. There might be every once in a while, the spacing&#8217;s a little off or something like that and usually gets fixed pretty good.</p>\n\n\n\n<p>But I think with the amount of people using the Gutenberg plugin, where a lot of these big features are tried and tested and workshopped. I think there&#8217;s a good amount of eyeballs on these features there. That definitely helps, by the time it gets to core, it&#8217;s been vetted, it&#8217;s been worked out.</p>\n\n\n\n<p>People actually build with Gutenberg enabled. So I think there&#8217;s that. And so these days, when creating a theme, I didn&#8217;t have any major issues with the fundamentals.</p>\n\n\n\n<p>[00:24:31] Nathan Wrigley: Nice. I&#8217;m going to direct everybody listening to this podcast. Maybe just pause and go to this URL. The URL is olliewp.com. It is, as you might expect, o l l i e w p .com and have a little poke around. Have a look at what Mike has built, and what&#8217;s on offer. But just tell us about the theme itself. I&#8217;ve had a little bit of a play.</p>\n\n\n\n<p>I downloaded it. Currently, we can get onto this and the reasons for moment, it&#8217;s on, available on GitHub. You download it from there, and I installed it on a local install and had a play. Tell us a little bit, what&#8217;s the thinking here? Are you trying to make one theme that anybody can use? Do you have a particular niche in mind? What&#8217;s going on with Ollie?</p>\n\n\n\n<p>[00:25:13] Mike McAlister: I think Ollie started as an experiment for myself. I used it as an opportunity to, like I was saying, to learn all of these features. And one of the best ways to learn them is to build a block theme. Because it forces you to use all these different things, like patterns and global styles, and theme json. All of these features that make up a good block theme.</p>\n\n\n\n<p>So, I started it as an experiment to learn, and then along the way, you know, as a product minded person, and somebody who&#8217;s had a theme shop before, I thought, no, there is some commercial value here. I don&#8217;t know what it is yet. But I thought on top of it being a potential pivot for me to do, I just saw it as an opportunity to dip back into WordPress in a more meaningful way, in the product space.</p>\n\n\n\n<p>And I like creating things that people can learn from. I like putting things together in a package that you can hand off to somebody or send them the repo and they can see, and pick through the code and learn. And so that was the kind of intent behind Ollie. And right now it is, it&#8217;s just one theme with a bunch of beautiful patterns in it that you can use to quickly build out pages.</p>\n\n\n\n<p>I&#8217;m just using this early phase of Ollie to see what people think. How are people building with block themes? Are they building block themes? I think there&#8217;s so much unknown about this space because it&#8217;s so new, I&#8217;m just kind of sitting back and just learning and listening and watching people.</p>\n\n\n\n<p>Do they want more patterns? Do they want pre-made sites with block themes? There&#8217;s so many questions that I have. I&#8217;m using it as an opportunity to effectively ask these questions and learn.</p>\n\n\n\n<p>[00:26:41] Nathan Wrigley: The thing that really struck me, I should add at this point that I saw this from an article in the WP Tavern, which Sarah Gooding wrote on April 26th, 2023. I&#8217;ll link to that in the show notes. The thing that struck me immediately was the patterns. And I saw screenshots of the patterns and I thought, wow, they look great.</p>\n\n\n\n<p>And there was a video that I think she put together, scrolling through some of the patterns and thought actually that&#8217;s new, that&#8217;s interesting. They are right on the money for me. They look how I wish I could do things. And so downloaded the theme and really discovered that you really have gone to town with the patterns. I don&#8217;t know what the number is. It certainly looks like it&#8217;s more than 50 or 60 or something like that.</p>\n\n\n\n<p>That feels like where a lot of your endeavors have gone. So you&#8217;ve categorized them, obviously now in the site editor you can you click on the patterns button and then subcategories come down. And then a nice thumbnail appears, and you can enlarge those if you wish, on a big modal, which takes up the whole screen and so on.</p>\n\n\n\n<p>You&#8217;ll see straight away that the effort in building a typical website, brochure site for somebody has been taken away. So that&#8217;s my question. Did you approach this with patterns in mind? Like this is going to be a repository of great patterns and the rest hopefully will build itself, if you know what I mean.</p>\n\n\n\n<p>[00:27:56] Mike McAlister: Yeah, absolutely. I knew right away patterns were and are going to be a huge deal. Way back, late 2019, I was even playing with this rudimentary idea of what patterns could be with my friend John Paris. We experimented and prototyped out this idea of sections and layouts in WordPress. And it was effectively what would become patterns. This idea that you have pre-designed sections of your site, that you can click together like Lego pieces and make full layouts.</p>\n\n\n\n<p>I&#8217;ve always looked at patterns as a huge opportunity because it takes the pain out of building websites or even just sections. If I&#8217;m able to put together a beautifully designed hero section, or a featured section with blocks and make it look great and hand it over to you. You can throw that on your page. You don&#8217;t have to mess with the design. You just tweak the colors if you want, and change the content. And then you go about your business.</p>\n\n\n\n<p>We&#8217;ve removed the pain of even you having to build your own blocks or your own patterns. And hopefully that is the paradigm that we go with. Hopefully people latch onto this idea that maybe I don&#8217;t have to tinker with every single part of my website. Maybe just going with these beautiful designs, changing the content, changing the color, and then focusing on my content, and focusing on my audience and focusing on my following. And I think the patterns are going to be a huge deal for sure.</p>\n\n\n\n<p>[00:29:21] Nathan Wrigley: Truly I think the designs are absolutely fabulous. They are categorized into posts, texts, call to action, cards, features, heroes, pages, prices and testimonials. Who knows, maybe that will be expanded over time. But in each of those there&#8217;s in some cases a handful and in many cases multiple dozens really of different patterns that you can select.</p>\n\n\n\n<p>And if you&#8217;ve never had the experience of doing this in a theme, you just pick on one that you like, and you just click on the icon and there it is. It&#8217;s now the next part of your website. And you can then amend it, you can change it.</p>\n\n\n\n<p>Give us a bit of an insight into what people can do in terms of saving things. So let&#8217;s imagine that they&#8217;re using yours as sort of boiler plate and they&#8217;re going to click things in, but they want to amend the colors. Yours is fairly opinionated. It&#8217;s nice dark black, and there&#8217;s this lovely kind of blue color, which dominates everywhere. But obviously that might not fit with everybody.</p>\n\n\n\n<p>Is it fairly straightforward, again for inexperienced users, to save those and modify them and keep their own modifications with this new site editing interface?</p>\n\n\n\n<p>[00:30:25] Mike McAlister: Absolutely. That&#8217;s kind of the beautiful part about this, right? Is that you can go into one of your preexisting pages and click to add one of the patterns I&#8217;ve designed, and put it on your page. Or you can throw a full layout, which I&#8217;ve included a few full layouts, like home, about, and features, and things like this.</p>\n\n\n\n<p>You throw it onto your page. You customize it how you want. You can change the content inline. You can change the colors on the page if you want. Or you can go to the global styles in the site editor, and you can change that bluish purple color that I&#8217;ve chosen to whatever color you want, your brand color. And instead of going through and changing it in every little pattern, it will change that color on every single pattern I&#8217;ve included in this theme.</p>\n\n\n\n<p>So you don&#8217;t have to go change the colors anywhere. It will literally propagate that color throughout the whole site. Because this whole thing is a live design system, right? It&#8217;s effectively a design system that is tied into every aspect of WordPress. So when you&#8217;re in the site editor, when you&#8217;re in posts, when you&#8217;re in pages, all of these styles travel with these patterns.</p>\n\n\n\n<p>Even typography, you don&#8217;t like the font? You can change the font. It&#8217;ll propagate through the whole thing because that&#8217;s how this is all wired up. So yeah, so if you want to go in and change a page, all you do is, you go in there, add a pattern, save it. Save it just like you would any other page. And it&#8217;s good to go.</p>\n\n\n\n<p>[00:31:47] Nathan Wrigley: Yeah, it is increasingly becoming a really compelling system. It just requires people like you to get as many people over that hump as possible and experiencing it. But I can only say if you download it, have a go. Within minutes I suspect that you&#8217;ll have something that you are very, very happy with and that you can modify.</p>\n\n\n\n<p>In terms of the patterns of themselves, is that an area that you&#8217;ve explored? Or would like to explore commercially? So okay, I know you&#8217;ve got Ollie, but have you given any thought to the commercial possibilities of just patterns, simply patterns? Not bound to any theme. Just a downloadable set of patterns. And obviously you&#8217;re a very, very credible designer, we can see that. That you could then give to people, sell to people, so that they can download them into any site no matter what block-based theme they&#8217;re using.</p>\n\n\n\n<p>[00:32:34] Mike McAlister: I always knew patterns were going to be a big deal. But I think, after just releasing Ollie to GitHub and seeing it get picked up by a few news outlets and some people on YouTube, were making videos about it. I think the number one thing everyone always raves about is the patterns. And maybe if they&#8217;ve explored patterns before on wordpress.org or used other themes that have patterns.</p>\n\n\n\n<p>I don&#8217;t know if they&#8217;re just kind of underwhelming typically. But I think I did spend a great deal of time making sure these patterns were making a statement. They are saying, no you can do this in WordPress. I wanted to prove that I can design something as good, if not better, than what we had before. And I&#8217;ll do it all with blocks, native blocks. Not one custom blocks in there. These are all just core blocks, and they&#8217;re going to be beautiful, and they&#8217;ll be fully responsive and fully customizable.</p>\n\n\n\n<p>And so, I think that&#8217;s what people see. And when they see these patterns and how they all cohesively fit together. You can pop these onto a page in any different order and they kind of just fit together and that&#8217;s part of the overall design system. But yeah, so I see patterns as a huge opportunity and I wasn&#8217;t sure commercially. And still I don&#8217;t know. I&#8217;m using this opportunity to ask a lot of questions.</p>\n\n\n\n<p>But I think the first few weeks, the response has been largely very positive about patterns. And so I&#8217;m definitely curious about that. And I think there&#8217;s opportunities to do more advanced patterns, and maybe use some pro blocks to make patterns even more appealing. So yeah, pro patterns is definitely something I&#8217;m exploring</p>\n\n\n\n<p>[00:34:07] Nathan Wrigley: You mentioned that you&#8217;d spent a lot of time learning the core blocks, and you also just mentioned that everything that comes with Ollie is based around a core block. Was that a straightforward experience? Or did you find that there are certain limitations in what you could achieve based upon the capabilities of core blocks? Or would you say basically you can implement almost any design you wish with core block? Certainly looks like you&#8217;ve managed to achieve that.</p>\n\n\n\n<p>[00:34:34] Mike McAlister: Sometimes I&#8217;d have an idea of what I wanted to do, and couldn&#8217;t quite do it. But I think if you get clever, you can get really close, right? For example, I would love if WordPress had a icon block. A core icon block that we could tie into. I don&#8217;t want to have to make my own, because there&#8217;s a bunch out there.</p>\n\n\n\n<p>And I also, you know, in terms of the ease of distribution and giving customers designs right out of the box. I don&#8217;t want them to have to install a plugin to do it. And icons are so prolific. I would just hope that we could have that in core. Well, we can&#8217;t have that yet. And so, when doing simple things like wanting to add an icon here for people to see like, kinda like a placeholder for an image or an icon.</p>\n\n\n\n<p>I used the HTML star, right? And I use that in ratings, you know, in design, like if you want to put a rating there, I put like five HTML stars, and I use it on feature sections. So, clever little things like that. It&#8217;s giving people enough to understand, oh this is what this is meant to be. This is the design. Oh, I might put my own icon here. Or even things like cleverly using the rows and group blocks to get things aligned how you want. Grouping of blocks to do unique things with them, spacing wise. It&#8217;s just a lot of clever usage of what&#8217;s there.</p>\n\n\n\n<p>And I think part of that does come from tinkering enough. And if you really want to get that design out of your head and on to the page, you&#8217;ll figure it out. But it might take, it might take some tinkering.</p>\n\n\n\n<p>[00:36:01] Nathan Wrigley: Yeah, I&#8217;m on the install that I have at the moment and I&#8217;m on the star rating. You&#8217;ve got five stars, and I can see that they&#8217;re using paragraph blocks. And then elsewhere you&#8217;re using the social icons block to display those social icons. And I guess that&#8217;s the experience you would want, is just pick an icon, much like you do in the social icons block and make it more straightforward. That&#8217;s really interesting.</p>\n\n\n\n<p>Why GitHub? Why not the WordPress repo? Was there some sort of decision there? Again, I should emphasize it, at this moment in time, if you want to grab this theme, you&#8217;re going to be heading over to GitHub and downloading it. Why there and not in the repo? Is there a decision behind that?</p>\n\n\n\n<p>[00:36:36] Mike McAlister: No philosophical decision. I think it will be on the repo soon actually. Like I said, with these block themes, there&#8217;s so much to learn and I wanted to put it out there. You know, it worked great for me when I was building it and making it. But I wanted to get it out there and get people using it to understand if there was any major shortcomings or just catch any early usability patterns that I was seeing. Any issues like that and see like, oh, actually people don&#8217;t love these patterns.</p>\n\n\n\n<p>Or, is there something about the workflow that I could improve before releasing it to a wider audience? So, I just mostly wanted to iron out all the kinks and GitHub was just the obvious place to do that. But to be honest a lot of the quirks that people have brought up with the theme on GitHub and the GitHub issues and stuff, are largely just Core issues. Just usability, preferences and workflow preferences and things like that.</p>\n\n\n\n<p>I haven&#8217;t uncovered any major issues and so I feel like what I&#8217;m going to do is kind of wrap it up. It&#8217;s already fully tested and gone through the theme check and everything. So it&#8217;s pretty much ready to go. And I think I&#8217;ll do that in the next week or two.</p>\n\n\n\n<p>[00:37:41] Nathan Wrigley: Oh, okay. In that case, by the time this podcast airs, this question will be somewhat moot. But anyway, worth, asking I think. I noticed as I was moving around on the site, olliewp.com. I noticed buried somewhere was referenced to Ollie Cloud, and that got me thinking, okay, in that case, is Ollie something bigger than simply this one theme?</p>\n\n\n\n<p>And so that&#8217;s where I&#8217;m going to take the conversation next. Is Ollie, in the same way that you had Array Themes and you had Atomic Blocks. Is Ollie something bigger for you, Mike? Is that a direction that you&#8217;re going to take it in? Are you now hoping to, sort of, have a bunch of things wrapped around in the Ollie branding?</p>\n\n\n\n<p>[00:38:22] Mike McAlister: I think so. I wasn&#8217;t sure about that initially. Again, this just kind of started as a experimental WordPress theme. But I don&#8217;t know the product creator in me, the entrepreneur in me, always tries to see things from that sphere as well. And so as I&#8217;m looking at the WordPress ecosystem, and I&#8217;m exploring what is this thing like now? It&#8217;s been a while since I&#8217;ve had a product out there.</p>\n\n\n\n<p>I do see all kinds of opportunities, and I&#8217;m still learning what they are. But I also have my own opinionated ideas about how we could wrap up this new, all these new capabilities, and deliver a new experience. A premium experience with some of this stuff. And so, on the Ollie WP website I had, I do have a box at the bottom about Ollie Cloud. And the idea there, I think is it could be Ollie Cloud, it could be Ollie Pro. I don&#8217;t know. I&#8217;m really just gathering feedback and seeing what people want, as I mentioned.</p>\n\n\n\n<p>But the idea is that all of these new features, these theme assets, patterns and theme json files and all that stuff. They&#8217;re all very lightweight, and very movable, and very modular, and they can kind of plug and play in to WordPress. And I don&#8217;t know, I think there&#8217;s an interesting idea about the experience about how we build sites these days.</p>\n\n\n\n<p>Should you have to start from scratch on every site? And should we still be copying and pasting themes around like it&#8217;s the mid two thousands? And is there a better way of doing that? Is there a better way of pulling in a site template?</p>\n\n\n\n<p>There&#8217;s a lot of interesting things there and I think, another thing I&#8217;m learning, and I think we&#8217;ve seen just generally is that, I don&#8217;t know, I think users are maybe a little fatigued with that in WordPress. Starting with a blank slate and being like, ugh, I have to find a theme and then I have to maybe try out a few themes, and then I don&#8217;t know if I need to pay for one, and then I need a form block, and then all of a sudden I need a buy a contact form.</p>\n\n\n\n<p>And then there&#8217;s a bunch of upsells for contact forms. And I don&#8217;t know. All that stuff to me, after all these years on WordPress, feels kind of icky. Uh, I guess. And I think customers and users want experiences and solutions more than they want individual themes and plugins. So a premium offering or a premium experience is something I&#8217;m interested in. What kind of experience can we do differently that delivers the same result, but takes all of the pain building on WordPress?</p>\n\n\n\n<p>[00:40:46] Nathan Wrigley: It kind of feels as if you may be repeating history for yourself here in that, you know, 2010. Array themes, we mentioned you were right there at the beginning of that tidal wave. Maybe with a fair wind, the same thing may happen again here? You may well have discovered that seam of gold, just as it&#8217;s starting to take off. Because all the chatter that I&#8217;m listening to at the moment is very much related to blocks and exploring patterns, blocks, block based themes, and how you can maybe tie those three things together.</p>\n\n\n\n<p>And pro blocks, which bring additional functionality. You know, areas where Core perhaps doesn&#8217;t cut it. I&#8217;m thinking, in my case, one that just keeps coming into my head is a superior navigation block, that does a whole load of styling and what have you. And who knows what&#8217;s going to be around in two or three years time? But there do seem to be companies who are straying into this and dabbling with it and trying, like you are, I guess, to figure out what the landscape may look like.</p>\n\n\n\n<p>[00:41:43] Mike McAlister: Yeah, I&#8217;m just as unsure I think as anybody about where this thing goes. But I&#8217;ve never been afraid to try and put in the work to get something going and see where it goes. Like I said at the top, I think there&#8217;s an opportunity here that we&#8217;ve not seen in a long time in WordPress and may never see again.</p>\n\n\n\n<p>And if these are the early days of the new generation of WordPress, I&#8217;m certainly going to try and throw my hat into the ring and craft a new experience, and maybe rebrand WordPress, and help outside folks see WordPress in a new light. Because I think that&#8217;s a huge part of this new reboot. Is that WordPress maybe hasn&#8217;t been traditionally like, quote unquote cool, to a lot of web folks.</p>\n\n\n\n<p>It&#8217;s certainly very popular and very prolific, but we maybe haven&#8217;t attracted the best talent and the best coverage in the wider web world. So, I look at it as an opportunity to rebrand that and maybe grab another cohort of the web that we haven&#8217;t had yet. And I think part of that is new products, and different products, and better looking products, and better experiences, and taking some of the pain out of WordPress that we&#8217;ve traditionally had.</p>\n\n\n\n<p>[00:42:57] Nathan Wrigley: If somebody listening to this is inspired about block themes in general, because that&#8217;s been the broad tenor of what we&#8217;ve talked about. Do you have any names to drop or resources that you&#8217;ve used, that enabled you to learn this kind of stuff? And if you do mention anything, I will endeavor to link it into the show notes.</p>\n\n\n\n<p>I don&#8217;t mean like a laundry list of hundreds of things, but a couple of things which you thought, actually, for those that are exploring this, this is a really great resource. This is a really profoundly interesting person and so on.</p>\n\n\n\n<p>[00:43:24] Mike McAlister: Yeah. First I would start, I&#8217;m somebody who I need to work from examples. I need to see the code and I need to see the, a working thing to get inspired and know how to do things. So, on that note you mentioned that Ollie is on GitHub. It will remain there. This version of Ollie that I&#8217;m putting out is always going to be free. And always going to be on GitHub. So it is a great resource for picking through the code, especially theme json, where I think there&#8217;s so, so much you can do in there, but it is hard to understand what you can do when you&#8217;re kind of looking at it from the outside.</p>\n\n\n\n<p>So if you&#8217;re curious, start there, because I&#8217;ve wired this thing together. I think how it should be, or largely how it should be at this moment in time. And so it&#8217;ll give you a great headstart and great understanding of how all these things tie together. So start there.</p>\n\n\n\n<p>And in terms of people, I actually, on my Twitter list or on my Twitter page, I have a list of WordPressers. And on that list is a great many folks who are a lot of voices in this stuff. WordPress Core folks like Nick Diego and Rich Tabor, and Carolina Nymark. These people spent a great deal of their time in WordPress, and listening to WordPress conversations, and taking part in the GitHub conversations. So I would check out that list. I can actually send it over to Nathan as well if he wants to include it?</p>\n\n\n\n<p>[00:44:43] Nathan Wrigley: Yeah, that&#8217;d be great. I will in some way copy and paste it into the show notes or somehow link to it. But yeah, that&#8217;s really helpful. Thank you so much.</p>\n\n\n\n<p>[00:44:50] Mike McAlister: Twitter is, love it or hate it. It is where traditionally the WordPress community has hung out, and so it still is the case, even though some people are coming and going. It still is where a lot of conversation happens on WordPress and WordPress development and what&#8217;s new. And so it is a good place even if you just want to read and follow along. It is a good place to see those conversations.</p>\n\n\n\n<p>[00:45:13] Nathan Wrigley: I will link to whatever it is that you send me, Mike. Thank you for that. Okay, just one final question. It&#8217;s more about people finding you really. If somebody&#8217;s listened to this and their interest has been peaked. What are the the best ways, it sounds like it might be Twitter, but it may not be. What are the best ways to get in touch with you, Mike?</p>\n\n\n\n<p>[00:45:32] Mike McAlister: Yeah, I&#8217;m most active on Twitter. Like I said, I think that&#8217;s kind of where our community is still thriving. And so, yeah, I&#8217;m on Twitter largely. My personal account is @mikemcalister. I do a great deal of tweeting about WordPress and design and the intersection of all these different things.</p>\n\n\n\n<p>And then, there&#8217;s a dedicated Twitter account for Ollie as well. You can follow that, that&#8217;s @buildwithollie. I&#8217;m also writing on the Ollie WP blog fairly regularly. So this is another place where I&#8217;m able to share my learnings of all of this stuff with block themes and WordPress in general. And, I&#8217;m writing some long form content, some short tips and tricks and, that&#8217;s all the time I have to hang out.</p>\n\n\n\n<p>[00:46:17] Nathan Wrigley: You have other important things to by the sounds of it. Mike, really appreciate you chatting to us today. Thank you so much, and every success with Ollie, whatever direction you take with that.</p>\n\n\n\n<p>[00:46:28] Mike McAlister: Thank you so much. I love chatting about this stuff and this was a great form for that, so thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://mikemcalister.com/\">Mike McAlister</a>, and he’s here today to talk about his experiences creating a block-based theme.</p>\n\n\n\n<p>Mike is a veteran product developer and designer in the WordPress space. He&#8217;s founded and sold multiple WordPress products like Array Themes and Atomic Blocks. Now he’s focused on the future of WordPress with his new product brand, Ollie.</p>\n\n\n\n<p>Mike kicks off the podcast by telling us about his WordPress journey, and how WordPress blocks have renewed his passion for the platform.</p>\n\n\n\n<p>We get into some history, and talk about the era when WordPress themes were extremely popular. Marketplaces like Envato made it possible to sell themes and create a career in ways hitherto unimagined.</p>\n\n\n\n<p>Mike explains what the key differences are between a block-based theme and a classic theme. How it’s possible to create themes inside the editor, and how you can do this without needing to know much code. We talk about the fact that, if you’re a coding expert, you could always create complex themes, but this fresh approach opens up the possibilities for those with less technical backgrounds. The experience in the editor might not be exactly what everyone wants, but it’s evolving quickly and maturing with every new release of WordPress.</p>\n\n\n\n<p>The conversation moves onto why Mike is so confident that block-based themes are going to succeed. You don’t need to use one, and your trusty classic theme and the associated Customizer will work for the foreseeable future.</p>\n\n\n\n<p>We then turn our attention to the technical hurdles that Mike has had to overcome. What new workflows and tools did he need to adopt and master to make his work possible? Mike’s been really focussed on using WordPress Core Blocks to create his themes, digging into the weeds of what they can do and what their limitations are. It’s been a path of steady learning, punctuated with minor setbacks when the editor and blocks are updated in unexpected ways. Thankfully, these bumps in the road are now relics of the past, as breaking changes have given way to stability.</p>\n\n\n\n<p>We then talk about a specific theme that Mike has just released. It’s called Ollie, and it’s the focus of the rest of the podcast. How did Mike build Ollie, and what is he hoping to achieve with this new brand?</p>\n\n\n\n<p>Patterns feature heavily in Ollie and we talk about how it’s possible to alter the look and feel of your site quickly. Typography and colours are easy to change with the new suite of design tools which ship with WordPress.</p>\n\n\n\n<p>If you’re wanting to develop block-based themes, or are just curious about how other developers are building them, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://themeforest.net/user/arraythemes\">Array Themes</a> on Themeforest</p>\n\n\n\n<p><a href=\"https://atomicblocks.com/\">Atomic Blocks</a></p>\n\n\n\n<p><a href=\"https://olliewp.com/\">OllieWP website</a></p>\n\n\n\n<p><a href=\"https://github.com/OllieWP/ollie\">Ollie GitHub repo</a></p>\n\n\n\n<p><a href=\"https://twitter.com/i/lists/1648871212645318658\">WordPressers Twitter list</a> mentioned by Mike</p>\n\n\n\n<p><a href=\"https://twitter.com/mikemcalister\">Mike&#8217;s Twitter</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 May 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do The Woo Community: Let’s Meet or Do a Quick Recording at WCEU 2023 in Athens\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/lets-meet-or-do-a-quick-recording-at-wceu-2023-in-athens/\";s: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:412:\"<p>If you are going to be there, and I know I\'m going to be there, hope we get to see each other. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/lets-meet-or-do-a-quick-recording-at-wceu-2023-in-athens/\">Let&#8217;s Meet or Do a Quick Recording at WCEU 2023 in Athens</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 May 2023 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"Do The Woo Community: Builder Tips from WordCamp Europe 2023 Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75225\";s:7:\"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://dothewoo.io/wceu-2023-speaker-builder-tips/\";s: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:369:\"<p>We continue our tradition and highlight some of the voices from WordCamp Europe 2023 speakers.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wceu-2023-speaker-builder-tips/\">Builder Tips from WordCamp Europe 2023 Speakers</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 May 2023 07:42:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:18:\"Matt: Power of One\";s:7:\"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=85361\";s:7:\"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:35:\"https://ma.tt/2023/05/power-of-one/\";s: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:671:\"<p>I think part of what <a href=\"https://ma.tt/2003/01/the-blogging-software-dilemma/#comment-445\">Mike Little showed with his comment on my blog</a> that led to the creation of WordPress, is that it&#8217;s not about how many views you have, how many likes, trying to max all your stats&#8230; sometimes a single connection to another human is all that matters. </p>\n\n\n\n<p><em>All it takes is a spark. </em></p>\n\n\n\n<p>That&#8217;s what is beautiful about blogging. It&#8217;s too bad the advertising and social media platforms got us all caught up in status games for the past 15 years.</p>\n\n\n\n<p>All you need is one view, one like, one comment, to change your life.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 May 2023 17:23:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:24:\"Donncha: WordPress at 20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89589836\";s:7:\"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://odd.blog/2023/05/27/wordpress-at-20/\";s: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:1813:\"<p>Happy birthday, WordPress!</p>\n\n\n\n<p>What does that even mean, though? WordPress is the community of people who have built it and contributed to it over the last <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">two decades</a>, and before that, when it was a little known blogging package called b2. So, thank you so much to everyone who has contributed to WordPress over the years.</p>\n\n\n\n<p>WordPress has given me, and countless others, many opportunities we couldn&#8217;t have dreamed of. Just over two years <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">after WordPress was first released,</a> I joined Automattic. Working on two machines, <a href=\"https://ma.tt/\">Matt</a> and I started work on the first WordPress.com. Here I am, almost 18 years later, and still working on WordPress related software. What a journey. Matt <a href=\"https://ma.tt/2023/05/wp20-audrey-scholars/\">marked the occasion</a> by announcing a generous <a href=\"https://audrey.co/scholars/\">scholarship programme</a>. Matt was also <a href=\"https://ma.tt/2023/05/with-mike-little-and-dries-buytaert/\">on stage in London</a> with Mike Little and Dries Buytaert last week in a conversation I must listen to yet, but I&#8217;ve heard some good things about it WRT Gutenberg.</p>\n\n\n\n<p>Anyway, it&#8217;s almost midnight here, but I wanted to get some words down on this blogging platform we all love. May we all be here for the next twenty years.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Oh, and before I go, you can hear me say a few words about meetups at Automattic in the <a href=\"https://distributed.blog/2023/05/26/episode-30-meetups/\">latest episode of the Distributed podcast</a>. It&#8217;s edited well, that&#8217;s all I&#8217;ll say!</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 May 2023 22:56:55 +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:7:\"Donncha\";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:32:\"Matt: WP20 &amp; Audrey Scholars\";s:7:\"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=85238\";s:7:\"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:43:\"https://ma.tt/2023/05/wp20-audrey-scholars/\";s: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:1140:\"<p>Today is the 20<sup>th</sup> anniversary of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first release of WordPress</a>. None of us knew what we were getting into when it started, but we had a shared conviction that the <a href=\"https://ma.tt/2014/01/four-freedoms/\">four freedoms of the GPL</a> combined with a mission to democratize publishing was something worth spending our time on. There will <a href=\"https://wp20.wordpress.net/\">be celebrations in cities around the world</a>, please join if there&#8217;s one happening near you.</p>\n\n\n\n<p>Twenty years later, I am proud and humbled by what the community around <a href=\"https://wordpress.org/\">WordPress</a> has created, and jazzed about what we will create in the coming decades.</p>\n\n\n\n<p>I&#8217;m also excited to mark this milestone by publicly launching the <a href=\"https://audrey.co/scholars/\">Audrey Scholars program</a>. It is, like all things, an experiment, but I&#8217;m curious to see how it unfolds and perhaps one day an Audrey Scholar could even take the responsibility of leading WordPress, when my capacity to do so has passed.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 May 2023 22: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: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: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:28:\"WPTavern: WordPress Turns 20\";s:7:\"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:30:\"https://wptavern.com/?p=145526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://wptavern.com/wordpress-turns-20\";s: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:5804:\"<p><a href=\"https://wp20.wordpress.net/\">WordPress is 20</a> years old today, an estimable milestone for open source software running on the web. Parties are happening all over the world &#8211; in Geneva, Los Angeles, Istanbul, Bangkok, Lahore, Jakarta, Mumbai &#8211; in over 150 different locations.</p>\n\n\n\n<img />\n\n\n\n<p>The software has been downloaded more than 2.8 billion times but the most impressive stat is the project&#8217;s staggering 112,000 contributors, past and present, who have improved and energized WordPress with their passion, talent, and hard work. </p>\n\n\n\n<p>None of the global collaboration we enjoy today would exist without the inspiration and leadership of co-founders Matt Mullenweg and Mike Little. They worked in a distributed way from day one, having never met when they started WordPress. This way of working created the foundation for a global contributor base that now supports <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">43% of the world&#8217;s websites</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">WordPress celebrates 20 years tomorrow. It\'s grown from a comment on a blog post to a web spanning phenomenon. Thanks to an outstanding community and the freedoms of Open Source. Happy Birthday, WordPress! <a href=\"https://twitter.com/hashtag/WP20?src=hash&ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://t.co/fght4XMJXb\">pic.twitter.com/fght4XMJXb</a></p>&mdash; Mike Little (@mikelittlezed1) <a href=\"https://twitter.com/mikelittlezed1/status/1662013891856027649?ref_src=twsrc%5Etfw\">May 26, 2023</a></blockquote>\n</div>\n\n\n\n<p>WordPress has had a profound impact on the lives of millions of users, giving them a voice on the web and the tools to launch businesses, create jobs, and bring ideas to life. The <a href=\"https://twitter.com/hashtag/WP20?src=hashtag_click\">#WP20</a> hashtag is replete with stories of how WordPress and its community have given people a place of belonging and launched them into successful endeavors.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Congratulations WordPress &#8211; 20 already <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /><br /><br />I discovered WordPress at the lowest point in my life back in 2012 when I was homeless and jobless in the new city. I was desperate to get back to tech but as a college dropout &#8211; there were no jobs for me in IT. <br /><br />From building my first… <a href=\"https://t.co/Um1Sbcl7RQ\">pic.twitter.com/Um1Sbcl7RQ</a></p>&mdash; Rajendra Zore (@rajendrazore) <a href=\"https://twitter.com/rajendrazore/status/1662450273703575553?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote>\n</div>\n\n\n\n<p>Does WordPress have 20 more years in its future? Two of the biggest challenges ahead are capturing the hearts of the next generation of builders and maintainers, and preserving the open web where WordPress has thrived. The project&#8217;s 2022 annual survey showed that the respondent demographic is aging. The percentage of respondents under age 40 has decreased every year, as WordPress enters its third decade.  </p>\n\n\n\n<img />\n\n\n\n<p>Ensuring that WordPress remains resilient and relevant to future generations has required some courageous leadership decisions, like introducing the block editor, and may bring some significant shifts down the road, as we enter a <a href=\"https://wptavern.com/wordpress-contributors-discuss-how-core-can-better-enable-ai-innovation\">new era of AI-powered innovation</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Happy birthday WordPress…  Our youngest attendee singing it for you. We Love <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/wp20?src=hash&ref_src=twsrc%5Etfw\">#wp20</a> <a href=\"https://twitter.com/sajithvmohan?ref_src=twsrc%5Etfw\">@sajithvmohan</a> <a href=\"https://twitter.com/mbigul?ref_src=twsrc%5Etfw\">@mbigul</a> <a href=\"https://twitter.com/Ajay_Aravind?ref_src=twsrc%5Etfw\">@Ajay_Aravind</a> <a href=\"https://twitter.com/ARUN_PK10?ref_src=twsrc%5Etfw\">@ARUN_PK10</a> <a href=\"https://twitter.com/ajith_rn?ref_src=twsrc%5Etfw\">@ajith_rn</a> <a href=\"https://twitter.com/HariShanker?ref_src=twsrc%5Etfw\">@HariShanker</a> <a href=\"https://twitter.com/twittnebu?ref_src=twsrc%5Etfw\">@twittnebu</a> <a href=\"https://twitter.com/sarunrajkm?ref_src=twsrc%5Etfw\">@sarunrajkm</a> <a href=\"https://twitter.com/Hitha_ck?ref_src=twsrc%5Etfw\">@Hitha_ck</a> <a href=\"https://twitter.com/swethabc9?ref_src=twsrc%5Etfw\">@swethabc9</a> <a href=\"https://twitter.com/farhansrambiyan?ref_src=twsrc%5Etfw\">@farhansrambiyan</a> <a href=\"https://twitter.com/GoDaddyPro?ref_src=twsrc%5Etfw\">@GoDaddyPro</a> <a href=\"https://twitter.com/GoDaddy?ref_src=twsrc%5Etfw\">@GoDaddy</a> <a href=\"https://t.co/vI1XVIVbyn\">pic.twitter.com/vI1XVIVbyn</a></p>&mdash; WordPress Kozhikode (@wpkozhikode) <a href=\"https://twitter.com/wpkozhikode/status/1662454627416309760?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote>\n</div>\n\n\n\n<p>Major milestones are are a good time to acknowledge the efforts that made all of this possible. Thank you, dedicated contributors, for lending WordPress a little bit of your fire and a lot of your patience, nurturing, and support. The code under the hood may look very different from the early days in 2003, but WordPress is still that same scrappy, irrepressible force of good on the web that users can count on for years to come.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 May 2023 21:19:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:142:\"Gutenberg Times: Happy 20th Anniversary, Governance of Block Editor, Playground and a new FSE call for testing   #WP20 – Weekend Edition 255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=24285\";s:7:\"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:144:\"https://gutenbergtimes.com/happy-20th-anniversary-governance-of-block-editor-playground-and-a-new-fse-call-for-testing-wp20-weekend-edition-255/\";s: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:23718:\"<h2 class=\"wp-block-heading\" id=\"0-strong-happy-20th-anniversary-to-word-press-strong\">Happy 20th Anniversary to WordPress! </h2>\n\n\n\n<p>Congratulations to everyone working, teaching, developing, designing, writing, supporting, in short: being part of the WordPress community and the ecosystem. Open-Source is a fascinating idea that has been proven no only successful in certain parts of the world but in all 200 countries where WordPress is used! Millions of lives changed with technology and being able to tell their stories online. It&#8217;s as some Americans would call it, a BFD, a big &#8216;fine&#8217; deal.  It&#8217;s hard to put in words on how blessed I feel as I have had the privilege to earning a living, being involved in the community and now contributing full-time wherever my skills are needed or wanted.  </p>\n\n\n\n<img />\n\n\n\n<p>A real treat is the video <a href=\"https://www.youtube.com/watch?v=QYhIItlPPOs\"><strong>20 years of WordPress: A conversation with Matt Mullenweg, Mike Little and Dries Buytaert</strong></a> &#8211; The founders of the open-source CMSs, Drupal and WordPress, were for the first time together on stage and had a wonderful conversation about their beginnings of the web, their projects, and the future of building open-source software. </p>\n\n\n\n<p><em><strong><a href=\"https://github.com/WordPress/wp20-book\">Building Blocks: The Evolution of WordPress</a></strong></em>, a book documenting the second decade of the&nbsp;<strong>WordPress</strong>&nbsp;project, will be&nbsp;released today. </p>\n\n\n\n<p>Join the #WP20 the <a href=\"https://wp20.wordpress.net/\">150+ events around the world</a>, <a href=\"https://wp20.wordpress.net/news/\">Things to do</a> and <a href=\"https://wp20.wordpress.net/live/\">tweets </a>online  on <a href=\"https://wp20.wordpress.net/\">wp20.wordpress.net</a>. Incidentally, at WordCamp Europe I will show off my 20-year Anniversary T-Shirt and I added some stickers to my laptop, too. You can get both from the <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">swag store under WP20 category</a>. What is your favorite #WP20 Celebration? </p>\n\n\n\n<p>If you&#8217;d like to listen to some community voices who talking about their WordPress experience and history: Follow the <a href=\"https://wptavern.com/tag/anniversary\"><strong>WP Jukebox Mini-series on WP20 Anniversary</strong></a> &#8211; hosted by David Bisset. </p>\n\n\n\n<p>The <strong>WordPress Marketing team</strong> has been giving daily prompts for bloggers, developers, designers, photographers, and contributors in the <a href=\"https://make.wordpress.org/marketing/tag/from-blogs-to-blocks/\"><strong>From Blogs to Blocks</strong></a> campaign for the last 20 days. It has been a huge success! So many people participated.  You should make a point of going back and reading the comments from contributors. </p>\n\n\n\n<p><strong>David Wolfpaw</strong> mentioned the <a href=\"https://davidwolfpaw.com/day-5-wp20-from-blogs-to-blocks/\">Museum of Block Art</a> as his &#8216;<em>most creative use of WordPress that you have ever seen.</em>&#8216; (The Day 5 Prompt of #wp20 From Blogs to Blocks Campaign by the WordPress Marketing team. )</p>\n\n\n\n<p>Now, this Weekend edition is not all about the 20-year anniversary. The <a href=\"https://make.wordpress.org/marketing/2023/05/17/day-10-wp20-from-blogs-to-blocks/\">Day 10 prompt of May 25th</a>, for bloggers: &#8220;<em>What upcoming WordPress projects are you most excited to see happen?</em>&#8221; is a great segue back to the upcoming WordPress 6.3 release.  </p>\n\n\n\n<p>Three participants shared their thoughts: </p>\n\n\n\n<ul>\n<li>&#8220;I am really excited of Media Management. It will be a really cool thing.&#8221; wrote <a href=\"https://chetanprajapati.com/wp-day-10-i-am-excited-for-wordpress-media-management/\"><strong>Chetan Prajapati</strong></a></li>\n\n\n\n<li><strong><a href=\"https://davidwolfpaw.com/day-10-wp20-from-blogs-to-blocks/\">David Wolfpaw</a></strong> is excited about the upcoming APIs change (Block API, Fonts API) , PHP8.2 compatibility of Core and the Custom CSS in Theme variations. </li>\n\n\n\n<li><strong><a href=\"https://dogwonder.co.uk/2023/05/day-10-wordpress-roadmap/\">Rich Holman</a></strong> is eagerly awaiting the Interactivity API  and tells you why</li>\n</ul>\n\n\n\n<p>What are you excited about when you read through the <a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap 6.3</a> post? Please share in the comments or via email. </p>\n\n\n\n<p>And now back to the regular programming! </p>\n\n\n\n<p>Have a wonderful weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-strong-happy-20th-anniversary-to-word-press-strong\">Happy 20th Anniversary to WordPress! </a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-theme-development-for-full-site-editing-and-blocks\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Sarah Gooding</strong> reported on last week&#8217;s <a href=\"https://wptavern.com/gutenberg-15-8-adds-pages-menu-to-site-editor-revisions-ui-to-global-styles\">Gutenberg 15.8 Adds Pages Menu to Site Editor, Revisions UI to Global Styles</a>. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-84-gutenberg-15-9-and-16-0-wordpress-6-3/\">Gutenberg Changelog #84 – Gutenberg 15.9 and 16.0, Developer Blog Updates, and WordPress 6.3</a> with special guest, Isabel Brison and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p><strong>Anne McCarthy</strong> continues her series of <em>Core Editor Improvements</em> with a post<a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\"> </a>about the <a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\"><strong>Smoother Site Editing</strong></a> experience. The big improvements coming are Revisions and Block Themes previews. She explains the genesis as well as how the new features are supposed to work.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jamie Marsland </strong>posted <a href=\"https://www.pootlepress.com/2023/05/its-time-to-get-rid-of-the-wordpress-gutenberg-plugin/\"><strong>It’s Time to Get Rid of the WordPress Gutenberg Plugin</strong></a>. He ruminates that Gutenberg in WordPress and Gutenberg as a plugin confused site owners. Some users don&#8217;t know that the block editor has been part of WordPress since 2018, and and think, they need to install the Gutenberg plugin to get it. Marsland does not want to deprive users to get early access to new features, nor developers to test new features with a smaller feedback loop. If I understand Marsland&#8217;s plea, he feels a Core Beta program might be more suitable than a separate plugin that confuses users and fragments the development. Marsland makes a strong case. Having a faster release cycle for WordPress core, is something the core team has been kicking around, but it doesn&#8217;t seem to materialize. </p>\n\n\n\n<p>The deployment of a major WordPress release is coupled with quite a few manual processes. There are many hands needed for a 2-month release cycle. Just look at the <a href=\"https://make.wordpress.org/core/6-2/\">release squad for 6.2</a>. There are around 20 people involved just for the release alone. The total number of contributors was  over 600. Getting that group together for more releases has been a struggle in the years that planned for four releases instead of the three recently. </p>\n\n\n\n<p>In contrast to that, a Gutenberg plugin release every two weeks, is mostly automated and takes about one to three people to put a release together, with 60 to 70 contributors merging PRs for the release milestones. As long as those release processes between WordPress core and Gutenberg plugin are not synced up, keeping new feature development in the Gutenberg plugin seems to be a very WordPress-y solution. </p>\n\n\n\n<p><strong>Anne McCarthy</strong> published the next call for testing: <a href=\"https://make.wordpress.org/test/2023/05/18/fse-program-testing-call-23-rapid-revamp/\"><strong>FSE Program Testing Call #23: Rapid Revamp</strong></a>. Following the instructions it will give contributors great insight in the features slated for 6.3 and their feedback will be instrumental to the quality of the user experience of many of the enhancements. If you decide to participate, you are asked to test five newly built features: </p>\n\n\n\n<ul>\n<li>Preview Block themes</li>\n\n\n\n<li>Rely on Revisions of Global Styles</li>\n\n\n\n<li>Content and template editing in the Site Editor</li>\n\n\n\n<li>Using the Command tool</li>\n</ul>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Last week we mentioned <strong>Riad Benguella</strong>&#8216;s post <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">Command Center: Request for feedback</a>. <strong>Sarah Gooding</strong> picked up the topic again for the WPTavern: <a href=\"https://wptavern.com/wordpress-is-developing-a-command-center-for-quick-search-and-navigation-inside-the-admin\"><strong>WordPress Is Developing a Command Center for Quick Search and Navigation Inside the Admin</strong></a> and wrote: &#8220;Feedback so far had been generally positive, but contributors on the project will have the challenge of providing real examples of the Command Center’s benefits in order for some to fully realize the vision for this feature as more than just a fancy shortcut for power users.&#8221; The conversation continues in the comments of both posts. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Hostinger&#8217;s head of content, <strong>Emma Young </strong>interviewed <strong>Tammie Lister,</strong> the first Gutenberg design lead, in this video: <a href=\"https://www.youtube.com/watch?v=_a6iywQvCkg\"><strong>How Gutenberg Empowers Users and Its Future in the WordPress Ecosystem</strong></a>. Lister shared her insights on how Gutenberg evolves through experimentation and brings practical value to its users. The show is the second episode of Hostinger Academy podcast. </p>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>314 Block Themes in the WordPress repository</strong> &#8211; My Three picks</p>\n\n\n\n<p><strong>WPZoom</strong> published <a href=\"https://wordpress.org/themes/foodie-blocks/\"><strong>Foodie Blocks </strong></a>&#8211; a block theme with patterns and style variations for modern Food Blogger, that offers &#8220;flexibility and customization options to showcase your culinary journey&#8221; </p>\n\n\n\n<p><strong>Roman Fink</strong>, new to WordPress.org submitted his first theme even:  <a href=\"https://wordpress.org/themes/papanek/\"><strong>Papanek</strong></a>, a theme for freelancers and agencies. &#8220;Create simple and clear landing pages effortlessly with 54 ready-to-use patterns. &#8220;. The theme as inspired by <em>Victor Papanek</em>, &#8220;an Austrian-born American designer and educator, who became a strong advocate of the socially and ecologically responsible design of products, tools, and community infrastructures. &#8220;(<a href=\"https://en.wikipedia.org/wiki/Victor_Papanek\">Wikipedia</a>)</p>\n\n\n\n<a href=\"https://wordpress.org/themes/papanek/\"><img /></a>\n\n\n\n<p><strong><a href=\"https://profiles.wordpress.org/seedwebs\">Seed Webs</a></strong>, a design studio from Thailand, added their second block theme to the repository: <strong><a href=\"https://wordpress.org/themes/pai-page/\">Pai Page</a></strong> &#8211; a one-page block theme with seven patterns and two style variations. It&#8217;s certainly a great starting point for an image heavy site. Even if you need more than one page, you can always create more templates and use it for pages and posts. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reviewed one theme for the WPTavern: <a href=\"https://wptavern.com/shufflehound-releases-free-lemmony-child-theme-for-agencies\"><strong>Shufflehound Releases Free Lemmony Child Theme for Agencies</strong></a> and also mentions the accompanying plugin with custom blocks: &#8216;The Lemmony Companion plugin, recommended when users install the theme, adds a handful of custom blocks that some of the patterns rely on to work. It includes blocks for a counter, icon, post featured image caption, typing text, hero auto-slider, and accordion.&#8221; she wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <strong>Learn.WordPress</strong> team published a few more quick tutorials for WordPress content creators</p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-add-a-blog-or-news-page-to-any-wordpress-website/\">How to add a blog or news page to any WordPress website</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/building-a-page-with-only-patterns/\">Building a page with only patterns</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/wordpress-editor-modes-for-streamlining-content-creation/\">WordPress editor modes for streamlining content creation</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/exploring-category-templates-with-block-themes/\">Exploring category templates with block themes</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kamal</strong>, at Gutenberg Hub, published a tutorial on <a href=\"https://gutenberghub.com/how-to-create-stacking-sections-in-wordpress/\"><strong>How to create stacking sections in WordPress</strong></a>. Inspired by the new Community theme <a href=\"https://wordpress.org/themes/stacks/\">Stacks</a>, Kamal teaches you how to create a similar stacking effect without changing your theme, using the Group block and some CSS magic in the Advanced CCS settings. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post,&nbsp;<a href=\"https://speckyboy.com/wordpress-paths/\"><strong>WordPress Offers Two Very Different Paths: That’s a Good Thing</strong></a>, <strong>Eric Karkovack</strong> makes the case that just because there are new features coming in with the Site Editor and block themes, the tried and true classic theme is a valid path to build a site. Both paths are available and with the backwards compatibility promise that WordPress core gives, it will stay that way in the future. All the new features do is make WordPress more flexible and if users and site owners use block themes, they can modify and customize their site in ways, that is not possible with classic themes. Karkovack concluded: &#8220;This is what separates WordPress from other platforms. You aren’t stuck with a single way to do things. Sometimes this can create extra layers of complexity. But it’s arguably better than being limited in how or what you can build.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-theme-development-for-full-site-editing-and-blocks\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>&#8220;Did you know that you can customize core block style variations directly from theme.json?&#8221; Asked <strong>Justin Tadlock</strong> <a href=\"https://twitter.com/justintadlock/status/1662127521960165377\">on Twitter.</a> In his latest post on the WordPress Developer Blog,  <a href=\"https://developer.wordpress.org/news/2023/05/customizing-core-block-style-variations-via-theme-json/\"><strong>Customizing core block style variations via theme.json</strong></a>, Tadlock shows you how, and also points to additional enhancements that are being worked on. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Nick Diego </strong>published <a href=\"https://developer.wordpress.org/news/2023/05/curating-the-editor-experience-with-client-side-filters/\">Curating the Editor experience with client-side filters</a> on the WordPress Developer Blog. He explains: </p>\n\n\n\n<ul>\n<li>How to get started <a href=\"https://developer.wordpress.org/news/2023/05/curating-the-editor-experience-with-client-side-filters/#getting-started-with-client-side-filters\">with client-side filters</a></li>\n\n\n\n<li>How to <a href=\"https://developer.wordpress.org/news/2023/05/curating-the-editor-experience-with-client-side-filters/#restricting-settings-by-block-attributes\">restrict settings by block attributes</a></li>\n\n\n\n<li>How to restrict settings<a href=\"https://developer.wordpress.org/news/2023/05/curating-the-editor-experience-with-client-side-filters/#restricting-settings-by-user-permissions-and-post-type\"> by user permissions and post type</a></li>\n\n\n\n<li>And how to restring <a href=\"https://developer.wordpress.org/news/2023/05/curating-the-editor-experience-with-client-side-filters/#restricting-settings-based-on-block-context\">settings based on block context</a></li>\n</ul>\n\n\n\n<p>The recording of this week&#8217;s Hallway Hangout with the same topic is now available on WordPress.TV. In this information conversation, <strong>Nick Diego</strong> and <strong>Justin Tadlock</strong> talked and demoed the various use cases described in the above post and answered questions from the audience. <a href=\"https://wordpress.tv/2023/05/25/hallway-hangout-curating-the-editor-and-building-block-themes-for-clients/\"><strong>Hallway Hangout: Curating the editor and building block themes for&nbsp;clients</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><br />In Episode 56: of the WP Briefing, Josepha Haden Chomphosy had two guests on the show: <strong>Rich Tabor</strong> and <strong>Adam Zielinsk</strong>i who discussed <a href=\"https://wordpress.org/news/2023/05/episode-56-what-to-know-about-wordpress-playground/\"><strong> What to Know About WordPress Playground</strong></a>, its capabilities and promise for WordPress eco system. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the latest episode of the WPTavern Jukebox podcast, Nathan Wrigley talked to <a href=\"https://wptavern.com/podcast/77-mario-santos-and-luis-herranz-on-what-the-interactivity-api-is-and-how-you-can-use-it\"><strong>Mario Santos and Luis Herranz on what the interactivity API is and how you can use it</strong></a>. The project hopes to absorb complexity and make the creation of interactive objects fairly trivial. Mario and Luis talk about examples of where the API might be used and how it can be implemented.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The recordings of episodes 6 and 7 of <strong>Ryan Welcher</strong>&#8216;s Series of <em>Bring me your Issues</em> Live streams are now available on YouTube: </p>\n\n\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=aGqxuQNSBpQ\"><strong>Reviewing Gutenberg 15.6 Features | Bring Me Your Issues #6&nbsp;</strong></a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=GEXQeaSdIcc\"><strong>Bring Me Your Issues #7! Live stream from May 4, 2023</strong></a></li>\n</ul>\n\n\n\n<p>On Twitch, Ryan Welcher started the series: <strong>Creating a block theme for developers.</strong></p>\n\n\n\n<p><a href=\"https://www.twitch.tv/videos/1823056725\">Part 1</a> and <a href=\"https://www.twitch.tv/videos/1828949648\">Part 2</a> are available on Twitch and will soon come to YouTube.</p>\n\n\n\n<p>Welcher used the work-in-progress started them, <strong>Justin Tadlock</strong> has been working on. If you&#8217;d like to follow along, the theme is available on GitHub, <a href=\"https://github.com/justintadlock/first-draft\"><strong>First Draft</strong></a> </p>\n\n\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Auto-generated wooden machine by AI via Imajinn plugin </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 May 2023 12:45: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"BuddyPress: Happy 20th anniversary to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=329739\";s:7:\"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:67:\"https://buddypress.org/2023/05/happy-20th-anniversary-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:712:\"<h2 class=\"wp-block-heading has-text-align-center has-text-color\">Happy&#8230;</h2>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://wp20.wordpress.net/\"><img width=\"873\" height=\"351\" src=\"https://buddypress.org/wp-content/uploads/1/2023/05/happy-20-th-anniversary-wp.png\" alt=\"\" class=\"wp-image-329740\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>BuddyPress wishes a great birthday to WordPress, and wishes all local WordPress communities to have great celebrations about it.</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f382.png\" alt=\"🎂\" class=\"wp-smiley\" /> Have fun! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 May 2023 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:53:\"WordPress.org blog: Celebrating 20 Years of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14981\";s:7:\"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/2023/05/celebrating-20-years-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5411:\"<p>You did it and I think congratulations are in order! You, dear WordPress enthusiast, have helped WordPress thrive for the past 20 years. It’s an incredible accomplishment, and I couldn’t be more thankful.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Did you know: WordPress is thirteen years older than TikTok (<a href=\"https://en.wikipedia.org/wiki/TikTok\">2016</a>), came four years before Tumblr (<a href=\"https://en.wikipedia.org/wiki/Tumblr\">2007</a>) and the first iPhone (<a href=\"https://en.wikipedia.org/wiki/IPhone_(1st_generation)\">2007</a>), beat Facebook to market by about a year (<a href=\"https://en.wikipedia.org/wiki/Facebook\">2004</a>), and is about five weeks older than Tesla (<a href=\"https://en.wikipedia.org/wiki/Tesla,_Inc.\">July 2003</a>).</p>\n</blockquote>\n\n\n\n<p>May 27, 2023, marks exactly 20 years since Matt Mullenweg and Mike Little <a href=\"https://wordpress.org/about/\">forked b2/cafelog</a> to create <a href=\"https://wordpress.org/documentation/wordpress-version/version-0-70/\">WordPress Version 0.70</a>. Quite a bit has taken place in the past 20 years, and imagine how much more we can accomplish together in the next 20!</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><em>You can read about the first 20 years of WordPress in two parts:</em><br /><a href=\"https://wordpress.org/book/milestones/\">Milestones: The Story of WordPress (2003 &#8211; 2013)</a><br /><a href=\"https://wordpress.org/book/\">Building Blocks: The Evolution of WordPress (2013 &#8211; 2023)</a></p>\n</blockquote>\n\n\n\n<p>Whether you celebrate at one of the <a href=\"https://wp20.wordpress.net\">100+ meetup</a> events, are strutting your stuff in some <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">limited edition WP20 swag</a>, or joining in a collective <a href=\"https://wp20.wordpress.net/live/\">reflection on WordPress</a> in your unique way on social media, WP20 is a celebration of you – the WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Common Legacy</h2>\n\n\n\n<p>As I scroll through the amazing photos and memories shared on social media of past WordCamps and meetups, I think about the people who got WordPress to where it is today. The thousands of contributors who patched bugs and tested new features; organized events and fostered community; or wrote documentation and translated strings — how those contributions paved the road we travel today. A road that allows more people across the globe to use WordPress and contribute to WordPress, advancing the mission of democratizing publishing and giving us a little more freedom in the world. To the giants on whose shoulders we stand, those unsung, tireless, and passionate committers working through long nights and longer weekends: all of WordPress thanks you!</p>\n\n\n\n<p>The dedication to and support of open source software has and will continue to ensure that WordPress endures for another 20 years and beyond.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>the freedom to build.<br />the freedom to change.<br />the freedom to share.</p>\n</blockquote>\n\n\n\n<p>The more our community invests in itself and supports one another, the stronger WordPress and the open source software movement becomes. And WordPress benefits, not just the present community, but future generations of contributors, entrepreneurs, educators, and enterprises large and small alike.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Shared Future</h2>\n\n\n\n<p>If the last two decades are any indication of what lies ahead, then wow, the opportunity to innovate, lead, and sustain a versatile publishing platform will be profound!</p>\n\n\n\n<p>Looking ahead at the next few years, our community will navigate <a href=\"https://wordpress.org/about/roadmap/\">Gutenberg Phases 3 and 4</a> together, delivering features that bring easy collaboration and multillingual support directly into the software. These next steps for WordPress will ensure our legacy of creating useful, relevant, and reliable software remains strong while keeping in mind the core elements of our mission regarding accessibility, performance, and stability.</p>\n\n\n\n<p>By renewing our emphasis on the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> program, and continuing to elevate our standing, we can make WordPress the household name it deserves to be. We can be more recognizable in known growth markets such as the enterprise and education sectors, but also every community beyond the open source and developer communities. Opportunity abounds!</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>When a great ship is in harbor and moored, it is safe, there can be no doubt. But that is not what great ships are built for. </p>\n<cite>Clarissa Pinkola Estes</cite></blockquote>\n\n\n\n<p>There is no time like the present to invest in the future of WordPress. The community is the greatest asset within the WordPress ecosystem. This means every WordPress user, from casual bloggers to enterprise extenders, is invited to rediscover all that our community means and does, and how each one of us can further our positive impact.</p>\n\n\n\n<p>Through all our planning, both short- and long-term, we can ensure that WordPress never loses sight of its user. Each one of us individually, and together, can do our part to make WordPress better, just as we have done each day for the past <a href=\"https://howlongagogo.com/date/2003/may/27\">7,305 days</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 May 2023 05:27: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:7:\"Josepha\";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:93:\"WPTavern: WordPress and Drupal Co-Founders Discuss Open Source, AI, and the Future of the Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=145487\";s:7:\"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:102:\"https://wptavern.com/wordpress-and-drupal-co-founders-discuss-open-source-ai-and-the-future-of-the-web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3016:\"<img />\n\n\n\n<p>WordPress is celebrating its 20th anniversary tomorrow and recently its co-founders, Matt Mullenweg and Mike Little, joined Drupal founder Dries Buytaert together on stage at a private event for the first time on May 17. They discussed how their lives were influenced by open source and how they built their projects around the freedoms it guarantees.</p>\n\n\n\n<p>Founders of both projects expounded on the benefits of open source collaboration, and Buytaert characterized their continued improvements as an example of the <a href=\"https://en.wikipedia.org/wiki/Flywheel_effect\">flywheel effect</a>, accumulating small wins that compound over time. They discussed the early history of WordPress and how something as seemingly insignificant as <a href=\"https://ma.tt/2003/01/the-blogging-software-dilemma/#comment-445\">a comment on a blog</a> can be the first step towards building a better future for the web.</p>\n\n\n\n<img />\n\n\n\n<p>Mullenweg acknowledged that it may not be possible to reach everyone with open source philosophy so &#8220;at the end of the day you have to make the best user experience.&#8221; This has been WordPress&#8217; path over the past 20 years, working in tandem with the power of its open source license and the freedoms that has enabled for the community.</p>\n\n\n\n<p>&#8220;I consider all proprietary software to be an evolutionary dead end,&#8221; Mullenweg said. They discussed how AI is changing the developer experience. Mullenweg is optimistic about AI working with open source and <a href=\"https://wptavern.com/wordpress-contributors-discuss-how-core-can-better-enable-ai-innovation\">reiterated what he said recently on Post Status&#8217; Slack</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Open source and AI are the two mega trends of the next twenty years, and the reason they are complimentary is that GPT4 hasn&#8217;t read Shopify&#8217;s code. It&#8217;s read Drupal&#8217;s code and WordPress&#8217; code, and all 55,000 plugins and everything else, so it can write it. If you ask it to write a website, it&#8217;s going to write it in an open source thing. It&#8217;s not going to write it in these propriety things.  From an evolutionary point of view, if you go far enough into the future, someday we&#8217;ll see even our proprietary competitors &#8211; the Wix&#8217;s and Squarespace and Shopify&#8217;s of the world, actually running on open source software. </p>\n\n\n\n<p>That&#8217;s part of our vision with Gutenberg as well as why we made it an even more permissive license than the GPL. We dual-licensed it under the MPL so it could even be embedded in commercial applications, because I really think it&#8217;s so important that I want it to be in even commercial applications.</p>\n</blockquote>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=QYhIItlPPOs\">Check out the video</a> embedded below to hear this historic conversation between some of the pioneers of open source publishing on the web.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 May 2023 19:30:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 21 Jun 2023 03:03:35 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Wed, 21 Jun 2023 02:45:31 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211220193300\";}', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5665, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1687359816', 'no'),
(5666, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1687316616', 'no'),
(5667, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1687359816', 'no'),
(5668, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/06/episode-58-a-new-wave-for-wordpress-events/\'>WP Briefing: Episode 58: A New Wave for WordPress Events</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\'>Twenty Years of WordPress at WCEU</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/blocknotes-app-runs-wordpress-natively-on-ios-now-in-public-beta\'>WPTavern: Blocknotes App Runs WordPress Natively on iOS, Now in Public Beta</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-contributors-discuss-renaming-command-center-tool\'>WPTavern: WordPress Contributors Discuss Renaming Command Center Tool</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/snippets-from-wordcamp-europe-2023/\'>Do The Woo Community: Random Q&amp;A with Attendees at WordCamp Europe 2023</a></li></ul></div>', 'no'),
(5669, '_site_transient_timeout_wp_remote_block_patterns_2606d8fd6f076a2bc61be42cd17fab98', '1687320290', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5670, '_site_transient_wp_remote_block_patterns_2606d8fd6f076a2bc61be42cd17fab98', 'a:46:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:310547;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Poster on Left, Paragraph on Right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3610:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-8 wp-block-group-is-layout-flex\">\n<div class=\"wp-duotone-rgb137750-rgb210210210-4 wp-block-cover is-light has-custom-content-position is-position-top-right wp-container-content-2\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-vertical is-content-justification-right is-nowrap is-layout-flex wp-container-1 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Wardell</p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">gray</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Plays</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &amp;</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">SWING</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-group wp-container-content-6 is-vertical is-nowrap is-layout-flex wp-container-7 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Wardell Gray was born in Oklahoma City, the youngest of four children. His early childhood years were spent in Oklahoma, before moving with his family to Detroit in 1929. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">In early 1935, Gray began attending Northeastern High School, and then transferred to Cass Technical High School, which is noted for having Donald Byrd, Lucky Thompson and Al McKibbon as alumni. </p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Listen Now</a></div>\n</div>\n\n\n\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:6343:\"<!-- wp:cover {\"customOverlayColor\":\"#36220c\",\"contentPosition\":\"top center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"3vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"stretch\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\",\"id\":334,\"dimRatio\":50,\"minHeight\":75,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top right\",\"isDark\":false,\"style\":{\"layout\":{\"selfStretch\":\"fill\"},\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}},\"color\":{\"duotone\":[\"rgb(137, 75, 0)\",\"rgb(210, 210, 210)\"]}}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-right\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Wardell</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"130px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">gray</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#d09c9c\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Plays</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.8\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &amp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">SWING</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"420px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"bottom\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Wardell Gray was born in Oklahoma City, the youngest of four children. His early childhood years were spent in Oklahoma, before moving with his family to Detroit in 1929. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">In early 1935, Gray began attending Northeastern High School, and then transferred to Cass Technical High School, which is noted for having Donald Byrd, Lucky Thompson and Al McKibbon as alumni. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#e59937\"},\"border\":{\"radius\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"32px\",\"bottom\":\"16px\",\"left\":\"32px\"}},\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Listen Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"7.5vw\"} -->\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:309935;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Centered image with two-tone background color\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1278:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-11 is-layout-constrained wp-container-12 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-duotone-000000-ffffff-10 wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:18:\"Gradient, Two-Tone\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2134:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:309925;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Fullwidth Dark Banner with Heading Top Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1031:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-14 is-vertical is-nowrap is-layout-flex wp-container-15 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:16:\"Jazz, Fulllwidth\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:309230;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Fullwidth cover with repeating gradient text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1724:\"\n<div class=\"wp-duotone-36345d-abaaaa-19 wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-17 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:48:\"Fullwidth, Background Image, Gradient, Uppercase\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:309224;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:72:\"Fullwidth, vertically aligned headline on right with description on left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2130:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-26 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-22 is-layout-flow wp-container-23 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-20\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let &#8217;em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-24 is-layout-flow wp-container-25 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>&#8216;EM<br>Roll</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:60:\"vertically, bold, jazz, shop, store, headline, hero, product\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3726:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:309236;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Fullwidth headline with links and gradient offset background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1893:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-33 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-28 is-layout-flow wp-container-29 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-52dc92f2ee4b8dfde042239a7e68e30d\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-31 is-layout-flow wp-container-32 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-30 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-c8902903bdf5ea1baed310a565cbd10e\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-669af571686ebf2235f18cd2403659b5\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:41:\"Offset, Gradient, Jazz, Headline, Feature\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3195:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:308937;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Heading, Paragraph, Button with Two Images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2550:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-45 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-36 is-content-justification-left is-layout-constrained wp-container-37 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-35 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-44 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-40 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-duotone-rgb000-rgb21788120-39 wp-block-image size-large wp-container-content-38\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-duotone-rgb000-rgb21788120-43 wp-block-image size-large wp-container-content-42\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4102:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:308949;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Bold sale banner with geometric background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1663:\"\n<div class=\"wp-duotone-rgb4448102-ffb23d-50 wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-48 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-47 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:43:\"store, shop, coupon, jazz, background image\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2819:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:308924;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Offset bold paragraph text with varying opacity\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1592:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-51 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature&#8217;s best…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3052:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature\'s best…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:308916;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Offset text with a brutalist design vibe\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1389:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-53 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2631:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:308901;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Fullscreen image with right content area\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2040:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-59 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-55\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-57 is-content-justification-left is-layout-constrained wp-container-58 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-56 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3261:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:308871;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Cover Image with Bold Heading and Button, Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1525:\"\n<div class=\"wp-duotone-094850-f9644e-64 wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-61 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-62 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2443:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:308868;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Image with Bold Heading and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1533:\"\n<div class=\"wp-duotone-rgb4247103-rgb21419442-68 wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-65 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-66 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2449:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:303828;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Fullscreen cover image gallery\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:895:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-69 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:43:\"gallery, images, columns, background, cover\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6993:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><ul style=\"text-transform:none;\" class=\"wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-72 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-71 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:31:35+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-75 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-77 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-76 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:30:31+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-80 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-82 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-81 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-05T21:29:00+00:00\">Jul 5, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-85 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><nav class=\"wp-block-query-pagination is-content-justification-left is-nowrap is-layout-flex wp-container-88 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.2.2&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-31-page=2\" style=\"text-transform:uppercase;\" class=\"wp-block-query-pagination-next has-small-font-size\">Next</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6511:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><ul style=\"text-transform:none;\" class=\"alignfull wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-93 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-91 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:31:35+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:31:35+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-96 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-94 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:30:31+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:30:31+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-99 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-97 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-05T21:29:00+00:00\">07.5</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-05T21:29:00+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><nav class=\"wp-block-query-pagination is-content-justification-space-between is-nowrap is-layout-flex wp-container-102 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.2.2&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-1-page=2\" style=\"font-size:2rem;font-style:normal;font-weight:600;text-transform:uppercase;letter-spacing:1px;\" class=\"wp-block-query-pagination-next\">Next Page</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3842:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-109 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-106 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-105 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title has-medium-font-size wp-elements-234e57400cf5587740bb7caa261d6fc4\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-108 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-107\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-107\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-107-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3879:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-115 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-white-color wp-block-site-title has-medium-font-size wp-elements-e24c80986e13ab3d929b38d6b46e3019\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-114 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-113\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-113\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-113-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2982:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-4956719e1d36ae31d9fb9c185b0a148a is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-121 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-f1e98d6c897e424c7d4e8232ded39f0a\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-120 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-119\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-119\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-119-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1232:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2742:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-126 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-125 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-124\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-124\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-124-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3271:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-132 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-129 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-128 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-131 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-130\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-130\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-130-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2514:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-136 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-135 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open always-shown\" data-micromodal-trigger=\"modal-134\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container hidden-by-default \" style=\"\" id=\"modal-134\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-134-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2808:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-139 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-contrast-color wp-block-site-title has-large-font-size wp-elements-9728cce79011b64628d7f6beff066787\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-center is-fallback wp-block-navigation is-content-justification-center is-layout-flex wp-container-138 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-137\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-137\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-137-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2602:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-143 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-142 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-141\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-141\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-141-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2845:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-147 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-144 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-146 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-145\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-145\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-145-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4178:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-151 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-150 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-149 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2955:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-158 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-153 is-content-justification-left is-layout-constrained wp-container-154 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"><label for=\"wp-block-search__input-152\" class=\"wp-block-search__label screen-reader-text\">Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input type=\"search\" id=\"wp-block-search__input-152\" class=\"wp-block-search__input\" name=\"s\" value=\"\" placeholder=\"\"  style=\"border-width: 1px\" required /><button type=\"submit\" class=\"wp-block-search__button has-icon wp-element-button\"  style=\"border-width: 1px\" aria-label=\"Search\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z\"></path>\n				</svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-157 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-156 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-155 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-160 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:840:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-163 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2709:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-168 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-166 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-165\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-165\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-165-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2848:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8d0170a0199cafe7fbcba6c0b4dac464 is-vertical is-content-justification-stretch is-layout-flex wp-container-178 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-176 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Location</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-center is-nowrap is-layout-flex wp-container-172 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Follow us</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-174 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-177 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3225:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4117:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-180 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-179 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4595:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-186 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-181\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-182 is-vertical is-content-justification-center is-layout-flex wp-container-183 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-184 is-content-justification-right is-nowrap is-layout-flex wp-container-185 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2722:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-196 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-188 is-vertical is-layout-flex wp-container-189 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-195 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-192 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-191 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-194 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-193 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:33;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1330:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-200 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:34;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1078:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-204 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:35;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3155:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-206 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color wp-block-heading\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-210 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-213 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:36;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2240:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-217 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-221 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:37;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1445:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:38;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:39;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:40;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1508:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-228 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:41;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1321:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-232 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:42;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:43;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:688:\"\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\">\n<p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p>\n<cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:51:\"core/image,core/paragraph,core/quote,core/separator\";}s:14:\"category_slugs\";a:2:{i:0;s:12:\"testimonials\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1102:\"<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><!-- wp:paragraph -->\n<p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p>\n<!-- /wp:paragraph --><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\";}i:44;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1518:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-236 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:45;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:572:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-237 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}}', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5671, '_site_transient_timeout_wp_remote_block_patterns_ac9d24ab0d31d221cfbca25aa5cdf0ca', '1687320291', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5672, '_site_transient_wp_remote_block_patterns_ac9d24ab0d31d221cfbca25aa5cdf0ca', 'a:14:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6458:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-2 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:961:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3717:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-10 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2281:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1687:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1830:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2907:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-31 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-24 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-25 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-22\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-23 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-28 is-vertical is-layout-flex wp-container-29 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-27 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1665:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-36 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-39 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1684:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-44 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1077:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-48 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3152:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-50 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color wp-block-heading\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-54 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-57 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1320:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-61 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}', 'no');
INSERT INTO `wpoc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5677, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1687329838', 'no'),
(5678, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6129;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4821;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2788;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2678;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2055;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1920;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1912;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1647;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1567;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1559;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1549;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1515;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1508;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1492;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1372;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1274;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1175;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1155;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1150;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1065;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1025;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1003;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:967;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:904;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:903;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:883;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:881;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:879;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:874;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:869;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:837;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:810;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:795;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:781;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:780;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:773;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:764;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:744;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:733;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:731;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:729;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:726;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:690;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:685;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:685;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:676;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:667;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:635;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:625;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:617;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:614;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:609;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:608;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:601;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:595;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:592;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:592;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:578;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:574;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:571;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:569;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:567;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:558;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:557;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:543;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:540;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:533;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:532;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:532;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:530;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:520;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:512;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:510;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:508;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:506;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:488;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:479;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:476;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:467;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:450;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:448;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:448;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:437;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:432;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:426;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:425;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:424;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:422;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:420;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:419;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:419;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:413;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:408;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:400;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:396;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:395;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:393;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}}', 'no'),
(5679, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1687319045;s:8:\"response\";a:0:{}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"1.6.3\";s:7:\"updated\";s:19:\"2023-04-25 18:56:00\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.6.3/id_ID.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:7:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.75\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.75.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2902233\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2902233\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:11:\"amp/amp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:17:\"w.org/plugins/amp\";s:4:\"slug\";s:3:\"amp\";s:6:\"plugin\";s:11:\"amp/amp.php\";s:11:\"new_version\";s:5:\"2.4.1\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/amp/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/amp.2.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:48:\"https://ps.w.org/amp/assets/icon.svg?rev=2527602\";s:3:\"svg\";s:48:\"https://ps.w.org/amp/assets/icon.svg?rev=2527602\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/amp/assets/banner-1544x500.png?rev=2527602\";s:2:\"1x\";s:58:\"https://ps.w.org/amp/assets/banner-772x250.png?rev=2527602\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:5:\"1.5.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/duplicator.1.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.7.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/loginizer.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=2668035\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=2668037\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:35:\"tumblr-importer/tumblr-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/tumblr-importer\";s:4:\"slug\";s:15:\"tumblr-importer\";s:6:\"plugin\";s:35:\"tumblr-importer/tumblr-importer.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/tumblr-importer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/tumblr-importer.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/tumblr-importer/assets/icon.svg?rev=2832727\";s:3:\"svg\";s:60:\"https://ps.w.org/tumblr-importer/assets/icon.svg?rev=2832727\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/tumblr-importer/assets/banner-772x250.png?rev=547667\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"20.9\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.9.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.1\";}}s:7:\"checked\";a:7:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.75\";s:11:\"amp/amp.php\";s:5:\"2.4.1\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.3\";s:25:\"duplicator/duplicator.php\";s:5:\"1.5.4\";s:23:\"loginizer/loginizer.php\";s:5:\"1.7.9\";s:35:\"tumblr-importer/tumblr-importer.php\";s:3:\"1.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"20.9\";}}', 'no'),
(5680, '_site_transient_timeout_theme_roots', '1687323231', 'no'),
(5681, '_site_transient_theme_roots', 'a:1:{s:5:\"mpo77\";s:7:\"/themes\";}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_postmeta`
--

CREATE TABLE `wpoc_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_postmeta`
--

INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'page-home.php'),
(2, 3, '_wp_page_template', 'default'),
(13, 8, '_menu_item_type', 'custom'),
(14, 8, '_menu_item_menu_item_parent', '0'),
(15, 8, '_menu_item_object_id', '8'),
(16, 8, '_menu_item_object', 'custom'),
(17, 8, '_menu_item_target', '_blank'),
(18, 8, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19, 8, '_menu_item_xfn', 'nofollow'),
(20, 8, '_menu_item_url', 'https://wa.me/6285965911449'),
(22, 9, '_menu_item_type', 'custom'),
(23, 9, '_menu_item_menu_item_parent', '0'),
(24, 9, '_menu_item_object_id', '9'),
(25, 9, '_menu_item_object', 'custom'),
(26, 9, '_menu_item_target', '_blank'),
(27, 9, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(28, 9, '_menu_item_xfn', 'nofollow'),
(29, 9, '_menu_item_url', 'https://t.me/+oNJP-F3bn9M2N2Jl'),
(31, 10, '_menu_item_type', 'custom'),
(32, 10, '_menu_item_menu_item_parent', '0'),
(33, 10, '_menu_item_object_id', '10'),
(34, 10, '_menu_item_object', 'custom'),
(35, 10, '_menu_item_target', '_blank'),
(36, 10, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(37, 10, '_menu_item_xfn', 'nofollow'),
(38, 10, '_menu_item_url', 'https://direct.lc.chat/14938185/'),
(49, 12, '_menu_item_type', 'custom'),
(50, 12, '_menu_item_menu_item_parent', '0'),
(51, 12, '_menu_item_object_id', '12'),
(52, 12, '_menu_item_object', 'custom'),
(53, 12, '_menu_item_target', '_blank'),
(54, 12, '_menu_item_classes', 'a:1:{i:0;s:7:\"sign-up\";}'),
(55, 12, '_menu_item_xfn', 'nofollow'),
(56, 12, '_menu_item_url', 'https://www.magic88.site/register?ref=satelite1'),
(58, 13, '_menu_item_type', 'custom'),
(59, 13, '_menu_item_menu_item_parent', '0'),
(60, 13, '_menu_item_object_id', '13'),
(61, 13, '_menu_item_object', 'custom'),
(62, 13, '_menu_item_target', '_blank'),
(63, 13, '_menu_item_classes', 'a:1:{i:0;s:7:\"sign-in\";}'),
(64, 13, '_menu_item_xfn', 'nofollow'),
(65, 13, '_menu_item_url', 'https://www.magic88.site/register?ref=satelite1'),
(229, 2, '_edit_last', '1'),
(230, 2, '_edit_lock', '1687321541:1'),
(251, 40, '_edit_lock', '1678448460:1'),
(252, 40, '_wp_page_template', 'default'),
(253, 40, '_edit_last', '1'),
(257, 40, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(258, 40, '_yoast_wpseo_wordproof_timestamp', ''),
(261, 2, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(262, 2, '_yoast_wpseo_wordproof_timestamp', ''),
(263, 2, '_yoast_wpseo_focuskw', 'Pandora168'),
(264, 2, '_yoast_wpseo_title', 'Pandora168 Situs Judi Online Gampang Menang'),
(265, 2, '_yoast_wpseo_metadesc', 'Pandora168 dengan bonus new member tanpa to memudah kan anda cepat meraih kemengan dalam waktu singkat dengan beragam game yang ada'),
(266, 2, '_yoast_wpseo_linkdex', '28'),
(267, 12, '_wp_old_date', '2023-01-13'),
(268, 13, '_wp_old_date', '2023-01-13'),
(312, 60, '_edit_lock', '1678448477:1'),
(313, 60, '_wp_page_template', 'default'),
(314, 60, '_edit_last', '1'),
(315, 60, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(316, 60, '_yoast_wpseo_wordproof_timestamp', ''),
(326, 64, '_edit_lock', '1678447902:1'),
(327, 64, '_wp_page_template', 'default'),
(328, 64, '_edit_last', '1'),
(329, 64, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(330, 64, '_yoast_wpseo_wordproof_timestamp', ''),
(348, 68, '_edit_lock', '1678447584:1'),
(349, 68, '_wp_page_template', 'default'),
(350, 68, '_edit_last', '1'),
(351, 68, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(352, 68, '_yoast_wpseo_wordproof_timestamp', ''),
(499, 86, '_edit_lock', '1678447767:1'),
(500, 86, '_edit_last', '1'),
(501, 86, '_yoast_wpseo_content_score', '60'),
(502, 86, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(503, 86, '_yoast_wpseo_wordproof_timestamp', ''),
(504, 86, '_wp_page_template', 'default'),
(505, 91, '_edit_lock', '1678447760:1'),
(506, 91, '_wp_page_template', 'default'),
(507, 91, '_edit_last', '1'),
(508, 93, '_edit_lock', '1678447814:1'),
(509, 91, '_yoast_wpseo_content_score', '60'),
(510, 91, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(511, 91, '_yoast_wpseo_wordproof_timestamp', ''),
(512, 93, '_wp_page_template', 'default'),
(513, 93, '_edit_last', '1'),
(514, 93, '_yoast_wpseo_content_score', '60'),
(515, 93, '_yoast_wpseo_estimated-reading-time-minutes', '24'),
(516, 93, '_yoast_wpseo_wordproof_timestamp', ''),
(520, 40, '_yoast_wpseo_focuskw', 'idn live'),
(521, 40, '_yoast_wpseo_linkdex', '71'),
(522, 103, '_edit_lock', '1678447893:1'),
(523, 103, '_wp_page_template', 'default'),
(524, 103, '_edit_last', '1'),
(525, 103, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(526, 103, '_yoast_wpseo_wordproof_timestamp', ''),
(527, 107, '_edit_lock', '1678447850:1'),
(528, 107, '_wp_page_template', 'default'),
(529, 107, '_edit_last', '1'),
(530, 107, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(531, 107, '_yoast_wpseo_wordproof_timestamp', ''),
(532, 110, '_edit_lock', '1678447831:1'),
(533, 110, '_wp_page_template', 'default'),
(534, 110, '_edit_last', '1'),
(535, 110, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(536, 110, '_yoast_wpseo_wordproof_timestamp', ''),
(537, 113, '_edit_lock', '1678447793:1'),
(538, 113, '_wp_page_template', 'default'),
(539, 113, '_edit_last', '1'),
(540, 113, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(541, 113, '_yoast_wpseo_wordproof_timestamp', ''),
(542, 116, '_edit_lock', '1678447822:1'),
(543, 116, '_wp_page_template', 'default'),
(544, 116, '_edit_last', '1'),
(545, 116, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(546, 116, '_yoast_wpseo_wordproof_timestamp', ''),
(547, 118, '_edit_lock', '1678447753:1'),
(548, 118, '_wp_page_template', 'default'),
(549, 118, '_edit_last', '1'),
(550, 118, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(551, 118, '_yoast_wpseo_wordproof_timestamp', ''),
(552, 121, '_edit_lock', '1678447945:1'),
(553, 121, '_wp_page_template', 'default'),
(554, 121, '_edit_last', '1'),
(555, 121, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(556, 121, '_yoast_wpseo_wordproof_timestamp', ''),
(557, 124, '_edit_lock', '1678447932:1'),
(558, 124, '_wp_page_template', 'default'),
(559, 124, '_edit_last', '1'),
(560, 124, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(561, 124, '_yoast_wpseo_wordproof_timestamp', ''),
(653, 1081, '_edit_last', '1'),
(654, 1081, '_thumbnail_id', '29805'),
(655, 1081, '_aioseo_title', 'Demo Slot Gates of Olympus Pragmatic Play'),
(656, 1081, '_aioseo_description', '#post_excerpt'),
(657, 1081, '_aioseo_keywords', ''),
(658, 1081, '_aioseo_og_title', ''),
(659, 1081, '_aioseo_og_description', ''),
(660, 1081, '_aioseo_og_article_section', ''),
(661, 1081, '_aioseo_og_article_tags', ''),
(662, 1081, '_aioseo_twitter_title', ''),
(663, 1081, '_aioseo_twitter_description', ''),
(664, 1081, '_yoast_wpseo_wordproof_timestamp', ''),
(665, 1081, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(666, 1081, '_yoast_wpseo_primary_category', '1'),
(667, 1085, '_edit_last', '1'),
(668, 1085, '_thumbnail_id', '29955'),
(669, 1085, '_aioseo_title', 'Demo Slot Starlight Princess Pragmatic Play'),
(670, 1085, '_aioseo_description', '#post_excerpt'),
(671, 1085, '_aioseo_keywords', ''),
(672, 1085, '_aioseo_og_title', ''),
(673, 1085, '_aioseo_og_description', ''),
(674, 1085, '_aioseo_og_article_section', ''),
(675, 1085, '_aioseo_og_article_tags', ''),
(676, 1085, '_aioseo_twitter_title', ''),
(677, 1085, '_aioseo_twitter_description', ''),
(678, 1089, '_edit_last', '1'),
(679, 1089, '_thumbnail_id', '29956'),
(680, 1089, '_aioseo_title', '#post_title'),
(681, 1089, '_aioseo_description', '#post_excerpt'),
(682, 1089, '_aioseo_keywords', ''),
(683, 1089, '_aioseo_og_title', ''),
(684, 1089, '_aioseo_og_description', ''),
(685, 1089, '_aioseo_og_article_section', ''),
(686, 1089, '_aioseo_og_article_tags', ''),
(687, 1089, '_aioseo_twitter_title', ''),
(688, 1089, '_aioseo_twitter_description', ''),
(689, 1393, '_edit_last', '1'),
(690, 1393, '_thumbnail_id', '29977'),
(691, 1393, '_aioseo_title', 'Demo Slot Rainbow Gold Pragmatic Play'),
(692, 1393, '_aioseo_description', '#post_excerpt'),
(693, 1393, '_aioseo_keywords', ''),
(694, 1393, '_aioseo_og_title', ''),
(695, 1393, '_aioseo_og_description', ''),
(696, 1393, '_aioseo_og_article_section', ''),
(697, 1393, '_aioseo_og_article_tags', ''),
(698, 1393, '_aioseo_twitter_title', ''),
(699, 1393, '_aioseo_twitter_description', ''),
(700, 1395, '_edit_last', '1'),
(701, 1395, '_thumbnail_id', '29976'),
(702, 1395, '_aioseo_title', 'Demo Slot Jewels of Fortune Pragmatic Play'),
(703, 1395, '_aioseo_description', '#post_excerpt'),
(704, 1395, '_aioseo_keywords', ''),
(705, 1395, '_aioseo_og_title', ''),
(706, 1395, '_aioseo_og_description', ''),
(707, 1395, '_aioseo_og_article_section', ''),
(708, 1395, '_aioseo_og_article_tags', ''),
(709, 1395, '_aioseo_twitter_title', ''),
(710, 1395, '_aioseo_twitter_description', ''),
(711, 1399, '_edit_last', '1'),
(712, 1399, '_thumbnail_id', '29975'),
(713, 1399, '_aioseo_title', 'Demo Slot Disco Lady Pragmatic Play'),
(714, 1399, '_aioseo_description', '#post_excerpt'),
(715, 1399, '_aioseo_keywords', ''),
(716, 1399, '_aioseo_og_title', ''),
(717, 1399, '_aioseo_og_description', ''),
(718, 1399, '_aioseo_og_article_section', ''),
(719, 1399, '_aioseo_og_article_tags', ''),
(720, 1399, '_aioseo_twitter_title', ''),
(721, 1399, '_aioseo_twitter_description', ''),
(722, 1403, '_edit_last', '1'),
(723, 1403, '_thumbnail_id', '29973'),
(724, 1403, '_aioseo_title', 'Demo Slot Mysterious Egypt Pragmatic Play'),
(725, 1403, '_aioseo_description', '#post_excerpt'),
(726, 1403, '_aioseo_keywords', ''),
(727, 1403, '_aioseo_og_title', ''),
(728, 1403, '_aioseo_og_description', ''),
(729, 1403, '_aioseo_og_article_section', ''),
(730, 1403, '_aioseo_og_article_tags', ''),
(731, 1403, '_aioseo_twitter_title', ''),
(732, 1403, '_aioseo_twitter_description', ''),
(733, 1407, '_edit_last', '1'),
(734, 1407, '_thumbnail_id', '29972'),
(735, 1407, '_aioseo_title', 'Demo Slot Tic Tac Take Pragmatic Play'),
(736, 1407, '_aioseo_description', '#post_excerpt'),
(737, 1407, '_aioseo_keywords', ''),
(738, 1407, '_aioseo_og_title', ''),
(739, 1407, '_aioseo_og_description', ''),
(740, 1407, '_aioseo_og_article_section', ''),
(741, 1407, '_aioseo_og_article_tags', ''),
(742, 1407, '_aioseo_twitter_title', ''),
(743, 1407, '_aioseo_twitter_description', ''),
(744, 1413, '_edit_last', '1'),
(745, 1413, '_thumbnail_id', '29971'),
(746, 1413, '_aioseo_title', 'Demo Slot Pirate Gold Deluxe Pragmatic Play'),
(747, 1413, '_aioseo_description', '#post_excerpt'),
(748, 1413, '_aioseo_keywords', ''),
(749, 1413, '_aioseo_og_title', ''),
(750, 1413, '_aioseo_og_description', ''),
(751, 1413, '_aioseo_og_article_section', ''),
(752, 1413, '_aioseo_og_article_tags', ''),
(753, 1413, '_aioseo_twitter_title', ''),
(754, 1413, '_aioseo_twitter_description', ''),
(755, 1415, '_edit_last', '1'),
(756, 1415, '_thumbnail_id', '29970'),
(757, 1415, '_aioseo_title', 'Demo Slot Queenie Pragmatic Play'),
(758, 1415, '_aioseo_description', '#post_excerpt'),
(759, 1415, '_aioseo_keywords', ''),
(760, 1415, '_aioseo_og_title', ''),
(761, 1415, '_aioseo_og_description', ''),
(762, 1415, '_aioseo_og_article_section', ''),
(763, 1415, '_aioseo_og_article_tags', ''),
(764, 1415, '_aioseo_twitter_title', ''),
(765, 1415, '_aioseo_twitter_description', ''),
(766, 1421, '_edit_last', '1'),
(767, 1421, '_thumbnail_id', '29969'),
(768, 1421, '_aioseo_title', 'Demo Slot Star Bounty Pragmatic Play'),
(769, 1421, '_aioseo_description', ''),
(770, 1421, '_aioseo_keywords', ''),
(771, 1421, '_aioseo_og_title', ''),
(772, 1421, '_aioseo_og_description', ''),
(773, 1421, '_aioseo_og_article_section', ''),
(774, 1421, '_aioseo_og_article_tags', ''),
(775, 1421, '_aioseo_twitter_title', ''),
(776, 1421, '_aioseo_twitter_description', ''),
(777, 1423, '_edit_last', '1'),
(778, 1423, '_thumbnail_id', '29968'),
(779, 1423, '_aioseo_title', 'Demo Slot Barn Festival Pragmatic Play'),
(780, 1423, '_aioseo_description', '#post_excerpt'),
(781, 1423, '_aioseo_keywords', ''),
(782, 1423, '_aioseo_og_title', ''),
(783, 1423, '_aioseo_og_description', ''),
(784, 1423, '_aioseo_og_article_section', ''),
(785, 1423, '_aioseo_og_article_tags', ''),
(786, 1423, '_aioseo_twitter_title', ''),
(787, 1423, '_aioseo_twitter_description', ''),
(788, 1429, '_thumbnail_id', '29966'),
(789, 1429, '_edit_last', '1'),
(790, 1429, '_aioseo_title', 'Demo Slot John Hunter and the Book of Tut Pragmatic Play'),
(791, 1429, '_aioseo_description', '#post_excerpt'),
(792, 1429, '_aioseo_keywords', ''),
(793, 1429, '_aioseo_og_title', ''),
(794, 1429, '_aioseo_og_description', ''),
(795, 1429, '_aioseo_og_article_section', ''),
(796, 1429, '_aioseo_og_article_tags', ''),
(797, 1429, '_aioseo_twitter_title', ''),
(798, 1429, '_aioseo_twitter_description', ''),
(799, 1430, '_edit_last', '1'),
(800, 1430, '_thumbnail_id', '29967'),
(801, 1430, '_aioseo_title', 'Demo Slot Drill that Gold Pragmatic Play'),
(802, 1430, '_aioseo_description', '#post_excerpt'),
(803, 1430, '_aioseo_keywords', ''),
(804, 1430, '_aioseo_og_title', ''),
(805, 1430, '_aioseo_og_description', ''),
(806, 1430, '_aioseo_og_article_section', ''),
(807, 1430, '_aioseo_og_article_tags', ''),
(808, 1430, '_aioseo_twitter_title', ''),
(809, 1430, '_aioseo_twitter_description', ''),
(810, 1437, '_edit_last', '1'),
(811, 1437, '_thumbnail_id', '29964'),
(812, 1437, '_aioseo_title', 'Demo Slot Voodoo Magic Pragmatic Play'),
(813, 1437, '_aioseo_description', '#post_excerpt'),
(814, 1437, '_aioseo_keywords', ''),
(815, 1437, '_aioseo_og_title', ''),
(816, 1437, '_aioseo_og_description', ''),
(817, 1437, '_aioseo_og_article_section', ''),
(818, 1437, '_aioseo_og_article_tags', ''),
(819, 1437, '_aioseo_twitter_title', ''),
(820, 1437, '_aioseo_twitter_description', ''),
(821, 1439, '_edit_last', '1'),
(822, 1439, '_thumbnail_id', '29963'),
(823, 1439, '_aioseo_title', 'Demo Slot Clover Gold Pragmatic Play'),
(824, 1439, '_aioseo_description', '#post_excerpt'),
(825, 1439, '_aioseo_keywords', ''),
(826, 1439, '_aioseo_og_title', ''),
(827, 1439, '_aioseo_og_description', ''),
(828, 1439, '_aioseo_og_article_section', ''),
(829, 1439, '_aioseo_og_article_tags', ''),
(830, 1439, '_aioseo_twitter_title', ''),
(831, 1439, '_aioseo_twitter_description', ''),
(832, 1446, '_edit_last', '1'),
(833, 1446, '_thumbnail_id', '29960'),
(834, 1446, '_aioseo_title', 'Demo Slot John Hunter and the Quest for Bermuda Riches Pragmatic Play'),
(835, 1446, '_aioseo_description', '#post_excerpt'),
(836, 1446, '_aioseo_keywords', ''),
(837, 1446, '_aioseo_og_title', ''),
(838, 1446, '_aioseo_og_description', ''),
(839, 1446, '_aioseo_og_article_section', ''),
(840, 1446, '_aioseo_og_article_tags', ''),
(841, 1446, '_aioseo_twitter_title', ''),
(842, 1446, '_aioseo_twitter_description', ''),
(843, 1447, '_edit_last', '1'),
(844, 1447, '_thumbnail_id', '29962'),
(845, 1447, '_aioseo_title', 'Demo Slot Wild West Gold Megaways Pragmatic Play'),
(846, 1447, '_aioseo_description', '#post_excerpt'),
(847, 1447, '_aioseo_keywords', ''),
(848, 1447, '_aioseo_og_title', ''),
(849, 1447, '_aioseo_og_description', ''),
(850, 1447, '_aioseo_og_article_section', ''),
(851, 1447, '_aioseo_og_article_tags', ''),
(852, 1447, '_aioseo_twitter_title', ''),
(853, 1447, '_aioseo_twitter_description', ''),
(854, 1452, '_edit_last', '1'),
(855, 1452, '_thumbnail_id', '29959'),
(856, 1452, '_aioseo_title', 'Demo Slot Spirit of Adventure Pragmatic Play'),
(857, 1452, '_aioseo_description', '#post_excerpt'),
(858, 1452, '_aioseo_keywords', ''),
(859, 1452, '_aioseo_og_title', ''),
(860, 1452, '_aioseo_og_description', ''),
(861, 1452, '_aioseo_og_article_section', ''),
(862, 1452, '_aioseo_og_article_tags', ''),
(863, 1452, '_aioseo_twitter_title', ''),
(864, 1452, '_aioseo_twitter_description', ''),
(865, 1456, '_thumbnail_id', '29957'),
(866, 1456, '_edit_last', '1'),
(867, 1456, '_aioseo_title', 'Demo Slot Extra Juicy Megaways Pragmatic Play'),
(868, 1456, '_aioseo_description', '#post_excerpt'),
(869, 1456, '_aioseo_keywords', ''),
(870, 1456, '_aioseo_og_title', ''),
(871, 1456, '_aioseo_og_description', ''),
(872, 1456, '_aioseo_og_article_section', ''),
(873, 1456, '_aioseo_og_article_tags', ''),
(874, 1456, '_aioseo_twitter_title', ''),
(875, 1456, '_aioseo_twitter_description', ''),
(876, 1312, '_edit_last', '1'),
(877, 1312, '_thumbnail_id', '30001'),
(878, 1312, '_aioseo_title', 'Demo Slot Fruit Party 2 Pragmatic Play'),
(879, 1312, '_aioseo_description', '#post_excerpt'),
(880, 1312, '_aioseo_keywords', ''),
(881, 1312, '_aioseo_og_title', ''),
(882, 1312, '_aioseo_og_description', ''),
(883, 1312, '_aioseo_og_article_section', ''),
(884, 1312, '_aioseo_og_article_tags', ''),
(885, 1312, '_aioseo_twitter_title', ''),
(886, 1312, '_aioseo_twitter_description', ''),
(887, 1316, '_edit_last', '1'),
(888, 1316, '_thumbnail_id', '30000'),
(889, 1316, '_aioseo_title', 'Demo Slot Christmas Big Bass Bonanza Pragmatic Play'),
(890, 1316, '_aioseo_description', '#post_excerpt'),
(891, 1316, '_aioseo_keywords', ''),
(892, 1316, '_aioseo_og_title', ''),
(893, 1316, '_aioseo_og_description', ''),
(894, 1316, '_aioseo_og_article_section', ''),
(895, 1316, '_aioseo_og_article_tags', ''),
(896, 1316, '_aioseo_twitter_title', ''),
(897, 1316, '_aioseo_twitter_description', ''),
(898, 1320, '_edit_last', '1'),
(899, 1320, '_thumbnail_id', '29999'),
(900, 1320, '_aioseo_title', 'Demo Slot Hot Fiesta Pragmatic Play'),
(901, 1320, '_aioseo_description', '#post_excerpt'),
(902, 1320, '_aioseo_keywords', ''),
(903, 1320, '_aioseo_og_title', ''),
(904, 1320, '_aioseo_og_description', ''),
(905, 1320, '_aioseo_og_article_section', ''),
(906, 1320, '_aioseo_og_article_tags', ''),
(907, 1320, '_aioseo_twitter_title', ''),
(908, 1320, '_aioseo_twitter_description', ''),
(909, 1324, '_edit_last', '1'),
(910, 1324, '_thumbnail_id', '29998'),
(911, 1324, '_aioseo_title', 'Demo Slot Juicy Fruits Pragmatic Play'),
(912, 1324, '_aioseo_description', '#post_excerpt'),
(913, 1324, '_aioseo_keywords', ''),
(914, 1324, '_aioseo_og_title', ''),
(915, 1324, '_aioseo_og_description', ''),
(916, 1324, '_aioseo_og_article_section', ''),
(917, 1324, '_aioseo_og_article_tags', ''),
(918, 1324, '_aioseo_twitter_title', ''),
(919, 1324, '_aioseo_twitter_description', ''),
(920, 1328, '_edit_last', '1'),
(921, 1328, '_thumbnail_id', '29996'),
(922, 1328, '_aioseo_title', 'Demo Slot Big Juan Pragmatic Play'),
(923, 1328, '_aioseo_description', '#post_excerpt'),
(924, 1328, '_aioseo_keywords', ''),
(925, 1328, '_aioseo_og_title', ''),
(926, 1328, '_aioseo_og_description', ''),
(927, 1328, '_aioseo_og_article_section', ''),
(928, 1328, '_aioseo_og_article_tags', ''),
(929, 1328, '_aioseo_twitter_title', ''),
(930, 1328, '_aioseo_twitter_description', ''),
(931, 1329, '_edit_last', '1'),
(932, 1329, '_thumbnail_id', '29997'),
(933, 1329, '_aioseo_title', 'Demo Slot Colossal Cash Zone Pragmatic Play'),
(934, 1329, '_aioseo_description', '#post_excerpt'),
(935, 1329, '_aioseo_keywords', ''),
(936, 1329, '_aioseo_og_title', ''),
(937, 1329, '_aioseo_og_description', ''),
(938, 1329, '_aioseo_og_article_section', ''),
(939, 1329, '_aioseo_og_article_tags', ''),
(940, 1329, '_aioseo_twitter_title', ''),
(941, 1329, '_aioseo_twitter_description', ''),
(942, 1336, '_edit_last', '1'),
(943, 1336, '_thumbnail_id', '29995'),
(944, 1336, '_aioseo_title', 'Demo Slot Book of Fallen Pragmatic Play'),
(945, 1336, '_aioseo_description', '#post_excerpt'),
(946, 1336, '_aioseo_keywords', ''),
(947, 1336, '_aioseo_og_title', ''),
(948, 1336, '_aioseo_og_description', ''),
(949, 1336, '_aioseo_og_article_section', ''),
(950, 1336, '_aioseo_og_article_tags', ''),
(951, 1336, '_aioseo_twitter_title', ''),
(952, 1336, '_aioseo_twitter_description', ''),
(953, 1337, '_edit_last', '1'),
(954, 1337, '_thumbnail_id', '29994'),
(955, 1337, '_aioseo_title', 'Demo Slot Wild Beach Party Pragmatic Play'),
(956, 1337, '_aioseo_description', '#post_excerpt'),
(957, 1337, '_aioseo_keywords', ''),
(958, 1337, '_aioseo_og_title', ''),
(959, 1337, '_aioseo_og_description', ''),
(960, 1337, '_aioseo_og_article_section', ''),
(961, 1337, '_aioseo_og_article_tags', ''),
(962, 1337, '_aioseo_twitter_title', ''),
(963, 1337, '_aioseo_twitter_description', ''),
(964, 1344, '_edit_last', '1'),
(965, 1344, '_thumbnail_id', '29992'),
(966, 1344, '_aioseo_title', 'Demo Slot Empty the Bank Pragmatic Play'),
(967, 1344, '_aioseo_description', '#post_excerpt'),
(968, 1344, '_aioseo_keywords', ''),
(969, 1344, '_aioseo_og_title', ''),
(970, 1344, '_aioseo_og_description', ''),
(971, 1344, '_aioseo_og_article_section', ''),
(972, 1344, '_aioseo_og_article_tags', ''),
(973, 1344, '_aioseo_twitter_title', ''),
(974, 1344, '_aioseo_twitter_description', ''),
(975, 1348, '_edit_last', '1'),
(976, 1348, '_thumbnail_id', '29991'),
(977, 1348, '_aioseo_title', 'Demo Slot Book of Aztec King Pragmatic Play'),
(978, 1348, '_aioseo_description', '#post_excerpt'),
(979, 1348, '_aioseo_keywords', ''),
(980, 1348, '_aioseo_og_title', ''),
(981, 1348, '_aioseo_og_description', ''),
(982, 1348, '_aioseo_og_article_section', ''),
(983, 1348, '_aioseo_og_article_tags', ''),
(984, 1348, '_aioseo_twitter_title', ''),
(985, 1348, '_aioseo_twitter_description', ''),
(986, 1350, '_edit_last', '1'),
(987, 1350, '_thumbnail_id', '29990'),
(988, 1350, '_aioseo_title', 'Demo Slot Yum Yum Powerways Pragmatic Play'),
(989, 1350, '_aioseo_description', '#post_excerpt'),
(990, 1350, '_aioseo_keywords', ''),
(991, 1350, '_aioseo_og_title', ''),
(992, 1350, '_aioseo_og_description', ''),
(993, 1350, '_aioseo_og_article_section', ''),
(994, 1350, '_aioseo_og_article_tags', ''),
(995, 1350, '_aioseo_twitter_title', ''),
(996, 1350, '_aioseo_twitter_description', ''),
(997, 1353, '_thumbnail_id', '29989'),
(998, 1353, '_edit_last', '1'),
(999, 1353, '_aioseo_title', 'Demo Slot Bull Fiesta Pragmatic Play'),
(1000, 1353, '_aioseo_description', '#post_excerpt'),
(1001, 1353, '_aioseo_keywords', ''),
(1002, 1353, '_aioseo_og_title', ''),
(1003, 1353, '_aioseo_og_description', ''),
(1004, 1353, '_aioseo_og_article_section', ''),
(1005, 1353, '_aioseo_og_article_tags', ''),
(1006, 1353, '_aioseo_twitter_title', ''),
(1007, 1353, '_aioseo_twitter_description', ''),
(1008, 1358, '_edit_last', '1'),
(1009, 1358, '_thumbnail_id', '29987'),
(1010, 1358, '_aioseo_title', 'Demo Slot Release the Kraken Pragmatic Play'),
(1011, 1358, '_aioseo_description', '#post_excerpt'),
(1012, 1358, '_aioseo_keywords', ''),
(1013, 1358, '_aioseo_og_title', ''),
(1014, 1358, '_aioseo_og_description', ''),
(1015, 1358, '_aioseo_og_article_section', ''),
(1016, 1358, '_aioseo_og_article_tags', ''),
(1017, 1358, '_aioseo_twitter_title', ''),
(1018, 1358, '_aioseo_twitter_description', ''),
(1019, 1365, '_thumbnail_id', '29984'),
(1020, 1365, '_edit_last', '1'),
(1021, 1365, '_aioseo_title', 'Demo Slot Chilli Heat Megaways Pragmatic Play'),
(1022, 1365, '_aioseo_description', '#post_excerpt'),
(1023, 1365, '_aioseo_keywords', ''),
(1024, 1365, '_aioseo_og_title', ''),
(1025, 1365, '_aioseo_og_description', ''),
(1026, 1365, '_aioseo_og_article_section', ''),
(1027, 1365, '_aioseo_og_article_tags', ''),
(1028, 1365, '_aioseo_twitter_title', ''),
(1029, 1365, '_aioseo_twitter_description', ''),
(1030, 1366, '_edit_last', '1'),
(1031, 1366, '_thumbnail_id', '29986'),
(1032, 1366, '_aioseo_title', 'Demo Slot Might of Ra Pragmatic Play'),
(1033, 1366, '_aioseo_description', '#post_excerpt'),
(1034, 1366, '_aioseo_keywords', ''),
(1035, 1366, '_aioseo_og_title', ''),
(1036, 1366, '_aioseo_og_description', ''),
(1037, 1366, '_aioseo_og_article_section', ''),
(1038, 1366, '_aioseo_og_article_tags', ''),
(1039, 1366, '_aioseo_twitter_title', ''),
(1040, 1366, '_aioseo_twitter_description', ''),
(1041, 1373, '_edit_last', '1'),
(1042, 1373, '_thumbnail_id', '29983'),
(1043, 1373, '_aioseo_title', 'Demo Slot Wild Booster Pragmatic Play'),
(1044, 1373, '_aioseo_description', '#post_excerpt'),
(1045, 1373, '_aioseo_keywords', ''),
(1046, 1373, '_aioseo_og_title', ''),
(1047, 1373, '_aioseo_og_description', ''),
(1048, 1373, '_aioseo_og_article_section', ''),
(1049, 1373, '_aioseo_og_article_tags', ''),
(1050, 1373, '_aioseo_twitter_title', ''),
(1051, 1373, '_aioseo_twitter_description', ''),
(1052, 1376, '_edit_last', '1'),
(1053, 1376, '_thumbnail_id', '29982'),
(1054, 1376, '_aioseo_title', 'Demo Slot Snakes and Ladders Megadice Pragmatic Play'),
(1055, 1376, '_aioseo_description', '#post_excerpt'),
(1056, 1376, '_aioseo_keywords', ''),
(1057, 1376, '_aioseo_og_title', ''),
(1058, 1376, '_aioseo_og_description', ''),
(1059, 1376, '_aioseo_og_article_section', ''),
(1060, 1376, '_aioseo_og_article_tags', ''),
(1061, 1376, '_aioseo_twitter_title', ''),
(1062, 1376, '_aioseo_twitter_description', ''),
(1063, 1379, '_edit_last', '1'),
(1064, 1379, '_thumbnail_id', '29981'),
(1065, 1379, '_aioseo_title', 'Demo Slot Day of Dead Pragmatic Play'),
(1066, 1379, '_aioseo_description', '#post_excerpt'),
(1067, 1379, '_aioseo_keywords', ''),
(1068, 1379, '_aioseo_og_title', ''),
(1069, 1379, '_aioseo_og_description', ''),
(1070, 1379, '_aioseo_og_article_section', ''),
(1071, 1379, '_aioseo_og_article_tags', ''),
(1072, 1379, '_aioseo_twitter_title', ''),
(1073, 1379, '_aioseo_twitter_description', ''),
(1074, 1385, '_edit_last', '1'),
(1075, 1385, '_thumbnail_id', '29978'),
(1076, 1385, '_aioseo_title', 'Demo Slot Curse of the Werewolf Megaways Pragmatic Play'),
(1077, 1385, '_aioseo_description', '#post_excerpt'),
(1078, 1385, '_aioseo_keywords', ''),
(1079, 1385, '_aioseo_og_title', ''),
(1080, 1385, '_aioseo_og_description', ''),
(1081, 1385, '_aioseo_og_article_section', ''),
(1082, 1385, '_aioseo_og_article_tags', ''),
(1083, 1385, '_aioseo_twitter_title', ''),
(1084, 1385, '_aioseo_twitter_description', ''),
(1085, 1386, '_edit_last', '1'),
(1086, 1386, '_thumbnail_id', '29979'),
(1087, 1386, '_aioseo_title', 'Demo Slot Nexus Sweet Bonanza Pragmatic Play'),
(1088, 1386, '_aioseo_description', '#post_excerpt'),
(1089, 1386, '_aioseo_keywords', ''),
(1090, 1386, '_aioseo_og_title', ''),
(1091, 1386, '_aioseo_og_description', ''),
(1092, 1386, '_aioseo_og_article_section', ''),
(1093, 1386, '_aioseo_og_article_tags', ''),
(1094, 1386, '_aioseo_twitter_title', ''),
(1095, 1386, '_aioseo_twitter_description', ''),
(1096, 1228, '_edit_last', '1'),
(1097, 1228, '_thumbnail_id', '30022'),
(1098, 1228, '_aioseo_title', 'Demo Slot Rise of Giza PowerNudge Pragmatic Play'),
(1099, 1228, '_aioseo_description', '#post_excerpt'),
(1100, 1228, '_aioseo_keywords', ''),
(1101, 1228, '_aioseo_og_title', ''),
(1102, 1228, '_aioseo_og_description', ''),
(1103, 1228, '_aioseo_og_article_section', ''),
(1104, 1228, '_aioseo_og_article_tags', ''),
(1105, 1228, '_aioseo_twitter_title', ''),
(1106, 1228, '_aioseo_twitter_description', ''),
(1107, 1236, '_edit_last', '1'),
(1108, 1236, '_thumbnail_id', '30020'),
(1109, 1236, '_aioseo_title', 'Demo Slot Fruit Party Pragmatic Play'),
(1110, 1236, '_aioseo_description', '#post_excerpt'),
(1111, 1236, '_aioseo_keywords', ''),
(1112, 1236, '_aioseo_og_title', ''),
(1113, 1236, '_aioseo_og_description', ''),
(1114, 1236, '_aioseo_og_article_section', ''),
(1115, 1236, '_aioseo_og_article_tags', ''),
(1116, 1236, '_aioseo_twitter_title', ''),
(1117, 1236, '_aioseo_twitter_description', ''),
(1118, 1240, '_edit_last', '1'),
(1119, 1240, '_thumbnail_id', '30019'),
(1120, 1240, '_aioseo_title', 'Demo Slot The Dog House Megaways Pragmatic Play'),
(1121, 1240, '_aioseo_description', '#post_excerpt'),
(1122, 1240, '_aioseo_keywords', ''),
(1123, 1240, '_aioseo_og_title', ''),
(1124, 1240, '_aioseo_og_description', ''),
(1125, 1240, '_aioseo_og_article_section', ''),
(1126, 1240, '_aioseo_og_article_tags', ''),
(1127, 1240, '_aioseo_twitter_title', ''),
(1128, 1240, '_aioseo_twitter_description', ''),
(1129, 1244, '_thumbnail_id', '30018'),
(1130, 1244, '_edit_last', '1'),
(1131, 1244, '_aioseo_title', 'Demo Slot Rise of Samurai Megaways Pragmatic Play'),
(1132, 1244, '_aioseo_description', '#post_excerpt'),
(1133, 1244, '_aioseo_keywords', ''),
(1134, 1244, '_aioseo_og_title', ''),
(1135, 1244, '_aioseo_og_description', ''),
(1136, 1244, '_aioseo_og_article_section', ''),
(1137, 1244, '_aioseo_og_article_tags', ''),
(1138, 1244, '_aioseo_twitter_title', ''),
(1139, 1244, '_aioseo_twitter_description', ''),
(1140, 1246, '_thumbnail_id', '30017'),
(1141, 1246, '_edit_last', '1'),
(1142, 1246, '_aioseo_title', 'Demo Slot Wild Depths Pragmatic Play'),
(1143, 1246, '_aioseo_description', '#post_excerpt'),
(1144, 1246, '_aioseo_keywords', ''),
(1145, 1246, '_aioseo_og_title', ''),
(1146, 1246, '_aioseo_og_description', ''),
(1147, 1246, '_aioseo_og_article_section', ''),
(1148, 1246, '_aioseo_og_article_tags', ''),
(1149, 1246, '_aioseo_twitter_title', ''),
(1150, 1246, '_aioseo_twitter_description', ''),
(1151, 1251, '_edit_last', '1'),
(1152, 1251, '_thumbnail_id', '30016'),
(1153, 1251, '_aioseo_title', 'Demo Slot Aztec King Megaways Pragmatic Play'),
(1154, 1251, '_aioseo_description', '#post_excerpt'),
(1155, 1251, '_aioseo_keywords', ''),
(1156, 1251, '_aioseo_og_title', ''),
(1157, 1251, '_aioseo_og_description', ''),
(1158, 1251, '_aioseo_og_article_section', ''),
(1159, 1251, '_aioseo_og_article_tags', ''),
(1160, 1251, '_aioseo_twitter_title', ''),
(1161, 1251, '_aioseo_twitter_description', ''),
(1162, 1256, '_edit_last', '1'),
(1163, 1256, '_thumbnail_id', '30015'),
(1164, 1256, '_aioseo_title', 'Demo Slot Buffalo King Pragmatic Play'),
(1165, 1256, '_aioseo_description', '#post_excerpt'),
(1166, 1256, '_aioseo_keywords', ''),
(1167, 1256, '_aioseo_og_title', ''),
(1168, 1256, '_aioseo_og_description', ''),
(1169, 1256, '_aioseo_og_article_section', ''),
(1170, 1256, '_aioseo_og_article_tags', ''),
(1171, 1256, '_aioseo_twitter_title', ''),
(1172, 1256, '_aioseo_twitter_description', ''),
(1173, 1260, '_edit_last', '1'),
(1174, 1260, '_thumbnail_id', '30014'),
(1175, 1260, '_aioseo_title', 'Demo Slot Gold Party Pragmatic Play'),
(1176, 1260, '_aioseo_description', '#post_excerpt'),
(1177, 1260, '_aioseo_keywords', ''),
(1178, 1260, '_aioseo_og_title', ''),
(1179, 1260, '_aioseo_og_description', ''),
(1180, 1260, '_aioseo_og_article_section', ''),
(1181, 1260, '_aioseo_og_article_tags', ''),
(1182, 1260, '_aioseo_twitter_title', ''),
(1183, 1260, '_aioseo_twitter_description', ''),
(1184, 1261, '_edit_last', '1'),
(1185, 1261, '_thumbnail_id', '30013'),
(1186, 1261, '_aioseo_title', 'Demo Slot Lucky Lightning Pragmatic Play'),
(1187, 1261, '_aioseo_description', '#post_excerpt'),
(1188, 1261, '_aioseo_keywords', ''),
(1189, 1261, '_aioseo_og_title', ''),
(1190, 1261, '_aioseo_og_description', ''),
(1191, 1261, '_aioseo_og_article_section', ''),
(1192, 1261, '_aioseo_og_article_tags', ''),
(1193, 1261, '_aioseo_twitter_title', ''),
(1194, 1261, '_aioseo_twitter_description', ''),
(1195, 1268, '_edit_last', '1'),
(1196, 1268, '_thumbnail_id', '30012'),
(1197, 1268, '_aioseo_title', 'Demo Slot Santa\'s Wonderland Pragmatic Play'),
(1198, 1268, '_aioseo_description', '#post_excerpt'),
(1199, 1268, '_aioseo_keywords', ''),
(1200, 1268, '_aioseo_og_title', ''),
(1201, 1268, '_aioseo_og_description', ''),
(1202, 1268, '_aioseo_og_article_section', ''),
(1203, 1268, '_aioseo_og_article_tags', ''),
(1204, 1268, '_aioseo_twitter_title', ''),
(1205, 1268, '_aioseo_twitter_description', ''),
(1206, 1272, '_edit_last', '1'),
(1207, 1272, '_thumbnail_id', '30011'),
(1208, 1272, '_aioseo_title', 'Demo Slot Chicken Drop Pragmatic Play'),
(1209, 1272, '_aioseo_description', '#post_excerpt'),
(1210, 1272, '_aioseo_keywords', ''),
(1211, 1272, '_aioseo_og_title', ''),
(1212, 1272, '_aioseo_og_description', ''),
(1213, 1272, '_aioseo_og_article_section', ''),
(1214, 1272, '_aioseo_og_article_tags', ''),
(1215, 1272, '_aioseo_twitter_title', ''),
(1216, 1272, '_aioseo_twitter_description', ''),
(1217, 1276, '_edit_last', '1'),
(1218, 1276, '_thumbnail_id', '30010'),
(1219, 1276, '_aioseo_title', 'Demo Slot Treasure Wild Pragmatic Play'),
(1220, 1276, '_aioseo_description', '#post_excerpt'),
(1221, 1276, '_aioseo_keywords', ''),
(1222, 1276, '_aioseo_og_title', ''),
(1223, 1276, '_aioseo_og_description', ''),
(1224, 1276, '_aioseo_og_article_section', ''),
(1225, 1276, '_aioseo_og_article_tags', ''),
(1226, 1276, '_aioseo_twitter_title', ''),
(1227, 1276, '_aioseo_twitter_description', ''),
(1228, 1280, '_edit_last', '1'),
(1229, 1280, '_thumbnail_id', '30009'),
(1230, 1280, '_aioseo_title', 'Demo Slot Temujin Treasures Pragmatic Play'),
(1231, 1280, '_aioseo_description', '#post_excerpt'),
(1232, 1280, '_aioseo_keywords', ''),
(1233, 1280, '_aioseo_og_title', ''),
(1234, 1280, '_aioseo_og_description', ''),
(1235, 1280, '_aioseo_og_article_section', ''),
(1236, 1280, '_aioseo_og_article_tags', ''),
(1237, 1280, '_aioseo_twitter_title', ''),
(1238, 1280, '_aioseo_twitter_description', ''),
(1239, 1284, '_edit_last', '1'),
(1240, 1284, '_thumbnail_id', '30008'),
(1241, 1284, '_aioseo_title', 'Demo Slot Crystal Caverns Megaways Pragmatic Play'),
(1242, 1284, '_aioseo_description', '#post_excerpt'),
(1243, 1284, '_aioseo_keywords', ''),
(1244, 1284, '_aioseo_og_title', ''),
(1245, 1284, '_aioseo_og_description', ''),
(1246, 1284, '_aioseo_og_article_section', ''),
(1247, 1284, '_aioseo_og_article_tags', ''),
(1248, 1284, '_aioseo_twitter_title', ''),
(1249, 1284, '_aioseo_twitter_description', ''),
(1250, 1288, '_edit_last', '1'),
(1251, 1288, '_thumbnail_id', '30007'),
(1252, 1288, '_aioseo_title', 'Demo Slot The Hand of Midas Pragmatic Play'),
(1253, 1288, '_aioseo_description', '#post_excerpt'),
(1254, 1288, '_aioseo_keywords', ''),
(1255, 1288, '_aioseo_og_title', ''),
(1256, 1288, '_aioseo_og_description', ''),
(1257, 1288, '_aioseo_og_article_section', ''),
(1258, 1288, '_aioseo_og_article_tags', ''),
(1259, 1288, '_aioseo_twitter_title', ''),
(1260, 1288, '_aioseo_twitter_description', ''),
(1261, 1292, '_edit_last', '1'),
(1262, 1292, '_thumbnail_id', '30006'),
(1263, 1292, '_aioseo_title', 'Demo Slot Gates of Valhalla Pragmatic Play'),
(1264, 1292, '_aioseo_description', '#post_excerpt'),
(1265, 1292, '_aioseo_keywords', ''),
(1266, 1292, '_aioseo_og_title', ''),
(1267, 1292, '_aioseo_og_description', ''),
(1268, 1292, '_aioseo_og_article_section', ''),
(1269, 1292, '_aioseo_og_article_tags', ''),
(1270, 1292, '_aioseo_twitter_title', ''),
(1271, 1292, '_aioseo_twitter_description', ''),
(1272, 1296, '_edit_last', '1'),
(1273, 1296, '_thumbnail_id', '30005'),
(1274, 1296, '_aioseo_title', 'Demo Slot Elemental Gems Megaways Pragmatic Play'),
(1275, 1296, '_aioseo_description', '#post_excerpt'),
(1276, 1296, '_aioseo_keywords', ''),
(1277, 1296, '_aioseo_og_title', ''),
(1278, 1296, '_aioseo_og_description', ''),
(1279, 1296, '_aioseo_og_article_section', ''),
(1280, 1296, '_aioseo_og_article_tags', ''),
(1281, 1296, '_aioseo_twitter_title', ''),
(1282, 1296, '_aioseo_twitter_description', ''),
(1283, 1300, '_edit_last', '1'),
(1284, 1300, '_thumbnail_id', '30004'),
(1285, 1300, '_aioseo_title', 'Demo Slot Rock Vegas Pragmatic Play'),
(1286, 1300, '_aioseo_description', '#post_excerpt'),
(1287, 1300, '_aioseo_keywords', ''),
(1288, 1300, '_aioseo_og_title', ''),
(1289, 1300, '_aioseo_og_description', ''),
(1290, 1300, '_aioseo_og_article_section', ''),
(1291, 1300, '_aioseo_og_article_tags', ''),
(1292, 1300, '_aioseo_twitter_title', ''),
(1293, 1300, '_aioseo_twitter_description', ''),
(1294, 1304, '_edit_last', '1'),
(1295, 1304, '_thumbnail_id', '30003'),
(1296, 1304, '_aioseo_title', 'Demo Slot Cash Patrol Pragmatic Play'),
(1297, 1304, '_aioseo_description', '#post_excerpt'),
(1298, 1304, '_aioseo_keywords', ''),
(1299, 1304, '_aioseo_og_title', ''),
(1300, 1304, '_aioseo_og_description', ''),
(1301, 1304, '_aioseo_og_article_section', ''),
(1302, 1304, '_aioseo_og_article_tags', ''),
(1303, 1304, '_aioseo_twitter_title', ''),
(1304, 1304, '_aioseo_twitter_description', ''),
(1305, 1308, '_edit_last', '1'),
(1306, 1308, '_thumbnail_id', '30002'),
(1307, 1308, '_aioseo_title', 'Demo Slot The Ultimate 5 Pragmatic Play'),
(1308, 1308, '_aioseo_description', '#post_excerpt'),
(1309, 1308, '_aioseo_keywords', ''),
(1310, 1308, '_aioseo_og_title', ''),
(1311, 1308, '_aioseo_og_description', ''),
(1312, 1308, '_aioseo_og_article_section', ''),
(1313, 1308, '_aioseo_og_article_tags', ''),
(1314, 1308, '_aioseo_twitter_title', ''),
(1315, 1308, '_aioseo_twitter_description', ''),
(1316, 1149, '_edit_last', '1'),
(1317, 1149, '_thumbnail_id', '30044'),
(1318, 1149, '_aioseo_title', 'Demo Slot Fire Strike Pragmatic Play'),
(1319, 1149, '_aioseo_description', '#post_excerpt'),
(1320, 1149, '_aioseo_keywords', ''),
(1321, 1149, '_aioseo_og_title', ''),
(1322, 1149, '_aioseo_og_description', ''),
(1323, 1149, '_aioseo_og_article_section', ''),
(1324, 1149, '_aioseo_og_article_tags', ''),
(1325, 1149, '_aioseo_twitter_title', ''),
(1326, 1149, '_aioseo_twitter_description', ''),
(1327, 1149, '_wp_old_slug', 'fire-strike%ef%bf%bc%ef%bf%bc'),
(1328, 1151, '_edit_last', '1'),
(1329, 1151, '_thumbnail_id', '30043'),
(1330, 1151, '_aioseo_title', 'Demo Slot Star Pirates Code Pragmatic Play'),
(1331, 1151, '_aioseo_description', '#post_excerpt'),
(1332, 1151, '_aioseo_keywords', ''),
(1333, 1151, '_aioseo_og_title', ''),
(1334, 1151, '_aioseo_og_description', ''),
(1335, 1151, '_aioseo_og_article_section', ''),
(1336, 1151, '_aioseo_og_article_tags', ''),
(1337, 1151, '_aioseo_twitter_title', ''),
(1338, 1151, '_aioseo_twitter_description', ''),
(1339, 1158, '_edit_last', '1'),
(1340, 1158, '_thumbnail_id', '30042'),
(1341, 1158, '_aioseo_title', 'Demo Slot Wild West Gold Pragmatic Play'),
(1342, 1158, '_aioseo_description', '#post_excerpt'),
(1343, 1158, '_aioseo_keywords', ''),
(1344, 1158, '_aioseo_og_title', ''),
(1345, 1158, '_aioseo_og_description', ''),
(1346, 1158, '_aioseo_og_article_section', ''),
(1347, 1158, '_aioseo_og_article_tags', ''),
(1348, 1158, '_aioseo_twitter_title', ''),
(1349, 1158, '_aioseo_twitter_description', ''),
(1350, 1162, '_edit_last', '1'),
(1351, 1162, '_thumbnail_id', '30040'),
(1352, 1162, '_aioseo_title', 'Demo Slot Bubble Pop Pragmatic Play'),
(1353, 1162, '_aioseo_description', '#post_excerpt'),
(1354, 1162, '_aioseo_keywords', ''),
(1355, 1162, '_aioseo_og_title', ''),
(1356, 1162, '_aioseo_og_description', ''),
(1357, 1162, '_aioseo_og_article_section', ''),
(1358, 1162, '_aioseo_og_article_tags', ''),
(1359, 1162, '_aioseo_twitter_title', ''),
(1360, 1162, '_aioseo_twitter_description', ''),
(1361, 1164, '_thumbnail_id', '30041'),
(1362, 1164, '_edit_last', '1'),
(1363, 1164, '_aioseo_title', 'Demo Slot Aztec Gems Deluxe Pragmatic Play'),
(1364, 1164, '_aioseo_description', '#post_excerpt'),
(1365, 1164, '_aioseo_keywords', ''),
(1366, 1164, '_aioseo_og_title', ''),
(1367, 1164, '_aioseo_og_description', ''),
(1368, 1164, '_aioseo_og_article_section', ''),
(1369, 1164, '_aioseo_og_article_tags', ''),
(1370, 1164, '_aioseo_twitter_title', ''),
(1371, 1164, '_aioseo_twitter_description', ''),
(1372, 1170, '_edit_last', '1'),
(1373, 1170, '_thumbnail_id', '30039'),
(1374, 1170, '_aioseo_title', 'Demo Slot Power of Thor Megaways Pragmatic Play'),
(1375, 1170, '_aioseo_description', '#post_excerpt'),
(1376, 1170, '_aioseo_keywords', ''),
(1377, 1170, '_aioseo_og_title', ''),
(1378, 1170, '_aioseo_og_description', ''),
(1379, 1170, '_aioseo_og_article_section', ''),
(1380, 1170, '_aioseo_og_article_tags', ''),
(1381, 1170, '_aioseo_twitter_title', ''),
(1382, 1170, '_aioseo_twitter_description', ''),
(1383, 1174, '_edit_last', '1'),
(1384, 1174, '_thumbnail_id', '30038'),
(1385, 1174, '_aioseo_title', 'Demo Slot Aztec Bonanza Pragmatic Play'),
(1386, 1174, '_aioseo_description', '#post_excerpt'),
(1387, 1174, '_aioseo_keywords', ''),
(1388, 1174, '_aioseo_og_title', ''),
(1389, 1174, '_aioseo_og_description', ''),
(1390, 1174, '_aioseo_og_article_section', ''),
(1391, 1174, '_aioseo_og_article_tags', ''),
(1392, 1174, '_aioseo_twitter_title', ''),
(1393, 1174, '_aioseo_twitter_description', ''),
(1394, 1176, '_edit_last', '1'),
(1395, 1176, '_thumbnail_id', '30037'),
(1396, 1176, '_aioseo_title', 'Demo Slot Big Bass Bonanza Megaways Pragmatic Play'),
(1397, 1176, '_aioseo_description', '#post_excerpt'),
(1398, 1176, '_aioseo_keywords', ''),
(1399, 1176, '_aioseo_og_title', ''),
(1400, 1176, '_aioseo_og_description', ''),
(1401, 1176, '_aioseo_og_article_section', ''),
(1402, 1176, '_aioseo_og_article_tags', ''),
(1403, 1176, '_aioseo_twitter_title', ''),
(1404, 1176, '_aioseo_twitter_description', ''),
(1405, 1182, '_edit_last', '1'),
(1406, 1182, '_thumbnail_id', '30036'),
(1407, 1182, '_aioseo_title', 'Demo Slot Bounty Gold Pragmatic Play'),
(1408, 1182, '_aioseo_description', '#post_excerpt'),
(1409, 1182, '_aioseo_keywords', ''),
(1410, 1182, '_aioseo_og_title', ''),
(1411, 1182, '_aioseo_og_description', ''),
(1412, 1182, '_aioseo_og_article_section', ''),
(1413, 1182, '_aioseo_og_article_tags', ''),
(1414, 1182, '_aioseo_twitter_title', ''),
(1415, 1182, '_aioseo_twitter_description', ''),
(1416, 1183, '_thumbnail_id', '30035'),
(1417, 1183, '_edit_last', '1'),
(1418, 1183, '_aioseo_title', 'Demo Slot Christmas Carol Megaways Pragmatic Play'),
(1419, 1183, '_aioseo_description', '#post_excerpt'),
(1420, 1183, '_aioseo_keywords', ''),
(1421, 1183, '_aioseo_og_title', ''),
(1422, 1183, '_aioseo_og_description', ''),
(1423, 1183, '_aioseo_og_article_section', ''),
(1424, 1183, '_aioseo_og_article_tags', ''),
(1425, 1183, '_aioseo_twitter_title', ''),
(1426, 1183, '_aioseo_twitter_description', ''),
(1427, 1189, '_edit_last', '1'),
(1428, 1189, '_thumbnail_id', '30033'),
(1429, 1189, '_aioseo_title', 'Demo Slot Hockey Attack Pragmatic Play'),
(1430, 1189, '_aioseo_description', '#post_excerpt'),
(1431, 1189, '_aioseo_keywords', ''),
(1432, 1189, '_aioseo_og_title', ''),
(1433, 1189, '_aioseo_og_description', ''),
(1434, 1189, '_aioseo_og_article_section', ''),
(1435, 1189, '_aioseo_og_article_tags', ''),
(1436, 1189, '_aioseo_twitter_title', ''),
(1437, 1189, '_aioseo_twitter_description', ''),
(1438, 1192, '_edit_last', '1'),
(1439, 1192, '_thumbnail_id', '30032'),
(1440, 1192, '_aioseo_title', 'Demo Slot Madame Destiny Megaways Pragmatic Play'),
(1441, 1192, '_aioseo_description', '#post_excerpt'),
(1442, 1192, '_aioseo_keywords', ''),
(1443, 1192, '_aioseo_og_title', ''),
(1444, 1192, '_aioseo_og_description', ''),
(1445, 1192, '_aioseo_og_article_section', ''),
(1446, 1192, '_aioseo_og_article_tags', ''),
(1447, 1192, '_aioseo_twitter_title', ''),
(1448, 1192, '_aioseo_twitter_description', ''),
(1449, 1196, '_edit_last', '1'),
(1450, 1196, '_thumbnail_id', '30031'),
(1451, 1196, '_aioseo_title', 'Demo Slot Super X Pragmatic Play'),
(1452, 1196, '_aioseo_description', '#post_excerpt'),
(1453, 1196, '_aioseo_keywords', ''),
(1454, 1196, '_aioseo_og_title', ''),
(1455, 1196, '_aioseo_og_description', ''),
(1456, 1196, '_aioseo_og_article_section', ''),
(1457, 1196, '_aioseo_og_article_tags', ''),
(1458, 1196, '_aioseo_twitter_title', ''),
(1459, 1196, '_aioseo_twitter_description', ''),
(1460, 1204, '_thumbnail_id', '30030'),
(1461, 1204, '_edit_last', '1'),
(1462, 1204, '_aioseo_title', 'Demo Slot Buffalo King Megaways Pragmatic Play'),
(1463, 1204, '_aioseo_description', '#post_excerpt'),
(1464, 1204, '_aioseo_keywords', ''),
(1465, 1204, '_aioseo_og_title', ''),
(1466, 1204, '_aioseo_og_description', ''),
(1467, 1204, '_aioseo_og_article_section', ''),
(1468, 1204, '_aioseo_og_article_tags', ''),
(1469, 1204, '_aioseo_twitter_title', ''),
(1470, 1204, '_aioseo_twitter_description', ''),
(1471, 1206, '_thumbnail_id', '30029'),
(1472, 1206, '_edit_last', '1'),
(1473, 1206, '_aioseo_title', 'Demo Slot Fortune of Giza Pragmatic Play'),
(1474, 1206, '_aioseo_description', '#post_excerpt'),
(1475, 1206, '_aioseo_keywords', ''),
(1476, 1206, '_aioseo_og_title', ''),
(1477, 1206, '_aioseo_og_description', ''),
(1478, 1206, '_aioseo_og_article_section', ''),
(1479, 1206, '_aioseo_og_article_tags', ''),
(1480, 1206, '_aioseo_twitter_title', ''),
(1481, 1206, '_aioseo_twitter_description', ''),
(1482, 1212, '_edit_last', '1'),
(1483, 1212, '_thumbnail_id', '30026'),
(1484, 1212, '_aioseo_title', 'Demo Slot Gems Bonanza Pragmatic Play'),
(1485, 1212, '_aioseo_description', '#post_excerpt'),
(1486, 1212, '_aioseo_keywords', ''),
(1487, 1212, '_aioseo_og_title', ''),
(1488, 1212, '_aioseo_og_description', ''),
(1489, 1212, '_aioseo_og_article_section', ''),
(1490, 1212, '_aioseo_og_article_tags', ''),
(1491, 1212, '_aioseo_twitter_title', ''),
(1492, 1212, '_aioseo_twitter_description', ''),
(1493, 1213, '_edit_last', '1'),
(1494, 1213, '_thumbnail_id', '30028'),
(1495, 1213, '_aioseo_title', 'Demo Slot Lucky New Year Tiger Treasure Pragmatic Play'),
(1496, 1213, '_aioseo_description', '#post_excerpt'),
(1497, 1213, '_aioseo_keywords', ''),
(1498, 1213, '_aioseo_og_title', ''),
(1499, 1213, '_aioseo_og_description', ''),
(1500, 1213, '_aioseo_og_article_section', ''),
(1501, 1213, '_aioseo_og_article_tags', ''),
(1502, 1213, '_aioseo_twitter_title', ''),
(1503, 1213, '_aioseo_twitter_description', ''),
(1504, 1217, '_aioseo_title', 'Demo Slot Emperor Caishen Pragmatic Play'),
(1505, 1217, '_thumbnail_id', '30027'),
(1506, 1217, '_edit_last', '1'),
(1507, 1217, '_aioseo_description', '#post_excerpt'),
(1508, 1217, '_aioseo_keywords', ''),
(1509, 1217, '_aioseo_og_title', ''),
(1510, 1217, '_aioseo_og_description', ''),
(1511, 1217, '_aioseo_og_article_section', ''),
(1512, 1217, '_aioseo_og_article_tags', ''),
(1513, 1217, '_aioseo_twitter_title', ''),
(1514, 1217, '_aioseo_twitter_description', ''),
(1515, 1221, '_edit_last', '1'),
(1516, 1221, '_thumbnail_id', '30024'),
(1517, 1221, '_aioseo_title', 'Demo Slot Smugglers Cove Pragmatic Play'),
(1518, 1221, '_aioseo_description', '#post_excerpt'),
(1519, 1221, '_aioseo_keywords', ''),
(1520, 1221, '_aioseo_og_title', ''),
(1521, 1221, '_aioseo_og_description', ''),
(1522, 1221, '_aioseo_og_article_section', ''),
(1523, 1221, '_aioseo_og_article_tags', ''),
(1524, 1221, '_aioseo_twitter_title', ''),
(1525, 1221, '_aioseo_twitter_description', ''),
(1526, 1229, '_edit_last', '1'),
(1527, 1229, '_thumbnail_id', '30023'),
(1528, 1229, '_aioseo_title', 'Demo Slot Magician\'s Secrets Pragmatic Play'),
(1529, 1229, '_aioseo_description', '#post_excerpt'),
(1530, 1229, '_aioseo_keywords', ''),
(1531, 1229, '_aioseo_og_title', ''),
(1532, 1229, '_aioseo_og_description', ''),
(1533, 1229, '_aioseo_og_article_section', ''),
(1534, 1229, '_aioseo_og_article_tags', ''),
(1535, 1229, '_aioseo_twitter_title', ''),
(1536, 1229, '_aioseo_twitter_description', ''),
(1537, 1055, '_edit_last', '1'),
(1538, 1055, '_thumbnail_id', '30067'),
(1539, 1055, '_aioseo_title', 'Demo Slot Cash Elevator Pragmatic Play'),
(1540, 1055, '_aioseo_description', '#post_excerpt'),
(1541, 1055, '_aioseo_keywords', ''),
(1542, 1055, '_aioseo_og_title', ''),
(1543, 1055, '_aioseo_og_description', ''),
(1544, 1055, '_aioseo_og_article_section', ''),
(1545, 1055, '_aioseo_og_article_tags', ''),
(1546, 1055, '_aioseo_twitter_title', ''),
(1547, 1055, '_aioseo_twitter_description', ''),
(1548, 1059, '_edit_last', '1'),
(1549, 1059, '_thumbnail_id', '30066'),
(1550, 1059, '_aioseo_title', 'Demo Slot Dragon Hot Hold and Spin Pragmatic Play'),
(1551, 1059, '_aioseo_description', '#post_excerpt'),
(1552, 1059, '_aioseo_keywords', ''),
(1553, 1059, '_aioseo_og_title', ''),
(1554, 1059, '_aioseo_og_description', ''),
(1555, 1059, '_aioseo_og_article_section', ''),
(1556, 1059, '_aioseo_og_article_tags', ''),
(1557, 1059, '_aioseo_twitter_title', ''),
(1558, 1059, '_aioseo_twitter_description', ''),
(1559, 1063, '_edit_last', '1'),
(1560, 1063, '_thumbnail_id', '30064'),
(1561, 1063, '_aioseo_title', 'Demo Slot Heart of Rio Pragmatic Play'),
(1562, 1063, '_aioseo_description', '#post_excerpt'),
(1563, 1063, '_aioseo_keywords', ''),
(1564, 1063, '_aioseo_og_title', ''),
(1565, 1063, '_aioseo_og_description', ''),
(1566, 1063, '_aioseo_og_article_section', ''),
(1567, 1063, '_aioseo_og_article_tags', ''),
(1568, 1063, '_aioseo_twitter_title', ''),
(1569, 1063, '_aioseo_twitter_description', ''),
(1570, 1067, '_edit_last', '1'),
(1571, 1067, '_thumbnail_id', '30063'),
(1572, 1067, '_aioseo_title', 'Demo Slot Phoenix Forge Pragmatic Play'),
(1573, 1067, '_aioseo_description', '#post_excerpt'),
(1574, 1067, '_aioseo_keywords', ''),
(1575, 1067, '_aioseo_og_title', ''),
(1576, 1067, '_aioseo_og_description', ''),
(1577, 1067, '_aioseo_og_article_section', ''),
(1578, 1067, '_aioseo_og_article_tags', ''),
(1579, 1067, '_aioseo_twitter_title', ''),
(1580, 1067, '_aioseo_twitter_description', ''),
(1581, 1071, '_edit_last', '1'),
(1582, 1071, '_thumbnail_id', '30062'),
(1583, 1071, '_aioseo_title', 'Demo Slot Lucky Grace And Charm Pragmatic Play'),
(1584, 1071, '_aioseo_description', '#post_excerpt'),
(1585, 1071, '_aioseo_keywords', ''),
(1586, 1071, '_aioseo_og_title', ''),
(1587, 1071, '_aioseo_og_description', ''),
(1588, 1071, '_aioseo_og_article_section', ''),
(1589, 1071, '_aioseo_og_article_tags', ''),
(1590, 1071, '_aioseo_twitter_title', ''),
(1591, 1071, '_aioseo_twitter_description', ''),
(1592, 1076, '_edit_last', '1'),
(1593, 1076, '_thumbnail_id', '30061'),
(1594, 1076, '_aioseo_title', 'Demo Slot Chicken Chase Pragmatic Play'),
(1595, 1076, '_aioseo_description', '#post_excerpt'),
(1596, 1076, '_aioseo_keywords', ''),
(1597, 1076, '_aioseo_og_title', ''),
(1598, 1076, '_aioseo_og_description', ''),
(1599, 1076, '_aioseo_og_article_section', ''),
(1600, 1076, '_aioseo_og_article_tags', ''),
(1601, 1076, '_aioseo_twitter_title', ''),
(1602, 1076, '_aioseo_twitter_description', ''),
(1603, 1090, '_edit_last', '1'),
(1604, 1090, '_thumbnail_id', '30060'),
(1605, 1090, '_aioseo_title', 'Demo Slot Raging Bull Pragmatic Play'),
(1606, 1090, '_aioseo_description', '#post_excerpt'),
(1607, 1090, '_aioseo_keywords', ''),
(1608, 1090, '_aioseo_og_title', ''),
(1609, 1090, '_aioseo_og_description', ''),
(1610, 1090, '_aioseo_og_article_section', ''),
(1611, 1090, '_aioseo_og_article_tags', ''),
(1612, 1090, '_aioseo_twitter_title', ''),
(1613, 1090, '_aioseo_twitter_description', ''),
(1614, 1097, '_edit_last', '1'),
(1615, 1097, '_thumbnail_id', '30059'),
(1616, 1097, '_aioseo_title', 'Demo Slot Sweet Bonanza Xmas Pragmatic Play'),
(1617, 1097, '_aioseo_description', '#post_excerpt'),
(1618, 1097, '_aioseo_keywords', ''),
(1619, 1097, '_aioseo_og_title', ''),
(1620, 1097, '_aioseo_og_description', ''),
(1621, 1097, '_aioseo_og_article_section', ''),
(1622, 1097, '_aioseo_og_article_tags', ''),
(1623, 1097, '_aioseo_twitter_title', ''),
(1624, 1097, '_aioseo_twitter_description', ''),
(1625, 1101, '_thumbnail_id', '30058'),
(1626, 1101, '_edit_last', '1'),
(1627, 1101, '_aioseo_title', 'Demo Slot Aztec Gems Pragmatic Play'),
(1628, 1101, '_aioseo_description', '#post_excerpt'),
(1629, 1101, '_aioseo_keywords', ''),
(1630, 1101, '_aioseo_og_title', ''),
(1631, 1101, '_aioseo_og_description', ''),
(1632, 1101, '_aioseo_og_article_section', ''),
(1633, 1101, '_aioseo_og_article_tags', ''),
(1634, 1101, '_aioseo_twitter_title', ''),
(1635, 1101, '_aioseo_twitter_description', ''),
(1636, 1103, '_edit_last', '1'),
(1637, 1103, '_thumbnail_id', '30057'),
(1638, 1103, '_aioseo_title', 'Demo Slot Bigger Bass Bonanza Pragmatic Play'),
(1639, 1103, '_aioseo_description', '#post_excerpt'),
(1640, 1103, '_aioseo_keywords', ''),
(1641, 1103, '_aioseo_og_title', ''),
(1642, 1103, '_aioseo_og_description', ''),
(1643, 1103, '_aioseo_og_article_section', ''),
(1644, 1103, '_aioseo_og_article_tags', ''),
(1645, 1103, '_aioseo_twitter_title', ''),
(1646, 1103, '_aioseo_twitter_description', ''),
(1647, 1107, '_edit_last', '1'),
(1648, 1107, '_thumbnail_id', '30056'),
(1649, 1107, '_aioseo_title', 'Demo Slot Pyramid Bonanza Pragmatic Play'),
(1650, 1107, '_aioseo_description', '#post_excerpt'),
(1651, 1107, '_aioseo_keywords', ''),
(1652, 1107, '_aioseo_og_title', ''),
(1653, 1107, '_aioseo_og_description', '');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1654, 1107, '_aioseo_og_article_section', ''),
(1655, 1107, '_aioseo_og_article_tags', ''),
(1656, 1107, '_aioseo_twitter_title', ''),
(1657, 1107, '_aioseo_twitter_description', ''),
(1658, 1113, '_edit_last', '1'),
(1659, 1113, '_thumbnail_id', '30054'),
(1660, 1113, '_aioseo_title', 'Demo Slot Bonanza Gold Pragmatic Play'),
(1661, 1113, '_aioseo_description', '#post_excerpt'),
(1662, 1113, '_aioseo_keywords', ''),
(1663, 1113, '_aioseo_og_title', ''),
(1664, 1113, '_aioseo_og_description', ''),
(1665, 1113, '_aioseo_og_article_section', ''),
(1666, 1113, '_aioseo_og_article_tags', ''),
(1667, 1113, '_aioseo_twitter_title', ''),
(1668, 1113, '_aioseo_twitter_description', ''),
(1669, 1115, '_thumbnail_id', '30053'),
(1670, 1115, '_edit_last', '1'),
(1671, 1115, '_aioseo_title', 'Demo Slot Cash Bonanza Pragmatic Play'),
(1672, 1115, '_aioseo_description', '#post_excerpt'),
(1673, 1115, '_aioseo_keywords', ''),
(1674, 1115, '_aioseo_og_title', ''),
(1675, 1115, '_aioseo_og_description', ''),
(1676, 1115, '_aioseo_og_article_section', ''),
(1677, 1115, '_aioseo_og_article_tags', ''),
(1678, 1115, '_aioseo_twitter_title', ''),
(1679, 1115, '_aioseo_twitter_description', ''),
(1680, 1121, '_edit_last', '1'),
(1681, 1121, '_thumbnail_id', '30052'),
(1682, 1121, '_aioseo_title', 'Demo Slot Joker\'s Jewels Pragmatic Play'),
(1683, 1121, '_aioseo_description', '#post_excerpt'),
(1684, 1121, '_aioseo_keywords', ''),
(1685, 1121, '_aioseo_og_title', ''),
(1686, 1121, '_aioseo_og_description', ''),
(1687, 1121, '_aioseo_og_article_section', ''),
(1688, 1121, '_aioseo_og_article_tags', ''),
(1689, 1121, '_aioseo_twitter_title', ''),
(1690, 1121, '_aioseo_twitter_description', ''),
(1691, 1125, '_edit_last', '1'),
(1692, 1125, '_thumbnail_id', '30051'),
(1693, 1125, '_aioseo_title', 'Demo Slot 5 Lions Megaways Pragmatic Play'),
(1694, 1125, '_aioseo_description', '#post_excerpt'),
(1695, 1125, '_aioseo_keywords', ''),
(1696, 1125, '_aioseo_og_title', ''),
(1697, 1125, '_aioseo_og_description', ''),
(1698, 1125, '_aioseo_og_article_section', ''),
(1699, 1125, '_aioseo_og_article_tags', ''),
(1700, 1125, '_aioseo_twitter_title', ''),
(1701, 1125, '_aioseo_twitter_description', ''),
(1702, 1126, '_edit_last', '1'),
(1703, 1126, '_thumbnail_id', '30049'),
(1704, 1126, '_aioseo_title', 'Demo Slot Piggy Bank Bills Pragmatic Play'),
(1705, 1126, '_aioseo_description', '#post_excerpt'),
(1706, 1126, '_aioseo_keywords', ''),
(1707, 1126, '_aioseo_og_title', ''),
(1708, 1126, '_aioseo_og_description', ''),
(1709, 1126, '_aioseo_og_article_section', ''),
(1710, 1126, '_aioseo_og_article_tags', ''),
(1711, 1126, '_aioseo_twitter_title', ''),
(1712, 1126, '_aioseo_twitter_description', ''),
(1713, 1133, '_edit_last', '1'),
(1714, 1133, '_thumbnail_id', '30047'),
(1715, 1133, '_aioseo_title', 'Demo Slot Great Rhino Megaways Pragmatic Play'),
(1716, 1133, '_aioseo_description', '#post_excerpt'),
(1717, 1133, '_aioseo_keywords', ''),
(1718, 1133, '_aioseo_og_title', ''),
(1719, 1133, '_aioseo_og_description', ''),
(1720, 1133, '_aioseo_og_article_section', ''),
(1721, 1133, '_aioseo_og_article_tags', ''),
(1722, 1133, '_aioseo_twitter_title', ''),
(1723, 1133, '_aioseo_twitter_description', ''),
(1724, 1134, '_edit_last', '1'),
(1725, 1134, '_thumbnail_id', '30048'),
(1726, 1134, '_aioseo_title', 'Demo Slot The Tweety House Pragmatic Play'),
(1727, 1134, '_aioseo_description', '#post_excerpt'),
(1728, 1134, '_aioseo_keywords', ''),
(1729, 1134, '_aioseo_og_title', ''),
(1730, 1134, '_aioseo_og_description', ''),
(1731, 1134, '_aioseo_og_article_section', ''),
(1732, 1134, '_aioseo_og_article_tags', ''),
(1733, 1134, '_aioseo_twitter_title', ''),
(1734, 1134, '_aioseo_twitter_description', ''),
(1735, 1141, '_edit_last', '1'),
(1736, 1141, '_thumbnail_id', '30046'),
(1737, 1141, '_aioseo_title', 'Demo Slot Mystic Chief Pragmatic Play'),
(1738, 1141, '_aioseo_description', '#post_excerpt'),
(1739, 1141, '_aioseo_keywords', ''),
(1740, 1141, '_aioseo_og_title', ''),
(1741, 1141, '_aioseo_og_description', ''),
(1742, 1141, '_aioseo_og_article_section', ''),
(1743, 1141, '_aioseo_og_article_tags', ''),
(1744, 1141, '_aioseo_twitter_title', ''),
(1745, 1141, '_aioseo_twitter_description', ''),
(1746, 1142, '_edit_last', '1'),
(1747, 1142, '_thumbnail_id', '30045'),
(1748, 1142, '_aioseo_title', 'Demo Slot Candy Village Pragmatic Play'),
(1749, 1142, '_aioseo_description', '#post_excerpt'),
(1750, 1142, '_aioseo_keywords', ''),
(1751, 1142, '_aioseo_og_title', ''),
(1752, 1142, '_aioseo_og_description', ''),
(1753, 1142, '_aioseo_og_article_section', ''),
(1754, 1142, '_aioseo_og_article_tags', ''),
(1755, 1142, '_aioseo_twitter_title', ''),
(1756, 1142, '_aioseo_twitter_description', ''),
(1757, 974, '_edit_last', '1'),
(1758, 974, '_thumbnail_id', '30090'),
(1759, 974, '_aioseo_title', 'Demo Slot Fire88 Pragmatic Play'),
(1760, 974, '_aioseo_description', '#post_excerpt'),
(1761, 974, '_aioseo_keywords', ''),
(1762, 974, '_aioseo_og_title', ''),
(1763, 974, '_aioseo_og_description', ''),
(1764, 974, '_aioseo_og_article_section', ''),
(1765, 974, '_aioseo_og_article_tags', ''),
(1766, 974, '_aioseo_twitter_title', ''),
(1767, 974, '_aioseo_twitter_description', ''),
(1768, 978, '_edit_last', '1'),
(1769, 978, '_thumbnail_id', '30089'),
(1770, 978, '_aioseo_title', 'Demo Slot The Dog House Pragmatic Play'),
(1771, 978, '_aioseo_description', '#post_excerpt'),
(1772, 978, '_aioseo_keywords', ''),
(1773, 978, '_aioseo_og_title', ''),
(1774, 978, '_aioseo_og_description', ''),
(1775, 978, '_aioseo_og_article_section', ''),
(1776, 978, '_aioseo_og_article_tags', ''),
(1777, 978, '_aioseo_twitter_title', ''),
(1778, 978, '_aioseo_twitter_description', ''),
(1779, 982, '_edit_last', '1'),
(1780, 982, '_thumbnail_id', '30088'),
(1781, 982, '_aioseo_title', 'Demo Slot John Hunter and the Tomb of the Scarab Queen Pragmatic Play'),
(1782, 982, '_aioseo_description', '#post_excerpt'),
(1783, 982, '_aioseo_keywords', ''),
(1784, 982, '_aioseo_og_title', ''),
(1785, 982, '_aioseo_og_description', ''),
(1786, 982, '_aioseo_og_article_section', ''),
(1787, 982, '_aioseo_og_article_tags', ''),
(1788, 982, '_aioseo_twitter_title', ''),
(1789, 982, '_aioseo_twitter_description', ''),
(1790, 986, '_edit_last', '1'),
(1791, 986, '_thumbnail_id', '30087'),
(1792, 986, '_aioseo_title', 'Demo Slot 8 Dragons Pragmatic Play'),
(1793, 986, '_aioseo_description', '#post_excerpt'),
(1794, 986, '_aioseo_keywords', ''),
(1795, 986, '_aioseo_og_title', ''),
(1796, 986, '_aioseo_og_description', ''),
(1797, 986, '_aioseo_og_article_section', ''),
(1798, 986, '_aioseo_og_article_tags', ''),
(1799, 986, '_aioseo_twitter_title', ''),
(1800, 986, '_aioseo_twitter_description', ''),
(1801, 990, '_edit_last', '1'),
(1802, 990, '_thumbnail_id', '30086'),
(1803, 990, '_aioseo_title', 'Demo Slot Diamond Strike Pragmatic Play'),
(1804, 990, '_aioseo_description', '#post_excerpt'),
(1805, 990, '_aioseo_keywords', ''),
(1806, 990, '_aioseo_og_title', ''),
(1807, 990, '_aioseo_og_description', ''),
(1808, 990, '_aioseo_og_article_section', ''),
(1809, 990, '_aioseo_og_article_tags', ''),
(1810, 990, '_aioseo_twitter_title', ''),
(1811, 990, '_aioseo_twitter_description', ''),
(1812, 994, '_edit_last', '1'),
(1813, 994, '_thumbnail_id', '30084'),
(1814, 994, '_aioseo_title', 'Demo Slot Great Rhino Pragmatic Play'),
(1815, 994, '_aioseo_description', '#post_excerpt'),
(1816, 994, '_aioseo_keywords', ''),
(1817, 994, '_aioseo_og_title', ''),
(1818, 994, '_aioseo_og_description', ''),
(1819, 994, '_aioseo_og_article_section', ''),
(1820, 994, '_aioseo_og_article_tags', ''),
(1821, 994, '_aioseo_twitter_title', ''),
(1822, 994, '_aioseo_twitter_description', ''),
(1823, 998, '_edit_last', '1'),
(1824, 998, '_thumbnail_id', '30083'),
(1825, 998, '_aioseo_title', 'Demo Slot Vegas Magic Pragmatic Play'),
(1826, 998, '_aioseo_description', '#post_excerpt'),
(1827, 998, '_aioseo_keywords', ''),
(1828, 998, '_aioseo_og_title', ''),
(1829, 998, '_aioseo_og_description', ''),
(1830, 998, '_aioseo_og_article_section', ''),
(1831, 998, '_aioseo_og_article_tags', ''),
(1832, 998, '_aioseo_twitter_title', ''),
(1833, 998, '_aioseo_twitter_description', ''),
(1834, 1002, '_edit_last', '1'),
(1835, 1002, '_thumbnail_id', '30082'),
(1836, 1002, '_aioseo_title', 'Demo Slot Emerald King Rainbow Road Pragmatic Play'),
(1837, 1002, '_aioseo_description', '#post_excerpt'),
(1838, 1002, '_aioseo_keywords', ''),
(1839, 1002, '_aioseo_og_title', ''),
(1840, 1002, '_aioseo_og_description', ''),
(1841, 1002, '_aioseo_og_article_section', ''),
(1842, 1002, '_aioseo_og_article_tags', ''),
(1843, 1002, '_aioseo_twitter_title', ''),
(1844, 1002, '_aioseo_twitter_description', ''),
(1845, 1007, '_edit_last', '1'),
(1846, 1007, '_thumbnail_id', '30081'),
(1847, 1007, '_aioseo_title', 'Demo Slot Congo Cash Pragmatic Play'),
(1848, 1007, '_aioseo_description', '#post_excerpt'),
(1849, 1007, '_aioseo_keywords', ''),
(1850, 1007, '_aioseo_og_title', ''),
(1851, 1007, '_aioseo_og_description', ''),
(1852, 1007, '_aioseo_og_article_section', ''),
(1853, 1007, '_aioseo_og_article_tags', ''),
(1854, 1007, '_aioseo_twitter_title', ''),
(1855, 1007, '_aioseo_twitter_description', ''),
(1856, 1011, '_edit_last', '1'),
(1857, 1011, '_thumbnail_id', '30079'),
(1858, 1011, '_aioseo_title', 'Demo Slot Dragon Kingdom Eyes of Fire Pragmatic Play'),
(1859, 1011, '_aioseo_description', '#post_excerpt'),
(1860, 1011, '_aioseo_keywords', ''),
(1861, 1011, '_aioseo_og_title', ''),
(1862, 1011, '_aioseo_og_description', ''),
(1863, 1011, '_aioseo_og_article_section', ''),
(1864, 1011, '_aioseo_og_article_tags', ''),
(1865, 1011, '_aioseo_twitter_title', ''),
(1866, 1011, '_aioseo_twitter_description', ''),
(1867, 1015, '_edit_last', '1'),
(1868, 1015, '_thumbnail_id', '30078'),
(1869, 1015, '_aioseo_title', 'Demo Slot Eye of the Storm Pragmatic Play'),
(1870, 1015, '_aioseo_description', '#post_excerpt'),
(1871, 1015, '_aioseo_keywords', ''),
(1872, 1015, '_aioseo_og_title', ''),
(1873, 1015, '_aioseo_og_description', ''),
(1874, 1015, '_aioseo_og_article_section', ''),
(1875, 1015, '_aioseo_og_article_tags', ''),
(1876, 1015, '_aioseo_twitter_title', ''),
(1877, 1015, '_aioseo_twitter_description', ''),
(1878, 1019, '_edit_last', '1'),
(1879, 1019, '_thumbnail_id', '30077'),
(1880, 1019, '_aioseo_title', 'Demo Slot Golden Ox Pragmatic Play'),
(1881, 1019, '_aioseo_description', '#post_excerpt'),
(1882, 1019, '_aioseo_keywords', ''),
(1883, 1019, '_aioseo_og_title', ''),
(1884, 1019, '_aioseo_og_description', ''),
(1885, 1019, '_aioseo_og_article_section', ''),
(1886, 1019, '_aioseo_og_article_tags', ''),
(1887, 1019, '_aioseo_twitter_title', ''),
(1888, 1019, '_aioseo_twitter_description', ''),
(1889, 1023, '_edit_last', '1'),
(1890, 1023, '_thumbnail_id', '30076'),
(1891, 1023, '_aioseo_title', 'Demo Slot Joker King Pragmatic Play'),
(1892, 1023, '_aioseo_description', '#post_excerpt'),
(1893, 1023, '_aioseo_keywords', ''),
(1894, 1023, '_aioseo_og_title', ''),
(1895, 1023, '_aioseo_og_description', ''),
(1896, 1023, '_aioseo_og_article_section', ''),
(1897, 1023, '_aioseo_og_article_tags', ''),
(1898, 1023, '_aioseo_twitter_title', ''),
(1899, 1023, '_aioseo_twitter_description', ''),
(1900, 1027, '_edit_last', '1'),
(1901, 1027, '_thumbnail_id', '30075'),
(1902, 1027, '_aioseo_title', 'Demo Slot Hot to Burn Hold and Spin Pragmatic Play'),
(1903, 1027, '_aioseo_description', '#post_excerpt'),
(1904, 1027, '_aioseo_keywords', ''),
(1905, 1027, '_aioseo_og_title', ''),
(1906, 1027, '_aioseo_og_description', ''),
(1907, 1027, '_aioseo_og_article_section', ''),
(1908, 1027, '_aioseo_og_article_tags', ''),
(1909, 1027, '_aioseo_twitter_title', ''),
(1910, 1027, '_aioseo_twitter_description', ''),
(1911, 1031, '_edit_last', '1'),
(1912, 1031, '_thumbnail_id', '30074'),
(1913, 1031, '_aioseo_title', 'Demo Slot Floating Dragon Pragmatic Play'),
(1914, 1031, '_aioseo_description', '#post_excerpt'),
(1915, 1031, '_aioseo_keywords', ''),
(1916, 1031, '_aioseo_og_title', ''),
(1917, 1031, '_aioseo_og_description', ''),
(1918, 1031, '_aioseo_og_article_section', ''),
(1919, 1031, '_aioseo_og_article_tags', ''),
(1920, 1031, '_aioseo_twitter_title', ''),
(1921, 1031, '_aioseo_twitter_description', ''),
(1922, 1035, '_edit_last', '1'),
(1923, 1035, '_thumbnail_id', '30073'),
(1924, 1035, '_aioseo_title', 'Demo Slot Panda Fortune 2 Pragmatic Play'),
(1925, 1035, '_aioseo_description', '#post_excerpt'),
(1926, 1035, '_aioseo_keywords', ''),
(1927, 1035, '_aioseo_og_title', ''),
(1928, 1035, '_aioseo_og_description', ''),
(1929, 1035, '_aioseo_og_article_section', ''),
(1930, 1035, '_aioseo_og_article_tags', ''),
(1931, 1035, '_aioseo_twitter_title', ''),
(1932, 1035, '_aioseo_twitter_description', ''),
(1933, 1039, '_edit_last', '1'),
(1934, 1039, '_thumbnail_id', '30072'),
(1935, 1039, '_aioseo_title', 'Demo Slot Aztec King Pragmatic Play'),
(1936, 1039, '_aioseo_description', '#post_excerpt'),
(1937, 1039, '_aioseo_keywords', ''),
(1938, 1039, '_aioseo_og_title', ''),
(1939, 1039, '_aioseo_og_description', ''),
(1940, 1039, '_aioseo_og_article_section', ''),
(1941, 1039, '_aioseo_og_article_tags', ''),
(1942, 1039, '_aioseo_twitter_title', ''),
(1943, 1039, '_aioseo_twitter_description', ''),
(1944, 1043, '_edit_last', '1'),
(1945, 1043, '_thumbnail_id', '30071'),
(1946, 1043, '_aioseo_title', 'Demo Slot Amazing Money Machine Pragmatic Play'),
(1947, 1043, '_aioseo_description', '#post_excerpt'),
(1948, 1043, '_aioseo_keywords', ''),
(1949, 1043, '_aioseo_og_title', ''),
(1950, 1043, '_aioseo_og_description', ''),
(1951, 1043, '_aioseo_og_article_section', ''),
(1952, 1043, '_aioseo_og_article_tags', ''),
(1953, 1043, '_aioseo_twitter_title', ''),
(1954, 1043, '_aioseo_twitter_description', ''),
(1955, 1047, '_edit_last', '1'),
(1956, 1047, '_thumbnail_id', '30069'),
(1957, 1047, '_aioseo_title', 'Demo Slot The Magic Cauldron - Enchanted Brew Pragmatic Play'),
(1958, 1047, '_aioseo_description', '#post_excerpt'),
(1959, 1047, '_aioseo_keywords', ''),
(1960, 1047, '_aioseo_og_title', ''),
(1961, 1047, '_aioseo_og_description', ''),
(1962, 1047, '_aioseo_og_article_section', ''),
(1963, 1047, '_aioseo_og_article_tags', ''),
(1964, 1047, '_aioseo_twitter_title', ''),
(1965, 1047, '_aioseo_twitter_description', ''),
(1966, 1051, '_edit_last', '1'),
(1967, 1051, '_thumbnail_id', '30068'),
(1968, 1051, '_aioseo_title', 'Demo Slot Hokkaido Wolf Pragmatic Play'),
(1969, 1051, '_aioseo_description', '#post_excerpt'),
(1970, 1051, '_aioseo_keywords', ''),
(1971, 1051, '_aioseo_og_title', ''),
(1972, 1051, '_aioseo_og_description', ''),
(1973, 1051, '_aioseo_og_article_section', ''),
(1974, 1051, '_aioseo_og_article_tags', ''),
(1975, 1051, '_aioseo_twitter_title', ''),
(1976, 1051, '_aioseo_twitter_description', ''),
(1977, 891, '_edit_last', '1'),
(1978, 891, '_thumbnail_id', '30113'),
(1979, 891, '_aioseo_title', 'Demo Slot Jungle Gorilla Pragmatic Play'),
(1980, 891, '_aioseo_description', '#post_excerpt'),
(1981, 891, '_aioseo_keywords', ''),
(1982, 891, '_aioseo_og_title', ''),
(1983, 891, '_aioseo_og_description', ''),
(1984, 891, '_aioseo_og_article_section', ''),
(1985, 891, '_aioseo_og_article_tags', ''),
(1986, 891, '_aioseo_twitter_title', ''),
(1987, 891, '_aioseo_twitter_description', ''),
(1988, 895, '_edit_last', '1'),
(1989, 895, '_thumbnail_id', '30112'),
(1990, 895, '_aioseo_title', 'Demo Slot Wild Wild Riches Pragmatic Play'),
(1991, 895, '_aioseo_description', '#post_excerpt'),
(1992, 895, '_aioseo_keywords', ''),
(1993, 895, '_aioseo_og_title', ''),
(1994, 895, '_aioseo_og_description', ''),
(1995, 895, '_aioseo_og_article_section', ''),
(1996, 895, '_aioseo_og_article_tags', ''),
(1997, 895, '_aioseo_twitter_title', ''),
(1998, 895, '_aioseo_twitter_description', ''),
(1999, 899, '_edit_last', '1'),
(2000, 899, '_thumbnail_id', '30111'),
(2001, 899, '_aioseo_title', 'Demo Slot Great Rhino Deluxe Pragmatic Play'),
(2002, 899, '_aioseo_description', '#post_excerpt'),
(2003, 899, '_aioseo_keywords', ''),
(2004, 899, '_aioseo_og_title', ''),
(2005, 899, '_aioseo_og_description', ''),
(2006, 899, '_aioseo_og_article_section', ''),
(2007, 899, '_aioseo_og_article_tags', ''),
(2008, 899, '_aioseo_twitter_title', ''),
(2009, 899, '_aioseo_twitter_description', ''),
(2010, 903, '_edit_last', '1'),
(2011, 903, '_thumbnail_id', '30110'),
(2012, 903, '_aioseo_title', 'Demo Slot Wild Walker Pragmatic Play'),
(2013, 903, '_aioseo_description', '#post_excerpt'),
(2014, 903, '_aioseo_keywords', ''),
(2015, 903, '_aioseo_og_title', ''),
(2016, 903, '_aioseo_og_description', ''),
(2017, 903, '_aioseo_og_article_section', ''),
(2018, 903, '_aioseo_og_article_tags', ''),
(2019, 903, '_aioseo_twitter_title', ''),
(2020, 903, '_aioseo_twitter_description', ''),
(2021, 907, '_edit_last', '1'),
(2022, 907, '_thumbnail_id', '30108'),
(2023, 907, '_aioseo_title', 'Demo Slot Rise of Samurai Pragmatic Play'),
(2024, 907, '_aioseo_description', '#post_excerpt'),
(2025, 907, '_aioseo_keywords', ''),
(2026, 907, '_aioseo_og_title', ''),
(2027, 907, '_aioseo_og_description', ''),
(2028, 907, '_aioseo_og_article_section', ''),
(2029, 907, '_aioseo_og_article_tags', ''),
(2030, 907, '_aioseo_twitter_title', ''),
(2031, 907, '_aioseo_twitter_description', ''),
(2032, 911, '_edit_last', '1'),
(2033, 911, '_thumbnail_id', '30107'),
(2034, 911, '_aioseo_title', 'Demo Slot Ultra Hold and Spin Pragmatic Play'),
(2035, 911, '_aioseo_description', '#post_excerpt'),
(2036, 911, '_aioseo_keywords', ''),
(2037, 911, '_aioseo_og_title', ''),
(2038, 911, '_aioseo_og_description', ''),
(2039, 911, '_aioseo_og_article_section', ''),
(2040, 911, '_aioseo_og_article_tags', ''),
(2041, 911, '_aioseo_twitter_title', ''),
(2042, 911, '_aioseo_twitter_description', ''),
(2043, 915, '_edit_last', '1'),
(2044, 915, '_thumbnail_id', '30106'),
(2045, 915, '_aioseo_title', 'Demo Slot 5 Lions Dance Pragmatic Play'),
(2046, 915, '_aioseo_description', '#post_excerpt'),
(2047, 915, '_aioseo_keywords', ''),
(2048, 915, '_aioseo_og_title', ''),
(2049, 915, '_aioseo_og_description', ''),
(2050, 915, '_aioseo_og_article_section', ''),
(2051, 915, '_aioseo_og_article_tags', ''),
(2052, 915, '_aioseo_twitter_title', ''),
(2053, 915, '_aioseo_twitter_description', ''),
(2054, 921, '_edit_last', '1'),
(2055, 921, '_thumbnail_id', '30105'),
(2056, 921, '_aioseo_title', 'Demo Slot Return of the Dead Pragmatic Play'),
(2057, 921, '_aioseo_description', '#post_excerpt'),
(2058, 921, '_aioseo_keywords', ''),
(2059, 921, '_aioseo_og_title', ''),
(2060, 921, '_aioseo_og_description', ''),
(2061, 921, '_aioseo_og_article_section', ''),
(2062, 921, '_aioseo_og_article_tags', ''),
(2063, 921, '_aioseo_twitter_title', ''),
(2064, 921, '_aioseo_twitter_description', ''),
(2065, 925, '_edit_last', '1'),
(2066, 925, '_thumbnail_id', '30104'),
(2067, 925, '_aioseo_title', 'Demo Slot Book of Kingdoms Pragmatic Play'),
(2068, 925, '_aioseo_description', '#post_excerpt'),
(2069, 925, '_aioseo_keywords', ''),
(2070, 925, '_aioseo_og_title', ''),
(2071, 925, '_aioseo_og_description', ''),
(2072, 925, '_aioseo_og_article_section', ''),
(2073, 925, '_aioseo_og_article_tags', ''),
(2074, 925, '_aioseo_twitter_title', ''),
(2075, 925, '_aioseo_twitter_description', ''),
(2076, 929, '_thumbnail_id', '30103'),
(2077, 929, '_edit_last', '1'),
(2078, 929, '_aioseo_title', 'Demo Slot Dragon Tiger Pragmatic Play'),
(2079, 929, '_aioseo_description', '#post_excerpt'),
(2080, 929, '_aioseo_keywords', ''),
(2081, 929, '_aioseo_og_title', ''),
(2082, 929, '_aioseo_og_description', ''),
(2083, 929, '_aioseo_og_article_section', ''),
(2084, 929, '_aioseo_og_article_tags', ''),
(2085, 929, '_aioseo_twitter_title', ''),
(2086, 929, '_aioseo_twitter_description', ''),
(2087, 933, '_edit_last', '1'),
(2088, 933, '_thumbnail_id', '30102'),
(2089, 933, '_aioseo_title', 'Demo Slot Emerald King Pragmatic Play'),
(2090, 933, '_aioseo_description', '#post_excerpt'),
(2091, 933, '_aioseo_keywords', ''),
(2092, 933, '_aioseo_og_title', ''),
(2093, 933, '_aioseo_og_description', ''),
(2094, 933, '_aioseo_og_article_section', ''),
(2095, 933, '_aioseo_og_article_tags', ''),
(2096, 933, '_aioseo_twitter_title', ''),
(2097, 933, '_aioseo_twitter_description', ''),
(2098, 938, '_edit_last', '1'),
(2099, 938, '_thumbnail_id', '30101'),
(2100, 938, '_aioseo_title', 'Demo Slot Cowboys Gold Pragmatic Play'),
(2101, 938, '_aioseo_description', '#post_excerpt'),
(2102, 938, '_aioseo_keywords', ''),
(2103, 938, '_aioseo_og_title', ''),
(2104, 938, '_aioseo_og_description', ''),
(2105, 938, '_aioseo_og_article_section', ''),
(2106, 938, '_aioseo_og_article_tags', ''),
(2107, 938, '_aioseo_twitter_title', ''),
(2108, 938, '_aioseo_twitter_description', ''),
(2109, 942, '_edit_last', '1'),
(2110, 942, '_thumbnail_id', '30100'),
(2111, 942, '_aioseo_title', 'Demo Slot Spartan King Pragmatic Play'),
(2112, 942, '_aioseo_description', '#post_excerpt'),
(2113, 942, '_aioseo_keywords', ''),
(2114, 942, '_aioseo_og_title', ''),
(2115, 942, '_aioseo_og_description', ''),
(2116, 942, '_aioseo_og_article_section', ''),
(2117, 942, '_aioseo_og_article_tags', ''),
(2118, 942, '_aioseo_twitter_title', ''),
(2119, 942, '_aioseo_twitter_description', ''),
(2120, 946, '_edit_last', '1'),
(2121, 946, '_thumbnail_id', '30099'),
(2122, 946, '_aioseo_title', 'Demo Slot John Hunter and the Mayan Gods Pragmatic Play'),
(2123, 946, '_aioseo_description', '#post_excerpt'),
(2124, 946, '_aioseo_keywords', ''),
(2125, 946, '_aioseo_og_title', ''),
(2126, 946, '_aioseo_og_description', ''),
(2127, 946, '_aioseo_og_article_section', ''),
(2128, 946, '_aioseo_og_article_tags', ''),
(2129, 946, '_aioseo_twitter_title', ''),
(2130, 946, '_aioseo_twitter_description', ''),
(2131, 950, '_edit_last', '1'),
(2132, 950, '_thumbnail_id', '30097'),
(2133, 950, '_aioseo_title', 'Demo Slot Big Bass Bonanza Pragmatic Play'),
(2134, 950, '_aioseo_description', '#post_excerpt'),
(2135, 950, '_aioseo_keywords', ''),
(2136, 950, '_aioseo_og_title', ''),
(2137, 950, '_aioseo_og_description', ''),
(2138, 950, '_aioseo_og_article_section', ''),
(2139, 950, '_aioseo_og_article_tags', ''),
(2140, 950, '_aioseo_twitter_title', ''),
(2141, 950, '_aioseo_twitter_description', ''),
(2142, 954, '_edit_last', '1'),
(2143, 954, '_thumbnail_id', '30096'),
(2144, 954, '_aioseo_title', 'Demo Slot Mustang Gold Pragmatic Play'),
(2145, 954, '_aioseo_description', '#post_excerpt'),
(2146, 954, '_aioseo_keywords', ''),
(2147, 954, '_aioseo_og_title', ''),
(2148, 954, '_aioseo_og_description', ''),
(2149, 954, '_aioseo_og_article_section', ''),
(2150, 954, '_aioseo_og_article_tags', ''),
(2151, 954, '_aioseo_twitter_title', ''),
(2152, 954, '_aioseo_twitter_description', ''),
(2153, 958, '_edit_last', '1'),
(2154, 958, '_thumbnail_id', '30095'),
(2155, 958, '_aioseo_title', 'Slot Demo 5 Lions Gold Pragmatic Play'),
(2156, 958, '_aioseo_description', '#post_excerpt'),
(2157, 958, '_aioseo_keywords', ''),
(2158, 958, '_aioseo_og_title', ''),
(2159, 958, '_aioseo_og_description', ''),
(2160, 958, '_aioseo_og_article_section', ''),
(2161, 958, '_aioseo_og_article_tags', ''),
(2162, 958, '_aioseo_twitter_title', ''),
(2163, 958, '_aioseo_twitter_description', ''),
(2164, 962, '_edit_last', '1'),
(2165, 962, '_thumbnail_id', '30094'),
(2166, 962, '_aioseo_title', 'Demo Slot 888 Dragons Pragmatic Play'),
(2167, 962, '_aioseo_description', '#post_excerpt'),
(2168, 962, '_aioseo_keywords', ''),
(2169, 962, '_aioseo_og_title', ''),
(2170, 962, '_aioseo_og_description', ''),
(2171, 962, '_aioseo_og_article_section', ''),
(2172, 962, '_aioseo_og_article_tags', ''),
(2173, 962, '_aioseo_twitter_title', ''),
(2174, 962, '_aioseo_twitter_description', ''),
(2175, 966, '_edit_last', '1'),
(2176, 966, '_thumbnail_id', '30092'),
(2177, 966, '_aioseo_title', 'Demo Slot Chilli Heat Pragmatic Play'),
(2178, 966, '_aioseo_description', '#post_excerpt'),
(2179, 966, '_aioseo_keywords', ''),
(2180, 966, '_aioseo_og_title', ''),
(2181, 966, '_aioseo_og_description', ''),
(2182, 966, '_aioseo_og_article_section', ''),
(2183, 966, '_aioseo_og_article_tags', ''),
(2184, 966, '_aioseo_twitter_title', ''),
(2185, 966, '_aioseo_twitter_description', ''),
(2186, 970, '_edit_last', '1'),
(2187, 970, '_thumbnail_id', '30091'),
(2188, 970, '_aioseo_title', 'Demo Slot 5 Lions Pragmatic Play'),
(2189, 970, '_aioseo_description', '#post_excerpt'),
(2190, 970, '_aioseo_keywords', ''),
(2191, 970, '_aioseo_og_title', ''),
(2192, 970, '_aioseo_og_description', ''),
(2193, 970, '_aioseo_og_article_section', ''),
(2194, 970, '_aioseo_og_article_tags', ''),
(2195, 970, '_aioseo_twitter_title', ''),
(2196, 970, '_aioseo_twitter_description', ''),
(2197, 809, '_edit_last', '1'),
(2198, 809, '_thumbnail_id', '30135'),
(2199, 809, '_aioseo_title', 'Demo Slot Magic Journey Pragmatic Play'),
(2200, 809, '_aioseo_description', '#post_excerpt'),
(2201, 809, '_aioseo_keywords', ''),
(2202, 809, '_aioseo_og_title', ''),
(2203, 809, '_aioseo_og_description', ''),
(2204, 809, '_aioseo_og_article_section', ''),
(2205, 809, '_aioseo_og_article_tags', ''),
(2206, 809, '_aioseo_twitter_title', ''),
(2207, 809, '_aioseo_twitter_description', ''),
(2208, 814, '_edit_last', '1'),
(2209, 814, '_thumbnail_id', '30134'),
(2210, 814, '_aioseo_title', 'Demo Slot Super 7s Pragmatic Play'),
(2211, 814, '_aioseo_description', '#post_excerpt'),
(2212, 814, '_aioseo_keywords', ''),
(2213, 814, '_aioseo_og_title', ''),
(2214, 814, '_aioseo_og_description', ''),
(2215, 814, '_aioseo_og_article_section', ''),
(2216, 814, '_aioseo_og_article_tags', ''),
(2217, 814, '_aioseo_twitter_title', ''),
(2218, 814, '_aioseo_twitter_description', ''),
(2219, 818, '_edit_last', '1'),
(2220, 818, '_thumbnail_id', '30133'),
(2221, 818, '_aioseo_title', 'Demo Slot Master Joker Pragmatic Play'),
(2222, 818, '_aioseo_description', '#post_excerpt'),
(2223, 818, '_aioseo_keywords', ''),
(2224, 818, '_aioseo_og_title', ''),
(2225, 818, '_aioseo_og_description', ''),
(2226, 818, '_aioseo_og_article_section', ''),
(2227, 818, '_aioseo_og_article_tags', ''),
(2228, 818, '_aioseo_twitter_title', ''),
(2229, 818, '_aioseo_twitter_description', ''),
(2230, 822, '_edit_last', '1'),
(2231, 822, '_thumbnail_id', '30132'),
(2232, 822, '_aioseo_title', 'Demo Slot Golden Beauty Pragmatic Play'),
(2233, 822, '_aioseo_description', '#post_excerpt'),
(2234, 822, '_aioseo_keywords', ''),
(2235, 822, '_aioseo_og_title', ''),
(2236, 822, '_aioseo_og_description', ''),
(2237, 822, '_aioseo_og_article_section', ''),
(2238, 822, '_aioseo_og_article_tags', ''),
(2239, 822, '_aioseo_twitter_title', ''),
(2240, 822, '_aioseo_twitter_description', ''),
(2241, 826, '_edit_last', '1'),
(2242, 826, '_thumbnail_id', '30131'),
(2243, 826, '_aioseo_title', 'Demo Slot Mysterious Pragmatic Play'),
(2244, 826, '_aioseo_description', '#post_excerpt'),
(2245, 826, '_aioseo_keywords', ''),
(2246, 826, '_aioseo_og_title', ''),
(2247, 826, '_aioseo_og_description', ''),
(2248, 826, '_aioseo_og_article_section', ''),
(2249, 826, '_aioseo_og_article_tags', ''),
(2250, 826, '_aioseo_twitter_title', ''),
(2251, 826, '_aioseo_twitter_description', ''),
(2252, 830, '_edit_last', '1'),
(2253, 830, '_thumbnail_id', '30130'),
(2254, 830, '_aioseo_title', 'Demo Slot The Wild Machine Pragmatic Play'),
(2255, 830, '_aioseo_description', '#post_excerpt'),
(2256, 830, '_aioseo_keywords', ''),
(2257, 830, '_aioseo_og_title', ''),
(2258, 830, '_aioseo_og_description', ''),
(2259, 830, '_aioseo_og_article_section', ''),
(2260, 830, '_aioseo_og_article_tags', ''),
(2261, 830, '_aioseo_twitter_title', ''),
(2262, 830, '_aioseo_twitter_description', ''),
(2263, 834, '_edit_last', '1'),
(2264, 834, '_thumbnail_id', '30129'),
(2265, 834, '_aioseo_title', 'Demo Slot Fruit Rainbow Pragmatic Play'),
(2266, 834, '_aioseo_description', '#post_excerpt'),
(2267, 834, '_aioseo_keywords', ''),
(2268, 834, '_aioseo_og_title', ''),
(2269, 834, '_aioseo_og_description', ''),
(2270, 834, '_aioseo_og_article_section', ''),
(2271, 834, '_aioseo_og_article_tags', ''),
(2272, 834, '_aioseo_twitter_title', ''),
(2273, 834, '_aioseo_twitter_description', ''),
(2274, 838, '_edit_last', '1'),
(2275, 838, '_thumbnail_id', '30128'),
(2276, 838, '_aioseo_title', 'Demo Slot Lucky Dragon Ball Pragmatic Play'),
(2277, 838, '_aioseo_description', '#post_excerpt'),
(2278, 838, '_aioseo_keywords', ''),
(2279, 838, '_aioseo_og_title', ''),
(2280, 838, '_aioseo_og_description', ''),
(2281, 838, '_aioseo_og_article_section', ''),
(2282, 838, '_aioseo_og_article_tags', ''),
(2283, 838, '_aioseo_twitter_title', ''),
(2284, 838, '_aioseo_twitter_description', ''),
(2285, 842, '_edit_last', '1'),
(2286, 842, '_thumbnail_id', '30126'),
(2287, 842, '_aioseo_title', 'Demo Slot Caishen’s Gold Pragmatic Play'),
(2288, 842, '_aioseo_description', '#post_excerpt'),
(2289, 842, '_aioseo_keywords', ''),
(2290, 842, '_aioseo_og_title', ''),
(2291, 842, '_aioseo_og_description', ''),
(2292, 842, '_aioseo_og_article_section', ''),
(2293, 842, '_aioseo_og_article_tags', ''),
(2294, 842, '_aioseo_twitter_title', ''),
(2295, 842, '_aioseo_twitter_description', ''),
(2296, 846, '_edit_last', '1'),
(2297, 846, '_thumbnail_id', '30125'),
(2298, 846, '_aioseo_title', 'Demo Slot Hot to Burn Pragmatic Play'),
(2299, 846, '_aioseo_description', '#post_excerpt'),
(2300, 846, '_aioseo_keywords', ''),
(2301, 846, '_aioseo_og_title', ''),
(2302, 846, '_aioseo_og_description', ''),
(2303, 846, '_aioseo_og_article_section', ''),
(2304, 846, '_aioseo_og_article_tags', ''),
(2305, 846, '_aioseo_twitter_title', ''),
(2306, 846, '_aioseo_twitter_description', ''),
(2307, 850, '_edit_last', '1'),
(2308, 850, '_thumbnail_id', '30210'),
(2309, 850, '_aioseo_title', 'Demo Slot Dance Party Pragmatic Play'),
(2310, 850, '_aioseo_description', '#post_excerpt'),
(2311, 850, '_aioseo_keywords', ''),
(2312, 850, '_aioseo_og_title', ''),
(2313, 850, '_aioseo_og_description', ''),
(2314, 850, '_aioseo_og_article_section', ''),
(2315, 850, '_aioseo_og_article_tags', ''),
(2316, 850, '_aioseo_twitter_title', ''),
(2317, 850, '_aioseo_twitter_description', ''),
(2318, 854, '_edit_last', '1'),
(2319, 854, '_thumbnail_id', '30124'),
(2320, 854, '_aioseo_title', 'Demo Slot Three Star Fortune Pragmatic Play'),
(2321, 854, '_aioseo_description', '#post_excerpt'),
(2322, 854, '_aioseo_keywords', ''),
(2323, 854, '_aioseo_og_title', ''),
(2324, 854, '_aioseo_og_description', ''),
(2325, 854, '_aioseo_og_article_section', ''),
(2326, 854, '_aioseo_og_article_tags', ''),
(2327, 854, '_aioseo_twitter_title', ''),
(2328, 854, '_aioseo_twitter_description', ''),
(2329, 859, '_edit_last', '1'),
(2330, 859, '_thumbnail_id', '30123'),
(2331, 859, '_aioseo_title', 'Demo Slot Starz Megaways Pragmatic Play'),
(2332, 859, '_aioseo_description', '#post_excerpt'),
(2333, 859, '_aioseo_keywords', ''),
(2334, 859, '_aioseo_og_title', ''),
(2335, 859, '_aioseo_og_description', ''),
(2336, 859, '_aioseo_og_article_section', ''),
(2337, 859, '_aioseo_og_article_tags', ''),
(2338, 859, '_aioseo_twitter_title', ''),
(2339, 859, '_aioseo_twitter_description', ''),
(2340, 863, '_edit_last', '1'),
(2341, 863, '_thumbnail_id', '30122'),
(2342, 863, '_aioseo_title', 'Demo Slot Money Money Money Pragmatic Play'),
(2343, 863, '_aioseo_description', '#post_excerpt'),
(2344, 863, '_aioseo_keywords', ''),
(2345, 863, '_aioseo_og_title', ''),
(2346, 863, '_aioseo_og_description', ''),
(2347, 863, '_aioseo_og_article_section', ''),
(2348, 863, '_aioseo_og_article_tags', ''),
(2349, 863, '_aioseo_twitter_title', ''),
(2350, 863, '_aioseo_twitter_description', ''),
(2351, 867, '_thumbnail_id', '30120'),
(2352, 867, '_edit_last', '1'),
(2353, 867, '_aioseo_title', 'Demo Slot Ultra Burn Pragmatic Play'),
(2354, 867, '_aioseo_description', '#post_excerpt'),
(2355, 867, '_aioseo_keywords', ''),
(2356, 867, '_aioseo_og_title', ''),
(2357, 867, '_aioseo_og_description', ''),
(2358, 867, '_aioseo_og_article_section', ''),
(2359, 867, '_aioseo_og_article_tags', ''),
(2360, 867, '_aioseo_twitter_title', ''),
(2361, 867, '_aioseo_twitter_description', ''),
(2362, 871, '_edit_last', '1'),
(2363, 871, '_thumbnail_id', '30119'),
(2364, 871, '_aioseo_title', 'Demo Slot Pyramid King Pragmatic Play'),
(2365, 871, '_aioseo_description', '#post_excerpt'),
(2366, 871, '_aioseo_keywords', ''),
(2367, 871, '_aioseo_og_title', ''),
(2368, 871, '_aioseo_og_description', ''),
(2369, 871, '_aioseo_og_article_section', ''),
(2370, 871, '_aioseo_og_article_tags', ''),
(2371, 871, '_aioseo_twitter_title', ''),
(2372, 871, '_aioseo_twitter_description', ''),
(2373, 875, '_edit_last', '1'),
(2374, 875, '_thumbnail_id', '30118'),
(2375, 875, '_aioseo_title', 'Demo Slot Bronco Spirit Pragmatic Play'),
(2376, 875, '_aioseo_description', '#post_excerpt'),
(2377, 875, '_aioseo_keywords', ''),
(2378, 875, '_aioseo_og_title', ''),
(2379, 875, '_aioseo_og_description', ''),
(2380, 875, '_aioseo_og_article_section', ''),
(2381, 875, '_aioseo_og_article_tags', ''),
(2382, 875, '_aioseo_twitter_title', ''),
(2383, 875, '_aioseo_twitter_description', ''),
(2384, 879, '_edit_last', '1'),
(2385, 879, '_thumbnail_id', '30117'),
(2386, 879, '_aioseo_title', 'Demo Slot Fu Fu Fu Pragmatic Play'),
(2387, 879, '_aioseo_description', '#post_excerpt'),
(2388, 879, '_aioseo_keywords', ''),
(2389, 879, '_aioseo_og_title', ''),
(2390, 879, '_aioseo_og_description', ''),
(2391, 879, '_aioseo_og_article_section', ''),
(2392, 879, '_aioseo_og_article_tags', ''),
(2393, 879, '_aioseo_twitter_title', ''),
(2394, 879, '_aioseo_twitter_description', ''),
(2395, 883, '_edit_last', '1'),
(2396, 883, '_thumbnail_id', '30115'),
(2397, 883, '_aioseo_title', 'Demo Slot Street Racer Pragmatic Play'),
(2398, 883, '_aioseo_description', '#post_excerpt'),
(2399, 883, '_aioseo_keywords', ''),
(2400, 883, '_aioseo_og_title', ''),
(2401, 883, '_aioseo_og_description', ''),
(2402, 883, '_aioseo_og_article_section', ''),
(2403, 883, '_aioseo_og_article_tags', ''),
(2404, 883, '_aioseo_twitter_title', ''),
(2405, 883, '_aioseo_twitter_description', ''),
(2406, 887, '_edit_last', '1'),
(2407, 887, '_thumbnail_id', '30114'),
(2408, 887, '_aioseo_title', 'Demo Slot The Tiger Warrior Pragmatic Play'),
(2409, 887, '_aioseo_description', '#post_excerpt'),
(2410, 887, '_aioseo_keywords', ''),
(2411, 887, '_aioseo_og_title', ''),
(2412, 887, '_aioseo_og_description', ''),
(2413, 887, '_aioseo_og_article_section', ''),
(2414, 887, '_aioseo_og_article_tags', ''),
(2415, 887, '_aioseo_twitter_title', ''),
(2416, 887, '_aioseo_twitter_description', ''),
(2417, 496, '_edit_last', '1'),
(2418, 496, '_thumbnail_id', '30158'),
(2419, 496, '_aioseo_title', 'Demo Slot Treasure Horse Pragmatic Play'),
(2420, 496, '_aioseo_description', '#post_excerpt'),
(2421, 496, '_aioseo_keywords', ''),
(2422, 496, '_aioseo_og_title', ''),
(2423, 496, '_aioseo_og_description', ''),
(2424, 496, '_aioseo_og_article_section', ''),
(2425, 496, '_aioseo_og_article_tags', ''),
(2426, 496, '_aioseo_twitter_title', ''),
(2427, 496, '_aioseo_twitter_description', ''),
(2428, 500, '_edit_last', '1'),
(2429, 500, '_thumbnail_id', '30157'),
(2430, 500, '_aioseo_title', 'Demo Slot Golden Pig Pragmatic Play'),
(2431, 500, '_aioseo_description', '#post_excerpt'),
(2432, 500, '_aioseo_keywords', ''),
(2433, 500, '_aioseo_og_title', ''),
(2434, 500, '_aioseo_og_description', ''),
(2435, 500, '_aioseo_og_article_section', ''),
(2436, 500, '_aioseo_og_article_tags', ''),
(2437, 500, '_aioseo_twitter_title', ''),
(2438, 500, '_aioseo_twitter_description', ''),
(2439, 504, '_edit_last', '1'),
(2440, 504, '_thumbnail_id', '30156'),
(2441, 504, '_aioseo_title', 'Demo Slot Wild Gladiator Pragmatic Play'),
(2442, 504, '_aioseo_description', '#post_excerpt'),
(2443, 504, '_aioseo_keywords', ''),
(2444, 504, '_aioseo_og_title', ''),
(2445, 504, '_aioseo_og_description', ''),
(2446, 504, '_aioseo_og_article_section', ''),
(2447, 504, '_aioseo_og_article_tags', ''),
(2448, 504, '_aioseo_twitter_title', ''),
(2449, 504, '_aioseo_twitter_description', ''),
(2450, 508, '_edit_last', '1'),
(2451, 508, '_thumbnail_id', '30154'),
(2452, 508, '_aioseo_title', 'Demo Slot Extra Juicy Pragmatic Play'),
(2453, 508, '_aioseo_description', '#post_excerpt'),
(2454, 508, '_aioseo_keywords', ''),
(2455, 508, '_aioseo_og_title', ''),
(2456, 508, '_aioseo_og_description', ''),
(2457, 508, '_aioseo_og_article_section', ''),
(2458, 508, '_aioseo_og_article_tags', ''),
(2459, 508, '_aioseo_twitter_title', ''),
(2460, 508, '_aioseo_twitter_description', ''),
(2461, 518, '_thumbnail_id', '30153'),
(2462, 518, '_edit_last', '1'),
(2463, 518, '_aioseo_title', 'Demo Slot Egyptian Fortunes Pragmatic Play'),
(2464, 518, '_aioseo_description', '#post_excerpt'),
(2465, 518, '_aioseo_keywords', ''),
(2466, 518, '_aioseo_og_title', ''),
(2467, 518, '_aioseo_og_description', ''),
(2468, 518, '_aioseo_og_article_section', ''),
(2469, 518, '_aioseo_og_article_tags', ''),
(2470, 518, '_aioseo_twitter_title', ''),
(2471, 518, '_aioseo_twitter_description', ''),
(2472, 686, '_edit_last', '1'),
(2473, 686, '_thumbnail_id', '30152'),
(2474, 686, '_aioseo_title', 'Demo Slot Pirate Gold Pragmatic Play'),
(2475, 686, '_aioseo_description', '#post_excerpt'),
(2476, 686, '_aioseo_keywords', ''),
(2477, 686, '_aioseo_og_title', ''),
(2478, 686, '_aioseo_og_description', ''),
(2479, 686, '_aioseo_og_article_section', ''),
(2480, 686, '_aioseo_og_article_tags', ''),
(2481, 686, '_aioseo_twitter_title', ''),
(2482, 686, '_aioseo_twitter_description', ''),
(2483, 704, '_edit_last', '1'),
(2484, 704, '_thumbnail_id', '30150'),
(2485, 704, '_aioseo_title', 'Demo Slot Wild Pixies Pragmatic Play'),
(2486, 704, '_aioseo_description', ''),
(2487, 704, '_aioseo_keywords', ''),
(2488, 704, '_aioseo_og_title', ''),
(2489, 704, '_aioseo_og_description', ''),
(2490, 704, '_aioseo_og_article_section', ''),
(2491, 704, '_aioseo_og_article_tags', ''),
(2492, 704, '_aioseo_twitter_title', ''),
(2493, 704, '_aioseo_twitter_description', ''),
(2494, 717, '_edit_last', '1'),
(2495, 717, '_thumbnail_id', '30149'),
(2496, 717, '_aioseo_title', 'Demo Slot Vampire vs Wolves Pragmatic Play'),
(2497, 717, '_aioseo_description', '#post_excerpt'),
(2498, 717, '_aioseo_keywords', ''),
(2499, 717, '_aioseo_og_title', ''),
(2500, 717, '_aioseo_og_description', ''),
(2501, 717, '_aioseo_og_article_section', ''),
(2502, 717, '_aioseo_og_article_tags', ''),
(2503, 717, '_aioseo_twitter_title', ''),
(2504, 717, '_aioseo_twitter_description', ''),
(2505, 726, '_edit_last', '1'),
(2506, 726, '_thumbnail_id', '30148'),
(2507, 726, '_aioseo_title', 'Demo Slot The Great Chicken Escape Pragmatic Play'),
(2508, 726, '_aioseo_description', '#post_excerpt'),
(2509, 726, '_aioseo_keywords', ''),
(2510, 726, '_aioseo_og_title', ''),
(2511, 726, '_aioseo_og_description', ''),
(2512, 726, '_aioseo_og_article_section', ''),
(2513, 726, '_aioseo_og_article_tags', ''),
(2514, 726, '_aioseo_twitter_title', ''),
(2515, 726, '_aioseo_twitter_description', ''),
(2516, 737, '_edit_last', '1'),
(2517, 737, '_thumbnail_id', '30147'),
(2518, 737, '_aioseo_title', 'Demo Slot Caishen’s Cash Pragmatic Play'),
(2519, 737, '_aioseo_description', '#post_excerpt'),
(2520, 737, '_aioseo_keywords', ''),
(2521, 737, '_aioseo_og_title', ''),
(2522, 737, '_aioseo_og_description', ''),
(2523, 737, '_aioseo_og_article_section', ''),
(2524, 737, '_aioseo_og_article_tags', ''),
(2525, 737, '_aioseo_twitter_title', ''),
(2526, 737, '_aioseo_twitter_description', ''),
(2527, 749, '_edit_last', '1'),
(2528, 749, '_thumbnail_id', '30146'),
(2529, 749, '_aioseo_title', 'Demo Slot Monkey Warrior Pragmatic Play'),
(2530, 749, '_aioseo_description', '#post_excerpt'),
(2531, 749, '_aioseo_keywords', ''),
(2532, 749, '_aioseo_og_title', ''),
(2533, 749, '_aioseo_og_description', ''),
(2534, 749, '_aioseo_og_article_section', ''),
(2535, 749, '_aioseo_og_article_tags', ''),
(2536, 749, '_aioseo_twitter_title', ''),
(2537, 749, '_aioseo_twitter_description', ''),
(2538, 755, '_aioseo_twitter_title', ''),
(2539, 755, '_thumbnail_id', '30145'),
(2540, 755, '_aioseo_title', 'Demo Slot John Hunter and the Aztec Treasure Pragmatic Play'),
(2541, 755, '_aioseo_description', '#post_excerpt'),
(2542, 755, '_aioseo_keywords', ''),
(2543, 755, '_aioseo_og_title', ''),
(2544, 755, '_aioseo_og_description', ''),
(2545, 755, '_aioseo_og_article_section', ''),
(2546, 755, '_aioseo_og_article_tags', ''),
(2547, 755, '_edit_last', '1'),
(2548, 755, '_aioseo_twitter_description', ''),
(2549, 762, '_edit_last', '1'),
(2550, 762, '_thumbnail_id', '30144'),
(2551, 762, '_aioseo_title', 'Demo Slot Hot Chilli Pragmatic Play'),
(2552, 762, '_aioseo_description', '#post_excerpt'),
(2553, 762, '_aioseo_keywords', ''),
(2554, 762, '_aioseo_og_title', ''),
(2555, 762, '_aioseo_og_description', ''),
(2556, 762, '_aioseo_og_article_section', ''),
(2557, 762, '_aioseo_og_article_tags', ''),
(2558, 762, '_aioseo_twitter_title', ''),
(2559, 762, '_aioseo_twitter_description', ''),
(2560, 774, '_thumbnail_id', '30143'),
(2561, 774, '_edit_last', '1'),
(2562, 774, '_aioseo_title', 'Demo Slot Super Joker Pragmatic Play'),
(2563, 774, '_aioseo_description', '#post_excerpt'),
(2564, 774, '_aioseo_keywords', ''),
(2565, 774, '_aioseo_og_title', ''),
(2566, 774, '_aioseo_og_description', ''),
(2567, 774, '_aioseo_og_article_section', ''),
(2568, 774, '_aioseo_og_article_tags', ''),
(2569, 774, '_aioseo_twitter_title', ''),
(2570, 774, '_aioseo_twitter_description', ''),
(2571, 785, '_edit_last', '1'),
(2572, 785, '_thumbnail_id', '30142'),
(2573, 785, '_aioseo_title', 'Demo Slot Honey Honey Honey Pragmatic Play'),
(2574, 785, '_aioseo_description', '#post_excerpt'),
(2575, 785, '_aioseo_keywords', ''),
(2576, 785, '_aioseo_og_title', ''),
(2577, 785, '_aioseo_og_description', ''),
(2578, 785, '_aioseo_og_article_section', ''),
(2579, 785, '_aioseo_og_article_tags', ''),
(2580, 785, '_aioseo_twitter_title', ''),
(2581, 785, '_aioseo_twitter_description', ''),
(2582, 789, '_edit_last', '1'),
(2583, 789, '_thumbnail_id', '30141'),
(2584, 789, '_aioseo_title', 'Demo Slot Tree of Riches Pragmatic Play'),
(2585, 789, '_aioseo_description', '#post_excerpt'),
(2586, 789, '_aioseo_keywords', ''),
(2587, 789, '_aioseo_og_title', ''),
(2588, 789, '_aioseo_og_description', ''),
(2589, 789, '_aioseo_og_article_section', ''),
(2590, 789, '_aioseo_og_article_tags', ''),
(2591, 789, '_aioseo_twitter_title', ''),
(2592, 789, '_aioseo_twitter_description', ''),
(2593, 793, '_edit_last', '1'),
(2594, 793, '_thumbnail_id', '30140'),
(2595, 793, '_aioseo_title', 'Demo Slot Hercules and Pegasus Pragmatic Play'),
(2596, 793, '_aioseo_description', '#post_excerpt'),
(2597, 793, '_aioseo_keywords', ''),
(2598, 793, '_aioseo_og_title', ''),
(2599, 793, '_aioseo_og_description', ''),
(2600, 793, '_aioseo_og_article_section', ''),
(2601, 793, '_aioseo_og_article_tags', ''),
(2602, 793, '_aioseo_twitter_title', ''),
(2603, 793, '_aioseo_twitter_description', ''),
(2604, 797, '_thumbnail_id', '30139'),
(2605, 797, '_edit_last', '1'),
(2606, 797, '_aioseo_title', 'Demo Slot Greek Gods Pragmatic Play'),
(2607, 797, '_aioseo_description', '#post_excerpt'),
(2608, 797, '_aioseo_keywords', ''),
(2609, 797, '_aioseo_og_title', ''),
(2610, 797, '_aioseo_og_description', ''),
(2611, 797, '_aioseo_og_article_section', ''),
(2612, 797, '_aioseo_og_article_tags', ''),
(2613, 797, '_aioseo_twitter_title', ''),
(2614, 797, '_aioseo_twitter_description', ''),
(2615, 801, '_edit_last', '1'),
(2616, 801, '_thumbnail_id', '30137'),
(2617, 801, '_aioseo_title', 'Demo Slot Aladdin and the Sorcerrer Pragmatic Play'),
(2618, 801, '_aioseo_description', '#post_excerpt'),
(2619, 801, '_aioseo_keywords', ''),
(2620, 801, '_aioseo_og_title', ''),
(2621, 801, '_aioseo_og_description', ''),
(2622, 801, '_aioseo_og_article_section', ''),
(2623, 801, '_aioseo_og_article_tags', ''),
(2624, 801, '_aioseo_twitter_title', ''),
(2625, 801, '_aioseo_twitter_description', ''),
(2626, 805, '_edit_last', '1'),
(2627, 805, '_thumbnail_id', '30136'),
(2628, 805, '_aioseo_title', 'Demo Slot Money Mouse Pragmatic Play'),
(2629, 805, '_aioseo_description', '#post_excerpt'),
(2630, 805, '_aioseo_keywords', ''),
(2631, 805, '_aioseo_og_title', ''),
(2632, 805, '_aioseo_og_description', ''),
(2633, 805, '_aioseo_og_article_section', ''),
(2634, 805, '_aioseo_og_article_tags', ''),
(2635, 805, '_aioseo_twitter_title', ''),
(2636, 805, '_aioseo_twitter_description', ''),
(2637, 309, '_edit_last', '1'),
(2638, 309, '_thumbnail_id', '30179'),
(2639, 309, '_aioseo_title', 'Demo Slot Dragon Kingdom Pragmatic Play'),
(2640, 309, '_aioseo_description', '#post_excerpt'),
(2641, 309, '_aioseo_keywords', ''),
(2642, 309, '_aioseo_og_title', ''),
(2643, 309, '_aioseo_og_description', ''),
(2644, 309, '_aioseo_og_article_section', ''),
(2645, 309, '_aioseo_og_article_tags', ''),
(2646, 309, '_aioseo_twitter_title', ''),
(2647, 309, '_aioseo_twitter_description', ''),
(2648, 309, '_wp_old_slug', 'dragon-kingdom%ef%bf%bc'),
(2649, 323, '_edit_last', '1'),
(2650, 323, '_thumbnail_id', '30178'),
(2651, 323, '_aioseo_title', 'Demo Slot 7 Piggies Pragmatic Play'),
(2652, 323, '_aioseo_description', '#post_excerpt'),
(2653, 323, '_aioseo_keywords', ''),
(2654, 323, '_aioseo_og_title', ''),
(2655, 323, '_aioseo_og_description', ''),
(2656, 323, '_aioseo_og_article_section', ''),
(2657, 323, '_aioseo_og_article_tags', ''),
(2658, 323, '_aioseo_twitter_title', ''),
(2659, 323, '_aioseo_twitter_description', ''),
(2660, 336, '_edit_last', '1'),
(2661, 336, '_thumbnail_id', '30177'),
(2662, 336, '_aioseo_title', 'Demo Slot Panda’s Fortune Pragmatic Play'),
(2663, 336, '_aioseo_description', '#post_excerpt'),
(2664, 336, '_aioseo_keywords', ''),
(2665, 336, '_aioseo_og_title', ''),
(2666, 336, '_aioseo_og_description', ''),
(2667, 336, '_aioseo_og_article_section', ''),
(2668, 336, '_aioseo_og_article_tags', ''),
(2669, 336, '_aioseo_twitter_title', ''),
(2670, 336, '_aioseo_twitter_description', ''),
(2671, 349, '_edit_last', '1'),
(2672, 349, '_thumbnail_id', '30176'),
(2673, 349, '_aioseo_title', 'Demo Slot Santa Pragmatic Play'),
(2674, 349, '_aioseo_description', '#post_excerpt'),
(2675, 349, '_aioseo_keywords', ''),
(2676, 349, '_aioseo_og_title', ''),
(2677, 349, '_aioseo_og_description', ''),
(2678, 349, '_aioseo_og_article_section', ''),
(2679, 349, '_aioseo_og_article_tags', ''),
(2680, 349, '_aioseo_twitter_title', ''),
(2681, 349, '_aioseo_twitter_description', ''),
(2682, 366, '_edit_last', '1'),
(2683, 366, '_thumbnail_id', '30175'),
(2684, 366, '_aioseo_title', 'Demo Slot Gold Rush Pragmatic Play'),
(2685, 366, '_aioseo_description', '#post_excerpt'),
(2686, 366, '_aioseo_keywords', ''),
(2687, 366, '_aioseo_og_title', ''),
(2688, 366, '_aioseo_og_description', ''),
(2689, 366, '_aioseo_og_article_section', ''),
(2690, 366, '_aioseo_og_article_tags', ''),
(2691, 366, '_aioseo_twitter_title', ''),
(2692, 366, '_aioseo_twitter_description', ''),
(2693, 378, '_edit_last', '1'),
(2694, 378, '_thumbnail_id', '30174'),
(2695, 378, '_aioseo_title', 'Demo Slot Monkey Madness Pragmatic Play'),
(2696, 378, '_aioseo_description', '#post_excerpt'),
(2697, 378, '_aioseo_keywords', ''),
(2698, 378, '_aioseo_og_title', ''),
(2699, 378, '_aioseo_og_description', ''),
(2700, 378, '_aioseo_og_article_section', ''),
(2701, 378, '_aioseo_og_article_tags', ''),
(2702, 378, '_aioseo_twitter_title', ''),
(2703, 378, '_aioseo_twitter_description', ''),
(2704, 401, '_thumbnail_id', '30172'),
(2705, 401, '_edit_last', '1'),
(2706, 401, '_aioseo_title', 'Demo Slot Lucky New Year Pragmatic Play'),
(2707, 401, '_aioseo_description', '#post_excerpt'),
(2708, 401, '_aioseo_keywords', ''),
(2709, 401, '_aioseo_og_title', ''),
(2710, 401, '_aioseo_og_description', ''),
(2711, 401, '_aioseo_og_article_section', ''),
(2712, 401, '_aioseo_og_article_tags', ''),
(2713, 401, '_aioseo_twitter_title', ''),
(2714, 401, '_aioseo_twitter_description', ''),
(2715, 412, '_thumbnail_id', '30171'),
(2716, 412, '_edit_last', '1'),
(2717, 412, '_aioseo_title', 'Demo Slot Ancient Egypt Pragmatic Play'),
(2718, 412, '_aioseo_description', '#post_excerpt'),
(2719, 412, '_aioseo_keywords', ''),
(2720, 412, '_aioseo_og_title', ''),
(2721, 412, '_aioseo_og_description', ''),
(2722, 412, '_aioseo_og_article_section', ''),
(2723, 412, '_aioseo_og_article_tags', ''),
(2724, 412, '_aioseo_twitter_title', ''),
(2725, 412, '_aioseo_twitter_description', ''),
(2726, 426, '_edit_last', '1'),
(2727, 426, '_thumbnail_id', '30170'),
(2728, 426, '_aioseo_title', 'Demo Slot Fairytale Fortune Pragmatic Play'),
(2729, 426, '_aioseo_description', '#post_excerpt'),
(2730, 426, '_aioseo_keywords', ''),
(2731, 426, '_aioseo_og_title', ''),
(2732, 426, '_aioseo_og_description', ''),
(2733, 426, '_aioseo_og_article_section', ''),
(2734, 426, '_aioseo_og_article_tags', ''),
(2735, 426, '_aioseo_twitter_title', ''),
(2736, 426, '_aioseo_twitter_description', ''),
(2737, 443, '_thumbnail_id', '30169'),
(2738, 443, '_edit_last', '1'),
(2739, 443, '_aioseo_title', 'Demo Slot Jade Butterfly Pragmatic Play'),
(2740, 443, '_aioseo_description', '#post_excerpt'),
(2741, 443, '_aioseo_keywords', ''),
(2742, 443, '_aioseo_og_title', ''),
(2743, 443, '_aioseo_og_description', ''),
(2744, 443, '_aioseo_og_article_section', ''),
(2745, 443, '_aioseo_og_article_tags', ''),
(2746, 443, '_aioseo_twitter_title', ''),
(2747, 443, '_aioseo_twitter_description', ''),
(2748, 453, '_edit_last', '1'),
(2749, 453, '_thumbnail_id', '30168'),
(2750, 453, '_aioseo_title', 'Demo Slot Madame Destiny Pragmatic Play'),
(2751, 453, '_aioseo_description', '#post_excerpt'),
(2752, 453, '_aioseo_keywords', ''),
(2753, 453, '_aioseo_og_title', ''),
(2754, 453, '_aioseo_og_description', ''),
(2755, 453, '_aioseo_og_article_section', ''),
(2756, 453, '_aioseo_og_article_tags', ''),
(2757, 453, '_aioseo_twitter_title', ''),
(2758, 453, '_aioseo_twitter_description', ''),
(2759, 457, '_edit_last', '1'),
(2760, 457, '_thumbnail_id', '30167'),
(2761, 457, '_aioseo_title', 'Demo Slot Asgard Pragmatic Play'),
(2762, 457, '_aioseo_description', '#post_excerpt'),
(2763, 457, '_aioseo_keywords', ''),
(2764, 457, '_aioseo_og_title', ''),
(2765, 457, '_aioseo_og_description', ''),
(2766, 457, '_aioseo_og_article_section', ''),
(2767, 457, '_aioseo_og_article_tags', ''),
(2768, 457, '_aioseo_twitter_title', ''),
(2769, 457, '_aioseo_twitter_description', ''),
(2770, 461, '_edit_last', '1'),
(2771, 461, '_thumbnail_id', '30166'),
(2772, 461, '_aioseo_title', 'Demo Slot Leprechaun Song Pragmatic Play'),
(2773, 461, '_aioseo_description', '#post_excerpt'),
(2774, 461, '_aioseo_keywords', ''),
(2775, 461, '_aioseo_og_title', ''),
(2776, 461, '_aioseo_og_description', ''),
(2777, 461, '_aioseo_og_article_section', ''),
(2778, 461, '_aioseo_og_article_tags', ''),
(2779, 461, '_aioseo_twitter_title', ''),
(2780, 461, '_aioseo_twitter_description', ''),
(2781, 465, '_edit_last', '1'),
(2782, 465, '_thumbnail_id', '30165'),
(2783, 465, '_aioseo_title', 'Demo Slot Peking Luck Pragmatic Play'),
(2784, 465, '_aioseo_description', '#post_excerpt'),
(2785, 465, '_aioseo_keywords', ''),
(2786, 465, '_aioseo_og_title', ''),
(2787, 465, '_aioseo_og_description', ''),
(2788, 465, '_aioseo_og_article_section', ''),
(2789, 465, '_aioseo_og_article_tags', ''),
(2790, 465, '_aioseo_twitter_title', ''),
(2791, 465, '_aioseo_twitter_description', ''),
(2792, 469, '_edit_last', '1'),
(2793, 469, '_thumbnail_id', '30164'),
(2794, 469, '_aioseo_title', 'Demo Slot Da Vinci\'s Treasure Pragmatic Play'),
(2795, 469, '_aioseo_description', '#post_excerpt'),
(2796, 469, '_aioseo_keywords', ''),
(2797, 469, '_aioseo_og_title', ''),
(2798, 469, '_aioseo_og_description', ''),
(2799, 469, '_aioseo_og_article_section', ''),
(2800, 469, '_aioseo_og_article_tags', ''),
(2801, 469, '_aioseo_twitter_title', ''),
(2802, 469, '_aioseo_twitter_description', ''),
(2803, 473, '_edit_last', '1'),
(2804, 473, '_thumbnail_id', '30163'),
(2805, 473, '_aioseo_title', 'Demo Slot Master Chen’s Fortune Pragmatic Play'),
(2806, 473, '_aioseo_description', '#post_excerpt');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2807, 473, '_aioseo_keywords', ''),
(2808, 473, '_aioseo_og_title', ''),
(2809, 473, '_aioseo_og_description', ''),
(2810, 473, '_aioseo_og_article_section', ''),
(2811, 473, '_aioseo_og_article_tags', ''),
(2812, 473, '_aioseo_twitter_title', ''),
(2813, 473, '_aioseo_twitter_description', ''),
(2814, 477, '_edit_last', '1'),
(2815, 477, '_thumbnail_id', '30162'),
(2816, 477, '_aioseo_title', 'Demo Slot Ancient Egypt Classic Pragmatic Play'),
(2817, 477, '_aioseo_description', '#post_excerpt'),
(2818, 477, '_aioseo_keywords', ''),
(2819, 477, '_aioseo_og_title', ''),
(2820, 477, '_aioseo_og_description', ''),
(2821, 477, '_aioseo_og_article_section', ''),
(2822, 477, '_aioseo_og_article_tags', ''),
(2823, 477, '_aioseo_twitter_title', ''),
(2824, 477, '_aioseo_twitter_description', ''),
(2825, 481, '_edit_last', '1'),
(2826, 481, '_thumbnail_id', '30161'),
(2827, 481, '_aioseo_title', 'Demo Slot Triple Dragons Pragmatic Play'),
(2828, 481, '_aioseo_description', '#post_excerpt'),
(2829, 481, '_aioseo_keywords', ''),
(2830, 481, '_aioseo_og_title', ''),
(2831, 481, '_aioseo_og_description', ''),
(2832, 481, '_aioseo_og_article_section', ''),
(2833, 481, '_aioseo_og_article_tags', ''),
(2834, 481, '_aioseo_twitter_title', ''),
(2835, 481, '_aioseo_twitter_description', ''),
(2836, 487, '_edit_last', '1'),
(2837, 487, '_thumbnail_id', '30160'),
(2838, 487, '_aioseo_title', 'Demo Slot Leprechaun Carol Pragmatic Play'),
(2839, 487, '_aioseo_description', '#post_excerpt'),
(2840, 487, '_aioseo_keywords', ''),
(2841, 487, '_aioseo_og_title', ''),
(2842, 487, '_aioseo_og_description', ''),
(2843, 487, '_aioseo_og_article_section', ''),
(2844, 487, '_aioseo_og_article_tags', ''),
(2845, 487, '_aioseo_twitter_title', ''),
(2846, 487, '_aioseo_twitter_description', ''),
(2847, 492, '_edit_last', '1'),
(2848, 492, '_thumbnail_id', '30159'),
(2849, 492, '_aioseo_title', 'Demo Slot Safari King Pragmatic Play'),
(2850, 492, '_aioseo_description', '#post_excerpt'),
(2851, 492, '_aioseo_keywords', ''),
(2852, 492, '_aioseo_og_title', ''),
(2853, 492, '_aioseo_og_description', ''),
(2854, 492, '_aioseo_og_article_section', ''),
(2855, 492, '_aioseo_og_article_tags', ''),
(2856, 492, '_aioseo_twitter_title', ''),
(2857, 492, '_aioseo_twitter_description', ''),
(2858, 88, '_thumbnail_id', '30201'),
(2859, 88, '_edit_last', '1'),
(2860, 88, '_aioseo_title', 'Demo Slot Great Reef Pragmatic Play'),
(2861, 88, '_aioseo_description', '#post_excerpt'),
(2862, 88, '_aioseo_keywords', ''),
(2863, 88, '_aioseo_og_title', ''),
(2864, 88, '_aioseo_og_description', ''),
(2865, 88, '_aioseo_og_article_section', ''),
(2866, 88, '_aioseo_og_article_tags', ''),
(2867, 88, '_aioseo_twitter_title', ''),
(2868, 88, '_aioseo_twitter_description', ''),
(2869, 1457, '_thumbnail_id', '30200'),
(2870, 1457, '_edit_last', '1'),
(2871, 1457, '_aioseo_title', 'Demo Slot Lady Godiva Pragmatic Play'),
(2872, 1457, '_aioseo_description', '#post_excerpt'),
(2873, 1457, '_aioseo_keywords', ''),
(2874, 1457, '_aioseo_og_title', ''),
(2875, 1457, '_aioseo_og_description', ''),
(2876, 1457, '_aioseo_og_article_section', ''),
(2877, 1457, '_aioseo_og_article_tags', ''),
(2878, 1457, '_aioseo_twitter_title', ''),
(2879, 1457, '_aioseo_twitter_description', ''),
(2880, 96, '_thumbnail_id', '30199'),
(2881, 96, '_edit_last', '1'),
(2882, 96, '_aioseo_title', 'Demo Slot Mighty Kong Pragmatic Play'),
(2883, 96, '_aioseo_description', '#post_excerpt'),
(2884, 96, '_aioseo_keywords', ''),
(2885, 96, '_aioseo_og_title', ''),
(2886, 96, '_aioseo_og_description', ''),
(2887, 96, '_aioseo_og_article_section', ''),
(2888, 96, '_aioseo_og_article_tags', ''),
(2889, 96, '_aioseo_twitter_title', ''),
(2890, 96, '_aioseo_twitter_description', ''),
(2891, 100, '_thumbnail_id', '30198'),
(2892, 100, '_edit_last', '1'),
(2893, 100, '_aioseo_title', 'Demo Slot Hot Safari Pragmatic Play'),
(2894, 100, '_aioseo_description', '#post_excerpt'),
(2895, 100, '_aioseo_keywords', ''),
(2896, 100, '_aioseo_og_title', ''),
(2897, 100, '_aioseo_og_description', ''),
(2898, 100, '_aioseo_og_article_section', ''),
(2899, 100, '_aioseo_og_article_tags', ''),
(2900, 100, '_aioseo_twitter_title', ''),
(2901, 100, '_aioseo_twitter_description', ''),
(2902, 1458, '_edit_last', '1'),
(2903, 1458, '_thumbnail_id', '30197'),
(2904, 1458, '_aioseo_title', 'Demo Slot Dwarven Gold Deluxe Pragmatic Play'),
(2905, 1458, '_aioseo_description', '#post_excerpt'),
(2906, 1458, '_aioseo_keywords', ''),
(2907, 1458, '_aioseo_og_title', ''),
(2908, 1458, '_aioseo_og_description', ''),
(2909, 1458, '_aioseo_og_article_section', ''),
(2910, 1458, '_aioseo_og_article_tags', ''),
(2911, 1458, '_aioseo_twitter_title', ''),
(2912, 1458, '_aioseo_twitter_description', ''),
(2913, 1459, '_thumbnail_id', '30196'),
(2914, 1459, '_edit_last', '1'),
(2915, 1459, '_aioseo_title', '#post_title'),
(2916, 1459, '_aioseo_description', '#post_excerpt'),
(2917, 1459, '_aioseo_keywords', ''),
(2918, 1459, '_aioseo_og_title', ''),
(2919, 1459, '_aioseo_og_description', ''),
(2920, 1459, '_aioseo_og_article_section', ''),
(2921, 1459, '_aioseo_og_article_tags', ''),
(2922, 1459, '_aioseo_twitter_title', ''),
(2923, 1459, '_aioseo_twitter_description', ''),
(2924, 1460, '_thumbnail_id', '30195'),
(2925, 1460, '_edit_last', '1'),
(2926, 1460, '_aioseo_title', 'Demo Slot Beowulf Pragmatic Play'),
(2927, 1460, '_aioseo_description', '#post_excerpt'),
(2928, 1460, '_aioseo_keywords', ''),
(2929, 1460, '_aioseo_og_title', ''),
(2930, 1460, '_aioseo_og_description', ''),
(2931, 1460, '_aioseo_og_article_section', ''),
(2932, 1460, '_aioseo_og_article_tags', ''),
(2933, 1460, '_aioseo_twitter_title', ''),
(2934, 1460, '_aioseo_twitter_description', ''),
(2935, 1461, '_thumbnail_id', '30194'),
(2936, 1461, '_edit_last', '1'),
(2937, 1461, '_aioseo_title', 'Demo Slot Hercules Son of Zeus Pragmatic Play'),
(2938, 1461, '_aioseo_description', '#post_excerpt'),
(2939, 1461, '_aioseo_keywords', ''),
(2940, 1461, '_aioseo_og_title', ''),
(2941, 1461, '_aioseo_og_description', ''),
(2942, 1461, '_aioseo_og_article_section', ''),
(2943, 1461, '_aioseo_og_article_tags', ''),
(2944, 1461, '_aioseo_twitter_title', ''),
(2945, 1461, '_aioseo_twitter_description', ''),
(2946, 1462, '_thumbnail_id', '30193'),
(2947, 1462, '_edit_last', '1'),
(2948, 1462, '_aioseo_title', '#post_title'),
(2949, 1462, '_aioseo_description', '#post_excerpt'),
(2950, 1462, '_aioseo_keywords', ''),
(2951, 1462, '_aioseo_og_title', ''),
(2952, 1462, '_aioseo_og_description', ''),
(2953, 1462, '_aioseo_og_article_section', ''),
(2954, 1462, '_aioseo_og_article_tags', ''),
(2955, 1462, '_aioseo_twitter_title', ''),
(2956, 1462, '_aioseo_twitter_description', ''),
(2957, 1463, '_thumbnail_id', '30192'),
(2958, 1463, '_edit_last', '1'),
(2959, 1463, '_aioseo_title', 'Demo Slot Pixie Wings Pragmatic Play'),
(2960, 1463, '_aioseo_description', '#post_excerpt'),
(2961, 1463, '_aioseo_keywords', ''),
(2962, 1463, '_aioseo_og_title', ''),
(2963, 1463, '_aioseo_og_description', ''),
(2964, 1463, '_aioseo_og_article_section', ''),
(2965, 1463, '_aioseo_og_article_tags', ''),
(2966, 1463, '_aioseo_twitter_title', ''),
(2967, 1463, '_aioseo_twitter_description', ''),
(2968, 143, '_edit_last', '1'),
(2969, 143, '_thumbnail_id', '30190'),
(2970, 143, '_aioseo_title', 'Demo Slot Devil\'s 13 Pragmatic Play'),
(2971, 143, '_aioseo_description', '#post_excerpt'),
(2972, 143, '_aioseo_keywords', ''),
(2973, 143, '_aioseo_og_title', ''),
(2974, 143, '_aioseo_og_description', ''),
(2975, 143, '_aioseo_og_article_section', ''),
(2976, 143, '_aioseo_og_article_tags', ''),
(2977, 143, '_aioseo_twitter_title', ''),
(2978, 143, '_aioseo_twitter_description', ''),
(2979, 152, '_edit_last', '1'),
(2980, 152, '_thumbnail_id', '30189'),
(2981, 152, '_aioseo_title', 'Demo Slot Busy Bees Pragmatic Play'),
(2982, 152, '_aioseo_description', '#post_excerpt'),
(2983, 152, '_aioseo_keywords', ''),
(2984, 152, '_aioseo_og_title', ''),
(2985, 152, '_aioseo_og_description', ''),
(2986, 152, '_aioseo_og_article_section', ''),
(2987, 152, '_aioseo_og_article_tags', ''),
(2988, 152, '_aioseo_twitter_title', ''),
(2989, 152, '_aioseo_twitter_description', ''),
(2990, 160, '_edit_last', '1'),
(2991, 160, '_thumbnail_id', '30188'),
(2992, 160, '_aioseo_title', 'Demo Slot 3 Genie Wishes Pragmatic Play'),
(2993, 160, '_aioseo_description', '#post_excerpt'),
(2994, 160, '_aioseo_keywords', ''),
(2995, 160, '_aioseo_og_title', ''),
(2996, 160, '_aioseo_og_description', ''),
(2997, 160, '_aioseo_og_article_section', ''),
(2998, 160, '_aioseo_og_article_tags', ''),
(2999, 160, '_aioseo_twitter_title', ''),
(3000, 160, '_aioseo_twitter_description', ''),
(3001, 160, '_wp_old_slug', '3-genie-wishes%ef%bf%bc'),
(3002, 172, '_edit_last', '1'),
(3003, 172, '_thumbnail_id', '30187'),
(3004, 172, '_aioseo_title', 'Demo Slot Vegas Nights Pragmatic Play'),
(3005, 172, '_aioseo_description', '#post_excerpt'),
(3006, 172, '_aioseo_keywords', ''),
(3007, 172, '_aioseo_og_title', ''),
(3008, 172, '_aioseo_og_description', ''),
(3009, 172, '_aioseo_og_article_section', ''),
(3010, 172, '_aioseo_og_article_tags', ''),
(3011, 172, '_aioseo_twitter_title', ''),
(3012, 172, '_aioseo_twitter_description', ''),
(3013, 178, '_edit_last', '1'),
(3014, 178, '_thumbnail_id', '30186'),
(3015, 178, '_aioseo_title', 'Demo Slot Gold Train Pragmatic Play'),
(3016, 178, '_aioseo_description', '#post_excerpt'),
(3017, 178, '_aioseo_keywords', ''),
(3018, 178, '_aioseo_og_title', ''),
(3019, 178, '_aioseo_og_description', ''),
(3020, 178, '_aioseo_og_article_section', ''),
(3021, 178, '_aioseo_og_article_tags', ''),
(3022, 178, '_aioseo_twitter_title', ''),
(3023, 178, '_aioseo_twitter_description', ''),
(3024, 189, '_edit_last', '1'),
(3025, 189, '_thumbnail_id', '30185'),
(3026, 189, '_aioseo_title', 'Demo Slot 3 Kingdoms - Battle of Red Cliffs Pragmatic Play'),
(3027, 189, '_aioseo_description', '#post_excerpt'),
(3028, 189, '_aioseo_keywords', ''),
(3029, 189, '_aioseo_og_title', ''),
(3030, 189, '_aioseo_og_description', ''),
(3031, 189, '_aioseo_og_article_section', ''),
(3032, 189, '_aioseo_og_article_tags', ''),
(3033, 189, '_aioseo_twitter_title', ''),
(3034, 189, '_aioseo_twitter_description', ''),
(3035, 201, '_edit_last', '1'),
(3036, 201, '_thumbnail_id', '30184'),
(3037, 201, '_aioseo_title', 'Demo Slot Journey to the West Pragmatic Play'),
(3038, 201, '_aioseo_description', '#post_excerpt'),
(3039, 201, '_aioseo_keywords', ''),
(3040, 201, '_aioseo_og_title', ''),
(3041, 201, '_aioseo_og_description', ''),
(3042, 201, '_aioseo_og_article_section', ''),
(3043, 201, '_aioseo_og_article_tags', ''),
(3044, 201, '_aioseo_twitter_title', ''),
(3045, 201, '_aioseo_twitter_description', ''),
(3046, 257, '_edit_last', '1'),
(3047, 257, '_thumbnail_id', '30183'),
(3048, 257, '_aioseo_title', 'Demo Slot Wild Spells Pragmatic Play'),
(3049, 257, '_aioseo_description', '#post_excerpt'),
(3050, 257, '_aioseo_keywords', ''),
(3051, 257, '_aioseo_og_title', ''),
(3052, 257, '_aioseo_og_description', ''),
(3053, 257, '_aioseo_og_article_section', ''),
(3054, 257, '_aioseo_og_article_tags', ''),
(3055, 257, '_aioseo_twitter_title', ''),
(3056, 257, '_aioseo_twitter_description', ''),
(3057, 274, '_thumbnail_id', '30182'),
(3058, 274, '_edit_last', '1'),
(3059, 274, '_aioseo_title', 'Demo Slot Queen of Gold Pragmatic Play'),
(3060, 274, '_aioseo_description', '#post_excerpt'),
(3061, 274, '_aioseo_keywords', ''),
(3062, 274, '_aioseo_og_title', ''),
(3063, 274, '_aioseo_og_description', ''),
(3064, 274, '_aioseo_og_article_section', ''),
(3065, 274, '_aioseo_og_article_tags', ''),
(3066, 274, '_aioseo_twitter_title', ''),
(3067, 274, '_aioseo_twitter_description', ''),
(3068, 297, '_edit_last', '1'),
(3069, 297, '_thumbnail_id', '30181'),
(3070, 297, '_aioseo_title', 'Demo Slot 7 Monkeys Pragmatic Play'),
(3071, 297, '_aioseo_description', '#post_excerpt'),
(3072, 297, '_aioseo_keywords', ''),
(3073, 297, '_aioseo_og_title', ''),
(3074, 297, '_aioseo_og_description', ''),
(3075, 297, '_aioseo_og_article_section', ''),
(3076, 297, '_aioseo_og_article_tags', ''),
(3077, 297, '_aioseo_twitter_title', ''),
(3078, 297, '_aioseo_twitter_description', ''),
(3079, 1464, '_thumbnail_id', '30209'),
(3080, 1464, '_edit_last', '1'),
(3081, 1464, '_aioseo_title', 'Demo Slot Diamonds are Forever 3 Lines Pragmatic Play'),
(3082, 1464, '_aioseo_description', '#post_excerpt'),
(3083, 1464, '_aioseo_keywords', ''),
(3084, 1464, '_aioseo_og_title', ''),
(3085, 1464, '_aioseo_og_description', ''),
(3086, 1464, '_aioseo_og_article_section', ''),
(3087, 1464, '_aioseo_og_article_tags', ''),
(3088, 1464, '_aioseo_twitter_title', ''),
(3089, 1464, '_aioseo_twitter_description', ''),
(3090, 1465, '_edit_last', '1'),
(3091, 1465, '_thumbnail_id', '30207'),
(3092, 1465, '_aioseo_title', 'Demo Slot 888 Gold Pragmatic Play'),
(3093, 1465, '_aioseo_description', '#post_excerpt'),
(3094, 1465, '_aioseo_keywords', ''),
(3095, 1465, '_aioseo_og_title', ''),
(3096, 1465, '_aioseo_og_description', ''),
(3097, 1465, '_aioseo_og_article_section', ''),
(3098, 1465, '_aioseo_og_article_tags', ''),
(3099, 1465, '_aioseo_twitter_title', ''),
(3100, 1465, '_aioseo_twitter_description', ''),
(3101, 1466, '_thumbnail_id', '30206'),
(3102, 1466, '_edit_last', '1'),
(3103, 1466, '_aioseo_title', '#post_title'),
(3104, 1466, '_aioseo_description', '#post_excerpt'),
(3105, 1466, '_aioseo_keywords', ''),
(3106, 1466, '_aioseo_og_title', ''),
(3107, 1466, '_aioseo_og_description', ''),
(3108, 1466, '_aioseo_og_article_section', ''),
(3109, 1466, '_aioseo_og_article_tags', ''),
(3110, 1466, '_aioseo_twitter_title', ''),
(3111, 1466, '_aioseo_twitter_description', ''),
(3112, 1467, '_thumbnail_id', '30205'),
(3113, 1467, '_edit_last', '1'),
(3114, 1467, '_aioseo_title', 'Demo Slot Money Roll Pragmatic Play'),
(3115, 1467, '_aioseo_description', '#post_excerpt'),
(3116, 1467, '_aioseo_keywords', ''),
(3117, 1467, '_aioseo_og_title', ''),
(3118, 1467, '_aioseo_og_description', ''),
(3119, 1467, '_aioseo_og_article_section', ''),
(3120, 1467, '_aioseo_og_article_tags', ''),
(3121, 1467, '_aioseo_twitter_title', ''),
(3122, 1467, '_aioseo_twitter_description', ''),
(3123, 1468, '_thumbnail_id', '30204'),
(3124, 1468, '_edit_last', '1'),
(3125, 1468, '_aioseo_title', 'Demo Slot Triple Tigers Pragmatic Play'),
(3126, 1468, '_aioseo_description', '#post_excerpt'),
(3127, 1468, '_aioseo_keywords', ''),
(3128, 1468, '_aioseo_og_title', ''),
(3129, 1468, '_aioseo_og_description', ''),
(3130, 1468, '_aioseo_og_article_section', ''),
(3131, 1468, '_aioseo_og_article_tags', ''),
(3132, 1468, '_aioseo_twitter_title', ''),
(3133, 1468, '_aioseo_twitter_description', ''),
(3134, 1469, '_thumbnail_id', '30203'),
(3135, 1469, '_edit_last', '1'),
(3136, 1469, '_aioseo_title', 'Demo Slot Fishin\' Reels Pragmatic Play'),
(3137, 1469, '_aioseo_description', '#post_excerpt'),
(3138, 1469, '_aioseo_keywords', ''),
(3139, 1469, '_aioseo_og_title', ''),
(3140, 1469, '_aioseo_og_description', ''),
(3141, 1469, '_aioseo_og_article_section', ''),
(3142, 1469, '_aioseo_og_article_tags', ''),
(3143, 1469, '_aioseo_twitter_title', ''),
(3144, 1469, '_aioseo_twitter_description', ''),
(3145, 1470, '_thumbnail_id', '30202'),
(3146, 1470, '_edit_last', '1'),
(3147, 1470, '_aioseo_title', 'Demo Slot Sugar Rush Pragmatic Play'),
(3148, 1470, '_aioseo_description', '#post_excerpt'),
(3149, 1470, '_aioseo_keywords', ''),
(3150, 1470, '_aioseo_og_title', ''),
(3151, 1470, '_aioseo_og_description', ''),
(3152, 1470, '_aioseo_og_article_section', ''),
(3153, 1470, '_aioseo_og_article_tags', ''),
(3154, 1470, '_aioseo_twitter_title', ''),
(3155, 1470, '_aioseo_twitter_description', ''),
(3156, 29718, '_yoast_wpseo_primary_category', '10516'),
(3157, 29718, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3158, 29718, '_yoast_wpseo_wordproof_timestamp', ''),
(3160, 29718, '_yoast_wpseo_title', 'Demo Slot Gates of Gatotkaca Pragmatic Play'),
(3161, 29718, '_wp_old_slug', 'akun-slot-demo-gates-of-gatotkaca-rupiah-gratis'),
(3162, 29718, '_thumbnail_id', '29723'),
(3163, 29718, '_edit_last', '1'),
(3168, 29720, '_edit_lock', '1678447875:1'),
(3169, 29720, '_wp_page_template', 'default'),
(3170, 29720, '_edit_last', '1'),
(3171, 29720, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3172, 29720, '_yoast_wpseo_wordproof_timestamp', ''),
(3173, 29718, '_edit_lock', '1674878671:1'),
(3174, 29723, '_wp_attached_file', '2023/01/gates-of-gatotkaca.jpg'),
(3175, 29723, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2023/01/gates-of-gatotkaca.jpg\";s:8:\"filesize\";i:14856;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"gates-of-gatotkaca-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10212;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3176, 29723, '_wp_attachment_image_alt', 'demo slot gates of gatotkaca'),
(3298, 1081, '_edit_lock', '1674742604:1'),
(3339, 29805, '_wp_attached_file', '2022/05/Gates-of-Olympus.jpg'),
(3340, 29805, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/Gates-of-Olympus.jpg\";s:8:\"filesize\";i:34048;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Gates-of-Olympus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9961;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3341, 29805, '_wp_attachment_image_alt', 'demo slot gates of olympus'),
(3641, 1085, '_edit_lock', '1674743117:1'),
(3642, 29955, '_wp_attached_file', '2022/05/Starlight-Princess.jpg'),
(3643, 29955, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Starlight-Princess.jpg\";s:8:\"filesize\";i:43218;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Starlight-Princess-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11608;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3644, 29955, '_wp_attachment_image_alt', 'demo slot starlight princess'),
(3647, 1085, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3648, 1085, '_yoast_wpseo_wordproof_timestamp', ''),
(3649, 1089, '_edit_lock', '1674743174:1'),
(3650, 1456, '_edit_lock', '1674743199:1'),
(3651, 1452, '_edit_lock', '1674743232:1'),
(3652, 1446, '_edit_lock', '1674743255:1'),
(3653, 1447, '_edit_lock', '1674743278:1'),
(3654, 1439, '_edit_lock', '1674743295:1'),
(3655, 1437, '_edit_lock', '1674743314:1'),
(3656, 1429, '_edit_lock', '1674743392:1'),
(3657, 1430, '_edit_lock', '1674743421:1'),
(3658, 1423, '_edit_lock', '1674743453:1'),
(3659, 1421, '_edit_lock', '1674743482:1'),
(3660, 1415, '_edit_lock', '1674743500:1'),
(3661, 1413, '_edit_lock', '1674743518:1'),
(3662, 1407, '_edit_lock', '1674743531:1'),
(3663, 1403, '_edit_lock', '1674743551:1'),
(3664, 1399, '_edit_lock', '1674743567:1'),
(3665, 1395, '_edit_lock', '1674743587:1'),
(3666, 29956, '_wp_attached_file', '2022/05/Sweet-Bonanza.jpg'),
(3667, 29956, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Sweet-Bonanza.jpg\";s:8:\"filesize\";i:37521;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Sweet-Bonanza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11035;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3668, 29956, '_wp_attachment_image_alt', 'demo slot sweet bonanza'),
(3673, 1089, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3674, 1089, '_yoast_wpseo_wordproof_timestamp', ''),
(3675, 29957, '_wp_attached_file', '2022/05/Extra-Juicy-Megaways.jpg'),
(3676, 29957, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2022/05/Extra-Juicy-Megaways.jpg\";s:8:\"filesize\";i:39310;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Extra-Juicy-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11102;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3677, 29957, '_wp_attachment_image_alt', 'demo slot extra juicy megaways'),
(3681, 1456, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3682, 1456, '_yoast_wpseo_wordproof_timestamp', ''),
(3683, 29959, '_wp_attached_file', '2022/05/Spirit-of-Adventure.jpg'),
(3684, 29959, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2022/05/Spirit-of-Adventure.jpg\";s:8:\"filesize\";i:14808;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Spirit-of-Adventure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10177;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3685, 29959, '_wp_attachment_image_alt', 'demo slot spirit of adventure'),
(3690, 1452, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3691, 1452, '_yoast_wpseo_wordproof_timestamp', ''),
(3692, 29960, '_wp_attached_file', '2022/05/John-Hunter-and-the-Quest-for-Bermuda-Riches.jpg'),
(3693, 29960, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:56:\"2022/05/John-Hunter-and-the-Quest-for-Bermuda-Riches.jpg\";s:8:\"filesize\";i:14175;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"John-Hunter-and-the-Quest-for-Bermuda-Riches-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10273;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3694, 29960, '_wp_attachment_image_alt', 'demo slot john hunter and the quest for bermuda riches'),
(3697, 1446, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3698, 1446, '_yoast_wpseo_wordproof_timestamp', ''),
(3699, 29962, '_wp_attached_file', '2022/05/Wild-West-Gold-Megaways.jpg'),
(3700, 29962, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2022/05/Wild-West-Gold-Megaways.jpg\";s:8:\"filesize\";i:15739;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Wild-West-Gold-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10611;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3701, 29962, '_wp_attachment_image_alt', 'demo slot wild west gold megaways'),
(3706, 1447, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3707, 1447, '_yoast_wpseo_wordproof_timestamp', ''),
(3708, 29963, '_wp_attached_file', '2022/05/Clover-Gold.jpg'),
(3709, 29963, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Clover-Gold.jpg\";s:8:\"filesize\";i:16576;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Clover-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11534;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3710, 29963, '_wp_attachment_image_alt', 'demo slot clover gold'),
(3713, 1439, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3714, 1439, '_yoast_wpseo_wordproof_timestamp', ''),
(3715, 29964, '_wp_attached_file', '2022/05/Voodoo-Magic.jpg'),
(3716, 29964, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Voodoo-Magic.jpg\";s:8:\"filesize\";i:13482;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Voodoo-Magic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9510;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3717, 29964, '_wp_attachment_image_alt', 'demo slot voodoo magic'),
(3721, 1437, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3722, 1437, '_yoast_wpseo_wordproof_timestamp', ''),
(3723, 29966, '_wp_attached_file', '2022/05/John-Hunter-and-the-Book-of-Tut.jpg'),
(3724, 29966, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:43:\"2022/05/John-Hunter-and-the-Book-of-Tut.jpg\";s:8:\"filesize\";i:15620;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"John-Hunter-and-the-Book-of-Tut-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11327;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3725, 29966, '_wp_attachment_image_alt', 'demo slot John Hunter and the Book of Tut'),
(3729, 1429, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3730, 1429, '_yoast_wpseo_wordproof_timestamp', ''),
(3731, 29967, '_wp_attached_file', '2022/05/Drill-that-Gold.jpg'),
(3732, 29967, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2022/05/Drill-that-Gold.jpg\";s:8:\"filesize\";i:14478;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Drill-that-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10030;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3733, 29967, '_wp_attachment_image_alt', 'demo slot Drill that Gold'),
(3736, 1430, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3737, 1430, '_yoast_wpseo_wordproof_timestamp', ''),
(3738, 29968, '_wp_attached_file', '2022/05/Barn-Festival.jpg'),
(3739, 29968, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Barn-Festival.jpg\";s:8:\"filesize\";i:15629;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Barn-Festival-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11327;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3740, 29968, '_wp_attachment_image_alt', 'demo slot Barn Festival'),
(3744, 1423, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3745, 1423, '_yoast_wpseo_wordproof_timestamp', ''),
(3746, 29969, '_wp_attached_file', '2022/05/Star-Bounty.jpg'),
(3747, 29969, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Star-Bounty.jpg\";s:8:\"filesize\";i:15176;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Star-Bounty-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3748, 29969, '_wp_attachment_image_alt', 'demo slot Star Bounty'),
(3752, 1421, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3753, 1421, '_yoast_wpseo_wordproof_timestamp', ''),
(3754, 29970, '_wp_attached_file', '2022/05/Queenie.jpg'),
(3755, 29970, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2022/05/Queenie.jpg\";s:8:\"filesize\";i:15806;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Queenie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10692;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3756, 29970, '_wp_attachment_image_alt', 'demo slot Queenie'),
(3760, 1415, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3761, 1415, '_yoast_wpseo_wordproof_timestamp', ''),
(3762, 29971, '_wp_attached_file', '2022/05/Pirate-Gold-Deluxe.jpg'),
(3763, 29971, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Pirate-Gold-Deluxe.jpg\";s:8:\"filesize\";i:14964;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Pirate-Gold-Deluxe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3764, 29971, '_wp_attachment_image_alt', 'demo slot Pirate Gold Deluxe'),
(3768, 1413, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3769, 1413, '_yoast_wpseo_wordproof_timestamp', ''),
(3770, 29972, '_wp_attached_file', '2022/05/Tic-Tac-Take.jpg'),
(3771, 29972, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Tic-Tac-Take.jpg\";s:8:\"filesize\";i:13606;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Tic-Tac-Take-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9534;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3772, 29972, '_wp_attachment_image_alt', 'demo slot Tic Tac Take'),
(3775, 1407, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3776, 1407, '_yoast_wpseo_wordproof_timestamp', ''),
(3777, 29973, '_wp_attached_file', '2022/05/Mysterious-Egypt.jpg'),
(3778, 29973, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/Mysterious-Egypt.jpg\";s:8:\"filesize\";i:14944;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Mysterious-Egypt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10654;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3779, 29973, '_wp_attachment_image_alt', 'demo slot Mysterious Egypt'),
(3783, 1403, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3784, 1403, '_yoast_wpseo_wordproof_timestamp', ''),
(3785, 29975, '_wp_attached_file', '2022/05/Disco-Lady.jpg'),
(3786, 29975, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Disco-Lady.jpg\";s:8:\"filesize\";i:13806;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Disco-Lady-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9242;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3787, 29975, '_wp_attachment_image_alt', 'demo slot Disco Lady'),
(3790, 1399, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3791, 1399, '_yoast_wpseo_wordproof_timestamp', ''),
(3792, 29976, '_wp_attached_file', '2022/05/Jewels-of-Fortune.jpg'),
(3793, 29976, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Jewels-of-Fortune.jpg\";s:8:\"filesize\";i:14971;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Jewels-of-Fortune-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10617;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3794, 29976, '_wp_attachment_image_alt', 'demo slot Jewels of Fortune'),
(3798, 1395, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3799, 1395, '_yoast_wpseo_wordproof_timestamp', ''),
(3800, 1393, '_edit_lock', '1674743718:1'),
(3801, 1385, '_edit_lock', '1674743732:1'),
(3802, 1386, '_edit_lock', '1674743748:1'),
(3803, 1379, '_edit_lock', '1674743765:1'),
(3804, 1376, '_edit_lock', '1674743780:1'),
(3805, 1373, '_edit_lock', '1674743797:1'),
(3806, 1365, '_edit_lock', '1674743814:1'),
(3807, 1366, '_edit_lock', '1674743831:1'),
(3808, 1358, '_edit_lock', '1674743852:1'),
(3809, 1353, '_edit_lock', '1674743870:1'),
(3810, 1350, '_edit_lock', '1674743889:1'),
(3811, 1348, '_edit_lock', '1674743903:1'),
(3812, 1344, '_edit_lock', '1674743922:1'),
(3813, 1337, '_edit_lock', '1674743938:1'),
(3814, 1336, '_edit_lock', '1674743955:1'),
(3815, 1328, '_edit_lock', '1674743971:1'),
(3816, 1329, '_edit_lock', '1674743988:1'),
(3817, 1324, '_edit_lock', '1674744000:1'),
(3818, 1320, '_edit_lock', '1674744016:1'),
(3819, 1316, '_edit_lock', '1674744031:1'),
(3820, 29977, '_wp_attached_file', '2022/05/Rainbow-Gold.jpg'),
(3821, 29977, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Rainbow-Gold.jpg\";s:8:\"filesize\";i:14300;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Rainbow-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9813;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3822, 29977, '_wp_attachment_image_alt', 'demo slot Rainbow Gold'),
(3826, 1393, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3827, 1393, '_yoast_wpseo_wordproof_timestamp', ''),
(3828, 29978, '_wp_attached_file', '2022/05/Curse-of-the-Werewolf-Megaways.jpg'),
(3829, 29978, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:42:\"2022/05/Curse-of-the-Werewolf-Megaways.jpg\";s:8:\"filesize\";i:14604;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Curse-of-the-Werewolf-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10569;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3830, 29978, '_wp_attachment_image_alt', 'demo slot Curse of the Werewolf Megaways'),
(3833, 1385, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3834, 1385, '_yoast_wpseo_wordproof_timestamp', ''),
(3835, 29979, '_wp_attached_file', '2022/05/Nexus-Sweet-Bonanza.jpg'),
(3836, 29979, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2022/05/Nexus-Sweet-Bonanza.jpg\";s:8:\"filesize\";i:14597;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Nexus-Sweet-Bonanza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3837, 29979, '_wp_attachment_image_alt', 'demo slot Nexus Sweet Bonanza'),
(3841, 1386, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3842, 1386, '_yoast_wpseo_wordproof_timestamp', ''),
(3843, 29981, '_wp_attached_file', '2022/05/Day-of-Dead.jpg'),
(3844, 29981, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Day-of-Dead.jpg\";s:8:\"filesize\";i:13115;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Day-of-Dead-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9467;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3845, 29981, '_wp_attachment_image_alt', 'demo slot Day of Dead'),
(3848, 1379, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3849, 1379, '_yoast_wpseo_wordproof_timestamp', ''),
(3850, 29982, '_wp_attached_file', '2022/05/Snakes-and-Ladders-Megadice.jpg'),
(3851, 29982, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:39:\"2022/05/Snakes-and-Ladders-Megadice.jpg\";s:8:\"filesize\";i:16820;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Snakes-and-Ladders-Megadice-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11561;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3852, 29982, '_wp_attachment_image_alt', 'demo slot Snakes and Ladders Megadice'),
(3856, 1376, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3857, 1376, '_yoast_wpseo_wordproof_timestamp', ''),
(3858, 29983, '_wp_attached_file', '2022/05/Wild-Booster.jpg'),
(3859, 29983, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Wild-Booster.jpg\";s:8:\"filesize\";i:13271;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Wild-Booster-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9823;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3860, 29983, '_wp_attachment_image_alt', 'demo slot Wild Booster'),
(3863, 1373, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3864, 1373, '_yoast_wpseo_wordproof_timestamp', ''),
(3865, 29984, '_wp_attached_file', '2022/05/Chilli-Heat-Megaways.jpg'),
(3866, 29984, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2022/05/Chilli-Heat-Megaways.jpg\";s:8:\"filesize\";i:15058;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Chilli-Heat-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10829;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3867, 29984, '_wp_attachment_image_alt', 'demo slot Chilli Heat Megaways'),
(3871, 1365, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3872, 1365, '_yoast_wpseo_wordproof_timestamp', ''),
(3873, 29986, '_wp_attached_file', '2022/05/Might-of-Ra.jpg'),
(3874, 29986, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Might-of-Ra.jpg\";s:8:\"filesize\";i:14793;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Might-of-Ra-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10143;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3875, 29986, '_wp_attachment_image_alt', 'demo slot Might of Ra'),
(3879, 1366, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3880, 1366, '_yoast_wpseo_wordproof_timestamp', ''),
(3881, 29987, '_wp_attached_file', '2022/05/Release-the-Kraken.jpg'),
(3882, 29987, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Release-the-Kraken.jpg\";s:8:\"filesize\";i:12446;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Release-the-Kraken-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8780;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3883, 29987, '_wp_attachment_image_alt', 'demo slot Release The Kraken'),
(3887, 1358, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3888, 1358, '_yoast_wpseo_wordproof_timestamp', ''),
(3889, 29989, '_wp_attached_file', '2022/05/Bull-Fiesta.jpg'),
(3890, 29989, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Bull-Fiesta.jpg\";s:8:\"filesize\";i:15805;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Bull-Fiesta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10759;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3891, 29989, '_wp_attachment_image_alt', 'demo slot Bull Fiesta'),
(3895, 1353, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3896, 1353, '_yoast_wpseo_wordproof_timestamp', ''),
(3897, 29990, '_wp_attached_file', '2022/05/Yum-Yum-Powerways.jpg'),
(3898, 29990, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Yum-Yum-Powerways.jpg\";s:8:\"filesize\";i:12605;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Yum-Yum-Powerways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9104;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3899, 29990, '_wp_attachment_image_alt', 'demo slot Yum Yum Powerways'),
(3903, 1350, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3904, 1350, '_yoast_wpseo_wordproof_timestamp', ''),
(3905, 29991, '_wp_attached_file', '2022/05/Book-of-Aztec-King.jpg'),
(3906, 29991, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Book-of-Aztec-King.jpg\";s:8:\"filesize\";i:17885;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Book-of-Aztec-King-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11975;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3907, 29991, '_wp_attachment_image_alt', 'demo slot Book of Aztec King'),
(3910, 1348, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3911, 1348, '_yoast_wpseo_wordproof_timestamp', ''),
(3912, 29992, '_wp_attached_file', '2022/05/Empty-the-Bank.jpg'),
(3913, 29992, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Empty-the-Bank.jpg\";s:8:\"filesize\";i:14227;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Empty-the-Bank-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3914, 29992, '_wp_attachment_image_alt', 'demo slot Empty The Bank'),
(3918, 1344, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3919, 1344, '_yoast_wpseo_wordproof_timestamp', ''),
(3920, 29994, '_wp_attached_file', '2022/05/Wild-Beach-Party.jpg');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3921, 29994, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/Wild-Beach-Party.jpg\";s:8:\"filesize\";i:16471;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Wild-Beach-Party-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3922, 29994, '_wp_attachment_image_alt', 'demo slot Wild Beach Party'),
(3926, 1337, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3927, 1337, '_yoast_wpseo_wordproof_timestamp', ''),
(3928, 29995, '_wp_attached_file', '2022/05/Book-of-Fallen.jpg'),
(3929, 29995, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Book-of-Fallen.jpg\";s:8:\"filesize\";i:15732;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Book-of-Fallen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3930, 29995, '_wp_attachment_image_alt', 'demo slot Book of Fallen'),
(3933, 1336, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3934, 1336, '_yoast_wpseo_wordproof_timestamp', ''),
(3935, 29996, '_wp_attached_file', '2022/05/Big-Juan.jpg'),
(3936, 29996, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2022/05/Big-Juan.jpg\";s:8:\"filesize\";i:15353;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Big-Juan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10961;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3937, 29996, '_wp_attachment_image_alt', 'demo slot Big Juan'),
(3941, 1328, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3942, 1328, '_yoast_wpseo_wordproof_timestamp', ''),
(3943, 29997, '_wp_attached_file', '2022/05/Colossal-Cash-Zone.jpg'),
(3944, 29997, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Colossal-Cash-Zone.jpg\";s:8:\"filesize\";i:14427;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Colossal-Cash-Zone-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3945, 29997, '_wp_attachment_image_alt', 'demo slot Colossal Cash Zone'),
(3949, 1329, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3950, 1329, '_yoast_wpseo_wordproof_timestamp', ''),
(3951, 29998, '_wp_attached_file', '2022/05/Juicy-Fruits.jpg'),
(3952, 29998, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Juicy-Fruits.jpg\";s:8:\"filesize\";i:13514;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Juicy-Fruits-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3953, 29998, '_wp_attachment_image_alt', 'demo slot Juicy Fruits'),
(3956, 1324, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3957, 1324, '_yoast_wpseo_wordproof_timestamp', ''),
(3958, 29999, '_wp_attached_file', '2022/05/Hot-Fiesta.jpg'),
(3959, 29999, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Hot-Fiesta.jpg\";s:8:\"filesize\";i:17376;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Hot-Fiesta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12557;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3960, 29999, '_wp_attachment_image_alt', 'demo slot Hot Fiesta'),
(3964, 1320, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3965, 1320, '_yoast_wpseo_wordproof_timestamp', ''),
(3966, 30000, '_wp_attached_file', '2022/05/Christmas-Big-Bass-Bonanza.jpg'),
(3967, 30000, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:38:\"2022/05/Christmas-Big-Bass-Bonanza.jpg\";s:8:\"filesize\";i:16129;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Christmas-Big-Bass-Bonanza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11432;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3968, 30000, '_wp_attachment_image_alt', 'demo slot Christmas Big Bass Bonanza'),
(3972, 1316, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(3973, 1316, '_yoast_wpseo_wordproof_timestamp', ''),
(3974, 1312, '_edit_lock', '1674744079:1'),
(3975, 1308, '_edit_lock', '1674744093:1'),
(3976, 1304, '_edit_lock', '1674744109:1'),
(3977, 1300, '_edit_lock', '1674744128:1'),
(3978, 1296, '_edit_lock', '1674744146:1'),
(3979, 1292, '_edit_lock', '1674744158:1'),
(3980, 1288, '_edit_lock', '1674744174:1'),
(3981, 1284, '_edit_lock', '1674744191:1'),
(3982, 1280, '_edit_lock', '1674744207:1'),
(3983, 1276, '_edit_lock', '1674744221:1'),
(3984, 1272, '_edit_lock', '1674744238:1'),
(3985, 1268, '_edit_lock', '1674744251:1'),
(3986, 1261, '_edit_lock', '1674744263:1'),
(3987, 1260, '_edit_lock', '1674744280:1'),
(3988, 1256, '_edit_lock', '1674744299:1'),
(3989, 1251, '_edit_lock', '1674744311:1'),
(3990, 1246, '_edit_lock', '1674744324:1'),
(3991, 1244, '_edit_lock', '1674744345:1'),
(3992, 1240, '_edit_lock', '1674744355:1'),
(3993, 1236, '_edit_lock', '1674744373:1'),
(3994, 30001, '_wp_attached_file', '2022/05/Fruit-Party-2.jpg'),
(3995, 30001, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Fruit-Party-2.jpg\";s:8:\"filesize\";i:14628;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Fruit-Party-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:10591;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3996, 30001, '_wp_attachment_image_alt', 'demo slot Fruit Party 2'),
(3999, 1312, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4000, 1312, '_yoast_wpseo_wordproof_timestamp', ''),
(4001, 30002, '_wp_attached_file', '2022/05/The-Ultimate-5.jpg'),
(4002, 30002, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/The-Ultimate-5.jpg\";s:8:\"filesize\";i:16149;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"The-Ultimate-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10885;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4003, 30002, '_wp_attachment_image_alt', 'demo slot The Ultimate 5'),
(4008, 1308, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4009, 1308, '_yoast_wpseo_wordproof_timestamp', ''),
(4010, 30003, '_wp_attached_file', '2022/05/Cash-Patrol.jpg'),
(4011, 30003, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Cash-Patrol.jpg\";s:8:\"filesize\";i:14335;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Cash-Patrol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4012, 30003, '_wp_attachment_image_alt', 'demo slot Cash Patrol'),
(4016, 1304, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4017, 1304, '_yoast_wpseo_wordproof_timestamp', ''),
(4018, 30004, '_wp_attached_file', '2022/05/Rock-Vegas.jpg'),
(4019, 30004, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Rock-Vegas.jpg\";s:8:\"filesize\";i:17797;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Rock-Vegas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11933;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4020, 30004, '_wp_attachment_image_alt', 'demo slot Rock Vegas'),
(4025, 1300, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4026, 1300, '_yoast_wpseo_wordproof_timestamp', ''),
(4027, 30005, '_wp_attached_file', '2022/05/Elemental-Gems-Megaways.jpg'),
(4028, 30005, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2022/05/Elemental-Gems-Megaways.jpg\";s:8:\"filesize\";i:17811;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Elemental-Gems-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4029, 30005, '_wp_attachment_image_alt', 'demo slot Elemental Gems Megaways'),
(4034, 1296, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4035, 1296, '_yoast_wpseo_wordproof_timestamp', ''),
(4036, 30006, '_wp_attached_file', '2022/05/Gates-of-Valhalla.jpg'),
(4037, 30006, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Gates-of-Valhalla.jpg\";s:8:\"filesize\";i:15939;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Gates-of-Valhalla-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10876;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4038, 30006, '_wp_attachment_image_alt', 'demo slot Gates of Valhalla'),
(4042, 1292, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4043, 1292, '_yoast_wpseo_wordproof_timestamp', ''),
(4044, 30007, '_wp_attached_file', '2022/05/The-Hand-of-Midas.jpg'),
(4045, 30007, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/The-Hand-of-Midas.jpg\";s:8:\"filesize\";i:15271;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"The-Hand-of-Midas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11045;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4046, 30007, '_wp_attachment_image_alt', 'demo slot The Hand of Midas'),
(4051, 1288, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4052, 1288, '_yoast_wpseo_wordproof_timestamp', ''),
(4053, 30008, '_wp_attached_file', '2022/05/Crystal-Caverns-Megaways.jpg'),
(4054, 30008, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:36:\"2022/05/Crystal-Caverns-Megaways.jpg\";s:8:\"filesize\";i:16282;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Crystal-Caverns-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4055, 30008, '_wp_attachment_image_alt', 'demo slot Crystal Caverns Megaways'),
(4060, 1284, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4061, 1284, '_yoast_wpseo_wordproof_timestamp', ''),
(4062, 30009, '_wp_attached_file', '2022/05/Temujin-Treasures.jpg'),
(4063, 30009, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Temujin-Treasures.jpg\";s:8:\"filesize\";i:16079;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Temujin-Treasures-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11313;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4064, 30009, '_wp_attachment_image_alt', 'demo slot Temujin Treasures'),
(4068, 1280, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4069, 1280, '_yoast_wpseo_wordproof_timestamp', ''),
(4070, 30010, '_wp_attached_file', '2022/05/Treasure-Wild.jpg'),
(4071, 30010, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Treasure-Wild.jpg\";s:8:\"filesize\";i:12845;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Treasure-Wild-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9049;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4072, 30010, '_wp_attachment_image_alt', 'demo slot Treasure Wild'),
(4077, 1276, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4078, 1276, '_yoast_wpseo_wordproof_timestamp', ''),
(4079, 30011, '_wp_attached_file', '2022/05/Chicken-Drop.jpg'),
(4080, 30011, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Chicken-Drop.jpg\";s:8:\"filesize\";i:13125;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Chicken-Drop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9339;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4081, 30011, '_wp_attachment_image_alt', 'demo slot Chicken Drop'),
(4085, 1272, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4086, 1272, '_yoast_wpseo_wordproof_timestamp', ''),
(4087, 30012, '_wp_attached_file', '2022/05/Santas-Wonderland.jpg'),
(4088, 30012, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Santas-Wonderland.jpg\";s:8:\"filesize\";i:15315;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Santas-Wonderland-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4089, 30012, '_wp_attachment_image_alt', 'demo slot Santa\'s Wonderland'),
(4092, 1268, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4093, 1268, '_yoast_wpseo_wordproof_timestamp', ''),
(4094, 30013, '_wp_attached_file', '2022/05/Lucky-Lightning.jpg'),
(4095, 30013, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2022/05/Lucky-Lightning.jpg\";s:8:\"filesize\";i:14786;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Lucky-Lightning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4096, 30013, '_wp_attachment_image_alt', 'demo slot Lucky Lightning'),
(4099, 1261, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4100, 1261, '_yoast_wpseo_wordproof_timestamp', ''),
(4101, 30014, '_wp_attached_file', '2022/05/Gold-Party.jpg'),
(4102, 30014, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Gold-Party.jpg\";s:8:\"filesize\";i:16723;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Gold-Party-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11638;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4103, 30014, '_wp_attachment_image_alt', 'demo slot Gold Party'),
(4106, 1260, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4107, 1260, '_yoast_wpseo_wordproof_timestamp', ''),
(4108, 30015, '_wp_attached_file', '2022/05/Buffalo-King.jpg'),
(4109, 30015, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Buffalo-King.jpg\";s:8:\"filesize\";i:13734;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Buffalo-King-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9634;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4110, 30015, '_wp_attachment_image_alt', 'demo slot Buffalo King'),
(4115, 1256, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4116, 1256, '_yoast_wpseo_wordproof_timestamp', ''),
(4117, 30016, '_wp_attached_file', '2022/05/Aztec-King-Megaways.jpg'),
(4118, 30016, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2022/05/Aztec-King-Megaways.jpg\";s:8:\"filesize\";i:16160;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Aztec-King-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4119, 30016, '_wp_attachment_image_alt', 'demo slot Aztec King Megaways'),
(4122, 1251, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4123, 1251, '_yoast_wpseo_wordproof_timestamp', ''),
(4124, 30017, '_wp_attached_file', '2022/05/Wild-Depths.jpg'),
(4125, 30017, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Wild-Depths.jpg\";s:8:\"filesize\";i:15486;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Wild-Depths-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4126, 30017, '_wp_attachment_image_alt', 'demo slot Wild Depths'),
(4129, 1246, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4130, 1246, '_yoast_wpseo_wordproof_timestamp', ''),
(4131, 30018, '_wp_attached_file', '2022/05/Rise-of-Samurai-Megaways.jpg'),
(4132, 30018, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:36:\"2022/05/Rise-of-Samurai-Megaways.jpg\";s:8:\"filesize\";i:14892;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Rise-of-Samurai-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10355;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4133, 30018, '_wp_attachment_image_alt', 'demo slot Rise of Samurai Megaways'),
(4137, 1244, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4138, 1244, '_yoast_wpseo_wordproof_timestamp', ''),
(4139, 30019, '_wp_attached_file', '2022/05/The-Dog-House-Megaways.jpg'),
(4140, 30019, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:34:\"2022/05/The-Dog-House-Megaways.jpg\";s:8:\"filesize\";i:12642;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"The-Dog-House-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9075;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4141, 30019, '_wp_attachment_image_alt', 'demo slot The Dog House Megaways'),
(4145, 1240, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4146, 1240, '_yoast_wpseo_wordproof_timestamp', ''),
(4147, 30020, '_wp_attached_file', '2022/05/Fruit-Party.jpg'),
(4148, 30020, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Fruit-Party.jpg\";s:8:\"filesize\";i:13372;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Fruit-Party-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10033;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4149, 30020, '_wp_attachment_image_alt', 'demo slot Fruit Party'),
(4153, 1236, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4154, 1236, '_yoast_wpseo_wordproof_timestamp', ''),
(4155, 1228, '_edit_lock', '1674744539:1'),
(4156, 1229, '_edit_lock', '1674744559:1'),
(4157, 1221, '_edit_lock', '1674744576:1'),
(4158, 1212, '_edit_lock', '1674744587:1'),
(4159, 1217, '_edit_lock', '1674744601:1'),
(4160, 1213, '_edit_lock', '1674744618:1'),
(4161, 1206, '_edit_lock', '1674744630:1'),
(4162, 1204, '_edit_lock', '1674744653:1'),
(4163, 1196, '_edit_lock', '1674744669:1'),
(4164, 1192, '_edit_lock', '1674744684:1'),
(4165, 1189, '_edit_lock', '1674744699:1'),
(4166, 1183, '_edit_lock', '1674744714:1'),
(4167, 1182, '_edit_lock', '1674744729:1'),
(4168, 1176, '_edit_lock', '1674744742:1'),
(4169, 1174, '_edit_lock', '1674744757:1'),
(4170, 1170, '_edit_lock', '1674744770:1'),
(4171, 1162, '_edit_lock', '1674744786:1'),
(4172, 1164, '_edit_lock', '1674744801:1'),
(4173, 1158, '_edit_lock', '1674744821:1'),
(4174, 1151, '_edit_lock', '1674744835:1'),
(4175, 30022, '_wp_attached_file', '2022/05/Rise-of-Giza-PowerNudge.jpg'),
(4176, 30022, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2022/05/Rise-of-Giza-PowerNudge.jpg\";s:8:\"filesize\";i:15046;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Rise-of-Giza-PowerNudge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10698;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4177, 30022, '_wp_attachment_image_alt', 'demo slot Rise of Giza PowerNudge'),
(4180, 1228, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4181, 1228, '_yoast_wpseo_wordproof_timestamp', ''),
(4182, 30023, '_wp_attached_file', '2022/05/Magicians-Secrets.jpg'),
(4183, 30023, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Magicians-Secrets.jpg\";s:8:\"filesize\";i:15435;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Magicians-Secrets-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4184, 30023, '_wp_attachment_image_alt', 'demo slot Magician\'s Secrets'),
(4189, 1229, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4190, 1229, '_yoast_wpseo_wordproof_timestamp', ''),
(4191, 30024, '_wp_attached_file', '2022/05/Smugglers-Cove.jpg'),
(4192, 30024, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Smugglers-Cove.jpg\";s:8:\"filesize\";i:14747;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Smugglers-Cove-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10177;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4193, 30024, '_wp_attachment_image_alt', 'demo slot Smugglers Cove'),
(4197, 1221, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4198, 1221, '_yoast_wpseo_wordproof_timestamp', ''),
(4199, 30026, '_wp_attached_file', '2022/05/Gems-Bonanza.jpg'),
(4200, 30026, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Gems-Bonanza.jpg\";s:8:\"filesize\";i:12798;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Gems-Bonanza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9027;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4201, 30026, '_wp_attachment_image_alt', 'demo slot Gems Bonanza'),
(4204, 1212, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4205, 1212, '_yoast_wpseo_wordproof_timestamp', ''),
(4206, 30027, '_wp_attached_file', '2022/05/Emperor-Caishen.jpg'),
(4207, 30027, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2022/05/Emperor-Caishen.jpg\";s:8:\"filesize\";i:17939;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Emperor-Caishen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12237;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4208, 30027, '_wp_attachment_image_alt', 'demo slot Emperor Caishen'),
(4212, 1217, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4213, 1217, '_yoast_wpseo_wordproof_timestamp', ''),
(4214, 30028, '_wp_attached_file', '2022/05/Lucky-New-Year-Tiger-Treasures.jpg'),
(4215, 30028, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:42:\"2022/05/Lucky-New-Year-Tiger-Treasures.jpg\";s:8:\"filesize\";i:16230;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Lucky-New-Year-Tiger-Treasures-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11166;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4216, 30028, '_wp_attachment_image_alt', 'demo slot Lucky New Year Tiger Treasure'),
(4220, 1213, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4221, 1213, '_yoast_wpseo_wordproof_timestamp', ''),
(4222, 30029, '_wp_attached_file', '2022/05/Fortune-of-Giza.jpg'),
(4223, 30029, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2022/05/Fortune-of-Giza.jpg\";s:8:\"filesize\";i:16000;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Fortune-of-Giza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11107;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4224, 30029, '_wp_attachment_image_alt', 'demo slot Fortune of Giza'),
(4227, 1206, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4228, 1206, '_yoast_wpseo_wordproof_timestamp', ''),
(4229, 30030, '_wp_attached_file', '2022/05/Buffalo-King-Megaways.jpg'),
(4230, 30030, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:33:\"2022/05/Buffalo-King-Megaways.jpg\";s:8:\"filesize\";i:14465;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Buffalo-King-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4231, 30030, '_wp_attachment_image_alt', 'demo slot Buffalo King Megaways'),
(4236, 1204, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4237, 1204, '_yoast_wpseo_wordproof_timestamp', ''),
(4238, 30031, '_wp_attached_file', '2022/05/Super-X.jpg'),
(4239, 30031, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2022/05/Super-X.jpg\";s:8:\"filesize\";i:15230;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Super-X-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4240, 30031, '_wp_attachment_image_alt', 'demo slot Super X'),
(4243, 1196, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4244, 1196, '_yoast_wpseo_wordproof_timestamp', ''),
(4245, 30032, '_wp_attached_file', '2022/05/Madame-Destiny-Megaways.jpg'),
(4246, 30032, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2022/05/Madame-Destiny-Megaways.jpg\";s:8:\"filesize\";i:15803;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Madame-Destiny-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11079;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4247, 30032, '_wp_attachment_image_alt', 'demo slot Madame Destiny Megaways'),
(4252, 1192, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4253, 1192, '_yoast_wpseo_wordproof_timestamp', ''),
(4254, 30033, '_wp_attached_file', '2022/05/Hockey-Attack.jpg'),
(4255, 30033, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Hockey-Attack.jpg\";s:8:\"filesize\";i:15791;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Hockey-Attack-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11143;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4256, 30033, '_wp_attachment_image_alt', 'demo slot Hockey Attack'),
(4260, 1189, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4261, 1189, '_yoast_wpseo_wordproof_timestamp', ''),
(4262, 30035, '_wp_attached_file', '2022/05/Christmas-Carol-Megaways.jpg'),
(4263, 30035, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:36:\"2022/05/Christmas-Carol-Megaways.jpg\";s:8:\"filesize\";i:13832;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Christmas-Carol-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9881;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4264, 30035, '_wp_attachment_image_alt', 'demo slot Christmas Carol Megaways'),
(4267, 1183, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4268, 1183, '_yoast_wpseo_wordproof_timestamp', ''),
(4269, 30036, '_wp_attached_file', '2022/05/Bounty-Gold.jpg'),
(4270, 30036, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Bounty-Gold.jpg\";s:8:\"filesize\";i:14679;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Bounty-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10579;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4271, 30036, '_wp_attachment_image_alt', 'demo slot Bounty Gold'),
(4276, 1182, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4277, 1182, '_yoast_wpseo_wordproof_timestamp', ''),
(4278, 30037, '_wp_attached_file', '2022/05/Big-Bass-Bonanza-Megaways.jpg'),
(4279, 30037, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2022/05/Big-Bass-Bonanza-Megaways.jpg\";s:8:\"filesize\";i:14566;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Big-Bass-Bonanza-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9754;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4280, 30037, '_wp_attachment_image_alt', 'demo slot Big Bass Bonanza Megaways'),
(4283, 1176, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4284, 1176, '_yoast_wpseo_wordproof_timestamp', ''),
(4285, 30038, '_wp_attached_file', '2022/05/Aztec-Bonanza.jpg'),
(4286, 30038, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Aztec-Bonanza.jpg\";s:8:\"filesize\";i:14254;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Aztec-Bonanza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10181;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4287, 30038, '_wp_attachment_image_alt', 'demo slot Aztec Bonanza'),
(4292, 1174, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4293, 1174, '_yoast_wpseo_wordproof_timestamp', ''),
(4294, 30039, '_wp_attached_file', '2022/05/Power-of-Thor-Megaways.jpg'),
(4295, 30039, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:34:\"2022/05/Power-of-Thor-Megaways.jpg\";s:8:\"filesize\";i:13611;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Power-of-Thor-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9598;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4296, 30039, '_wp_attachment_image_alt', 'demo slot Power of Thor Megaways'),
(4299, 1170, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4300, 1170, '_yoast_wpseo_wordproof_timestamp', ''),
(4301, 30040, '_wp_attached_file', '2022/05/Bubble-Pop.jpg'),
(4302, 30040, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Bubble-Pop.jpg\";s:8:\"filesize\";i:14272;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Bubble-Pop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10466;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4303, 30040, '_wp_attachment_image_alt', 'demo slot Bubble Pop'),
(4307, 1162, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4308, 1162, '_yoast_wpseo_wordproof_timestamp', ''),
(4309, 30041, '_wp_attached_file', '2022/05/Aztec-Gems-Deluxe.jpg'),
(4310, 30041, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Aztec-Gems-Deluxe.jpg\";s:8:\"filesize\";i:17219;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Aztec-Gems-Deluxe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12445;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4311, 30041, '_wp_attachment_image_alt', 'demo slot Aztec Gems Deluxe'),
(4314, 1164, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4315, 1164, '_yoast_wpseo_wordproof_timestamp', ''),
(4316, 30042, '_wp_attached_file', '2022/05/Wild-West-Gold.jpg'),
(4317, 30042, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Wild-West-Gold.jpg\";s:8:\"filesize\";i:14326;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Wild-West-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10139;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4318, 30042, '_wp_attachment_image_alt', 'demo slot Wild West Gold'),
(4323, 1158, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4324, 1158, '_yoast_wpseo_wordproof_timestamp', ''),
(4325, 30043, '_wp_attached_file', '2022/05/Star-Pirates-Code.jpg'),
(4326, 30043, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Star-Pirates-Code.jpg\";s:8:\"filesize\";i:15034;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Star-Pirates-Code-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10917;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4327, 30043, '_wp_attachment_image_alt', 'demo slot Star Pirates Code'),
(4331, 1151, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4332, 1151, '_yoast_wpseo_wordproof_timestamp', ''),
(4333, 1149, '_edit_lock', '1674745097:1'),
(4334, 1142, '_edit_lock', '1674745125:1'),
(4335, 1141, '_edit_lock', '1674745140:1'),
(4336, 1133, '_edit_lock', '1674745155:1'),
(4337, 1134, '_edit_lock', '1674745170:1'),
(4338, 1126, '_edit_lock', '1674745184:1'),
(4339, 1125, '_edit_lock', '1674745197:1'),
(4340, 1121, '_edit_lock', '1674745220:1'),
(4341, 1115, '_edit_lock', '1674745242:1'),
(4342, 1113, '_edit_lock', '1674745256:1'),
(4343, 1107, '_edit_lock', '1674745277:1'),
(4344, 1103, '_edit_lock', '1674745284:1'),
(4345, 1101, '_edit_lock', '1674745301:1'),
(4346, 1097, '_edit_lock', '1674745317:1'),
(4347, 1090, '_edit_lock', '1674745331:1'),
(4348, 1076, '_edit_lock', '1674745345:1'),
(4349, 1071, '_edit_lock', '1674745359:1'),
(4350, 1067, '_edit_lock', '1674745374:1'),
(4351, 1063, '_edit_lock', '1674745388:1'),
(4352, 1059, '_edit_lock', '1674745401:1'),
(4353, 30044, '_wp_attached_file', '2022/05/Fire-Strike.jpg'),
(4354, 30044, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Fire-Strike.jpg\";s:8:\"filesize\";i:13611;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Fire-Strike-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9933;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4355, 30044, '_wp_attachment_image_alt', 'demo slot Fire Strike'),
(4358, 1149, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4359, 1149, '_yoast_wpseo_wordproof_timestamp', ''),
(4360, 30045, '_wp_attached_file', '2022/05/Candy-Village.jpg');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4361, 30045, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Candy-Village.jpg\";s:8:\"filesize\";i:9536;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Candy-Village-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4362, 30045, '_wp_attachment_image_alt', 'demo slot Candy Village'),
(4366, 1142, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4367, 1142, '_yoast_wpseo_wordproof_timestamp', ''),
(4368, 30046, '_wp_attached_file', '2022/05/Mystic-Chief.jpg'),
(4369, 30046, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Mystic-Chief.jpg\";s:8:\"filesize\";i:14802;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Mystic-Chief-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4370, 30046, '_wp_attachment_image_alt', 'demo slot Mystic Chief'),
(4373, 1141, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4374, 1141, '_yoast_wpseo_wordproof_timestamp', ''),
(4375, 30047, '_wp_attached_file', '2022/05/Great-Rhino-Megaways.jpg'),
(4376, 30047, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2022/05/Great-Rhino-Megaways.jpg\";s:8:\"filesize\";i:14845;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Great-Rhino-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10690;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4377, 30047, '_wp_attachment_image_alt', 'demo slot Great Rhino Megaways'),
(4381, 1133, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4382, 1133, '_yoast_wpseo_wordproof_timestamp', ''),
(4383, 30048, '_wp_attached_file', '2022/05/The-Tweety-House.jpg'),
(4384, 30048, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/The-Tweety-House.jpg\";s:8:\"filesize\";i:14402;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"The-Tweety-House-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10434;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4385, 30048, '_wp_attachment_image_alt', 'demo slot The Tweety House'),
(4388, 1134, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4389, 1134, '_yoast_wpseo_wordproof_timestamp', ''),
(4390, 30049, '_wp_attached_file', '2022/05/Piggy-Bank-Bills.jpg'),
(4391, 30049, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/Piggy-Bank-Bills.jpg\";s:8:\"filesize\";i:13088;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Piggy-Bank-Bills-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9499;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4392, 30049, '_wp_attachment_image_alt', 'demo slot Piggy Bank Bills'),
(4396, 1126, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4397, 1126, '_yoast_wpseo_wordproof_timestamp', ''),
(4398, 30051, '_wp_attached_file', '2022/05/5-Lions-Megaways.jpg'),
(4399, 30051, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/5-Lions-Megaways.jpg\";s:8:\"filesize\";i:15859;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"5-Lions-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10961;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4400, 30051, '_wp_attachment_image_alt', 'demo slot 5 Lions Megaways'),
(4403, 1125, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4404, 1125, '_yoast_wpseo_wordproof_timestamp', ''),
(4405, 30052, '_wp_attached_file', '2022/05/Jokers-Jewels.jpg'),
(4406, 30052, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Jokers-Jewels.jpg\";s:8:\"filesize\";i:14474;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Jokers-Jewels-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4407, 30052, '_wp_attachment_image_alt', 'demo slot Joker\'s Jewels'),
(4411, 1121, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4412, 1121, '_yoast_wpseo_wordproof_timestamp', ''),
(4413, 30053, '_wp_attached_file', '2022/05/Cash-Bonanza.jpg'),
(4414, 30053, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Cash-Bonanza.jpg\";s:8:\"filesize\";i:12220;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Cash-Bonanza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4415, 30053, '_wp_attachment_image_alt', 'demo slot Cash Bonanza'),
(4418, 1115, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4419, 1115, '_yoast_wpseo_wordproof_timestamp', ''),
(4420, 30054, '_wp_attached_file', '2022/05/Bonanza-Gold.jpg'),
(4421, 30054, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Bonanza-Gold.jpg\";s:8:\"filesize\";i:13427;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Bonanza-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9736;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4422, 30054, '_wp_attachment_image_alt', 'demo slot Bonanza Gold'),
(4427, 1113, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4428, 1113, '_yoast_wpseo_wordproof_timestamp', ''),
(4429, 30056, '_wp_attached_file', '2022/05/Pyramid-Bonanza.jpg'),
(4430, 30056, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2022/05/Pyramid-Bonanza.jpg\";s:8:\"filesize\";i:13866;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Pyramid-Bonanza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10289;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4431, 30056, '_wp_attachment_image_alt', 'demo slot Pyramid Bonanza'),
(4436, 1107, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4437, 1107, '_yoast_wpseo_wordproof_timestamp', ''),
(4438, 30057, '_wp_attached_file', '2022/05/Bigger-Bass-Bonanza.jpg'),
(4439, 30057, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2022/05/Bigger-Bass-Bonanza.jpg\";s:8:\"filesize\";i:14434;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Bigger-Bass-Bonanza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10217;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4440, 30057, '_wp_attachment_image_alt', 'demo slot Bigger Bass Bonanza'),
(4443, 1103, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4444, 1103, '_yoast_wpseo_wordproof_timestamp', ''),
(4445, 30058, '_wp_attached_file', '2022/05/Aztec-Gems.jpg'),
(4446, 30058, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Aztec-Gems.jpg\";s:8:\"filesize\";i:12140;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Aztec-Gems-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8611;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4447, 30058, '_wp_attachment_image_alt', 'demo slot Aztec Gems'),
(4450, 1101, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4451, 1101, '_yoast_wpseo_wordproof_timestamp', ''),
(4452, 30059, '_wp_attached_file', '2022/05/Sweet-Bonanza-Xmas.jpg'),
(4453, 30059, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Sweet-Bonanza-Xmas.jpg\";s:8:\"filesize\";i:12993;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Sweet-Bonanza-Xmas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9370;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4454, 30059, '_wp_attachment_image_alt', 'demo slot Sweet Bonanza Xmas'),
(4458, 1097, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4459, 1097, '_yoast_wpseo_wordproof_timestamp', ''),
(4460, 30060, '_wp_attached_file', '2022/05/Raging-Bull.jpg'),
(4461, 30060, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Raging-Bull.jpg\";s:8:\"filesize\";i:12979;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Raging-Bull-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9373;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4462, 30060, '_wp_attachment_image_alt', 'demo slot Raging Bull'),
(4466, 1090, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4467, 1090, '_yoast_wpseo_wordproof_timestamp', ''),
(4468, 30061, '_wp_attached_file', '2022/05/Chicken-Chase.jpg'),
(4469, 30061, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Chicken-Chase.jpg\";s:8:\"filesize\";i:14796;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Chicken-Chase-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10075;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4470, 30061, '_wp_attachment_image_alt', 'demo slot Chicken Chase'),
(4474, 1076, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4475, 1076, '_yoast_wpseo_wordproof_timestamp', ''),
(4476, 30062, '_wp_attached_file', '2022/05/Lucky-Grace-And-Charm.jpg'),
(4477, 30062, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:33:\"2022/05/Lucky-Grace-And-Charm.jpg\";s:8:\"filesize\";i:16588;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Lucky-Grace-And-Charm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11684;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4478, 30062, '_wp_attachment_image_alt', 'demo slot Lucky Grace And Charm'),
(4481, 1071, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4482, 1071, '_yoast_wpseo_wordproof_timestamp', ''),
(4483, 30063, '_wp_attached_file', '2022/05/Phoenix-Forge.jpg'),
(4484, 30063, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Phoenix-Forge.jpg\";s:8:\"filesize\";i:14454;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Phoenix-Forge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10248;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4485, 30063, '_wp_attachment_image_alt', 'demo slot Phoenix Forge'),
(4489, 1067, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4490, 1067, '_yoast_wpseo_wordproof_timestamp', ''),
(4491, 30064, '_wp_attached_file', '2022/05/Heart-of-Rio.jpg'),
(4492, 30064, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Heart-of-Rio.jpg\";s:8:\"filesize\";i:13330;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Heart-of-Rio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9481;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4493, 30064, '_wp_attachment_image_alt', 'demo slot Heart of Rio'),
(4497, 1063, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4498, 1063, '_yoast_wpseo_wordproof_timestamp', ''),
(4499, 30066, '_wp_attached_file', '2022/05/Dragon-Hot-Hold-and-Spin.jpg'),
(4500, 30066, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:36:\"2022/05/Dragon-Hot-Hold-and-Spin.jpg\";s:8:\"filesize\";i:16343;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Dragon-Hot-Hold-and-Spin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4501, 30066, '_wp_attachment_image_alt', 'demo slot Dragon Hot Hold and Spin'),
(4504, 1059, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4505, 1059, '_yoast_wpseo_wordproof_timestamp', ''),
(4506, 1055, '_edit_lock', '1674745439:1'),
(4507, 1051, '_edit_lock', '1674745453:1'),
(4508, 1047, '_edit_lock', '1674745478:1'),
(4509, 1043, '_edit_lock', '1674745490:1'),
(4510, 1039, '_edit_lock', '1674745504:1'),
(4511, 1035, '_edit_lock', '1674745519:1'),
(4512, 1031, '_edit_lock', '1674745532:1'),
(4513, 1027, '_edit_lock', '1674745546:1'),
(4514, 1023, '_edit_lock', '1674745561:1'),
(4515, 1019, '_edit_lock', '1674745572:1'),
(4516, 1015, '_edit_lock', '1674745588:1'),
(4517, 1011, '_edit_lock', '1674745602:1'),
(4518, 1007, '_edit_lock', '1674745615:1'),
(4519, 1002, '_edit_lock', '1674745628:1'),
(4520, 998, '_edit_lock', '1674745642:1'),
(4521, 994, '_edit_lock', '1674745655:1'),
(4522, 990, '_edit_lock', '1674745673:1'),
(4523, 986, '_edit_lock', '1674745685:1'),
(4524, 982, '_edit_lock', '1674745698:1'),
(4525, 978, '_edit_lock', '1674745714:1'),
(4526, 30067, '_wp_attached_file', '2022/05/Cash-Elevator.jpg'),
(4527, 30067, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Cash-Elevator.jpg\";s:8:\"filesize\";i:16045;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Cash-Elevator-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11348;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4528, 30067, '_wp_attachment_image_alt', 'demo slot Cash Elevator'),
(4532, 1055, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4533, 1055, '_yoast_wpseo_wordproof_timestamp', ''),
(4534, 30068, '_wp_attached_file', '2022/05/Hokkaido-Wolf.jpg'),
(4535, 30068, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Hokkaido-Wolf.jpg\";s:8:\"filesize\";i:13994;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Hokkaido-Wolf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10201;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4536, 30068, '_wp_attachment_image_alt', 'demo slot Hokkaido Wolf'),
(4540, 1051, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4541, 1051, '_yoast_wpseo_wordproof_timestamp', ''),
(4542, 30069, '_wp_attached_file', '2022/05/The-Magic-Cauldron-Enchanted-Brew.jpg'),
(4543, 30069, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:45:\"2022/05/The-Magic-Cauldron-Enchanted-Brew.jpg\";s:8:\"filesize\";i:13841;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"The-Magic-Cauldron-Enchanted-Brew-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4544, 30069, '_wp_attachment_image_alt', 'demo slot The Magic Cauldron Enchanted Brew'),
(4548, 1047, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4549, 1047, '_yoast_wpseo_wordproof_timestamp', ''),
(4550, 30071, '_wp_attached_file', '2022/05/Amazing-Money-Machine.jpg'),
(4551, 30071, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:33:\"2022/05/Amazing-Money-Machine.jpg\";s:8:\"filesize\";i:13121;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Amazing-Money-Machine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9342;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4552, 30071, '_wp_attachment_image_alt', 'demo slot Amazing Money Machine'),
(4555, 1043, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4556, 1043, '_yoast_wpseo_wordproof_timestamp', ''),
(4557, 30072, '_wp_attached_file', '2022/05/Aztec-King.jpg'),
(4558, 30072, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Aztec-King.jpg\";s:8:\"filesize\";i:14782;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Aztec-King-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10642;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4559, 30072, '_wp_attachment_image_alt', 'demo slot Aztec King'),
(4563, 1039, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4564, 1039, '_yoast_wpseo_wordproof_timestamp', ''),
(4565, 30073, '_wp_attached_file', '2022/05/Panda-Fortune-2.jpg'),
(4566, 30073, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2022/05/Panda-Fortune-2.jpg\";s:8:\"filesize\";i:13310;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Panda-Fortune-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:9795;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4567, 30073, '_wp_attachment_image_alt', 'demo slot Panda Fortune 2'),
(4571, 1035, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4572, 1035, '_yoast_wpseo_wordproof_timestamp', ''),
(4573, 30074, '_wp_attached_file', '2022/05/Floating-Dragon.jpg'),
(4574, 30074, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2022/05/Floating-Dragon.jpg\";s:8:\"filesize\";i:13968;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Floating-Dragon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4575, 30074, '_wp_attachment_image_alt', 'demo slot Floating Dragon'),
(4579, 1031, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4580, 1031, '_yoast_wpseo_wordproof_timestamp', ''),
(4581, 30075, '_wp_attached_file', '2022/05/Hot-to-Burn-Hold-and-Spin.jpg'),
(4582, 30075, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2022/05/Hot-to-Burn-Hold-and-Spin.jpg\";s:8:\"filesize\";i:14153;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Hot-to-Burn-Hold-and-Spin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4583, 30075, '_wp_attachment_image_alt', 'demo slot Hot to Burn Hold and Spin'),
(4586, 1027, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4587, 1027, '_yoast_wpseo_wordproof_timestamp', ''),
(4588, 30076, '_wp_attached_file', '2022/05/Joker-King.jpg'),
(4589, 30076, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Joker-King.jpg\";s:8:\"filesize\";i:13684;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Joker-King-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4590, 30076, '_wp_attachment_image_alt', 'demo slot Joker King'),
(4595, 1023, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4596, 1023, '_yoast_wpseo_wordproof_timestamp', ''),
(4597, 30077, '_wp_attached_file', '2022/05/Golden-Ox.jpg'),
(4598, 30077, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/05/Golden-Ox.jpg\";s:8:\"filesize\";i:13478;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Golden-Ox-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9967;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4599, 30077, '_wp_attachment_image_alt', 'demo slot Golden Ox'),
(4602, 1019, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4603, 1019, '_yoast_wpseo_wordproof_timestamp', ''),
(4604, 30078, '_wp_attached_file', '2022/05/Eye-of-the-Storm.jpg'),
(4605, 30078, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/Eye-of-the-Storm.jpg\";s:8:\"filesize\";i:15587;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Eye-of-the-Storm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10974;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4606, 30078, '_wp_attachment_image_alt', 'demo slot Eye of the Storm'),
(4610, 1015, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4611, 1015, '_yoast_wpseo_wordproof_timestamp', ''),
(4612, 30079, '_wp_attached_file', '2022/05/Dragon-Kingdom-Eyes-of-Fire.jpg'),
(4613, 30079, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:39:\"2022/05/Dragon-Kingdom-Eyes-of-Fire.jpg\";s:8:\"filesize\";i:14816;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Dragon-Kingdom-Eyes-of-Fire-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4614, 30079, '_wp_attachment_image_alt', 'demo slot Dragon Kingdom Eyes of Fire'),
(4617, 1011, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4618, 1011, '_yoast_wpseo_wordproof_timestamp', ''),
(4619, 30081, '_wp_attached_file', '2022/05/Congo-Cash.jpg'),
(4620, 30081, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Congo-Cash.jpg\";s:8:\"filesize\";i:15762;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Congo-Cash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11217;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4621, 30081, '_wp_attachment_image_alt', 'demo slot Congo Cash'),
(4625, 1007, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4626, 1007, '_yoast_wpseo_wordproof_timestamp', ''),
(4627, 30082, '_wp_attached_file', '2022/05/Emerald-King-Rainbow-Road.jpg'),
(4628, 30082, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2022/05/Emerald-King-Rainbow-Road.jpg\";s:8:\"filesize\";i:14833;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Emerald-King-Rainbow-Road-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10664;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4629, 30082, '_wp_attachment_image_alt', 'demo slot Emerald King Rainbow Road'),
(4632, 1002, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4633, 1002, '_yoast_wpseo_wordproof_timestamp', ''),
(4634, 30083, '_wp_attached_file', '2022/05/Vegas-Magic.jpg'),
(4635, 30083, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Vegas-Magic.jpg\";s:8:\"filesize\";i:13917;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Vegas-Magic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4636, 30083, '_wp_attachment_image_alt', 'demo slot Vegas Magic'),
(4641, 998, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4642, 998, '_yoast_wpseo_wordproof_timestamp', ''),
(4643, 30084, '_wp_attached_file', '2022/05/Great-Rhino.jpg'),
(4644, 30084, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Great-Rhino.jpg\";s:8:\"filesize\";i:13380;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Great-Rhino-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9523;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4648, 994, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4649, 994, '_yoast_wpseo_wordproof_timestamp', ''),
(4650, 30086, '_wp_attached_file', '2022/05/Diamond-Strike.jpg'),
(4651, 30086, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Diamond-Strike.jpg\";s:8:\"filesize\";i:14514;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Diamond-Strike-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4652, 30086, '_wp_attachment_image_alt', 'demo slot Diamond Strike'),
(4656, 990, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4657, 990, '_yoast_wpseo_wordproof_timestamp', ''),
(4658, 30087, '_wp_attached_file', '2022/05/8-Dragons.jpg'),
(4659, 30087, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/05/8-Dragons.jpg\";s:8:\"filesize\";i:13427;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"8-Dragons-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4660, 30087, '_wp_attachment_image_alt', 'demo slot 8 Dragons'),
(4664, 986, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4665, 986, '_yoast_wpseo_wordproof_timestamp', ''),
(4666, 30088, '_wp_attached_file', '2022/05/John-Hunter-and-the-Tomb-of-the-Scarab-Queen.jpg'),
(4667, 30088, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:56:\"2022/05/John-Hunter-and-the-Tomb-of-the-Scarab-Queen.jpg\";s:8:\"filesize\";i:17660;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"John-Hunter-and-the-Tomb-of-the-Scarab-Queen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12802;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4668, 30088, '_wp_attachment_image_alt', 'demo slot John Hunter and the Tomb of the Scarab Queen'),
(4671, 982, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4672, 982, '_yoast_wpseo_wordproof_timestamp', ''),
(4673, 30089, '_wp_attached_file', '2022/05/The-Dog-House.jpg'),
(4674, 30089, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/The-Dog-House.jpg\";s:8:\"filesize\";i:13849;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"The-Dog-House-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10100;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4675, 30089, '_wp_attachment_image_alt', 'demo slot The Dog House'),
(4679, 978, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4680, 978, '_yoast_wpseo_wordproof_timestamp', ''),
(4681, 974, '_edit_lock', '1674745759:1'),
(4682, 970, '_edit_lock', '1674745775:1'),
(4683, 966, '_edit_lock', '1674745788:1'),
(4684, 962, '_edit_lock', '1674745799:1'),
(4685, 958, '_edit_lock', '1674745813:1'),
(4686, 954, '_edit_lock', '1674745834:1'),
(4687, 950, '_edit_lock', '1674745852:1'),
(4688, 946, '_edit_lock', '1674745864:1'),
(4689, 942, '_edit_lock', '1674745879:1'),
(4690, 938, '_edit_lock', '1674745892:1'),
(4691, 933, '_edit_lock', '1674745905:1'),
(4692, 929, '_edit_lock', '1674745921:1'),
(4693, 925, '_edit_lock', '1674745936:1'),
(4694, 921, '_edit_lock', '1674745949:1'),
(4695, 915, '_edit_lock', '1674745961:1'),
(4696, 911, '_edit_lock', '1674745976:1'),
(4697, 907, '_edit_lock', '1674745989:1'),
(4698, 903, '_edit_lock', '1674746004:1'),
(4699, 899, '_edit_lock', '1674746022:1'),
(4700, 895, '_edit_lock', '1674746039:1'),
(4701, 30090, '_wp_attached_file', '2022/05/Fire88.jpg'),
(4702, 30090, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2022/05/Fire88.jpg\";s:8:\"filesize\";i:15635;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Fire88-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11297;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4703, 30090, '_wp_attachment_image_alt', 'demo slot Fire88'),
(4706, 974, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4707, 974, '_yoast_wpseo_wordproof_timestamp', ''),
(4708, 30091, '_wp_attached_file', '2022/05/5-Lions.jpg'),
(4709, 30091, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2022/05/5-Lions.jpg\";s:8:\"filesize\";i:12855;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"5-Lions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9099;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4710, 30091, '_wp_attachment_image_alt', 'demo slot 5 Lions'),
(4715, 970, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4716, 970, '_yoast_wpseo_wordproof_timestamp', ''),
(4717, 30092, '_wp_attached_file', '2022/05/Chilli-Heat.jpg'),
(4718, 30092, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Chilli-Heat.jpg\";s:8:\"filesize\";i:13387;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Chilli-Heat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9598;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4719, 30092, '_wp_attachment_image_alt', 'demo slot Chilli Heat'),
(4723, 966, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4724, 966, '_yoast_wpseo_wordproof_timestamp', ''),
(4725, 30094, '_wp_attached_file', '2022/05/888-Dragons.jpg'),
(4726, 30094, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/888-Dragons.jpg\";s:8:\"filesize\";i:15314;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"888-Dragons-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11395;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4730, 962, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4731, 962, '_yoast_wpseo_wordproof_timestamp', ''),
(4732, 30095, '_wp_attached_file', '2022/05/5-Lions-Gold.jpg'),
(4733, 30095, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/5-Lions-Gold.jpg\";s:8:\"filesize\";i:14855;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"5-Lions-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10338;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4734, 30095, '_wp_attachment_image_alt', 'demo slot 5 Lions Gold'),
(4738, 958, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4739, 958, '_yoast_wpseo_wordproof_timestamp', ''),
(4740, 30096, '_wp_attached_file', '2022/05/Mustang-Gold.jpg'),
(4741, 30096, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Mustang-Gold.jpg\";s:8:\"filesize\";i:14327;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Mustang-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10354;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4744, 954, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4745, 954, '_yoast_wpseo_wordproof_timestamp', ''),
(4746, 30096, '_wp_attachment_image_alt', 'demo slot Mustang Gold'),
(4749, 30097, '_wp_attached_file', '2022/05/Big-Bass-Bonanza.jpg'),
(4750, 30097, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/Big-Bass-Bonanza.jpg\";s:8:\"filesize\";i:15030;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Big-Bass-Bonanza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10855;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4751, 30097, '_wp_attachment_image_alt', 'demo slot Big Bass Bonanza'),
(4756, 950, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4757, 950, '_yoast_wpseo_wordproof_timestamp', ''),
(4758, 30099, '_wp_attached_file', '2022/05/John-Hunter-and-the-Mayan-Gods.jpg'),
(4759, 30099, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:42:\"2022/05/John-Hunter-and-the-Mayan-Gods.jpg\";s:8:\"filesize\";i:15545;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"John-Hunter-and-the-Mayan-Gods-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4760, 30099, '_wp_attachment_image_alt', 'demo slot John Hunter and the Mayan Gods'),
(4763, 946, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4764, 946, '_yoast_wpseo_wordproof_timestamp', ''),
(4765, 30100, '_wp_attached_file', '2022/05/Spartan-King.jpg'),
(4766, 30100, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Spartan-King.jpg\";s:8:\"filesize\";i:13362;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Spartan-King-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9543;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4767, 30100, '_wp_attachment_image_alt', 'demo slot Spartan King'),
(4772, 942, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4773, 942, '_yoast_wpseo_wordproof_timestamp', ''),
(4774, 30101, '_wp_attached_file', '2022/05/Cowboys-Gold.jpg'),
(4775, 30101, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Cowboys-Gold.jpg\";s:8:\"filesize\";i:13074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Cowboys-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9242;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4776, 30101, '_wp_attachment_image_alt', 'demo slot Cowboys Gold'),
(4780, 938, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4781, 938, '_yoast_wpseo_wordproof_timestamp', ''),
(4782, 30102, '_wp_attached_file', '2022/05/Emerald-King.jpg'),
(4783, 30102, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Emerald-King.jpg\";s:8:\"filesize\";i:15043;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Emerald-King-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10764;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4784, 30102, '_wp_attachment_image_alt', 'demo slot Emerald King');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4787, 933, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4788, 933, '_yoast_wpseo_wordproof_timestamp', ''),
(4789, 30103, '_wp_attached_file', '2022/05/Dragon-Tiger.jpg'),
(4790, 30103, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Dragon-Tiger.jpg\";s:8:\"filesize\";i:14484;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Dragon-Tiger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10587;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4791, 30103, '_wp_attachment_image_alt', 'demo slot Dragon Tiger'),
(4795, 929, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4796, 929, '_yoast_wpseo_wordproof_timestamp', ''),
(4797, 30104, '_wp_attached_file', '2022/05/Book-of-Kingdoms.jpg'),
(4798, 30104, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/Book-of-Kingdoms.jpg\";s:8:\"filesize\";i:14266;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Book-of-Kingdoms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10357;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4799, 30104, '_wp_attachment_image_alt', 'demo slot Book of Kingdoms'),
(4803, 925, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4804, 925, '_yoast_wpseo_wordproof_timestamp', ''),
(4805, 30105, '_wp_attached_file', '2022/05/Return-of-the-Dead.jpg'),
(4806, 30105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Return-of-the-Dead.jpg\";s:8:\"filesize\";i:15203;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Return-of-the-Dead-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10889;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4807, 30105, '_wp_attachment_image_alt', 'demo slot Return of the Dead'),
(4810, 921, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4811, 921, '_yoast_wpseo_wordproof_timestamp', ''),
(4812, 30106, '_wp_attached_file', '2022/05/5-Lions-Dance.jpg'),
(4813, 30106, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/5-Lions-Dance.jpg\";s:8:\"filesize\";i:14846;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"5-Lions-Dance-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4814, 30106, '_wp_attachment_image_alt', 'demo slot 5 Lions Dance'),
(4819, 915, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4820, 915, '_yoast_wpseo_wordproof_timestamp', ''),
(4821, 30107, '_wp_attached_file', '2022/05/Ultra-Hold-and-Spin.jpg'),
(4822, 30107, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2022/05/Ultra-Hold-and-Spin.jpg\";s:8:\"filesize\";i:15759;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Ultra-Hold-and-Spin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4823, 30107, '_wp_attachment_image_alt', 'demo slot Ultra Hold and Spin'),
(4827, 911, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4828, 911, '_yoast_wpseo_wordproof_timestamp', ''),
(4829, 30108, '_wp_attached_file', '2022/05/Rise-of-Samurai.jpg'),
(4830, 30108, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2022/05/Rise-of-Samurai.jpg\";s:8:\"filesize\";i:12268;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Rise-of-Samurai-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8980;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4831, 30108, '_wp_attachment_image_alt', 'demo slot Rise of Samurai'),
(4835, 907, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4836, 907, '_yoast_wpseo_wordproof_timestamp', ''),
(4837, 30110, '_wp_attached_file', '2022/05/Wild-Walker.jpg'),
(4838, 30110, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Wild-Walker.jpg\";s:8:\"filesize\";i:14457;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Wild-Walker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10110;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4839, 30110, '_wp_attachment_image_alt', 'demo slot Wild Walker'),
(4843, 903, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4844, 903, '_yoast_wpseo_wordproof_timestamp', ''),
(4845, 30111, '_wp_attached_file', '2022/05/Great-Rhino-Deluxe.jpg'),
(4846, 30111, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Great-Rhino-Deluxe.jpg\";s:8:\"filesize\";i:15692;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Great-Rhino-Deluxe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11149;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4847, 30111, '_wp_attachment_image_alt', 'demo slot Great Rhino Deluxe'),
(4850, 899, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4851, 899, '_yoast_wpseo_wordproof_timestamp', ''),
(4852, 30112, '_wp_attached_file', '2022/05/Wild-Wild-Riches.jpg'),
(4853, 30112, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/Wild-Wild-Riches.jpg\";s:8:\"filesize\";i:15397;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Wild-Wild-Riches-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11220;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4854, 30112, '_wp_attachment_image_alt', 'demo slot Wild Wild Riches'),
(4858, 895, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4859, 895, '_yoast_wpseo_wordproof_timestamp', ''),
(4860, 891, '_edit_lock', '1674746076:1'),
(4861, 887, '_edit_lock', '1674746097:1'),
(4862, 883, '_edit_lock', '1674746110:1'),
(4863, 879, '_edit_lock', '1674746125:1'),
(4864, 875, '_edit_lock', '1674746138:1'),
(4865, 871, '_edit_lock', '1674746152:1'),
(4866, 867, '_edit_lock', '1674746166:1'),
(4867, 863, '_edit_lock', '1674746178:1'),
(4868, 859, '_edit_lock', '1674746193:1'),
(4869, 854, '_edit_lock', '1674746210:1'),
(4870, 846, '_edit_lock', '1674746227:1'),
(4871, 842, '_edit_lock', '1674746240:1'),
(4872, 838, '_edit_lock', '1674746257:1'),
(4873, 834, '_edit_lock', '1674746271:1'),
(4874, 830, '_edit_lock', '1674746288:1'),
(4875, 826, '_edit_lock', '1674746299:1'),
(4876, 822, '_edit_lock', '1674746315:1'),
(4877, 818, '_edit_lock', '1674746326:1'),
(4878, 814, '_edit_lock', '1674746341:1'),
(4879, 30113, '_wp_attached_file', '2022/05/Jungle-Gorilla.jpg'),
(4880, 30113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Jungle-Gorilla.jpg\";s:8:\"filesize\";i:14361;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Jungle-Gorilla-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10667;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4881, 30113, '_wp_attachment_image_alt', 'demo slot Jungle Gorilla'),
(4885, 891, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4886, 891, '_yoast_wpseo_wordproof_timestamp', ''),
(4887, 30114, '_wp_attached_file', '2022/05/The-Tiger-Warrior.jpg'),
(4888, 30114, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/The-Tiger-Warrior.jpg\";s:8:\"filesize\";i:15018;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"The-Tiger-Warrior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11055;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4889, 30114, '_wp_attachment_image_alt', 'demo slot The Tiger Warrior'),
(4892, 887, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4893, 887, '_yoast_wpseo_wordproof_timestamp', ''),
(4894, 30115, '_wp_attached_file', '2022/05/Street-Racer.jpg'),
(4895, 30115, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Street-Racer.jpg\";s:8:\"filesize\";i:12870;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Street-Racer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9080;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4896, 30115, '_wp_attachment_image_alt', 'demo slot Street Racer'),
(4901, 883, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4902, 883, '_yoast_wpseo_wordproof_timestamp', ''),
(4903, 30117, '_wp_attached_file', '2022/05/Fu-Fu-Fu.jpg'),
(4904, 30117, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2022/05/Fu-Fu-Fu.jpg\";s:8:\"filesize\";i:13656;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Fu-Fu-Fu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9942;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4905, 30117, '_wp_attachment_image_alt', 'demo slot Fu Fu Fu'),
(4909, 879, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4910, 879, '_yoast_wpseo_wordproof_timestamp', ''),
(4911, 30118, '_wp_attached_file', '2022/05/Bronco-Spirit.jpg'),
(4912, 30118, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Bronco-Spirit.jpg\";s:8:\"filesize\";i:12339;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Bronco-Spirit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9124;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4913, 30118, '_wp_attachment_image_alt', 'demo slot Bronco Spirit'),
(4917, 875, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4918, 875, '_yoast_wpseo_wordproof_timestamp', ''),
(4919, 30119, '_wp_attached_file', '2022/05/Pyramid-King.jpg'),
(4920, 30119, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Pyramid-King.jpg\";s:8:\"filesize\";i:14493;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Pyramid-King-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10284;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4921, 30119, '_wp_attachment_image_alt', 'demo slot Pyramid King'),
(4925, 871, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4926, 871, '_yoast_wpseo_wordproof_timestamp', ''),
(4927, 30120, '_wp_attached_file', '2022/05/Ultra-Burn.jpg'),
(4928, 30120, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Ultra-Burn.jpg\";s:8:\"filesize\";i:11889;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Ultra-Burn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8434;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4929, 30120, '_wp_attachment_image_alt', 'demo slot Ultra Burn'),
(4932, 867, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4933, 867, '_yoast_wpseo_wordproof_timestamp', ''),
(4934, 30122, '_wp_attached_file', '2022/05/Money-Money-Money.jpg'),
(4935, 30122, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Money-Money-Money.jpg\";s:8:\"filesize\";i:13021;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Money-Money-Money-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9624;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4936, 30122, '_wp_attachment_image_alt', 'demo slot Money Money Money'),
(4940, 863, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4941, 863, '_yoast_wpseo_wordproof_timestamp', ''),
(4942, 30123, '_wp_attached_file', '2022/05/Starz-Megaways.jpg'),
(4943, 30123, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Starz-Megaways.jpg\";s:8:\"filesize\";i:12370;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Starz-Megaways-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8684;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4944, 30123, '_wp_attachment_image_alt', 'demo slot Starz Megaways'),
(4947, 859, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4948, 859, '_yoast_wpseo_wordproof_timestamp', ''),
(4949, 30124, '_wp_attached_file', '2022/05/Three-Star-Fortune.jpg'),
(4950, 30124, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Three-Star-Fortune.jpg\";s:8:\"filesize\";i:13620;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Three-Star-Fortune-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9853;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4951, 30124, '_wp_attachment_image_alt', 'demo slot Three Star Fortune'),
(4956, 854, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4957, 854, '_yoast_wpseo_wordproof_timestamp', ''),
(4958, 30125, '_wp_attached_file', '2022/05/Hot-to-Burn.jpg'),
(4959, 30125, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Hot-to-Burn.jpg\";s:8:\"filesize\";i:11321;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Hot-to-Burn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8105;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4960, 30125, '_wp_attachment_image_alt', 'demo slot Hot to Burn'),
(4963, 846, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4964, 846, '_yoast_wpseo_wordproof_timestamp', ''),
(4965, 30126, '_wp_attached_file', '2022/05/Caishens-Gold.jpg'),
(4966, 30126, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Caishens-Gold.jpg\";s:8:\"filesize\";i:14428;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Caishens-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10457;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4967, 30126, '_wp_attachment_image_alt', 'demo slot Caishen’s Gold'),
(4972, 842, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4973, 842, '_yoast_wpseo_wordproof_timestamp', ''),
(4974, 30128, '_wp_attached_file', '2022/05/Lucky-Dragon-Ball.jpg'),
(4975, 30128, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Lucky-Dragon-Ball.jpg\";s:8:\"filesize\";i:10586;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Lucky-Dragon-Ball-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4976, 30128, '_wp_attachment_image_alt', 'demo slot Lucky Dragon Ball'),
(4979, 838, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4980, 838, '_yoast_wpseo_wordproof_timestamp', ''),
(4981, 30129, '_wp_attached_file', '2022/05/Fruit-Rainbow.jpg'),
(4982, 30129, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Fruit-Rainbow.jpg\";s:8:\"filesize\";i:12161;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Fruit-Rainbow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8835;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4983, 30129, '_wp_attachment_image_alt', 'demo slot Fruit Rainbow'),
(4988, 834, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4989, 834, '_yoast_wpseo_wordproof_timestamp', ''),
(4990, 30130, '_wp_attached_file', '2022/05/The-Wild-Machine.jpg'),
(4991, 30130, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/The-Wild-Machine.jpg\";s:8:\"filesize\";i:14341;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"The-Wild-Machine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10395;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4992, 30130, '_wp_attachment_image_alt', 'demo slot The Wild Machine'),
(4996, 830, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4997, 830, '_yoast_wpseo_wordproof_timestamp', ''),
(4998, 30131, '_wp_attached_file', '2022/05/Mysterious.jpg'),
(4999, 30131, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Mysterious.jpg\";s:8:\"filesize\";i:16074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Mysterious-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11826;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5000, 30131, '_wp_attachment_image_alt', 'demo slot Mysterious'),
(5004, 826, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5005, 826, '_yoast_wpseo_wordproof_timestamp', ''),
(5006, 30132, '_wp_attached_file', '2022/05/Golden-Beauty.jpg'),
(5007, 30132, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Golden-Beauty.jpg\";s:8:\"filesize\";i:14671;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Golden-Beauty-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10583;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5008, 30132, '_wp_attachment_image_alt', 'demo slot Golden Beauty'),
(5012, 822, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5013, 822, '_yoast_wpseo_wordproof_timestamp', ''),
(5014, 30133, '_wp_attached_file', '2022/05/Master-Joker.jpg'),
(5015, 30133, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Master-Joker.jpg\";s:8:\"filesize\";i:14056;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Master-Joker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5016, 30133, '_wp_attachment_image_alt', 'demo slot Master Joker'),
(5019, 818, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5020, 818, '_yoast_wpseo_wordproof_timestamp', ''),
(5021, 30134, '_wp_attached_file', '2022/05/Super-7s.jpg'),
(5022, 30134, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2022/05/Super-7s.jpg\";s:8:\"filesize\";i:14530;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Super-7s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10366;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5023, 30134, '_wp_attachment_image_alt', 'demo slot Super 7s'),
(5027, 814, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5028, 814, '_yoast_wpseo_wordproof_timestamp', ''),
(5029, 809, '_edit_lock', '1674746380:1'),
(5030, 805, '_edit_lock', '1674746397:1'),
(5031, 801, '_edit_lock', '1674746412:1'),
(5032, 797, '_edit_lock', '1674746427:1'),
(5033, 793, '_edit_lock', '1674746442:1'),
(5034, 789, '_edit_lock', '1674746458:1'),
(5035, 785, '_edit_lock', '1674746473:1'),
(5036, 774, '_edit_lock', '1674746491:1'),
(5037, 762, '_edit_lock', '1674746507:1'),
(5038, 755, '_edit_lock', '1674746522:1'),
(5039, 749, '_edit_lock', '1674746538:1'),
(5040, 737, '_edit_lock', '1674746552:1'),
(5041, 726, '_edit_lock', '1674746568:1'),
(5042, 717, '_edit_lock', '1674746589:1'),
(5043, 704, '_edit_lock', '1674746608:1'),
(5044, 686, '_edit_lock', '1674746630:1'),
(5045, 518, '_edit_lock', '1674746644:1'),
(5046, 508, '_edit_lock', '1674746659:1'),
(5047, 504, '_edit_lock', '1674746673:1'),
(5048, 500, '_edit_lock', '1674746688:1'),
(5049, 30135, '_wp_attached_file', '2022/05/Magic-Journey.jpg'),
(5050, 30135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Magic-Journey.jpg\";s:8:\"filesize\";i:13808;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Magic-Journey-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5051, 30135, '_wp_attachment_image_alt', 'demo slot Magic Journey'),
(5054, 809, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5055, 809, '_yoast_wpseo_wordproof_timestamp', ''),
(5056, 30136, '_wp_attached_file', '2022/05/Money-Mouse.jpg'),
(5057, 30136, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Money-Mouse.jpg\";s:8:\"filesize\";i:15185;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Money-Mouse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11094;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5058, 30136, '_wp_attachment_image_alt', 'demo slot Money Mouse'),
(5063, 805, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5064, 805, '_yoast_wpseo_wordproof_timestamp', ''),
(5065, 30137, '_wp_attached_file', '2022/05/Aladdin-and-the-Sorcerrer.jpg'),
(5066, 30137, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2022/05/Aladdin-and-the-Sorcerrer.jpg\";s:8:\"filesize\";i:12631;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Aladdin-and-the-Sorcerrer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9117;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5067, 30137, '_wp_attachment_image_alt', 'demo slot Aladdin and the Sorcerrer'),
(5071, 801, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5072, 801, '_yoast_wpseo_wordproof_timestamp', ''),
(5073, 30139, '_wp_attached_file', '2022/05/Greek-Gods.jpg'),
(5074, 30139, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Greek-Gods.jpg\";s:8:\"filesize\";i:14921;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Greek-Gods-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10705;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5075, 30139, '_wp_attachment_image_alt', 'demo slot Greek Gods'),
(5078, 797, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5079, 797, '_yoast_wpseo_wordproof_timestamp', ''),
(5080, 30140, '_wp_attached_file', '2022/05/Hercules-and-Pegasus.jpg'),
(5081, 30140, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2022/05/Hercules-and-Pegasus.jpg\";s:8:\"filesize\";i:13126;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Hercules-and-Pegasus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9594;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5082, 30140, '_wp_attachment_image_alt', 'demo slot Hercules and Pegasus'),
(5086, 793, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5087, 793, '_yoast_wpseo_wordproof_timestamp', ''),
(5088, 30141, '_wp_attached_file', '2022/05/Tree-of-Riches.jpg'),
(5089, 30141, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Tree-of-Riches.jpg\";s:8:\"filesize\";i:12910;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Tree-of-Riches-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8975;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5090, 30141, '_wp_attachment_image_alt', 'demo slot Tree of Riches'),
(5093, 789, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5094, 789, '_yoast_wpseo_wordproof_timestamp', ''),
(5095, 30142, '_wp_attached_file', '2022/05/Honey-Honey-Honey.jpg'),
(5096, 30142, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Honey-Honey-Honey.jpg\";s:8:\"filesize\";i:14160;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Honey-Honey-Honey-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10203;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5097, 30142, '_wp_attachment_image_alt', 'demo slot Honey Honey Honey'),
(5101, 785, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5102, 785, '_yoast_wpseo_wordproof_timestamp', ''),
(5103, 30143, '_wp_attached_file', '2022/05/Super-Joker.jpg'),
(5104, 30143, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Super-Joker.jpg\";s:8:\"filesize\";i:15710;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Super-Joker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5105, 30143, '_wp_attachment_image_alt', 'demo slot Super Joker'),
(5109, 774, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5110, 774, '_yoast_wpseo_wordproof_timestamp', ''),
(5111, 30144, '_wp_attached_file', '2022/05/Hot-Chilli.jpg'),
(5112, 30144, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Hot-Chilli.jpg\";s:8:\"filesize\";i:12639;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Hot-Chilli-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9328;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5113, 30144, '_wp_attachment_image_alt', 'demo slot Hot Chilli'),
(5116, 762, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5117, 762, '_yoast_wpseo_wordproof_timestamp', ''),
(5118, 30145, '_wp_attached_file', '2022/05/John-Hunter-and-the-Aztec-Treasure.jpg'),
(5119, 30145, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:46:\"2022/05/John-Hunter-and-the-Aztec-Treasure.jpg\";s:8:\"filesize\";i:16595;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"John-Hunter-and-the-Aztec-Treasure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12002;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5120, 30145, '_wp_attachment_image_alt', 'demo slot John Hunter and the Aztec Treasure'),
(5125, 755, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5126, 755, '_yoast_wpseo_wordproof_timestamp', ''),
(5127, 30146, '_wp_attached_file', '2022/05/Monkey-Warrior.jpg'),
(5128, 30146, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Monkey-Warrior.jpg\";s:8:\"filesize\";i:12082;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Monkey-Warrior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5129, 30146, '_wp_attachment_image_alt', 'demo slot Monkey Warrior'),
(5133, 749, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5134, 749, '_yoast_wpseo_wordproof_timestamp', ''),
(5135, 30147, '_wp_attached_file', '2022/05/Caishens-Cash.jpg'),
(5136, 30147, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Caishens-Cash.jpg\";s:8:\"filesize\";i:15426;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Caishens-Cash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5137, 30147, '_wp_attachment_image_alt', 'demo slot Caishen’s Cash'),
(5140, 737, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5141, 737, '_yoast_wpseo_wordproof_timestamp', ''),
(5142, 30148, '_wp_attached_file', '2022/05/The-Great-Chicken-Escape.jpg'),
(5143, 30148, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:36:\"2022/05/The-Great-Chicken-Escape.jpg\";s:8:\"filesize\";i:14514;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"The-Great-Chicken-Escape-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10347;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5144, 30148, '_wp_attachment_image_alt', 'demo slot The Great Chicken Escape'),
(5148, 726, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5149, 726, '_yoast_wpseo_wordproof_timestamp', ''),
(5150, 30149, '_wp_attached_file', '2022/05/Vampire-vs-Wolves.jpg'),
(5151, 30149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Vampire-vs-Wolves.jpg\";s:8:\"filesize\";i:15099;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Vampire-vs-Wolves-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10882;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5152, 30149, '_wp_attachment_image_alt', 'demo slot Vampire vs Wolves'),
(5156, 717, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5157, 717, '_yoast_wpseo_wordproof_timestamp', ''),
(5158, 30150, '_wp_attached_file', '2022/05/Wild-Pixies.jpg'),
(5159, 30150, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Wild-Pixies.jpg\";s:8:\"filesize\";i:14657;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Wild-Pixies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5160, 30150, '_wp_attachment_image_alt', 'demo slot Wild Pixies'),
(5164, 704, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5165, 704, '_yoast_wpseo_wordproof_timestamp', ''),
(5166, 30152, '_wp_attached_file', '2022/05/Pirate-Gold.jpg'),
(5167, 30152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Pirate-Gold.jpg\";s:8:\"filesize\";i:14120;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Pirate-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9983;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5168, 30152, '_wp_attachment_image_alt', 'demo slot Pirate Gold'),
(5171, 686, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5172, 686, '_yoast_wpseo_wordproof_timestamp', ''),
(5173, 30153, '_wp_attached_file', '2022/05/Egyptian-Fortunes.jpg'),
(5174, 30153, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Egyptian-Fortunes.jpg\";s:8:\"filesize\";i:16072;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Egyptian-Fortunes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11781;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5175, 30153, '_wp_attachment_image_alt', 'demo slot Egyptian Fortunes'),
(5179, 518, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5180, 518, '_yoast_wpseo_wordproof_timestamp', ''),
(5181, 30154, '_wp_attached_file', '2022/05/Extra-Juicy.jpg'),
(5182, 30154, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Extra-Juicy.jpg\";s:8:\"filesize\";i:13207;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Extra-Juicy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9595;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5183, 30154, '_wp_attachment_image_alt', 'demo slot Extra Juicy'),
(5187, 508, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5188, 508, '_yoast_wpseo_wordproof_timestamp', ''),
(5189, 30156, '_wp_attached_file', '2022/05/Wild-Gladiator.jpg'),
(5190, 30156, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Wild-Gladiator.jpg\";s:8:\"filesize\";i:14308;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Wild-Gladiator-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10149;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5191, 30156, '_wp_attachment_image_alt', 'demo slot Wild Gladiator'),
(5194, 504, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5195, 504, '_yoast_wpseo_wordproof_timestamp', ''),
(5196, 30157, '_wp_attached_file', '2022/05/Golden-Pig.jpg'),
(5197, 30157, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Golden-Pig.jpg\";s:8:\"filesize\";i:14049;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Golden-Pig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10348;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5198, 30157, '_wp_attachment_image_alt', 'demo slot Golden Pig'),
(5203, 500, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5204, 500, '_yoast_wpseo_wordproof_timestamp', ''),
(5205, 496, '_edit_lock', '1674746815:1'),
(5206, 492, '_edit_lock', '1674746831:1'),
(5207, 487, '_edit_lock', '1674746848:1'),
(5208, 481, '_edit_lock', '1674746863:1'),
(5209, 477, '_edit_lock', '1674746880:1'),
(5210, 473, '_edit_lock', '1674746895:1'),
(5211, 469, '_edit_lock', '1674746909:1'),
(5212, 465, '_edit_lock', '1674746923:1'),
(5213, 461, '_edit_lock', '1674746938:1'),
(5214, 457, '_edit_lock', '1674746956:1'),
(5215, 453, '_edit_lock', '1674746973:1'),
(5216, 443, '_edit_lock', '1674746989:1'),
(5217, 426, '_edit_lock', '1674747007:1'),
(5218, 412, '_edit_lock', '1674747026:1'),
(5219, 401, '_edit_lock', '1674747049:1'),
(5220, 378, '_edit_lock', '1674747065:1'),
(5221, 366, '_edit_lock', '1674747090:1'),
(5222, 349, '_edit_lock', '1674747106:1'),
(5223, 336, '_edit_lock', '1674747120:1'),
(5224, 323, '_edit_lock', '1674747138:1'),
(5225, 309, '_edit_lock', '1674747155:1'),
(5226, 297, '_edit_lock', '1674747170:1'),
(5227, 274, '_edit_lock', '1674747184:1'),
(5228, 257, '_edit_lock', '1674747198:1'),
(5229, 201, '_edit_lock', '1674747220:1'),
(5230, 189, '_edit_lock', '1674747244:1'),
(5231, 178, '_edit_lock', '1674747259:1'),
(5232, 172, '_edit_lock', '1674747273:1'),
(5233, 160, '_edit_lock', '1674747287:1'),
(5234, 152, '_edit_lock', '1674747301:1'),
(5235, 143, '_edit_lock', '1674747332:1'),
(5236, 1463, '_edit_lock', '1674747359:1'),
(5237, 1462, '_edit_lock', '1674747372:1'),
(5238, 1461, '_edit_lock', '1674747385:1'),
(5239, 1460, '_edit_lock', '1674747402:1'),
(5240, 1459, '_edit_lock', '1674747418:1'),
(5241, 1458, '_edit_lock', '1674747435:1'),
(5242, 100, '_edit_lock', '1674747450:1'),
(5243, 96, '_edit_lock', '1674747463:1'),
(5244, 1457, '_edit_lock', '1674747479:1'),
(5245, 88, '_edit_lock', '1674747493:1'),
(5246, 1470, '_edit_lock', '1674747507:1'),
(5247, 1469, '_edit_lock', '1674747522:1'),
(5248, 1468, '_edit_lock', '1674747537:1'),
(5249, 1467, '_edit_lock', '1674747551:1');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5250, 1466, '_edit_lock', '1674747565:1'),
(5251, 1465, '_edit_lock', '1674747580:1'),
(5252, 1464, '_edit_lock', '1674747594:1'),
(5253, 30158, '_wp_attached_file', '2022/05/Treasure-Horse.jpg'),
(5254, 30158, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Treasure-Horse.jpg\";s:8:\"filesize\";i:14072;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Treasure-Horse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5255, 30158, '_wp_attachment_image_alt', 'demo slot Treasure Horse'),
(5258, 496, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5259, 496, '_yoast_wpseo_wordproof_timestamp', ''),
(5260, 30159, '_wp_attached_file', '2022/05/Safari-King.jpg'),
(5261, 30159, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Safari-King.jpg\";s:8:\"filesize\";i:14465;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Safari-King-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5262, 30159, '_wp_attachment_image_alt', 'demo slot Safari King'),
(5266, 492, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5267, 492, '_yoast_wpseo_wordproof_timestamp', ''),
(5268, 30160, '_wp_attached_file', '2022/05/Leprechaun-Carol.jpg'),
(5269, 30160, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2022/05/Leprechaun-Carol.jpg\";s:8:\"filesize\";i:13958;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Leprechaun-Carol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9998;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5270, 30160, '_wp_attachment_image_alt', 'demo slot Leprechaun Carol'),
(5273, 487, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5274, 487, '_yoast_wpseo_wordproof_timestamp', ''),
(5275, 30161, '_wp_attached_file', '2022/05/Triple-Dragons.jpg'),
(5276, 30161, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Triple-Dragons.jpg\";s:8:\"filesize\";i:14572;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Triple-Dragons-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10345;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5277, 30161, '_wp_attachment_image_alt', 'demo slot Triple Dragons'),
(5281, 481, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5282, 481, '_yoast_wpseo_wordproof_timestamp', ''),
(5283, 30162, '_wp_attached_file', '2022/05/Ancient-Egypt-Classic.jpg'),
(5284, 30162, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:33:\"2022/05/Ancient-Egypt-Classic.jpg\";s:8:\"filesize\";i:16489;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Ancient-Egypt-Classic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11961;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5285, 30162, '_wp_attachment_image_alt', 'demo slot Ancient Egypt Classic'),
(5288, 477, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5289, 477, '_yoast_wpseo_wordproof_timestamp', ''),
(5290, 30163, '_wp_attached_file', '2022/05/Master-Chens-Fortune.jpg'),
(5291, 30163, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2022/05/Master-Chens-Fortune.jpg\";s:8:\"filesize\";i:14629;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Master-Chens-Fortune-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10594;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5292, 30163, '_wp_attachment_image_alt', 'demo slot Master Chen’s Fortune'),
(5297, 473, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5298, 473, '_yoast_wpseo_wordproof_timestamp', ''),
(5299, 30164, '_wp_attached_file', '2022/05/Da-Vincis-Treasure.jpg'),
(5300, 30164, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2022/05/Da-Vincis-Treasure.jpg\";s:8:\"filesize\";i:14648;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Da-Vincis-Treasure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5301, 30164, '_wp_attachment_image_alt', 'demo slot Da Vinci\'s Treasure'),
(5305, 469, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5306, 469, '_yoast_wpseo_wordproof_timestamp', ''),
(5307, 30165, '_wp_attached_file', '2022/05/Peking-Luck.jpg'),
(5308, 30165, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Peking-Luck.jpg\";s:8:\"filesize\";i:14396;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Peking-Luck-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10145;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5309, 30165, '_wp_attachment_image_alt', 'demo slot Peking Luck'),
(5312, 465, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5313, 465, '_yoast_wpseo_wordproof_timestamp', ''),
(5314, 30166, '_wp_attached_file', '2022/05/Leprechaun-Song.jpg'),
(5315, 30166, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2022/05/Leprechaun-Song.jpg\";s:8:\"filesize\";i:14288;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Leprechaun-Song-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10095;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5316, 30166, '_wp_attachment_image_alt', 'demo slot Leprechaun Song'),
(5321, 461, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5322, 461, '_yoast_wpseo_wordproof_timestamp', ''),
(5323, 30167, '_wp_attached_file', '2022/05/Asgard.jpg'),
(5324, 30167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2022/05/Asgard.jpg\";s:8:\"filesize\";i:14416;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Asgard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5325, 30167, '_wp_attachment_image_alt', 'demo slot Asgard'),
(5329, 457, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5330, 457, '_yoast_wpseo_wordproof_timestamp', ''),
(5331, 30168, '_wp_attached_file', '2022/05/Madame-Destiny.jpg'),
(5332, 30168, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Madame-Destiny.jpg\";s:8:\"filesize\";i:15486;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Madame-Destiny-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10801;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5333, 30168, '_wp_attachment_image_alt', 'demo slot Madame Destiny'),
(5337, 453, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5338, 453, '_yoast_wpseo_wordproof_timestamp', ''),
(5339, 30169, '_wp_attached_file', '2022/05/Jade-Butterfly.jpg'),
(5340, 30169, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Jade-Butterfly.jpg\";s:8:\"filesize\";i:12545;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Jade-Butterfly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5341, 30169, '_wp_attachment_image_alt', 'demo slot Jade Butterfly'),
(5345, 443, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5346, 443, '_yoast_wpseo_wordproof_timestamp', ''),
(5347, 30170, '_wp_attached_file', '2022/05/Fairytale-Fortune.jpg'),
(5348, 30170, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2022/05/Fairytale-Fortune.jpg\";s:8:\"filesize\";i:15137;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Fairytale-Fortune-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10784;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5349, 30170, '_wp_attachment_image_alt', 'demo slot Fairytale Fortune'),
(5352, 426, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5353, 426, '_yoast_wpseo_wordproof_timestamp', ''),
(5354, 30171, '_wp_attached_file', '2022/05/Ancient-Egypt.jpg'),
(5355, 30171, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Ancient-Egypt.jpg\";s:8:\"filesize\";i:14003;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Ancient-Egypt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9828;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5356, 30171, '_wp_attachment_image_alt', 'demo slot Ancient Egypt'),
(5360, 412, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5361, 412, '_yoast_wpseo_wordproof_timestamp', ''),
(5362, 30172, '_wp_attached_file', '2022/05/Lucky-New-Year.jpg'),
(5363, 30172, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Lucky-New-Year.jpg\";s:8:\"filesize\";i:14685;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Lucky-New-Year-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:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5364, 30172, '_wp_attachment_image_alt', 'demo slot Lucky New Year'),
(5367, 401, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5368, 401, '_yoast_wpseo_wordproof_timestamp', ''),
(5369, 30174, '_wp_attached_file', '2022/05/Monkey-Madness.jpg'),
(5370, 30174, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Monkey-Madness.jpg\";s:8:\"filesize\";i:15888;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Monkey-Madness-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11069;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5371, 30174, '_wp_attachment_image_alt', 'demo slot Monkey Madness'),
(5375, 378, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5376, 378, '_yoast_wpseo_wordproof_timestamp', ''),
(5377, 30175, '_wp_attached_file', '2022/05/Gold-Rush.jpg'),
(5378, 30175, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/05/Gold-Rush.jpg\";s:8:\"filesize\";i:14424;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Gold-Rush-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10628;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5379, 30175, '_wp_attachment_image_alt', 'demo slot Gold Rush'),
(5383, 366, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5384, 366, '_yoast_wpseo_wordproof_timestamp', ''),
(5385, 30176, '_wp_attached_file', '2022/05/Santa.jpg'),
(5386, 30176, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2022/05/Santa.jpg\";s:8:\"filesize\";i:13473;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Santa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9767;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5387, 30176, '_wp_attachment_image_alt', 'demo slot Santa'),
(5391, 349, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5392, 349, '_yoast_wpseo_wordproof_timestamp', ''),
(5393, 30177, '_wp_attached_file', '2022/05/Pandas-Fortune.jpg'),
(5394, 30177, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Pandas-Fortune.jpg\";s:8:\"filesize\";i:15008;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Pandas-Fortune-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10829;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5395, 30177, '_wp_attachment_image_alt', 'demo slot Panda’s Fortune'),
(5399, 336, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5400, 336, '_yoast_wpseo_wordproof_timestamp', ''),
(5401, 30178, '_wp_attached_file', '2022/05/7-Piggies.jpg'),
(5402, 30178, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/05/7-Piggies.jpg\";s:8:\"filesize\";i:15341;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"7-Piggies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11270;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5403, 30178, '_wp_attachment_image_alt', 'demo slot 7 Piggies'),
(5406, 323, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5407, 323, '_yoast_wpseo_wordproof_timestamp', ''),
(5408, 30179, '_wp_attached_file', '2022/05/Dragon-Kingdom.jpg'),
(5409, 30179, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/Dragon-Kingdom.jpg\";s:8:\"filesize\";i:11642;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Dragon-Kingdom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8231;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5410, 30179, '_wp_attachment_image_alt', 'demo slot Dragon Kingdom'),
(5415, 309, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5416, 309, '_yoast_wpseo_wordproof_timestamp', ''),
(5417, 30181, '_wp_attached_file', '2022/05/7-Monkeys.jpg'),
(5418, 30181, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/05/7-Monkeys.jpg\";s:8:\"filesize\";i:12450;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"7-Monkeys-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8883;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5419, 30181, '_wp_attachment_image_alt', 'demo slot 7 Monkeys'),
(5422, 297, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5423, 297, '_yoast_wpseo_wordproof_timestamp', ''),
(5424, 30182, '_wp_attached_file', '2022/05/Queen-of-Gold.jpg'),
(5425, 30182, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Queen-of-Gold.jpg\";s:8:\"filesize\";i:14153;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Queen-of-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10091;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5426, 30182, '_wp_attachment_image_alt', 'demo slot Queen of Gold'),
(5430, 274, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5431, 274, '_yoast_wpseo_wordproof_timestamp', ''),
(5432, 30183, '_wp_attached_file', '2022/05/Wild-Spells.jpg'),
(5433, 30183, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Wild-Spells.jpg\";s:8:\"filesize\";i:15539;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Wild-Spells-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5434, 30183, '_wp_attachment_image_alt', 'demo slot Wild Spells'),
(5437, 257, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5438, 257, '_yoast_wpseo_wordproof_timestamp', ''),
(5439, 30184, '_wp_attached_file', '2022/05/Journey-to-the-West.jpg'),
(5440, 30184, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2022/05/Journey-to-the-West.jpg\";s:8:\"filesize\";i:12846;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Journey-to-the-West-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9340;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5441, 30184, '_wp_attachment_image_alt', 'demo slot Journey to the West'),
(5446, 201, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5447, 201, '_yoast_wpseo_wordproof_timestamp', ''),
(5448, 30185, '_wp_attached_file', '2022/05/3-Kingdoms-Battle-of-Red-Cliffs.jpg'),
(5449, 30185, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:43:\"2022/05/3-Kingdoms-Battle-of-Red-Cliffs.jpg\";s:8:\"filesize\";i:15633;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"3-Kingdoms-Battle-of-Red-Cliffs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11143;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5450, 30185, '_wp_attachment_image_alt', 'demo slot 3 Kingdoms Battle of Red Cliffs'),
(5453, 189, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5454, 189, '_yoast_wpseo_wordproof_timestamp', ''),
(5455, 30186, '_wp_attached_file', '2022/05/Gold-Train.jpg'),
(5456, 30186, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Gold-Train.jpg\";s:8:\"filesize\";i:13984;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Gold-Train-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10211;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5457, 30186, '_wp_attachment_image_alt', 'demo slot Gold Train'),
(5461, 178, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5462, 178, '_yoast_wpseo_wordproof_timestamp', ''),
(5463, 30187, '_wp_attached_file', '2022/05/Vegas-Nights.jpg'),
(5464, 30187, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Vegas-Nights.jpg\";s:8:\"filesize\";i:13653;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Vegas-Nights-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5465, 30187, '_wp_attachment_image_alt', 'demo slot Vegas Nights'),
(5468, 172, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5469, 172, '_yoast_wpseo_wordproof_timestamp', ''),
(5470, 30188, '_wp_attached_file', '2022/05/3-Genie-Wishes.jpg'),
(5471, 30188, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2022/05/3-Genie-Wishes.jpg\";s:8:\"filesize\";i:12192;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"3-Genie-Wishes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8829;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5472, 30188, '_wp_attachment_image_alt', 'demo slot 3 Genie Wishes'),
(5477, 160, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5478, 160, '_yoast_wpseo_wordproof_timestamp', ''),
(5479, 30189, '_wp_attached_file', '2022/05/Busy-Bees.jpg'),
(5480, 30189, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/05/Busy-Bees.jpg\";s:8:\"filesize\";i:12265;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Busy-Bees-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9465;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5481, 30189, '_wp_attachment_image_alt', 'demo slot Busy Bees'),
(5485, 152, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5486, 152, '_yoast_wpseo_wordproof_timestamp', ''),
(5487, 30190, '_wp_attached_file', '2022/05/Devils-13.jpg'),
(5488, 30190, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/05/Devils-13.jpg\";s:8:\"filesize\";i:10295;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Devils-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5489, 30190, '_wp_attachment_image_alt', 'demo slot Devil\'s 13'),
(5492, 143, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5493, 143, '_yoast_wpseo_wordproof_timestamp', ''),
(5494, 30192, '_wp_attached_file', '2022/05/Pixie-Wings.jpg'),
(5495, 30192, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Pixie-Wings.jpg\";s:8:\"filesize\";i:12823;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Pixie-Wings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8987;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5496, 30192, '_wp_attachment_image_alt', 'demo slot Pixie Wings'),
(5501, 1463, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5502, 1463, '_yoast_wpseo_wordproof_timestamp', ''),
(5503, 30193, '_wp_attached_file', '2022/05/Wolf-Gold.jpg'),
(5504, 30193, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/05/Wolf-Gold.jpg\";s:8:\"filesize\";i:12643;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Wolf-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5505, 30193, '_wp_attachment_image_alt', 'demo slot Wolf Gold'),
(5509, 1462, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5510, 1462, '_yoast_wpseo_wordproof_timestamp', ''),
(5511, 30194, '_wp_attached_file', '2022/05/Hercules-Son-of-Zeus.jpg'),
(5512, 30194, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2022/05/Hercules-Son-of-Zeus.jpg\";s:8:\"filesize\";i:13346;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Hercules-Son-of-Zeus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9845;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5513, 30194, '_wp_attachment_image_alt', 'demo slot Hercules Son of Zeus'),
(5518, 1461, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5519, 1461, '_yoast_wpseo_wordproof_timestamp', ''),
(5520, 30195, '_wp_attached_file', '2022/05/Beowulf.jpg'),
(5521, 30195, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2022/05/Beowulf.jpg\";s:8:\"filesize\";i:12495;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Beowulf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8777;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5522, 30195, '_wp_attachment_image_alt', 'demo slot Beowulf'),
(5527, 1460, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5528, 1460, '_yoast_wpseo_wordproof_timestamp', ''),
(5529, 30196, '_wp_attached_file', '2022/05/Lucky-Dragons.jpg'),
(5530, 30196, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Lucky-Dragons.jpg\";s:8:\"filesize\";i:13239;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Lucky-Dragons-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9700;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5531, 30196, '_wp_attachment_image_alt', 'demo slot Lucky Dragons'),
(5536, 1459, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5537, 1459, '_yoast_wpseo_wordproof_timestamp', ''),
(5538, 30197, '_wp_attached_file', '2022/05/Dwarven-Gold-Deluxe.jpg'),
(5539, 30197, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2022/05/Dwarven-Gold-Deluxe.jpg\";s:8:\"filesize\";i:11599;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Dwarven-Gold-Deluxe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8266;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5540, 30197, '_wp_attachment_image_alt', 'demo slot Dwarven Gold Deluxe'),
(5545, 1458, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5546, 1458, '_yoast_wpseo_wordproof_timestamp', ''),
(5547, 30198, '_wp_attached_file', '2022/05/Hot-Safari.jpg'),
(5548, 30198, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Hot-Safari.jpg\";s:8:\"filesize\";i:9623;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Hot-Safari-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6795;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5549, 30198, '_wp_attachment_image_alt', 'demo slot Hot Safari'),
(5554, 100, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5555, 100, '_yoast_wpseo_wordproof_timestamp', ''),
(5556, 30199, '_wp_attached_file', '2022/05/Mighty-Kong.jpg'),
(5557, 30199, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Mighty-Kong.jpg\";s:8:\"filesize\";i:9394;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Mighty-Kong-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6867;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5558, 30199, '_wp_attachment_image_alt', 'demo slot Mighty Kong'),
(5563, 96, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5564, 96, '_yoast_wpseo_wordproof_timestamp', ''),
(5565, 30200, '_wp_attached_file', '2022/05/Lady-Godiva.jpg'),
(5566, 30200, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Lady-Godiva.jpg\";s:8:\"filesize\";i:11122;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Lady-Godiva-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8008;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5567, 30200, '_wp_attachment_image_alt', 'demo slot Lady Godiva'),
(5572, 1457, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5573, 1457, '_yoast_wpseo_wordproof_timestamp', ''),
(5574, 30201, '_wp_attached_file', '2022/05/Great-Reef.jpg'),
(5575, 30201, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Great-Reef.jpg\";s:8:\"filesize\";i:13384;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Great-Reef-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10027;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5576, 30201, '_wp_attachment_image_alt', 'demo slot Great Reef'),
(5581, 88, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5582, 88, '_yoast_wpseo_wordproof_timestamp', ''),
(5583, 30202, '_wp_attached_file', '2022/05/Sugar-Rush.jpg'),
(5584, 30202, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Sugar-Rush.jpg\";s:8:\"filesize\";i:11322;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Sugar-Rush-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8261;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5585, 30202, '_wp_attachment_image_alt', 'demo slot Sugar Rush'),
(5590, 1470, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5591, 1470, '_yoast_wpseo_wordproof_timestamp', ''),
(5592, 30203, '_wp_attached_file', '2022/05/Fishin-Reels.jpg'),
(5593, 30203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Fishin-Reels.jpg\";s:8:\"filesize\";i:13889;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Fishin-Reels-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10153;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5594, 30203, '_wp_attachment_image_alt', 'demo slot Fishin\' Reels'),
(5599, 1469, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5600, 1469, '_yoast_wpseo_wordproof_timestamp', ''),
(5601, 30204, '_wp_attached_file', '2022/05/Triple-Tigers.jpg'),
(5602, 30204, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/05/Triple-Tigers.jpg\";s:8:\"filesize\";i:13748;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Triple-Tigers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9713;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5603, 30204, '_wp_attachment_image_alt', 'demo slot Triple Tigers'),
(5608, 1468, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5609, 1468, '_yoast_wpseo_wordproof_timestamp', ''),
(5610, 30205, '_wp_attached_file', '2022/05/Money-Roll.jpg'),
(5611, 30205, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/05/Money-Roll.jpg\";s:8:\"filesize\";i:16181;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Money-Roll-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11111;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5612, 30205, '_wp_attachment_image_alt', 'demo slot Money Roll'),
(5617, 1467, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5618, 1467, '_yoast_wpseo_wordproof_timestamp', ''),
(5619, 30206, '_wp_attached_file', '2022/05/Irish-Charms.jpg'),
(5620, 30206, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2022/05/Irish-Charms.jpg\";s:8:\"filesize\";i:16171;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Irish-Charms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5621, 30206, '_wp_attachment_image_alt', 'demo slot Irish Charms'),
(5626, 1466, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5627, 1466, '_yoast_wpseo_wordproof_timestamp', ''),
(5628, 30207, '_wp_attached_file', '2022/05/888-Gold.jpg'),
(5629, 30207, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2022/05/888-Gold.jpg\";s:8:\"filesize\";i:14239;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"888-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10556;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5630, 30207, '_wp_attachment_image_alt', 'demo slot 888 Gold'),
(5634, 1465, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5635, 1465, '_yoast_wpseo_wordproof_timestamp', ''),
(5636, 30209, '_wp_attached_file', '2022/05/Diamonds-are-Forever-3-Lines.jpg'),
(5637, 30209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:40:\"2022/05/Diamonds-are-Forever-3-Lines.jpg\";s:8:\"filesize\";i:11612;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Diamonds-are-Forever-3-Lines-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5638, 30209, '_wp_attachment_image_alt', 'demo slot Diamonds are Forever 3 Lines'),
(5641, 1464, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5642, 1464, '_yoast_wpseo_wordproof_timestamp', ''),
(5643, 850, '_edit_lock', '1674747810:1'),
(5644, 30210, '_wp_attached_file', '2022/05/Dance-Party.jpg'),
(5645, 30210, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/05/Dance-Party.jpg\";s:8:\"filesize\";i:15153;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Dance-Party-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11124;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5646, 30210, '_wp_attachment_image_alt', 'demo slot Dance Party'),
(5650, 850, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5651, 850, '_yoast_wpseo_wordproof_timestamp', ''),
(5654, 29718, '_pingme', '1'),
(5719, 60, '_yoast_wpseo_focuskw', 'joker123 gaming'),
(5720, 60, '_yoast_wpseo_linkdex', '71'),
(5721, 60, '_yoast_wpseo_metadesc', 'joker123 gaming merupakan penyedia judi slot arcade tembak ikan online terbaik dengan akses login joker123 slot online 24jam terpercaya'),
(5722, 60, '_yoast_wpseo_content_score', '60'),
(5723, 40, '_yoast_wpseo_metadesc', 'idn live adalah situs ion casino online yang tergabung dalam satu komunitas judi online ionclub casino terbesar dan terpercaya di indonesia'),
(5724, 40, '_yoast_wpseo_content_score', '90'),
(5725, 64, '_yoast_wpseo_focuskw', '89 togel'),
(5726, 64, '_yoast_wpseo_metadesc', '89 togel adalah situs judi online bandar togel terpercaya yang menyediakan judi togel singapore, togel hongkong dan sydney togel 4d online'),
(5727, 64, '_yoast_wpseo_linkdex', '41'),
(5729, 30280, '_wp_attached_file', '2023/01/erek-erek-89.jpg'),
(5730, 30280, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:474;s:6:\"height\";i:364;s:4:\"file\";s:24:\"2023/01/erek-erek-89.jpg\";s:8:\"filesize\";i:40511;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"erek-erek-89-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20625;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"erek-erek-89-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8107;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5731, 30293, '_edit_lock', '1678447799:1'),
(5732, 30293, '_wp_page_template', 'default'),
(5733, 30293, '_edit_last', '1'),
(5734, 30295, '_edit_lock', '1678447925:1'),
(5735, 30293, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(5736, 30293, '_yoast_wpseo_wordproof_timestamp', ''),
(5737, 30295, '_wp_page_template', 'default'),
(5738, 30295, '_edit_last', '1'),
(5739, 30297, '_edit_lock', '1678447919:1'),
(5740, 30295, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(5741, 30295, '_yoast_wpseo_wordproof_timestamp', ''),
(5742, 30297, '_wp_page_template', 'default'),
(5743, 30297, '_edit_last', '1'),
(5744, 30297, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(5745, 30297, '_yoast_wpseo_wordproof_timestamp', ''),
(5746, 30293, '_yoast_wpseo_content_score', '90'),
(5747, 30297, '_yoast_wpseo_content_score', '60'),
(5748, 30295, '_yoast_wpseo_content_score', '60');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5769, 29720, '_yoast_wpseo_focuskw', 'demo slot pragmatic play'),
(5770, 29720, '_yoast_wpseo_linkdex', '30'),
(5771, 29720, '_yoast_wpseo_content_score', '90'),
(5819, 8, '_wp_old_date', '2023-01-13'),
(5820, 9, '_wp_old_date', '2023-01-13'),
(5821, 10, '_wp_old_date', '2023-01-13'),
(5822, 12, '_wp_old_date', '2023-01-15'),
(5823, 13, '_wp_old_date', '2023-01-15'),
(5835, 30362, '_edit_lock', '1678447885:1'),
(5836, 30362, '_wp_page_template', 'default'),
(5837, 30362, '_edit_last', '1'),
(5838, 30364, '_edit_lock', '1678448432:1'),
(5839, 30362, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5840, 30362, '_yoast_wpseo_wordproof_timestamp', ''),
(5844, 30364, '_wp_page_template', 'default'),
(5845, 30364, '_edit_last', '1'),
(5846, 30367, '_edit_lock', '1678448443:1'),
(5850, 30364, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5851, 30364, '_yoast_wpseo_wordproof_timestamp', ''),
(5852, 30367, '_wp_page_template', 'default'),
(5853, 30367, '_edit_last', '1'),
(5854, 30370, '_edit_lock', '1678448451:1'),
(5858, 30367, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5859, 30367, '_yoast_wpseo_wordproof_timestamp', ''),
(5860, 30370, '_wp_page_template', 'default'),
(5861, 30370, '_edit_last', '1'),
(5862, 30373, '_edit_lock', '1678447911:1'),
(5866, 30370, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5867, 30370, '_yoast_wpseo_wordproof_timestamp', ''),
(5868, 30373, '_wp_page_template', 'default'),
(5869, 30373, '_edit_last', '1'),
(5870, 30376, '_edit_lock', '1678447775:1'),
(5874, 30373, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5875, 30373, '_yoast_wpseo_wordproof_timestamp', ''),
(5876, 30376, '_wp_page_template', 'default'),
(5877, 30376, '_edit_last', '1'),
(5878, 30379, '_edit_lock', '1678448483:1'),
(5882, 30376, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5883, 30376, '_yoast_wpseo_wordproof_timestamp', ''),
(5884, 30379, '_wp_page_template', 'default'),
(5885, 30379, '_edit_last', '1'),
(5889, 30383, '_edit_lock', '1678448467:1'),
(5890, 30379, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5891, 30379, '_yoast_wpseo_wordproof_timestamp', ''),
(5892, 30383, '_wp_page_template', 'default'),
(5893, 30383, '_edit_last', '1'),
(5897, 30383, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(5898, 30383, '_yoast_wpseo_wordproof_timestamp', ''),
(6264, 13, '_wp_old_date', '2023-02-05'),
(6265, 12, '_wp_old_date', '2023-02-05'),
(6309, 8, '_wp_old_date', '2023-02-05'),
(6310, 9, '_wp_old_date', '2023-02-05'),
(6311, 10, '_wp_old_date', '2023-02-05'),
(6312, 13, '_wp_old_date', '2023-03-09'),
(6313, 12, '_wp_old_date', '2023-03-09'),
(6353, 8, '_wp_old_date', '2023-03-10'),
(6354, 9, '_wp_old_date', '2023-03-10'),
(6355, 10, '_wp_old_date', '2023-03-10'),
(6368, 13, '_wp_old_date', '2023-03-10'),
(6369, 12, '_wp_old_date', '2023-03-10'),
(6383, 13, '_wp_old_date', '2023-03-17'),
(6384, 12, '_wp_old_date', '2023-03-17'),
(6395, 8, '_wp_old_date', '2023-03-17'),
(6396, 9, '_wp_old_date', '2023-03-17'),
(6397, 10, '_wp_old_date', '2023-03-17'),
(6468, 8, '_wp_old_date', '2023-03-23'),
(6469, 9, '_wp_old_date', '2023-03-23'),
(6470, 10, '_wp_old_date', '2023-03-23'),
(6473, 13, '_wp_old_date', '2023-03-23'),
(6474, 12, '_wp_old_date', '2023-03-23'),
(6479, 30542, '_wp_attached_file', '2023/04/64076a1d1a224_QRIS-DESKTOP.webp'),
(6480, 30542, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:430;s:4:\"file\";s:39:\"2023/04/64076a1d1a224_QRIS-DESKTOP.webp\";s:8:\"filesize\";i:142542;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:{}}}'),
(6481, 30543, '_wp_attached_file', '2023/04/641c3068339fb_BonusRamadan-Desktop.webp'),
(6482, 30543, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:357;s:4:\"file\";s:47:\"2023/04/641c3068339fb_BonusRamadan-Desktop.webp\";s:8:\"filesize\";i:92632;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:{}}}'),
(6483, 30544, '_wp_attached_file', '2023/04/62da1500057a6_1920-x-474-doyan303_TAMBAHAN.webp'),
(6484, 30544, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:430;s:4:\"file\";s:55:\"2023/04/62da1500057a6_1920-x-474-doyan303_TAMBAHAN.webp\";s:8:\"filesize\";i:94060;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:{}}}'),
(6485, 13, '_wp_old_date', '2023-04-22'),
(6486, 12, '_wp_old_date', '2023-04-22'),
(6495, 13, '_wp_old_date', '2023-04-24'),
(6496, 12, '_wp_old_date', '2023-04-24'),
(6517, 30575, '_wp_attached_file', '2023/05/25-25-643a69c1c1062.webp'),
(6518, 30575, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1917;s:6:\"height\";i:430;s:4:\"file\";s:32:\"2023/05/25-25-643a69c1c1062.webp\";s:8:\"filesize\";i:58604;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:{}}}'),
(6519, 30579, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{i:5666999885544;s:3:\"1.1\";}s:7:\"plugins\";a:3:{s:3:\"amp\";s:5:\"2.4.1\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:13:\"wordpress-seo\";s:4:\"20.8\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6520, 30579, '_amp_queried_object', 'a:2:{s:2:\"id\";i:2;s:4:\"type\";s:4:\"post\";}'),
(6522, 30582, '_wp_attached_file', '2023/05/banner.webp'),
(6523, 30582, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1517;s:6:\"height\";i:737;s:4:\"file\";s:19:\"2023/05/banner.webp\";s:8:\"filesize\";i:149882;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"banner-300x146.webp\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45970;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"banner-1024x497.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:333618;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"banner-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"banner-768x373.webp\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:207194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6526, 13, '_wp_old_date', '2023-04-26'),
(6527, 12, '_wp_old_date', '2023-04-26'),
(6530, 30587, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{i:5666999885544;s:3:\"1.1\";}s:7:\"plugins\";a:3:{s:3:\"amp\";s:5:\"2.4.1\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:13:\"wordpress-seo\";s:4:\"20.8\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6531, 30587, '_amp_queried_object', 'a:2:{s:2:\"id\";i:29718;s:4:\"type\";s:4:\"post\";}'),
(6546, 30579, '_wp_old_date', '2023-05-13'),
(6547, 30587, '_wp_old_date', '2023-05-13'),
(6553, 3, '_wp_trash_meta_status', 'draft'),
(6554, 3, '_wp_trash_meta_time', '1685095262'),
(6555, 3, '_wp_desired_post_slug', 'privacy-policy'),
(6556, 68, '_wp_trash_meta_status', 'publish'),
(6557, 68, '_wp_trash_meta_time', '1685095262'),
(6558, 68, '_wp_desired_post_slug', 'rtp-live-advantplay'),
(6559, 30379, '_wp_trash_meta_status', 'publish'),
(6560, 30379, '_wp_trash_meta_time', '1685095262'),
(6561, 30379, '_wp_desired_post_slug', 'rtp-live-astrotech'),
(6562, 60, '_wp_trash_meta_status', 'publish'),
(6563, 60, '_wp_trash_meta_time', '1685095262'),
(6564, 60, '_wp_desired_post_slug', 'rtp-live-betsoft'),
(6565, 118, '_wp_trash_meta_status', 'publish'),
(6566, 118, '_wp_trash_meta_time', '1685095262'),
(6567, 118, '_wp_desired_post_slug', 'rtp-live-cq9-gaming'),
(6568, 91, '_wp_trash_meta_status', 'publish'),
(6569, 91, '_wp_trash_meta_time', '1685095262'),
(6570, 91, '_wp_desired_post_slug', 'rtp-live-crowd-play'),
(6571, 86, '_wp_trash_meta_status', 'publish'),
(6572, 86, '_wp_trash_meta_time', '1685095262'),
(6573, 86, '_wp_desired_post_slug', 'rtp-live-fa-chai'),
(6574, 30376, '_wp_trash_meta_status', 'publish'),
(6575, 30376, '_wp_trash_meta_time', '1685095262'),
(6576, 30376, '_wp_desired_post_slug', 'rtp-live-flow-gaming'),
(6577, 30383, '_wp_trash_meta_status', 'publish'),
(6578, 30383, '_wp_trash_meta_time', '1685095262'),
(6579, 30383, '_wp_desired_post_slug', 'rtp-live-funky-games'),
(6580, 113, '_wp_trash_meta_status', 'publish'),
(6581, 113, '_wp_trash_meta_time', '1685095262'),
(6582, 113, '_wp_desired_post_slug', 'rtp-live-habanero-gaming'),
(6583, 30293, '_wp_trash_meta_status', 'publish'),
(6584, 30293, '_wp_trash_meta_time', '1685095262'),
(6585, 30293, '_wp_desired_post_slug', 'rtp-live-ionslot'),
(6586, 40, '_wp_trash_meta_status', 'publish'),
(6587, 40, '_wp_trash_meta_time', '1685095262'),
(6588, 40, '_wp_desired_post_slug', 'rtp-live-jdb'),
(6589, 93, '_wp_trash_meta_status', 'publish'),
(6590, 93, '_wp_trash_meta_time', '1685095262'),
(6591, 93, '_wp_desired_post_slug', 'rtp-live-jili'),
(6592, 116, '_wp_trash_meta_status', 'publish'),
(6593, 116, '_wp_trash_meta_time', '1685095262'),
(6594, 116, '_wp_desired_post_slug', 'rtp-live-joker-gaming'),
(6595, 110, '_wp_trash_meta_status', 'publish'),
(6596, 110, '_wp_trash_meta_time', '1685095262'),
(6597, 110, '_wp_desired_post_slug', 'rtp-live-microgaming'),
(6598, 30370, '_wp_trash_meta_status', 'publish'),
(6599, 30370, '_wp_trash_meta_time', '1685095263'),
(6600, 30370, '_wp_desired_post_slug', 'rtp-live-onetouch'),
(6601, 107, '_wp_trash_meta_status', 'publish'),
(6602, 107, '_wp_trash_meta_time', '1685095263'),
(6603, 107, '_wp_desired_post_slug', 'rtp-live-pg-soft'),
(6604, 30367, '_wp_trash_meta_status', 'publish'),
(6605, 30367, '_wp_trash_meta_time', '1685095263'),
(6606, 30367, '_wp_desired_post_slug', 'rtp-live-playn-go'),
(6607, 29720, '_wp_trash_meta_status', 'publish'),
(6608, 29720, '_wp_trash_meta_time', '1685095263'),
(6609, 29720, '_wp_desired_post_slug', 'rtp-live-playstar'),
(6610, 30362, '_wp_trash_meta_status', 'publish'),
(6611, 30362, '_wp_trash_meta_time', '1685095263'),
(6612, 30362, '_wp_desired_post_slug', 'rtp-live-playtech'),
(6613, 103, '_wp_trash_meta_status', 'publish'),
(6614, 103, '_wp_trash_meta_time', '1685095269'),
(6615, 103, '_wp_desired_post_slug', 'rtp-live-pragmatic-play'),
(6616, 64, '_wp_trash_meta_status', 'publish'),
(6617, 64, '_wp_trash_meta_time', '1685095269'),
(6618, 64, '_wp_desired_post_slug', 'rtp-live-reel-kingdom'),
(6619, 30373, '_wp_trash_meta_status', 'publish'),
(6620, 30373, '_wp_trash_meta_time', '1685095269'),
(6621, 30373, '_wp_desired_post_slug', 'rtp-live-rtg-slot'),
(6622, 30297, '_wp_trash_meta_status', 'publish'),
(6623, 30297, '_wp_trash_meta_time', '1685095269'),
(6624, 30297, '_wp_desired_post_slug', 'rtp-live-slot-live22'),
(6625, 30295, '_wp_trash_meta_status', 'publish'),
(6626, 30295, '_wp_trash_meta_time', '1685095269'),
(6627, 30295, '_wp_desired_post_slug', 'rtp-live-slot88'),
(6628, 124, '_wp_trash_meta_status', 'publish'),
(6629, 124, '_wp_trash_meta_time', '1685095269'),
(6630, 124, '_wp_desired_post_slug', 'rtp-live-spadegaming'),
(6631, 121, '_wp_trash_meta_status', 'publish'),
(6632, 121, '_wp_trash_meta_time', '1685095269'),
(6633, 121, '_wp_desired_post_slug', 'rtp-live-ttg-slot'),
(6634, 30364, '_wp_trash_meta_status', 'publish'),
(6635, 30364, '_wp_trash_meta_time', '1685095269'),
(6636, 30364, '_wp_desired_post_slug', 'rtp-live-yggdrasil'),
(6637, 30579, '_wp_old_date', '2023-05-20'),
(6638, 30587, '_wp_old_date', '2023-05-20'),
(6643, 30579, '_wp_old_date', '2023-05-26'),
(6644, 30587, '_wp_old_date', '2023-05-26'),
(6649, 30599, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{i:5666999885544;s:3:\"1.1\";}s:7:\"plugins\";a:3:{s:3:\"amp\";s:5:\"2.4.1\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:13:\"wordpress-seo\";s:4:\"20.8\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6651, 30579, '_wp_old_date', '2023-05-29'),
(6653, 30587, '_wp_old_date', '2023-05-30'),
(6657, 30599, '_wp_old_date', '2023-06-06'),
(6658, 30579, '_wp_old_date', '2023-06-06');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6659, 30579, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14912,\"final_size\":6758,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"669c58da54f0dc56ad2695870f9f869a\",\"parse_time\":0.09800195693969727,\"shake_time\":0.0032248497009277344,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[true,{\"h3\":true},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":true},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":false,\"label\":false,\"p\":true,\"section\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[true,{\".col-2\":true},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[true,{\"ul.provider-menu\":true},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[true,{\".home ul.provider-menu\":true},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[true,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":true},[\"color:#bda270\"]],[true,{\".provider-menu li\":true},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[true,{\".provider-menu li a\":true},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/betsoft.png\\\")\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[true,{\".home .provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[true,{\".provider-menu li\":true,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[true,{\"footer .col-2\":true},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[true,{\".license img\":true},[\"width:auto\",\"margin:10px auto\"]],[true,{\".payment img\":true},[\"width:100%\"]],[true,{\".ico-title\":true},[\"padding:10px 0px\"]],[true,{\".pd\":true},[\"padding:15px 0px\"]],[true,{\".bt\":true},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[true,{\".copyright\":true},[\"font-size:12px\"]],[true,{\".copyright a\":true},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[true,{\".home ul.provider-menu\":true},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:8px\",\"padding:2px\"]],[true,{\".home .provider-menu li\":true},[\"width:17%\",\"margin:3px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".provider-menu li\":true},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[true,{\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[true,{\"footer .col-2\":true},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[true,{\".copyright\":true},[\"padding-bottom:57px\"]],[true,{\".ico-footer\":true,\".copyright\":true},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:5px\",\"padding:2px\"]],[true,{\".home .provider-menu li a\":true,\".home .provider-menu li .ico-menu\":true},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/ayoslot.co\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.006612062454223633,\"shake_time\":7.295608520507812e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/ayoslot.co\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0022051334381103516,\"shake_time\":1.1920928955078125e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.0003380775451660156,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6660, 30587, '_wp_old_date', '2023-06-08');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6661, 30587, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14912,\"final_size\":4429,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"669c58da54f0dc56ad2695870f9f869a\",\"parse_time\":0.09800195693969727,\"shake_time\":0.002249002456665039,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[true,{\"h3\":true},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/ayoslot.co\\/wp-content\\/themes\\/5666999885544\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":598,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/ayoslot.co\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.006612062454223633,\"shake_time\":0.0004978179931640625,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[true,{\".amp-wp-default-form-message>p\":true},[\"margin:1em 0\",\"padding:.5em\"]],[true,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":true,\".amp-wp-default-form-message[submitting]>p\":true},[\"font-style:italic\"]],[true,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":true},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[true,{\".amp-wp-default-form-message[submit-error]>p\":true},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[true,{\".amp-wp-default-form-message[submit-success]>p:empty\":true},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":true,\"amp-iframe noscript\":true,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/ayoslot.co\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0022051334381103516,\"shake_time\":9.059906005859375e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":7.295608520507812e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6662, 30601, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"sultan222\";s:3:\"1.1\";}s:7:\"plugins\";a:2:{s:3:\"amp\";s:5:\"2.4.0\";s:13:\"wordpress-seo\";s:6:\"20.2.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6663, 30601, '_amp_queried_object', 'a:2:{s:2:\"id\";i:2;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6664, 30601, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":6790,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"fb50af4f8146fc012eb01d6f5e40f6de\",\"parse_time\":0.1974811553955078,\"shake_time\":0.002682924270629883,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":true},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":false,\"label\":false,\"p\":true,\"section\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\"strong\":true},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[true,{\".col-2\":true},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[true,{\"ul.provider-menu\":true},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[true,{\".home ul.provider-menu\":true},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[true,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":true},[\"color:#bda270\"]],[true,{\".provider-menu li\":true},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[true,{\".provider-menu li a\":true},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/betsoft.png\\\")\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[true,{\".home .provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[true,{\".provider-menu li\":true,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[true,{\"footer .col-2\":true},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[true,{\".license img\":true},[\"width:auto\",\"margin:10px auto\"]],[true,{\".payment img\":true},[\"width:100%\"]],[true,{\".ico-title\":true},[\"padding:10px 0px\"]],[true,{\".pd\":true},[\"padding:15px 0px\"]],[true,{\".bt\":true},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[true,{\".copyright\":true},[\"font-size:12px\"]],[true,{\".copyright a\":true},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[true,{\".home ul.provider-menu\":true},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:8px\",\"padding:2px\"]],[true,{\".home .provider-menu li\":true},[\"width:17%\",\"margin:3px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".provider-menu li\":true},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[true,{\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[true,{\"footer .col-2\":true},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[true,{\".copyright\":true},[\"padding-bottom:57px\"]],[true,{\".ico-footer\":true,\".copyright\":true},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:5px\",\"padding:2px\"]],[true,{\".home .provider-menu li a\":true,\".home .provider-menu li .ico-menu\":true},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.0\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1025,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.012266874313354492,\"shake_time\":8.797645568847656e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.003507852554321289,\"shake_time\":1.1920928955078125e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.07176589965820312,\"shake_time\":0.0004611015319824219,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6671, 30605, '_wp_trash_meta_status', 'publish'),
(6672, 30605, '_wp_trash_meta_time', '1686937402'),
(6675, 13, '_wp_old_date', '2023-05-13'),
(6676, 30607, '_wp_trash_meta_status', 'publish'),
(6677, 30607, '_wp_trash_meta_time', '1686937923'),
(6678, 12, '_wp_old_date', '2023-05-13'),
(6679, 30608, '_wp_trash_meta_status', 'publish'),
(6680, 30608, '_wp_trash_meta_time', '1686937945'),
(6684, 30609, '_edit_lock', '1686939998:1'),
(6685, 30610, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"sultan222\";s:3:\"1.1\";}s:7:\"plugins\";a:2:{s:3:\"amp\";s:5:\"2.4.0\";s:13:\"wordpress-seo\";s:6:\"20.2.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6686, 30610, '_amp_queried_object', 'a:2:{s:2:\"id\";i:30609;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6687, 30610, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":4461,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"fb50af4f8146fc012eb01d6f5e40f6de\",\"parse_time\":0.1974811553955078,\"shake_time\":0.0010669231414794922,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\"strong\":true},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.0\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1025,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.012266874313354492,\"shake_time\":9.799003601074219e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.003507852554321289,\"shake_time\":7.152557373046875e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.07176589965820312,\"shake_time\":0.00010180473327636719,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6688, 30611, '_wp_attached_file', '2023/06/Magic88-Favicon.png'),
(6689, 30611, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2023/06/Magic88-Favicon.png\";s:8:\"filesize\";i:75833;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:{}}}'),
(6690, 30609, '_edit_last', '1'),
(6691, 30613, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"sultan222\";s:3:\"1.1\";}s:7:\"plugins\";a:2:{s:3:\"amp\";s:5:\"2.4.0\";s:13:\"wordpress-seo\";s:6:\"20.2.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6692, 30613, '_amp_queried_object', 'a:2:{s:2:\"id\";i:30609;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6693, 30613, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":4461,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"fb50af4f8146fc012eb01d6f5e40f6de\",\"parse_time\":0.1974811553955078,\"shake_time\":0.0012030601501464844,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\"strong\":true},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.0\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1025,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.012266874313354492,\"shake_time\":9.799003601074219e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.003507852554321289,\"shake_time\":6.9141387939453125e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3239,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.07176589965820312,\"shake_time\":0.00011301040649414062,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[true,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":true},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6694, 30609, '_yoast_wpseo_content_score', '90'),
(6695, 30609, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(6696, 30609, '_yoast_wpseo_wordproof_timestamp', ''),
(6697, 30609, '_yoast_wpseo_focuskw', 'sultan222'),
(6698, 30609, '_yoast_wpseo_title', 'sultan222 situs judi online terbaik dengan win rate 98%'),
(6699, 30609, '_yoast_wpseo_metadesc', 'Sultan222 situs judi online gampang menang dengan bonus new member tanpa to dengan permainan yang lengkap minimal depo rendah'),
(6700, 30609, '_yoast_wpseo_linkdex', '83'),
(6701, 30616, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"sultan222\";s:3:\"1.1\";}s:7:\"plugins\";a:2:{s:3:\"amp\";s:5:\"2.4.0\";s:13:\"wordpress-seo\";s:6:\"20.2.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6702, 30616, '_amp_queried_object', 'a:2:{s:2:\"id\";i:2;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6703, 30616, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":5746,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"fb50af4f8146fc012eb01d6f5e40f6de\",\"parse_time\":0.1974811553955078,\"shake_time\":0.0018270015716552734,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[true,{\"h3\":true},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":true},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":false,\"label\":false,\"p\":true,\"section\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[true,{\".col-2\":true},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[true,{\"ul.provider-menu\":true},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[true,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":true},[\"color:#bda270\"]],[true,{\".provider-menu li\":true},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[true,{\".provider-menu li a\":true},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/betsoft.png\\\")\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[true,{\".provider-menu li\":true,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[true,{\"footer .col-2\":true},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[true,{\".license img\":true},[\"width:auto\",\"margin:10px auto\"]],[true,{\".payment img\":true},[\"width:100%\"]],[true,{\".ico-title\":true},[\"padding:10px 0px\"]],[true,{\".pd\":true},[\"padding:15px 0px\"]],[true,{\".bt\":true},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[true,{\".copyright\":true},[\"font-size:12px\"]],[true,{\".copyright a\":true},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".provider-menu li\":true},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[true,{\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[true,{\"footer .col-2\":true},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[true,{\".copyright\":true},[\"padding-bottom:57px\"]],[true,{\".ico-footer\":true,\".copyright\":true},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.0\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1025,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.012266874313354492,\"shake_time\":4.792213439941406e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.003507852554321289,\"shake_time\":5.9604644775390625e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.07176589965820312,\"shake_time\":0.00011014938354492188,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6704, 30617, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:9:\"sultan222\";s:3:\"1.1\";}s:7:\"plugins\";a:2:{s:3:\"amp\";s:5:\"2.4.0\";s:13:\"wordpress-seo\";s:6:\"20.2.1\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6705, 30617, '_amp_queried_object', 'a:2:{s:2:\"id\";i:2;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6706, 30617, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":5743,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"fb50af4f8146fc012eb01d6f5e40f6de\",\"parse_time\":0.1974811553955078,\"shake_time\":0.001711130142211914,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":true},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":false,\"label\":false,\"p\":true,\"section\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\"strong\":true},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[true,{\".col-2\":true},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[true,{\"ul.provider-menu\":true},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[true,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":true},[\"color:#bda270\"]],[true,{\".provider-menu li\":true},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[true,{\".provider-menu li a\":true},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/ico\\/betsoft.png\\\")\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/themes\\/sultan222\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[true,{\".provider-menu li\":true,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[true,{\"footer .col-2\":true},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[true,{\".license img\":true},[\"width:auto\",\"margin:10px auto\"]],[true,{\".payment img\":true},[\"width:100%\"]],[true,{\".ico-title\":true},[\"padding:10px 0px\"]],[true,{\".pd\":true},[\"padding:15px 0px\"]],[true,{\".bt\":true},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[true,{\".copyright\":true},[\"font-size:12px\"]],[true,{\".copyright a\":true},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".provider-menu li\":true},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[true,{\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[true,{\"footer .col-2\":true},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[true,{\".copyright\":true},[\"padding-bottom:57px\"]],[true,{\".ico-footer\":true,\".copyright\":true},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.0\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1025,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.012266874313354492,\"shake_time\":5.602836608886719e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/bonus288.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.003507852554321289,\"shake_time\":7.867813110351562e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.07176589965820312,\"shake_time\":0.00011801719665527344,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6707, 2, '_yoast_wpseo_content_score', '30'),
(6708, 30609, '_wp_page_template', 'default'),
(6709, 30621, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:4:\"baru\";s:3:\"1.1\";}s:7:\"plugins\";a:7:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6710, 30621, '_amp_queried_object', 'a:2:{s:2:\"id\";i:2;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6711, 30621, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":6745,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"bb5559ccf6a47cd0a0e7586b4488e1ee\",\"parse_time\":0.13730216026306152,\"shake_time\":0.004395961761474609,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":true},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":false,\"label\":false,\"p\":true,\"section\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\"strong\":true},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[true,{\".col-2\":true},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[true,{\"ul.provider-menu\":true},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[true,{\".home ul.provider-menu\":true},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[true,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":true},[\"color:#bda270\"]],[true,{\".provider-menu li\":true},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[true,{\".provider-menu li a\":true},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/betsoft.png\\\")\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[true,{\".home .provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[true,{\".provider-menu li\":true,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[true,{\"footer .col-2\":true},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[true,{\".license img\":true},[\"width:auto\",\"margin:10px auto\"]],[true,{\".payment img\":true},[\"width:100%\"]],[true,{\".ico-title\":true},[\"padding:10px 0px\"]],[true,{\".pd\":true},[\"padding:15px 0px\"]],[true,{\".bt\":true},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[true,{\".copyright\":true},[\"font-size:12px\"]],[true,{\".copyright a\":true},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[true,{\".home ul.provider-menu\":true},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:8px\",\"padding:2px\"]],[true,{\".home .provider-menu li\":true},[\"width:17%\",\"margin:3px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".provider-menu li\":true},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[true,{\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[true,{\"footer .col-2\":true},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[true,{\".copyright\":true},[\"padding-bottom:57px\"]],[true,{\".ico-footer\":true,\".copyright\":true},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:5px\",\"padding:2px\"]],[true,{\".home .provider-menu li a\":true,\".home .provider-menu li .ico-menu\":true},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":40,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.010933160781860352,\"shake_time\":9.202957153320312e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":true,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0032639503479003906,\"shake_time\":3.981590270996094e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.00017213821411132812,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6712, 30609, '_wp_trash_meta_status', 'publish'),
(6713, 30609, '_wp_trash_meta_time', '1687169716'),
(6714, 30609, '_wp_desired_post_slug', 'sultan222-pemimpin-baru-dalam-dunia-slot-online-dan-taruhan-judi-online'),
(6715, 30622, '_edit_lock', '1687170336:1'),
(6716, 30623, '_wp_attached_file', '2023/06/Magic88-Favicon-1.png'),
(6717, 30623, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2023/06/Magic88-Favicon-1.png\";s:8:\"filesize\";i:75833;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Magic88-Favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:179778;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Magic88-Favicon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50767;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6718, 30624, '_edit_lock', '1687172841:1'),
(6719, 30627, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:4:\"baru\";s:3:\"1.1\";}s:7:\"plugins\";a:7:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6720, 30627, '_amp_queried_object', 'a:2:{s:2:\"id\";i:29718;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6721, 30627, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":4419,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"bb5559ccf6a47cd0a0e7586b4488e1ee\",\"parse_time\":0.13730216026306152,\"shake_time\":0.0024919509887695312,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[true,{\"h3\":true},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":598,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.010933160781860352,\"shake_time\":0.00041103363037109375,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[true,{\".amp-wp-default-form-message>p\":true},[\"margin:1em 0\",\"padding:.5em\"]],[true,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":true,\".amp-wp-default-form-message[submitting]>p\":true},[\"font-style:italic\"]],[true,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":true},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[true,{\".amp-wp-default-form-message[submit-error]>p\":true},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[true,{\".amp-wp-default-form-message[submit-success]>p:empty\":true},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":true,\"amp-iframe noscript\":true,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0032639503479003906,\"shake_time\":1.6927719116210938e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.00013113021850585938,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6722, 30628, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:4:\"baru\";s:3:\"1.1\";}s:7:\"plugins\";a:7:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6723, 30628, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":4390,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"bb5559ccf6a47cd0a0e7586b4488e1ee\",\"parse_time\":0.13730216026306152,\"shake_time\":0.0013039112091064453,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":false,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[false,{\".entry-content ul\":false,\".entry-content ol\":false},[\"margin:20px 12px\"]],[false,{\".entry-content ul li\":false},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[true,{\".provider-name\":false,\".date\":true,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[true,{\".date\":true,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.010933160781860352,\"shake_time\":0.00012493133544921875,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0032639503479003906,\"shake_time\":1.0967254638671875e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":6.699562072753906e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6724, 30629, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:4:\"baru\";s:3:\"1.1\";}s:7:\"plugins\";a:7:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6725, 30629, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":4395,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"bb5559ccf6a47cd0a0e7586b4488e1ee\",\"parse_time\":0.13730216026306152,\"shake_time\":0.0010600090026855469,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.010933160781860352,\"shake_time\":0.00010704994201660156,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0032639503479003906,\"shake_time\":3.600120544433594e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":6.103515625e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6726, 30630, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:4:\"baru\";s:3:\"1.1\";}s:7:\"plugins\";a:7:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6727, 30630, '_amp_queried_object', 'a:2:{s:2:\"id\";i:1;s:4:\"type\";s:4:\"term\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6728, 30630, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":4321,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"bb5559ccf6a47cd0a0e7586b4488e1ee\",\"parse_time\":0.13730216026306152,\"shake_time\":0.19022703170776367,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":false,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[false,{\".entry-content ul\":false,\".entry-content ol\":false},[\"margin:20px 12px\"]],[false,{\".entry-content ul li\":false},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.010933160781860352,\"shake_time\":0.0011129379272460938,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0032639503479003906,\"shake_time\":1.4066696166992188e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.00026988983154296875,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6729, 30631, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:4:\"baru\";s:3:\"1.1\";}s:7:\"plugins\";a:7:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(6730, 30631, '_amp_queried_object', 'a:2:{s:2:\"id\";i:1;s:4:\"type\";s:4:\"user\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6731, 30631, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":4321,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"bb5559ccf6a47cd0a0e7586b4488e1ee\",\"parse_time\":0.13730216026306152,\"shake_time\":0.19047307968139648,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":false,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[false,{\".entry-content ul\":false,\".entry-content ol\":false},[\"margin:20px 12px\"]],[false,{\".entry-content ul li\":false},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.010933160781860352,\"shake_time\":0.0011150836944580078,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0032639503479003906,\"shake_time\":1.621246337890625e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.00010204315185546875,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6732, 13, '_wp_old_date', '2023-06-16'),
(6733, 12, '_wp_old_date', '2023-06-16'),
(6734, 30632, '_wp_trash_meta_status', 'publish'),
(6735, 30632, '_wp_trash_meta_time', '1687173486'),
(6736, 30633, '_edit_lock', '1687173549:1'),
(6737, 8, '_wp_old_date', '2023-04-22'),
(6738, 9, '_wp_old_date', '2023-04-22'),
(6739, 10, '_wp_old_date', '2023-04-22'),
(6740, 30633, '_wp_trash_meta_status', 'publish'),
(6741, 30633, '_wp_trash_meta_time', '1687173587'),
(6750, 29718, '_wp_trash_meta_status', 'publish'),
(6751, 29718, '_wp_trash_meta_time', '1687229574'),
(6752, 29718, '_wp_desired_post_slug', 'gates-of-gatotkaca'),
(6753, 1081, '_wp_trash_meta_status', 'publish'),
(6754, 1081, '_wp_trash_meta_time', '1687229574'),
(6755, 1081, '_wp_desired_post_slug', 'gates-of-olympus'),
(6756, 1085, '_wp_trash_meta_status', 'publish'),
(6757, 1085, '_wp_trash_meta_time', '1687229574'),
(6758, 1085, '_wp_desired_post_slug', 'starlight-princess'),
(6759, 1089, '_wp_trash_meta_status', 'publish'),
(6760, 1089, '_wp_trash_meta_time', '1687229574'),
(6761, 1089, '_wp_desired_post_slug', 'sweet-bonanza'),
(6762, 1456, '_wp_trash_meta_status', 'publish'),
(6763, 1456, '_wp_trash_meta_time', '1687229574'),
(6764, 1456, '_wp_desired_post_slug', 'extra-juicy-megaways'),
(6765, 1452, '_wp_trash_meta_status', 'publish'),
(6766, 1452, '_wp_trash_meta_time', '1687229574'),
(6767, 1452, '_wp_desired_post_slug', 'spirit-of-adventure'),
(6768, 1446, '_wp_trash_meta_status', 'publish'),
(6769, 1446, '_wp_trash_meta_time', '1687229575'),
(6770, 1446, '_wp_desired_post_slug', 'john-hunter-and-the-quest-for-bermuda-riches'),
(6771, 1447, '_wp_trash_meta_status', 'publish'),
(6772, 1447, '_wp_trash_meta_time', '1687229575'),
(6773, 1447, '_wp_desired_post_slug', 'wild-west-gold-megaways'),
(6774, 1439, '_wp_trash_meta_status', 'publish'),
(6775, 1439, '_wp_trash_meta_time', '1687229575'),
(6776, 1439, '_wp_desired_post_slug', 'clover-gold'),
(6777, 1437, '_wp_trash_meta_status', 'publish'),
(6778, 1437, '_wp_trash_meta_time', '1687229575'),
(6779, 1437, '_wp_desired_post_slug', 'voodoo-magic'),
(6780, 1429, '_wp_trash_meta_status', 'publish'),
(6781, 1429, '_wp_trash_meta_time', '1687229575'),
(6782, 1429, '_wp_desired_post_slug', 'john-hunter-and-the-book-of-tut'),
(6783, 1430, '_wp_trash_meta_status', 'publish'),
(6784, 1430, '_wp_trash_meta_time', '1687229575'),
(6785, 1430, '_wp_desired_post_slug', 'drill-that-gold'),
(6786, 1423, '_wp_trash_meta_status', 'publish'),
(6787, 1423, '_wp_trash_meta_time', '1687229575'),
(6788, 1423, '_wp_desired_post_slug', 'barn-festival'),
(6789, 1421, '_wp_trash_meta_status', 'publish'),
(6790, 1421, '_wp_trash_meta_time', '1687229575'),
(6791, 1421, '_wp_desired_post_slug', 'star-bounty'),
(6792, 1415, '_wp_trash_meta_status', 'publish'),
(6793, 1415, '_wp_trash_meta_time', '1687229575'),
(6794, 1415, '_wp_desired_post_slug', 'queenie'),
(6795, 1413, '_wp_trash_meta_status', 'publish'),
(6796, 1413, '_wp_trash_meta_time', '1687229575'),
(6797, 1413, '_wp_desired_post_slug', 'pirate-gold-deluxe'),
(6798, 1407, '_wp_trash_meta_status', 'publish'),
(6799, 1407, '_wp_trash_meta_time', '1687229575'),
(6800, 1407, '_wp_desired_post_slug', 'tic-tac-take'),
(6801, 1403, '_wp_trash_meta_status', 'publish'),
(6802, 1403, '_wp_trash_meta_time', '1687229575'),
(6803, 1403, '_wp_desired_post_slug', 'mysterious-egypt'),
(6804, 1399, '_wp_trash_meta_status', 'publish'),
(6805, 1399, '_wp_trash_meta_time', '1687229576'),
(6806, 1399, '_wp_desired_post_slug', 'disco-lady'),
(6807, 1395, '_wp_trash_meta_status', 'publish'),
(6808, 1395, '_wp_trash_meta_time', '1687229576'),
(6809, 1395, '_wp_desired_post_slug', 'jewels-of-fortune'),
(6810, 1393, '_wp_trash_meta_status', 'publish'),
(6811, 1393, '_wp_trash_meta_time', '1687229584'),
(6812, 1393, '_wp_desired_post_slug', 'rainbow-gold'),
(6813, 1385, '_wp_trash_meta_status', 'publish'),
(6814, 1385, '_wp_trash_meta_time', '1687229584'),
(6815, 1385, '_wp_desired_post_slug', 'curse-of-the-werewolf-megaways'),
(6816, 1386, '_wp_trash_meta_status', 'publish'),
(6817, 1386, '_wp_trash_meta_time', '1687229584'),
(6818, 1386, '_wp_desired_post_slug', 'nexus-sweet-bonanza'),
(6819, 1379, '_wp_trash_meta_status', 'publish'),
(6820, 1379, '_wp_trash_meta_time', '1687229584'),
(6821, 1379, '_wp_desired_post_slug', 'day-of-dead'),
(6822, 1376, '_wp_trash_meta_status', 'publish'),
(6823, 1376, '_wp_trash_meta_time', '1687229585'),
(6824, 1376, '_wp_desired_post_slug', 'snakes-and-ladders-megadice'),
(6825, 1373, '_wp_trash_meta_status', 'publish'),
(6826, 1373, '_wp_trash_meta_time', '1687229585'),
(6827, 1373, '_wp_desired_post_slug', 'wild-booster'),
(6828, 1365, '_wp_trash_meta_status', 'publish'),
(6829, 1365, '_wp_trash_meta_time', '1687229585'),
(6830, 1365, '_wp_desired_post_slug', 'chilli-heat-megaways'),
(6831, 1366, '_wp_trash_meta_status', 'publish'),
(6832, 1366, '_wp_trash_meta_time', '1687229585'),
(6833, 1366, '_wp_desired_post_slug', 'might-of-ra'),
(6834, 1358, '_wp_trash_meta_status', 'publish'),
(6835, 1358, '_wp_trash_meta_time', '1687229585'),
(6836, 1358, '_wp_desired_post_slug', 'release-the-kraken'),
(6837, 1353, '_wp_trash_meta_status', 'publish'),
(6838, 1353, '_wp_trash_meta_time', '1687229585'),
(6839, 1353, '_wp_desired_post_slug', 'bull-fiesta'),
(6840, 1350, '_wp_trash_meta_status', 'publish'),
(6841, 1350, '_wp_trash_meta_time', '1687229585'),
(6842, 1350, '_wp_desired_post_slug', 'yum-yum-powerways'),
(6843, 1348, '_wp_trash_meta_status', 'publish'),
(6844, 1348, '_wp_trash_meta_time', '1687229585'),
(6845, 1348, '_wp_desired_post_slug', 'book-of-aztec-king'),
(6846, 1344, '_wp_trash_meta_status', 'publish'),
(6847, 1344, '_wp_trash_meta_time', '1687229585'),
(6848, 1344, '_wp_desired_post_slug', 'empty-the-bank'),
(6849, 1337, '_wp_trash_meta_status', 'publish'),
(6850, 1337, '_wp_trash_meta_time', '1687229585'),
(6851, 1337, '_wp_desired_post_slug', 'wild-beach-party'),
(6852, 1336, '_wp_trash_meta_status', 'publish'),
(6853, 1336, '_wp_trash_meta_time', '1687229585'),
(6854, 1336, '_wp_desired_post_slug', 'book-of-fallen'),
(6855, 1328, '_wp_trash_meta_status', 'publish'),
(6856, 1328, '_wp_trash_meta_time', '1687229585'),
(6857, 1328, '_wp_desired_post_slug', 'big-juan'),
(6858, 1329, '_wp_trash_meta_status', 'publish'),
(6859, 1329, '_wp_trash_meta_time', '1687229586'),
(6860, 1329, '_wp_desired_post_slug', 'colossal-cash-zone'),
(6861, 1324, '_wp_trash_meta_status', 'publish'),
(6862, 1324, '_wp_trash_meta_time', '1687229586'),
(6863, 1324, '_wp_desired_post_slug', 'juicy-fruits'),
(6864, 1320, '_wp_trash_meta_status', 'publish'),
(6865, 1320, '_wp_trash_meta_time', '1687229586'),
(6866, 1320, '_wp_desired_post_slug', 'hot-fiesta'),
(6867, 1316, '_wp_trash_meta_status', 'publish'),
(6868, 1316, '_wp_trash_meta_time', '1687229586'),
(6869, 1316, '_wp_desired_post_slug', 'christmas-big-bass-bonanza'),
(6870, 1312, '_wp_trash_meta_status', 'publish'),
(6871, 1312, '_wp_trash_meta_time', '1687229592'),
(6872, 1312, '_wp_desired_post_slug', 'fruit-party-2'),
(6873, 1308, '_wp_trash_meta_status', 'publish'),
(6874, 1308, '_wp_trash_meta_time', '1687229592'),
(6875, 1308, '_wp_desired_post_slug', 'the-ultimate-5'),
(6876, 1304, '_wp_trash_meta_status', 'publish'),
(6877, 1304, '_wp_trash_meta_time', '1687229592'),
(6878, 1304, '_wp_desired_post_slug', 'cash-patrol'),
(6879, 1300, '_wp_trash_meta_status', 'publish'),
(6880, 1300, '_wp_trash_meta_time', '1687229592'),
(6881, 1300, '_wp_desired_post_slug', 'rock-vegas'),
(6882, 1296, '_wp_trash_meta_status', 'publish'),
(6883, 1296, '_wp_trash_meta_time', '1687229592'),
(6884, 1296, '_wp_desired_post_slug', 'elemental-gems-megaways'),
(6885, 1292, '_wp_trash_meta_status', 'publish'),
(6886, 1292, '_wp_trash_meta_time', '1687229592'),
(6887, 1292, '_wp_desired_post_slug', 'gates-of-valhalla'),
(6888, 1288, '_wp_trash_meta_status', 'publish'),
(6889, 1288, '_wp_trash_meta_time', '1687229592'),
(6890, 1288, '_wp_desired_post_slug', 'the-hand-of-midas'),
(6891, 1284, '_wp_trash_meta_status', 'publish'),
(6892, 1284, '_wp_trash_meta_time', '1687229592'),
(6893, 1284, '_wp_desired_post_slug', 'crystal-caverns-megaways'),
(6894, 1280, '_wp_trash_meta_status', 'publish'),
(6895, 1280, '_wp_trash_meta_time', '1687229592'),
(6896, 1280, '_wp_desired_post_slug', 'temujin-treasures'),
(6897, 1276, '_wp_trash_meta_status', 'publish'),
(6898, 1276, '_wp_trash_meta_time', '1687229592'),
(6899, 1276, '_wp_desired_post_slug', 'treasure-wild'),
(6900, 1272, '_wp_trash_meta_status', 'publish'),
(6901, 1272, '_wp_trash_meta_time', '1687229593'),
(6902, 1272, '_wp_desired_post_slug', 'chicken-drop'),
(6903, 1268, '_wp_trash_meta_status', 'publish'),
(6904, 1268, '_wp_trash_meta_time', '1687229593'),
(6905, 1268, '_wp_desired_post_slug', 'santas-wonderland'),
(6906, 1261, '_wp_trash_meta_status', 'publish'),
(6907, 1261, '_wp_trash_meta_time', '1687229593'),
(6908, 1261, '_wp_desired_post_slug', 'lucky-lightning'),
(6909, 1260, '_wp_trash_meta_status', 'publish'),
(6910, 1260, '_wp_trash_meta_time', '1687229593'),
(6911, 1260, '_wp_desired_post_slug', 'gold-party'),
(6912, 1256, '_wp_trash_meta_status', 'publish'),
(6913, 1256, '_wp_trash_meta_time', '1687229593'),
(6914, 1256, '_wp_desired_post_slug', 'buffalo-king'),
(6915, 1251, '_wp_trash_meta_status', 'publish'),
(6916, 1251, '_wp_trash_meta_time', '1687229593'),
(6917, 1251, '_wp_desired_post_slug', 'aztec-king-megaways'),
(6918, 1246, '_wp_trash_meta_status', 'publish'),
(6919, 1246, '_wp_trash_meta_time', '1687229593'),
(6920, 1246, '_wp_desired_post_slug', 'wild-depths'),
(6921, 1244, '_wp_trash_meta_status', 'publish'),
(6922, 1244, '_wp_trash_meta_time', '1687229593'),
(6923, 1244, '_wp_desired_post_slug', 'rise-of-samurai-megaways'),
(6924, 1240, '_wp_trash_meta_status', 'publish'),
(6925, 1240, '_wp_trash_meta_time', '1687229593'),
(6926, 1240, '_wp_desired_post_slug', 'the-dog-house-megaways'),
(6927, 1236, '_wp_trash_meta_status', 'publish'),
(6928, 1236, '_wp_trash_meta_time', '1687229593'),
(6929, 1236, '_wp_desired_post_slug', 'fruit-party'),
(6930, 1228, '_wp_trash_meta_status', 'publish'),
(6931, 1228, '_wp_trash_meta_time', '1687229606'),
(6932, 1228, '_wp_desired_post_slug', 'rise-of-giza-powernudge'),
(6933, 1229, '_wp_trash_meta_status', 'publish'),
(6934, 1229, '_wp_trash_meta_time', '1687229606'),
(6935, 1229, '_wp_desired_post_slug', 'magicians-secrets'),
(6936, 1221, '_wp_trash_meta_status', 'publish'),
(6937, 1221, '_wp_trash_meta_time', '1687229606'),
(6938, 1221, '_wp_desired_post_slug', 'smugglers-cove'),
(6939, 1212, '_wp_trash_meta_status', 'publish'),
(6940, 1212, '_wp_trash_meta_time', '1687229606'),
(6941, 1212, '_wp_desired_post_slug', 'gems-bonanza'),
(6942, 1217, '_wp_trash_meta_status', 'publish'),
(6943, 1217, '_wp_trash_meta_time', '1687229606'),
(6944, 1217, '_wp_desired_post_slug', 'emperor-caishen'),
(6945, 1213, '_wp_trash_meta_status', 'publish'),
(6946, 1213, '_wp_trash_meta_time', '1687229606'),
(6947, 1213, '_wp_desired_post_slug', 'lucky-new-year-tiger-treasure'),
(6948, 1206, '_wp_trash_meta_status', 'publish'),
(6949, 1206, '_wp_trash_meta_time', '1687229607'),
(6950, 1206, '_wp_desired_post_slug', 'fortune-of-giza'),
(6951, 1204, '_wp_trash_meta_status', 'publish'),
(6952, 1204, '_wp_trash_meta_time', '1687229607'),
(6953, 1204, '_wp_desired_post_slug', 'buffalo-king-megaways'),
(6954, 1196, '_wp_trash_meta_status', 'publish'),
(6955, 1196, '_wp_trash_meta_time', '1687229607'),
(6956, 1196, '_wp_desired_post_slug', 'super-x'),
(6957, 1192, '_wp_trash_meta_status', 'publish'),
(6958, 1192, '_wp_trash_meta_time', '1687229607'),
(6959, 1192, '_wp_desired_post_slug', 'madame-destiny-megaways'),
(6960, 1189, '_wp_trash_meta_status', 'publish'),
(6961, 1189, '_wp_trash_meta_time', '1687229607'),
(6962, 1189, '_wp_desired_post_slug', 'hockey-attack'),
(6963, 1183, '_wp_trash_meta_status', 'publish'),
(6964, 1183, '_wp_trash_meta_time', '1687229607'),
(6965, 1183, '_wp_desired_post_slug', 'christmas-carol-megaways'),
(6966, 1182, '_wp_trash_meta_status', 'publish'),
(6967, 1182, '_wp_trash_meta_time', '1687229607'),
(6968, 1182, '_wp_desired_post_slug', 'bounty-gold'),
(6969, 1176, '_wp_trash_meta_status', 'publish'),
(6970, 1176, '_wp_trash_meta_time', '1687229607'),
(6971, 1176, '_wp_desired_post_slug', 'big-bass-bonanza-megaways'),
(6972, 1174, '_wp_trash_meta_status', 'publish'),
(6973, 1174, '_wp_trash_meta_time', '1687229607'),
(6974, 1174, '_wp_desired_post_slug', 'aztec-bonanza'),
(6975, 1170, '_wp_trash_meta_status', 'publish'),
(6976, 1170, '_wp_trash_meta_time', '1687229607'),
(6977, 1170, '_wp_desired_post_slug', 'power-of-thor-megaways'),
(6978, 1162, '_wp_trash_meta_status', 'publish'),
(6979, 1162, '_wp_trash_meta_time', '1687229607'),
(6980, 1162, '_wp_desired_post_slug', 'bubble-pop'),
(6981, 1164, '_wp_trash_meta_status', 'publish'),
(6982, 1164, '_wp_trash_meta_time', '1687229607'),
(6983, 1164, '_wp_desired_post_slug', 'aztec-gems-deluxe'),
(6984, 1158, '_wp_trash_meta_status', 'publish'),
(6985, 1158, '_wp_trash_meta_time', '1687229608'),
(6986, 1158, '_wp_desired_post_slug', 'wild-west-gold'),
(6987, 1151, '_wp_trash_meta_status', 'publish'),
(6988, 1151, '_wp_trash_meta_time', '1687229608'),
(6989, 1151, '_wp_desired_post_slug', 'star-pirates-code'),
(6990, 1149, '_wp_trash_meta_status', 'publish'),
(6991, 1149, '_wp_trash_meta_time', '1687229614'),
(6992, 1149, '_wp_desired_post_slug', 'fire-strike'),
(6993, 1142, '_wp_trash_meta_status', 'publish'),
(6994, 1142, '_wp_trash_meta_time', '1687229614'),
(6995, 1142, '_wp_desired_post_slug', 'candy-village'),
(6996, 1141, '_wp_trash_meta_status', 'publish'),
(6997, 1141, '_wp_trash_meta_time', '1687229614'),
(6998, 1141, '_wp_desired_post_slug', 'mystic-chief'),
(6999, 1133, '_wp_trash_meta_status', 'publish'),
(7000, 1133, '_wp_trash_meta_time', '1687229614'),
(7001, 1133, '_wp_desired_post_slug', 'great-rhino-megaways'),
(7002, 1134, '_wp_trash_meta_status', 'publish'),
(7003, 1134, '_wp_trash_meta_time', '1687229614'),
(7004, 1134, '_wp_desired_post_slug', 'the-tweety-house'),
(7005, 1126, '_wp_trash_meta_status', 'publish'),
(7006, 1126, '_wp_trash_meta_time', '1687229614'),
(7007, 1126, '_wp_desired_post_slug', 'piggy-bank-bills'),
(7008, 1125, '_wp_trash_meta_status', 'publish'),
(7009, 1125, '_wp_trash_meta_time', '1687229614'),
(7010, 1125, '_wp_desired_post_slug', '5-lions-megaways'),
(7011, 1121, '_wp_trash_meta_status', 'publish'),
(7012, 1121, '_wp_trash_meta_time', '1687229614'),
(7013, 1121, '_wp_desired_post_slug', 'jokers-jewels'),
(7014, 1115, '_wp_trash_meta_status', 'publish'),
(7015, 1115, '_wp_trash_meta_time', '1687229614'),
(7016, 1115, '_wp_desired_post_slug', 'cash-bonanza'),
(7017, 1113, '_wp_trash_meta_status', 'publish'),
(7018, 1113, '_wp_trash_meta_time', '1687229614'),
(7019, 1113, '_wp_desired_post_slug', 'bonanza-gold'),
(7020, 1107, '_wp_trash_meta_status', 'publish'),
(7021, 1107, '_wp_trash_meta_time', '1687229614'),
(7022, 1107, '_wp_desired_post_slug', 'pyramid-bonanza'),
(7023, 1103, '_wp_trash_meta_status', 'publish'),
(7024, 1103, '_wp_trash_meta_time', '1687229614'),
(7025, 1103, '_wp_desired_post_slug', 'bigger-bass-bonanza'),
(7026, 1101, '_wp_trash_meta_status', 'publish'),
(7027, 1101, '_wp_trash_meta_time', '1687229614'),
(7028, 1101, '_wp_desired_post_slug', 'aztec-gems'),
(7029, 1097, '_wp_trash_meta_status', 'publish'),
(7030, 1097, '_wp_trash_meta_time', '1687229614'),
(7031, 1097, '_wp_desired_post_slug', 'sweet-bonanza-xmas'),
(7032, 1090, '_wp_trash_meta_status', 'publish'),
(7033, 1090, '_wp_trash_meta_time', '1687229614'),
(7034, 1090, '_wp_desired_post_slug', 'raging-bull'),
(7035, 1076, '_wp_trash_meta_status', 'publish'),
(7036, 1076, '_wp_trash_meta_time', '1687229615'),
(7037, 1076, '_wp_desired_post_slug', 'chicken-chase'),
(7038, 1071, '_wp_trash_meta_status', 'publish'),
(7039, 1071, '_wp_trash_meta_time', '1687229615'),
(7040, 1071, '_wp_desired_post_slug', 'lucky-grace-and-charm'),
(7041, 1067, '_wp_trash_meta_status', 'publish'),
(7042, 1067, '_wp_trash_meta_time', '1687229615'),
(7043, 1067, '_wp_desired_post_slug', 'phoenix-forge'),
(7044, 1063, '_wp_trash_meta_status', 'publish'),
(7045, 1063, '_wp_trash_meta_time', '1687229615'),
(7046, 1063, '_wp_desired_post_slug', 'heart-of-rio'),
(7047, 1059, '_wp_trash_meta_status', 'publish'),
(7048, 1059, '_wp_trash_meta_time', '1687229615'),
(7049, 1059, '_wp_desired_post_slug', 'dragon-hot-hold-and-spin'),
(7050, 1055, '_wp_trash_meta_status', 'publish'),
(7051, 1055, '_wp_trash_meta_time', '1687229620'),
(7052, 1055, '_wp_desired_post_slug', 'cash-elevator'),
(7053, 1051, '_wp_trash_meta_status', 'publish'),
(7054, 1051, '_wp_trash_meta_time', '1687229620'),
(7055, 1051, '_wp_desired_post_slug', 'hokkaido-wolf'),
(7056, 1047, '_wp_trash_meta_status', 'publish'),
(7057, 1047, '_wp_trash_meta_time', '1687229620'),
(7058, 1047, '_wp_desired_post_slug', 'the-magic-cauldron-enchanted-brew'),
(7059, 1043, '_wp_trash_meta_status', 'publish'),
(7060, 1043, '_wp_trash_meta_time', '1687229620'),
(7061, 1043, '_wp_desired_post_slug', 'amazing-money-machine'),
(7062, 1039, '_wp_trash_meta_status', 'publish'),
(7063, 1039, '_wp_trash_meta_time', '1687229620'),
(7064, 1039, '_wp_desired_post_slug', 'aztec-king'),
(7065, 1035, '_wp_trash_meta_status', 'publish'),
(7066, 1035, '_wp_trash_meta_time', '1687229620'),
(7067, 1035, '_wp_desired_post_slug', 'panda-fortune-2'),
(7068, 1031, '_wp_trash_meta_status', 'publish'),
(7069, 1031, '_wp_trash_meta_time', '1687229620'),
(7070, 1031, '_wp_desired_post_slug', 'floating-dragon'),
(7071, 1027, '_wp_trash_meta_status', 'publish'),
(7072, 1027, '_wp_trash_meta_time', '1687229620'),
(7073, 1027, '_wp_desired_post_slug', 'hot-to-burn-hold-and-spin'),
(7074, 1023, '_wp_trash_meta_status', 'publish'),
(7075, 1023, '_wp_trash_meta_time', '1687229620'),
(7076, 1023, '_wp_desired_post_slug', 'joker-king'),
(7077, 1019, '_wp_trash_meta_status', 'publish'),
(7078, 1019, '_wp_trash_meta_time', '1687229620'),
(7079, 1019, '_wp_desired_post_slug', 'golden-ox'),
(7080, 1015, '_wp_trash_meta_status', 'publish'),
(7081, 1015, '_wp_trash_meta_time', '1687229621'),
(7082, 1015, '_wp_desired_post_slug', 'eye-of-the-storm'),
(7083, 1011, '_wp_trash_meta_status', 'publish'),
(7084, 1011, '_wp_trash_meta_time', '1687229621'),
(7085, 1011, '_wp_desired_post_slug', 'dragon-kingdom-eyes-of-fire'),
(7086, 1007, '_wp_trash_meta_status', 'publish'),
(7087, 1007, '_wp_trash_meta_time', '1687229621'),
(7088, 1007, '_wp_desired_post_slug', 'congo-cash'),
(7089, 1002, '_wp_trash_meta_status', 'publish'),
(7090, 1002, '_wp_trash_meta_time', '1687229621'),
(7091, 1002, '_wp_desired_post_slug', 'emerald-king-rainbow-road'),
(7092, 998, '_wp_trash_meta_status', 'publish'),
(7093, 998, '_wp_trash_meta_time', '1687229621'),
(7094, 998, '_wp_desired_post_slug', 'vegas-magic'),
(7095, 994, '_wp_trash_meta_status', 'publish'),
(7096, 994, '_wp_trash_meta_time', '1687229621'),
(7097, 994, '_wp_desired_post_slug', 'great-rhino'),
(7098, 990, '_wp_trash_meta_status', 'publish'),
(7099, 990, '_wp_trash_meta_time', '1687229621'),
(7100, 990, '_wp_desired_post_slug', 'diamond-strike'),
(7101, 986, '_wp_trash_meta_status', 'publish'),
(7102, 986, '_wp_trash_meta_time', '1687229621'),
(7103, 986, '_wp_desired_post_slug', '8-dragons'),
(7104, 982, '_wp_trash_meta_status', 'publish'),
(7105, 982, '_wp_trash_meta_time', '1687229621'),
(7106, 982, '_wp_desired_post_slug', 'john-hunter-and-the-tomb-of-the-scarab-queen'),
(7107, 978, '_wp_trash_meta_status', 'publish'),
(7108, 978, '_wp_trash_meta_time', '1687229621'),
(7109, 978, '_wp_desired_post_slug', 'the-dog-house'),
(7110, 974, '_wp_trash_meta_status', 'publish'),
(7111, 974, '_wp_trash_meta_time', '1687229627'),
(7112, 974, '_wp_desired_post_slug', 'fire88'),
(7113, 970, '_wp_trash_meta_status', 'publish'),
(7114, 970, '_wp_trash_meta_time', '1687229627'),
(7115, 970, '_wp_desired_post_slug', '5-lions'),
(7116, 966, '_wp_trash_meta_status', 'publish'),
(7117, 966, '_wp_trash_meta_time', '1687229627'),
(7118, 966, '_wp_desired_post_slug', 'chilli-heat'),
(7119, 962, '_wp_trash_meta_status', 'publish'),
(7120, 962, '_wp_trash_meta_time', '1687229627'),
(7121, 962, '_wp_desired_post_slug', '888-dragons'),
(7122, 958, '_wp_trash_meta_status', 'publish'),
(7123, 958, '_wp_trash_meta_time', '1687229627'),
(7124, 958, '_wp_desired_post_slug', '5-lions-gold'),
(7125, 954, '_wp_trash_meta_status', 'publish'),
(7126, 954, '_wp_trash_meta_time', '1687229628'),
(7127, 954, '_wp_desired_post_slug', 'mustang-gold'),
(7128, 950, '_wp_trash_meta_status', 'publish'),
(7129, 950, '_wp_trash_meta_time', '1687229628'),
(7130, 950, '_wp_desired_post_slug', 'big-bass-bonanza'),
(7131, 946, '_wp_trash_meta_status', 'publish'),
(7132, 946, '_wp_trash_meta_time', '1687229628'),
(7133, 946, '_wp_desired_post_slug', 'john-hunter-and-the-mayan-gods'),
(7134, 942, '_wp_trash_meta_status', 'publish'),
(7135, 942, '_wp_trash_meta_time', '1687229628'),
(7136, 942, '_wp_desired_post_slug', 'spartan-king'),
(7137, 938, '_wp_trash_meta_status', 'publish'),
(7138, 938, '_wp_trash_meta_time', '1687229628'),
(7139, 938, '_wp_desired_post_slug', 'cowboys-gold'),
(7140, 933, '_wp_trash_meta_status', 'publish'),
(7141, 933, '_wp_trash_meta_time', '1687229628'),
(7142, 933, '_wp_desired_post_slug', 'emerald-king'),
(7143, 929, '_wp_trash_meta_status', 'publish'),
(7144, 929, '_wp_trash_meta_time', '1687229628'),
(7145, 929, '_wp_desired_post_slug', 'dragon-tiger'),
(7146, 925, '_wp_trash_meta_status', 'publish'),
(7147, 925, '_wp_trash_meta_time', '1687229628'),
(7148, 925, '_wp_desired_post_slug', 'book-of-kingdoms'),
(7149, 921, '_wp_trash_meta_status', 'publish'),
(7150, 921, '_wp_trash_meta_time', '1687229628'),
(7151, 921, '_wp_desired_post_slug', 'return-of-the-dead'),
(7152, 915, '_wp_trash_meta_status', 'publish'),
(7153, 915, '_wp_trash_meta_time', '1687229628'),
(7154, 915, '_wp_desired_post_slug', '5-lions-dance'),
(7155, 911, '_wp_trash_meta_status', 'publish'),
(7156, 911, '_wp_trash_meta_time', '1687229628'),
(7157, 911, '_wp_desired_post_slug', 'ultra-hold-and-spin'),
(7158, 907, '_wp_trash_meta_status', 'publish'),
(7159, 907, '_wp_trash_meta_time', '1687229628'),
(7160, 907, '_wp_desired_post_slug', 'rise-of-samurai'),
(7161, 903, '_wp_trash_meta_status', 'publish'),
(7162, 903, '_wp_trash_meta_time', '1687229628'),
(7163, 903, '_wp_desired_post_slug', 'wild-walker'),
(7164, 899, '_wp_trash_meta_status', 'publish'),
(7165, 899, '_wp_trash_meta_time', '1687229629'),
(7166, 899, '_wp_desired_post_slug', 'great-rhino-deluxe'),
(7167, 895, '_wp_trash_meta_status', 'publish'),
(7168, 895, '_wp_trash_meta_time', '1687229629'),
(7169, 895, '_wp_desired_post_slug', 'wild-wild-riches'),
(7170, 891, '_wp_trash_meta_status', 'publish'),
(7171, 891, '_wp_trash_meta_time', '1687229634'),
(7172, 891, '_wp_desired_post_slug', 'jungle-gorilla'),
(7173, 887, '_wp_trash_meta_status', 'publish'),
(7174, 887, '_wp_trash_meta_time', '1687229634'),
(7175, 887, '_wp_desired_post_slug', 'the-tiger-warrior'),
(7176, 883, '_wp_trash_meta_status', 'publish'),
(7177, 883, '_wp_trash_meta_time', '1687229634'),
(7178, 883, '_wp_desired_post_slug', 'street-racer'),
(7179, 879, '_wp_trash_meta_status', 'publish'),
(7180, 879, '_wp_trash_meta_time', '1687229634'),
(7181, 879, '_wp_desired_post_slug', 'fu-fu-fu'),
(7182, 875, '_wp_trash_meta_status', 'publish'),
(7183, 875, '_wp_trash_meta_time', '1687229634'),
(7184, 875, '_wp_desired_post_slug', 'bronco-spirit'),
(7185, 871, '_wp_trash_meta_status', 'publish'),
(7186, 871, '_wp_trash_meta_time', '1687229634'),
(7187, 871, '_wp_desired_post_slug', 'pyramid-king'),
(7188, 867, '_wp_trash_meta_status', 'publish'),
(7189, 867, '_wp_trash_meta_time', '1687229634'),
(7190, 867, '_wp_desired_post_slug', 'ultra-burn'),
(7191, 863, '_wp_trash_meta_status', 'publish'),
(7192, 863, '_wp_trash_meta_time', '1687229635'),
(7193, 863, '_wp_desired_post_slug', 'money-money-money'),
(7194, 859, '_wp_trash_meta_status', 'publish'),
(7195, 859, '_wp_trash_meta_time', '1687229635'),
(7196, 859, '_wp_desired_post_slug', 'starz-megaways'),
(7197, 854, '_wp_trash_meta_status', 'publish'),
(7198, 854, '_wp_trash_meta_time', '1687229635'),
(7199, 854, '_wp_desired_post_slug', 'three-star-fortune'),
(7200, 850, '_wp_trash_meta_status', 'publish'),
(7201, 850, '_wp_trash_meta_time', '1687229635'),
(7202, 850, '_wp_desired_post_slug', 'dance-party'),
(7203, 846, '_wp_trash_meta_status', 'publish'),
(7204, 846, '_wp_trash_meta_time', '1687229635'),
(7205, 846, '_wp_desired_post_slug', 'hot-to-burn'),
(7206, 842, '_wp_trash_meta_status', 'publish'),
(7207, 842, '_wp_trash_meta_time', '1687229635'),
(7208, 842, '_wp_desired_post_slug', 'caishens-gold'),
(7209, 838, '_wp_trash_meta_status', 'publish'),
(7210, 838, '_wp_trash_meta_time', '1687229635'),
(7211, 838, '_wp_desired_post_slug', 'lucky-dragon-ball'),
(7212, 834, '_wp_trash_meta_status', 'publish'),
(7213, 834, '_wp_trash_meta_time', '1687229635'),
(7214, 834, '_wp_desired_post_slug', 'fruit-rainbow'),
(7215, 830, '_wp_trash_meta_status', 'publish'),
(7216, 830, '_wp_trash_meta_time', '1687229635'),
(7217, 830, '_wp_desired_post_slug', 'the-wild-machine'),
(7218, 826, '_wp_trash_meta_status', 'publish'),
(7219, 826, '_wp_trash_meta_time', '1687229635'),
(7220, 826, '_wp_desired_post_slug', 'mysterious'),
(7221, 822, '_wp_trash_meta_status', 'publish'),
(7222, 822, '_wp_trash_meta_time', '1687229635'),
(7223, 822, '_wp_desired_post_slug', 'golden-beauty'),
(7224, 818, '_wp_trash_meta_status', 'publish'),
(7225, 818, '_wp_trash_meta_time', '1687229635'),
(7226, 818, '_wp_desired_post_slug', 'master-joker'),
(7227, 814, '_wp_trash_meta_status', 'publish'),
(7228, 814, '_wp_trash_meta_time', '1687229635'),
(7229, 814, '_wp_desired_post_slug', 'super-7s'),
(7230, 809, '_wp_trash_meta_status', 'publish'),
(7231, 809, '_wp_trash_meta_time', '1687229641'),
(7232, 809, '_wp_desired_post_slug', 'magic-journey'),
(7233, 805, '_wp_trash_meta_status', 'publish'),
(7234, 805, '_wp_trash_meta_time', '1687229641'),
(7235, 805, '_wp_desired_post_slug', 'money-mouse'),
(7236, 801, '_wp_trash_meta_status', 'publish'),
(7237, 801, '_wp_trash_meta_time', '1687229641'),
(7238, 801, '_wp_desired_post_slug', 'aladdin-and-the-sorcerrer'),
(7239, 797, '_wp_trash_meta_status', 'publish'),
(7240, 797, '_wp_trash_meta_time', '1687229641'),
(7241, 797, '_wp_desired_post_slug', 'greek-gods'),
(7242, 793, '_wp_trash_meta_status', 'publish'),
(7243, 793, '_wp_trash_meta_time', '1687229641'),
(7244, 793, '_wp_desired_post_slug', 'hercules-and-pegasus'),
(7245, 789, '_wp_trash_meta_status', 'publish'),
(7246, 789, '_wp_trash_meta_time', '1687229641'),
(7247, 789, '_wp_desired_post_slug', 'tree-of-riches'),
(7248, 785, '_wp_trash_meta_status', 'publish'),
(7249, 785, '_wp_trash_meta_time', '1687229641'),
(7250, 785, '_wp_desired_post_slug', 'honey-honey-honey'),
(7251, 774, '_wp_trash_meta_status', 'publish'),
(7252, 774, '_wp_trash_meta_time', '1687229641'),
(7253, 774, '_wp_desired_post_slug', 'super-joker'),
(7254, 762, '_wp_trash_meta_status', 'publish'),
(7255, 762, '_wp_trash_meta_time', '1687229641'),
(7256, 762, '_wp_desired_post_slug', 'hot-chilli'),
(7257, 755, '_wp_trash_meta_status', 'publish'),
(7258, 755, '_wp_trash_meta_time', '1687229642'),
(7259, 755, '_wp_desired_post_slug', 'john-hunter-and-the-aztec-treasure'),
(7260, 749, '_wp_trash_meta_status', 'publish'),
(7261, 749, '_wp_trash_meta_time', '1687229642'),
(7262, 749, '_wp_desired_post_slug', 'monkey-warrior'),
(7263, 737, '_wp_trash_meta_status', 'publish'),
(7264, 737, '_wp_trash_meta_time', '1687229642'),
(7265, 737, '_wp_desired_post_slug', 'caishens-cash'),
(7266, 726, '_wp_trash_meta_status', 'publish'),
(7267, 726, '_wp_trash_meta_time', '1687229642'),
(7268, 726, '_wp_desired_post_slug', 'the-great-chicken-escape'),
(7269, 717, '_wp_trash_meta_status', 'publish'),
(7270, 717, '_wp_trash_meta_time', '1687229642'),
(7271, 717, '_wp_desired_post_slug', 'vampire-vs-wolves'),
(7272, 704, '_wp_trash_meta_status', 'publish'),
(7273, 704, '_wp_trash_meta_time', '1687229642'),
(7274, 704, '_wp_desired_post_slug', 'wild-pixies'),
(7275, 686, '_wp_trash_meta_status', 'publish'),
(7276, 686, '_wp_trash_meta_time', '1687229642'),
(7277, 686, '_wp_desired_post_slug', 'pirate-gold'),
(7278, 518, '_wp_trash_meta_status', 'publish'),
(7279, 518, '_wp_trash_meta_time', '1687229642'),
(7280, 518, '_wp_desired_post_slug', 'egyptian-fortunes'),
(7281, 508, '_wp_trash_meta_status', 'publish'),
(7282, 508, '_wp_trash_meta_time', '1687229642'),
(7283, 508, '_wp_desired_post_slug', 'extra-juicy'),
(7284, 504, '_wp_trash_meta_status', 'publish'),
(7285, 504, '_wp_trash_meta_time', '1687229642'),
(7286, 504, '_wp_desired_post_slug', 'wild-gladiator'),
(7287, 500, '_wp_trash_meta_status', 'publish'),
(7288, 500, '_wp_trash_meta_time', '1687229642'),
(7289, 500, '_wp_desired_post_slug', 'golden-pig'),
(7290, 496, '_wp_trash_meta_status', 'publish'),
(7291, 496, '_wp_trash_meta_time', '1687229647'),
(7292, 496, '_wp_desired_post_slug', 'treasure-horse'),
(7293, 492, '_wp_trash_meta_status', 'publish'),
(7294, 492, '_wp_trash_meta_time', '1687229647'),
(7295, 492, '_wp_desired_post_slug', 'safari-king'),
(7296, 487, '_wp_trash_meta_status', 'publish'),
(7297, 487, '_wp_trash_meta_time', '1687229647'),
(7298, 487, '_wp_desired_post_slug', 'leprechaun-carol'),
(7299, 481, '_wp_trash_meta_status', 'publish'),
(7300, 481, '_wp_trash_meta_time', '1687229647'),
(7301, 481, '_wp_desired_post_slug', 'triple-dragons'),
(7302, 477, '_wp_trash_meta_status', 'publish'),
(7303, 477, '_wp_trash_meta_time', '1687229648'),
(7304, 477, '_wp_desired_post_slug', 'ancient-egypt-classic'),
(7305, 473, '_wp_trash_meta_status', 'publish'),
(7306, 473, '_wp_trash_meta_time', '1687229648'),
(7307, 473, '_wp_desired_post_slug', 'master-chens-fortune'),
(7308, 469, '_wp_trash_meta_status', 'publish'),
(7309, 469, '_wp_trash_meta_time', '1687229648'),
(7310, 469, '_wp_desired_post_slug', 'da-vincis-treasure'),
(7311, 465, '_wp_trash_meta_status', 'publish'),
(7312, 465, '_wp_trash_meta_time', '1687229648'),
(7313, 465, '_wp_desired_post_slug', 'peking-luck'),
(7314, 461, '_wp_trash_meta_status', 'publish'),
(7315, 461, '_wp_trash_meta_time', '1687229648'),
(7316, 461, '_wp_desired_post_slug', 'leprechaun-song'),
(7317, 457, '_wp_trash_meta_status', 'publish'),
(7318, 457, '_wp_trash_meta_time', '1687229648'),
(7319, 457, '_wp_desired_post_slug', 'asgard'),
(7320, 453, '_wp_trash_meta_status', 'publish'),
(7321, 453, '_wp_trash_meta_time', '1687229648'),
(7322, 453, '_wp_desired_post_slug', 'madame-destiny'),
(7323, 443, '_wp_trash_meta_status', 'publish'),
(7324, 443, '_wp_trash_meta_time', '1687229648'),
(7325, 443, '_wp_desired_post_slug', 'jade-butterfly'),
(7326, 426, '_wp_trash_meta_status', 'publish'),
(7327, 426, '_wp_trash_meta_time', '1687229648'),
(7328, 426, '_wp_desired_post_slug', 'fairytale-fortune'),
(7329, 412, '_wp_trash_meta_status', 'publish'),
(7330, 412, '_wp_trash_meta_time', '1687229648'),
(7331, 412, '_wp_desired_post_slug', 'ancient-egypt'),
(7332, 401, '_wp_trash_meta_status', 'publish'),
(7333, 401, '_wp_trash_meta_time', '1687229648'),
(7334, 401, '_wp_desired_post_slug', 'lucky-new-year'),
(7335, 378, '_wp_trash_meta_status', 'publish'),
(7336, 378, '_wp_trash_meta_time', '1687229649'),
(7337, 378, '_wp_desired_post_slug', 'monkey-madness'),
(7338, 366, '_wp_trash_meta_status', 'publish'),
(7339, 366, '_wp_trash_meta_time', '1687229649'),
(7340, 366, '_wp_desired_post_slug', 'gold-rush'),
(7341, 349, '_wp_trash_meta_status', 'publish'),
(7342, 349, '_wp_trash_meta_time', '1687229649'),
(7343, 349, '_wp_desired_post_slug', 'santa'),
(7344, 336, '_wp_trash_meta_status', 'publish'),
(7345, 336, '_wp_trash_meta_time', '1687229649'),
(7346, 336, '_wp_desired_post_slug', 'pandas-fortune'),
(7347, 323, '_wp_trash_meta_status', 'publish'),
(7348, 323, '_wp_trash_meta_time', '1687229649'),
(7349, 323, '_wp_desired_post_slug', '7-piggies'),
(7350, 309, '_wp_trash_meta_status', 'publish'),
(7351, 309, '_wp_trash_meta_time', '1687229654'),
(7352, 309, '_wp_desired_post_slug', 'dragon-kingdom'),
(7353, 297, '_wp_trash_meta_status', 'publish'),
(7354, 297, '_wp_trash_meta_time', '1687229655'),
(7355, 297, '_wp_desired_post_slug', '7-monkeys'),
(7356, 274, '_wp_trash_meta_status', 'publish'),
(7357, 274, '_wp_trash_meta_time', '1687229655'),
(7358, 274, '_wp_desired_post_slug', 'queen-of-gold'),
(7359, 257, '_wp_trash_meta_status', 'publish'),
(7360, 257, '_wp_trash_meta_time', '1687229655'),
(7361, 257, '_wp_desired_post_slug', 'wild-spells'),
(7362, 201, '_wp_trash_meta_status', 'publish'),
(7363, 201, '_wp_trash_meta_time', '1687229655'),
(7364, 201, '_wp_desired_post_slug', 'journey-to-the-west'),
(7365, 189, '_wp_trash_meta_status', 'publish'),
(7366, 189, '_wp_trash_meta_time', '1687229655'),
(7367, 189, '_wp_desired_post_slug', '3-kingdoms-battle-of-red-cliffs'),
(7368, 178, '_wp_trash_meta_status', 'publish'),
(7369, 178, '_wp_trash_meta_time', '1687229655'),
(7370, 178, '_wp_desired_post_slug', 'gold-train'),
(7371, 172, '_wp_trash_meta_status', 'publish'),
(7372, 172, '_wp_trash_meta_time', '1687229655'),
(7373, 172, '_wp_desired_post_slug', 'vegas-nights'),
(7374, 160, '_wp_trash_meta_status', 'publish'),
(7375, 160, '_wp_trash_meta_time', '1687229655'),
(7376, 160, '_wp_desired_post_slug', '3-genie-wishes'),
(7377, 152, '_wp_trash_meta_status', 'publish'),
(7378, 152, '_wp_trash_meta_time', '1687229655'),
(7379, 152, '_wp_desired_post_slug', 'busy-bees'),
(7380, 143, '_wp_trash_meta_status', 'publish'),
(7381, 143, '_wp_trash_meta_time', '1687229655'),
(7382, 143, '_wp_desired_post_slug', 'devils-13'),
(7383, 1463, '_wp_trash_meta_status', 'publish'),
(7384, 1463, '_wp_trash_meta_time', '1687229655'),
(7385, 1463, '_wp_desired_post_slug', 'pixie-wings'),
(7386, 1462, '_wp_trash_meta_status', 'publish'),
(7387, 1462, '_wp_trash_meta_time', '1687229655'),
(7388, 1462, '_wp_desired_post_slug', 'wolf-gold'),
(7389, 1461, '_wp_trash_meta_status', 'publish'),
(7390, 1461, '_wp_trash_meta_time', '1687229656'),
(7391, 1461, '_wp_desired_post_slug', 'hercules-son-of-zeus'),
(7392, 1460, '_wp_trash_meta_status', 'publish'),
(7393, 1460, '_wp_trash_meta_time', '1687229656'),
(7394, 1460, '_wp_desired_post_slug', 'beowulf'),
(7395, 1459, '_wp_trash_meta_status', 'publish'),
(7396, 1459, '_wp_trash_meta_time', '1687229656'),
(7397, 1459, '_wp_desired_post_slug', 'lucky-dragons'),
(7398, 1458, '_wp_trash_meta_status', 'publish'),
(7399, 1458, '_wp_trash_meta_time', '1687229656'),
(7400, 1458, '_wp_desired_post_slug', 'dwarven-gold-deluxe'),
(7401, 100, '_wp_trash_meta_status', 'publish'),
(7402, 100, '_wp_trash_meta_time', '1687229656'),
(7403, 100, '_wp_desired_post_slug', 'hot-safari'),
(7404, 96, '_wp_trash_meta_status', 'publish'),
(7405, 96, '_wp_trash_meta_time', '1687229656'),
(7406, 96, '_wp_desired_post_slug', 'mighty-kong'),
(7407, 1457, '_wp_trash_meta_status', 'publish'),
(7408, 1457, '_wp_trash_meta_time', '1687229656'),
(7409, 1457, '_wp_desired_post_slug', 'lady-godiva'),
(7410, 88, '_wp_trash_meta_status', 'publish'),
(7411, 88, '_wp_trash_meta_time', '1687229663'),
(7412, 88, '_wp_desired_post_slug', 'great-reef'),
(7413, 1470, '_wp_trash_meta_status', 'publish'),
(7414, 1470, '_wp_trash_meta_time', '1687229663'),
(7415, 1470, '_wp_desired_post_slug', 'sugar-rush'),
(7416, 1469, '_wp_trash_meta_status', 'publish'),
(7417, 1469, '_wp_trash_meta_time', '1687229663'),
(7418, 1469, '_wp_desired_post_slug', 'fishin-reels'),
(7419, 1468, '_wp_trash_meta_status', 'publish'),
(7420, 1468, '_wp_trash_meta_time', '1687229663'),
(7421, 1468, '_wp_desired_post_slug', 'triple-tigers'),
(7422, 1467, '_wp_trash_meta_status', 'publish'),
(7423, 1467, '_wp_trash_meta_time', '1687229664'),
(7424, 1467, '_wp_desired_post_slug', 'money-roll'),
(7425, 1466, '_wp_trash_meta_status', 'publish'),
(7426, 1466, '_wp_trash_meta_time', '1687229664'),
(7427, 1466, '_wp_desired_post_slug', 'irish-charms'),
(7428, 1465, '_wp_trash_meta_status', 'publish'),
(7429, 1465, '_wp_trash_meta_time', '1687229664'),
(7430, 1465, '_wp_desired_post_slug', '888-gold'),
(7431, 1464, '_wp_trash_meta_status', 'publish'),
(7432, 1464, '_wp_trash_meta_time', '1687229664'),
(7433, 1464, '_wp_desired_post_slug', 'diamonds-are-forever-3-lines'),
(7434, 30869, '_edit_lock', '1687230272:1'),
(7435, 30870, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:4:\"baru\";s:3:\"1.1\";}s:7:\"plugins\";a:7:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(7436, 30870, '_amp_queried_object', 'a:2:{s:2:\"id\";i:30869;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7437, 30870, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":4517,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"bb5559ccf6a47cd0a0e7586b4488e1ee\",\"parse_time\":0.13730216026306152,\"shake_time\":0.0034401416778564453,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[true,{\"h3\":true},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[true,{\"ol li\":true},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\"strong\":true},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":true},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[true,{\".entry-content ol li\":true},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":493,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.010933160781860352,\"shake_time\":0.0003991127014160156,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[true,{\".amp-wp-default-form-message>p\":true},[\"margin:1em 0\",\"padding:.5em\"]],[true,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":true,\".amp-wp-default-form-message[submitting]>p\":true},[\"font-style:italic\"]],[true,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":true},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[true,{\".amp-wp-default-form-message[submit-error]>p\":true},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[true,{\".amp-wp-default-form-message[submit-success]>p:empty\":true},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0032639503479003906,\"shake_time\":2.9087066650390625e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.00011587142944335938,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7440, 30869, '_edit_last', '1'),
(7441, 30872, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:4:\"baru\";s:3:\"1.1\";}s:7:\"plugins\";a:7:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:15:\"litespeed-cache\";s:3:\"5.2\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(7442, 30872, '_amp_queried_object', 'a:2:{s:2:\"id\";i:30869;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7443, 30872, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14893,\"final_size\":4541,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"bb5559ccf6a47cd0a0e7586b4488e1ee\",\"parse_time\":0.13730216026306152,\"shake_time\":0.0022759437561035156,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":true,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[true,{\"h3\":true},[\"font-size:21px\"]],[true,{\"h4\":true},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[true,{\"ol li\":true},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":true,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[true,{\"strong\":true},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"https:\\/\\/sultan222slot.com\\/wp-content\\/themes\\/baru\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":true},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[true,{\".entry-content ol li\":true},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":493,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.010933160781860352,\"shake_time\":0.0004010200500488281,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[true,{\".amp-wp-default-form-message>p\":true},[\"margin:1em 0\",\"padding:.5em\"]],[true,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":true,\".amp-wp-default-form-message[submitting]>p\":true},[\"font-style:italic\"]],[true,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":true},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[true,{\".amp-wp-default-form-message[submit-error]>p\":true},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[true,{\".amp-wp-default-form-message[submit-success]>p:empty\":true},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"https:\\/\\/sultan222slot.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0032639503479003906,\"shake_time\":1.6927719116210938e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3239,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.0001418590545654297,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[true,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":true},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7444, 30869, '_pingme', '1'),
(7445, 30869, '_encloseme', '1'),
(7446, 30869, '_yoast_wpseo_primary_category', ''),
(7447, 30869, '_yoast_wpseo_focuskw', 'Sultan222 Daftar'),
(7448, 30869, '_yoast_wpseo_linkdex', '71'),
(7449, 30869, '_yoast_wpseo_content_score', '90'),
(7450, 30869, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(7451, 30869, '_yoast_wpseo_wordproof_timestamp', ''),
(7460, 13, '_wp_old_date', '2023-06-19'),
(7461, 12, '_wp_old_date', '2023-06-19'),
(7462, 30877, '_wp_trash_meta_status', 'publish'),
(7463, 30877, '_wp_trash_meta_time', '1687233318'),
(7464, 30869, '_wp_trash_meta_status', 'publish'),
(7465, 30869, '_wp_trash_meta_time', '1687233363'),
(7466, 30869, '_wp_desired_post_slug', 'sultan222-daftar-situs-judi-online-tergacor-tahun-ini'),
(7467, 30880, '_wp_attached_file', '2023/06/slot-online-gacor.png'),
(7468, 30880, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:530;s:6:\"height\";i:530;s:4:\"file\";s:29:\"2023/06/slot-online-gacor.png\";s:8:\"filesize\";i:462214;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:{}}}'),
(7469, 30885, '_wp_attached_file', '2023/06/situs-mpo-slot-terbaik-se-asia.png'),
(7470, 30885, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:42:\"2023/06/situs-mpo-slot-terbaik-se-asia.png\";s:8:\"filesize\";i:999326;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:{}}}'),
(7471, 30887, '_wp_attached_file', '2023/06/Indukan-777LS.png'),
(7472, 30887, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:514;s:6:\"height\";i:747;s:4:\"file\";s:25:\"2023/06/Indukan-777LS.png\";s:8:\"filesize\";i:458684;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:{}}}'),
(7473, 30890, '_wp_attached_file', '2023/06/slot.png'),
(7474, 30890, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1020;s:6:\"height\";i:435;s:4:\"file\";s:16:\"2023/06/slot.png\";s:8:\"filesize\";i:173281;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:{}}}'),
(7475, 30894, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:5:\"mpo77\";s:3:\"1.1\";}s:7:\"plugins\";a:6:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7476, 30894, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14902,\"final_size\":4405,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"b83e82b40aa28bbcaf8317ae3f3e9ee9\",\"parse_time\":0.15907692909240723,\"shake_time\":0.001338958740234375,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.011552095413208008,\"shake_time\":0.00018787384033203125,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/mpo77.ink\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.003988981246948242,\"shake_time\":7.152557373046875e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.0001609325408935547,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7477, 30895, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:5:\"mpo77\";s:3:\"1.1\";}s:7:\"plugins\";a:6:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(7478, 30895, '_amp_queried_object', 'a:2:{s:2:\"id\";i:2;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7479, 30895, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14902,\"final_size\":6782,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"b83e82b40aa28bbcaf8317ae3f3e9ee9\",\"parse_time\":0.15907692909240723,\"shake_time\":0.0020401477813720703,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":true,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[true,{\"h3\":true},[\"font-size:21px\"]],[true,{\"h4\":true},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":true,\"h5\":false,\"h6\":false,\".ico-title\":true},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":false,\"label\":false,\"p\":true,\"section\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[true,{\".col-2\":true},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[true,{\"ul.provider-menu\":true},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[true,{\".home ul.provider-menu\":true},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[true,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":true},[\"color:#bda270\"]],[true,{\".provider-menu li\":true},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[true,{\".provider-menu li a\":true},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/betsoft.png\\\")\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[true,{\".home .provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[true,{\".provider-menu li\":true,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[true,{\"footer .col-2\":true},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[true,{\".license img\":true},[\"width:auto\",\"margin:10px auto\"]],[true,{\".payment img\":true},[\"width:100%\"]],[true,{\".ico-title\":true},[\"padding:10px 0px\"]],[true,{\".pd\":true},[\"padding:15px 0px\"]],[true,{\".bt\":true},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[true,{\".copyright\":true},[\"font-size:12px\"]],[true,{\".copyright a\":true},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[true,{\".home ul.provider-menu\":true},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:8px\",\"padding:2px\"]],[true,{\".home .provider-menu li\":true},[\"width:17%\",\"margin:3px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".provider-menu li\":true},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[true,{\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[true,{\"footer .col-2\":true},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[true,{\".copyright\":true},[\"padding-bottom:57px\"]],[true,{\".ico-footer\":true,\".copyright\":true},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:5px\",\"padding:2px\"]],[true,{\".home .provider-menu li a\":true,\".home .provider-menu li .ico-menu\":true},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/mpo77.ink\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.011552095413208008,\"shake_time\":0.0001990795135498047,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/mpo77.ink\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.003988981246948242,\"shake_time\":1.0013580322265625e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3269,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.0001430511474609375,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[true,{\"body .is-layout-flex\":true},[\"display:flex\"]],[true,{\"body .is-layout-flex\":true},[\"flex-wrap:wrap\",\"align-items:center\"]],[true,{\"body .is-layout-flex > *\":true},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":306,\"final_size\":285,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"core-block-supports-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2171,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2161,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3029,\"function\":\"wp_enqueue_stored_styles\",\"hook\":\"wp_footer\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-gallery.wp-block-gallery-1{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}\",\"handle\":\"core-block-supports\"}],\"priority\":70,\"hash\":\"4959cc7733d83d523b15125ec4eae13a\",\"parse_time\":0.01122593879699707,\"shake_time\":6.9141387939453125e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".wp-block-gallery.wp-block-gallery-1\":true},[\"--wp--style--unstable-gallery-gap:var(--wp--style--gallery-gap-default,var(--gallery-block--gutter-size,var(--wp--style--block-gap,.5em)))\",\"gap:var(--wp--style--gallery-gap-default,var(--gallery-block--gutter-size,var(--wp--style--block-gap,.5em)))\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7480, 30902, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:5:\"mpo77\";s:3:\"1.1\";}s:7:\"plugins\";a:6:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7481, 30902, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14902,\"final_size\":4420,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"12ae9d68ed17ac0cbc4b32af2ad38d3b\",\"parse_time\":0.1518409252166748,\"shake_time\":0.0012691020965576172,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.00672602653503418,\"shake_time\":0.000247955322265625,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.004170894622802734,\"shake_time\":1.5974044799804688e-5,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.0003228187561035156,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7482, 30903, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:5:\"mpo77\";s:3:\"1.1\";}s:7:\"plugins\";a:6:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(7483, 30903, '_amp_queried_object', 'a:2:{s:2:\"id\";i:2;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7484, 30903, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14902,\"final_size\":6797,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"12ae9d68ed17ac0cbc4b32af2ad38d3b\",\"parse_time\":0.1518409252166748,\"shake_time\":0.0018482208251953125,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":true,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[true,{\"h3\":true},[\"font-size:21px\"]],[true,{\"h4\":true},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":true,\"h5\":false,\"h6\":false,\".ico-title\":true},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":false,\"label\":false,\"p\":true,\"section\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[true,{\".col-2\":true},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[true,{\"ul.provider-menu\":true},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[true,{\".home ul.provider-menu\":true},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[true,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":true},[\"color:#bda270\"]],[true,{\".provider-menu li\":true},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[true,{\".provider-menu li a\":true},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/betsoft.png\\\")\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[true,{\".home .provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[true,{\".provider-menu li\":true,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[true,{\"footer .col-2\":true},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[true,{\".license img\":true},[\"width:auto\",\"margin:10px auto\"]],[true,{\".payment img\":true},[\"width:100%\"]],[true,{\".ico-title\":true},[\"padding:10px 0px\"]],[true,{\".pd\":true},[\"padding:15px 0px\"]],[true,{\".bt\":true},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[true,{\".copyright\":true},[\"font-size:12px\"]],[true,{\".copyright a\":true},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[true,{\".home ul.provider-menu\":true},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:8px\",\"padding:2px\"]],[true,{\".home .provider-menu li\":true},[\"width:17%\",\"margin:3px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".provider-menu li\":true},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[true,{\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[true,{\"footer .col-2\":true},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[true,{\".copyright\":true},[\"padding-bottom:57px\"]],[true,{\".ico-footer\":true,\".copyright\":true},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:5px\",\"padding:2px\"]],[true,{\".home .provider-menu li a\":true,\".home .provider-menu li .ico-menu\":true},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.00672602653503418,\"shake_time\":5.602836608886719e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/mpo99bos.com\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.004170894622802734,\"shake_time\":5.9604644775390625e-6,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.0001399517059326172,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7485, 30907, '_wp_trash_meta_status', 'publish'),
(7486, 30907, '_wp_trash_meta_time', '1687252364'),
(7487, 30910, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:5:\"mpo77\";s:3:\"1.1\";}s:7:\"plugins\";a:6:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7488, 30910, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14902,\"final_size\":4430,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"4a1f14fdadf5823159de91b37ad33710\",\"parse_time\":0.1585841178894043,\"shake_time\":0.0010631084442138672,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[false,{\"h3\":false},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[false,{\"ol li\":false},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":false,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":false},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":true,\"label\":true,\"p\":true,\"section\":false},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[false,{\".col-2\":false},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[false,{\"ul.provider-menu\":false},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[false,{\".home ul.provider-menu\":false},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[false,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":false},[\"color:#bda270\"]],[false,{\".provider-menu li\":false},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[false,{\".provider-menu li a\":false},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/betsoft.png\\\")\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[false,{\".home .provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":false},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[false,{\".entry-content ol li\":false},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[false,{\".provider-menu li\":false,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[false,{\"footer .col-2\":false},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[false,{\".license img\":false},[\"width:auto\",\"margin:10px auto\"]],[false,{\".payment img\":false},[\"width:100%\"]],[false,{\".ico-title\":false},[\"padding:10px 0px\"]],[false,{\".pd\":false},[\"padding:15px 0px\"]],[false,{\".bt\":false},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[false,{\".copyright\":false},[\"font-size:12px\"]],[false,{\".copyright a\":false},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[false,{\".home ul.provider-menu\":false},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:8px\",\"padding:2px\"]],[false,{\".home .provider-menu li\":false},[\"width:17%\",\"margin:3px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[false,{\".provider-menu .ico-menu\":false},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[false,{\".provider-menu li\":false},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[false,{\".provider-menu li a\":false},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[false,{\"footer .col-2\":false},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[false,{\".copyright\":false},[\"padding-bottom:57px\"]],[false,{\".ico-footer\":false,\".copyright\":false},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[false,{\".home .provider-menu li .ico-menu\":false},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[false,{\".home .provider-menu li a\":false},[\"font-size:5px\",\"padding:2px\"]],[false,{\".home .provider-menu li a\":false,\".home .provider-menu li .ico-menu\":false},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.00683903694152832,\"shake_time\":0.0002200603485107422,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/pandora168.net\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0022530555725097656,\"shake_time\":2.193450927734375e-5,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.0002548694610595703,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7489, 30911, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:5:\"mpo77\";s:3:\"1.1\";}s:7:\"plugins\";a:6:{s:23:\"all-in-one-wp-migration\";s:4:\"7.75\";s:3:\"amp\";s:5:\"2.4.1\";s:10:\"duplicator\";s:5:\"1.5.4\";s:9:\"loginizer\";s:5:\"1.7.9\";s:15:\"tumblr-importer\";s:3:\"1.1\";s:13:\"wordpress-seo\";s:4:\"20.9\";}s:7:\"options\";a:5:{s:23:\"all_templates_supported\";b:1;s:12:\"reader_theme\";s:6:\"legacy\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:8:\"standard\";}}'),
(7490, 30911, '_amp_queried_object', 'a:2:{s:2:\"id\";i:2;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7491, 30911, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":14902,\"final_size\":6860,\"element\":{\"name\":\"link\",\"attributes\":{\"type\":\"text\\/css\",\"rel\":\"stylesheet\",\"href\":\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/style.css\",\"media\":\"screen\"}},\"origin\":\"link_element\",\"sources\":[],\"priority\":1,\"hash\":\"4a1f14fdadf5823159de91b37ad33710\",\"parse_time\":0.1585841178894043,\"shake_time\":0.001956939697265625,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\"],\"shaken_tokens\":[[true,\"@media screen{\"],[true,{\"html\":true},[\"height:100%\",\"font-size:1em\",\"font-size:100%\",\"line-height:1.4\",\"margin:0\",\"padding:0\",\"border:0\",\"vertical-align:baseline\"]],[true,{\"body\":true},[\"margin:0\",\"background:#080808\",\"font-family:\\\"LatoWeb\\\"\",\"line-height:1.428571429\",\"font-size:14px\",\"color:#aaa\"]],[true,{\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false},[\"line-height:1.2\",\"margin:15px 0px\",\"font-weight:500\"]],[true,{\"h1\":true},[\"font-size:25px\"]],[true,{\"h2\":true},[\"font-size:23px\"]],[true,{\"h3\":true},[\"font-size:21px\"]],[false,{\"h4\":false},[\"font-size:19px\"]],[false,{\"h5\":false},[\"font-size:17px\"]],[false,{\"h6\":false},[\"font-size:15px\"]],[true,{\"ol li\":true},[\"list-style:desc\"]],[false,{\".article ul li\":false},[\"list-style:disc\"]],[true,{\"li\":true},[\"list-style:none\"]],[true,{\"*\":true},[\"-moz-box-sizing:border-box\",\"box-sizing:border-box\"]],[true,{\"a\":true,\"h1\":true,\"h2\":true,\"h3\":true,\"h4\":false,\"h5\":false,\"h6\":false,\".ico-title\":true},[\"color:#bda270\",\"text-decoration:none\"]],[true,{\"a:hover\":true},[\"color:#fff\"]],[true,{\"div\":true,\"input\":false,\"label\":false,\"p\":true,\"section\":true},[\"display:block\",\"overflow:hidden\",\"position:relative\"]],[false,{\"strong\":false},[\"color:#b6b6b6\"]],[true,{\"img\":true},[\"width:100%\",\"height:100%\"]],[true,{\".mobile\":true},[\"display:none\"]],[true,\"@font-face{font-family:\\\"LatoWeb\\\";src:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff2\\\") format(\\\"woff2\\\"),url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/fonts\\/Lato-Regular.woff\\\") format(\\\"woff\\\");font-weight:normal;font-style:normal}\"],[true,{\".row\":true},[\"width:100%\",\"height:100%\",\"display:flex\",\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\".col-1\":false},[\"flex:0 0 8%\",\"max-width:8%\"]],[true,{\".col-2\":true},[\"flex:0 0 10%\",\"max-width:10%\"]],[true,{\".col-3\":true},[\"flex:0 0 20%\",\"max-width:20%\"]],[false,{\".col-4\":false},[\"flex:0 0 33%\",\"max-width:33%\"]],[false,{\".col-5\":false},[\"flex:0 0 40%\",\"max-width:40%\"]],[true,{\".col-6\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[false,{\".col-7\":false},[\"flex:0 0 58%\",\"max-width:58%\"]],[false,{\".col-8\":false},[\"flex:0 0 66%\",\"max-width:66%\"]],[false,{\".col-9\":false},[\"flex:0 0 75%\",\"max-width:75%\"]],[true,{\".col-10\":true},[\"flex:0 0 80%\",\"max-width:80%\"]],[false,{\".col-11\":false},[\"flex:0 0 91%\",\"max-width:91%\"]],[true,{\".col-12\":true},[\"flex:0 0 100%\",\"max-width:100%\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 16.666%\",\"max-width:16.666%\"]],[true,{\".sign-in\":true,\".sign-up\":true},[\"transition:all .3s ease\"]],[true,{\".sign-in\":true},[\"background:#bda270\",\"background:linear-gradient(to right,#bda270 0%,#675a43 100%)\"]],[true,{\".sign-up\":true},[\"background:#616161\"]],[true,{\".sign-in:hover\":true},[\"background:#43ac44\",\"background:linear-gradient(to right,#675a43 0%,#bda270 100%)\"]],[true,{\".sign-up:hover\":true},[\"background:#a7a7a7\"]],[true,{\"ul.games-menu\":false,\"ul.login-menu\":true,\"ul.contact-menu\":true},[\"margin:0\",\"padding:0\"]],[true,{\"ul.provider-menu\":true},[\"margin:15px auto\",\"padding:5px\",\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"justify-content:center\",\"align-items:center\",\"background:#221c15\",\"border-radius:18px\"]],[true,{\".home ul.provider-menu\":true},[\"padding:24px\"]],[true,{\".login-menu\":true,\".games-menu\":false},[\"float:right\"]],[false,{\".games-menu li\":false},[\"border-right:1px dotted #353535\",\"font-size:14px\"]],[false,{\".games-menu li:last-child\":false},[\"border-right:0\"]],[false,{\".games-menu li a\":false},[\"padding:10px 14px\",\"display:block\",\"color:#fff\",\"text-transform:uppercase\"]],[true,{\".games-menu li [aria-current]\":false,\".games-menu li a:hover\":false,\".provider-menu li [aria-current]\":false,\".provider-menu li a:hover\":true},[\"color:#bda270\"]],[true,{\".provider-menu li\":true},[\"font-size:12px\",\"width:12%\",\"margin:10px auto\",\"background:#000\",\"border-radius:15px\"]],[true,{\".login-menu li\":true,\".games-menu li\":false,\".contact-menu li\":true},[\"position:relative\",\"display:block\",\"float:left\",\"padding:0\",\"margin:0\"]],[true,{\".login-menu li\":true},[\"margin:0px 8px\",\"border-radius:25px\"]],[true,{\".login-menu li a\":true},[\"color:#fff\",\"padding:5px 25px\",\"display:block\",\"text-transform:uppercase\"]],[true,{\".contact-menu\":true},[\"padding:0\",\"display:flex\",\"justify-content:left\"]],[true,{\".contact-menu li\":true},[\"padding:0px\",\"font-size:11px\",\"border-left:1px dotted #7d7d7d\"]],[true,{\".contact-menu li:first-child\":true},[\"border-left:0px\"]],[true,{\".contact-menu li a\":true,\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"color:#bebebe\",\"padding:0px 15px\",\"justify-content:center\"]],[true,{\".contact-menu li a:hover\":true},[\"color:#fff\"]],[true,{\".provider-menu li a\":true},[\"font-size:13px\"]],[true,{\".ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:25px\",\"width:25px\",\"background-size:17px\"]],[true,{\".whatsapp\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/whatsapp.svg\\\")\"]],[true,{\".telegram\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/telegram.svg\\\")\"]],[true,{\".livechat\":true},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/livechat.svg\\\")\"]],[false,{\".pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pragmaticplay.png\\\")\"]],[false,{\".pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/pgsoft.png\\\")\"]],[false,{\".microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/microgaming.png\\\")\"]],[false,{\".live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/live22.png\\\")\"]],[false,{\".slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/slot88.png\\\")\"]],[false,{\".ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/ionslot.png\\\")\"]],[false,{\".joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/joker.png\\\")\"]],[false,{\".playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playstar.png\\\")\"]],[false,{\".advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/advantplay.png\\\")\"]],[false,{\".spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/spadegaming.png\\\")\"]],[false,{\".habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/habanero.png\\\")\"]],[false,{\".jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/jdb.png\\\")\"]],[false,{\".cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/cq9gaming.png\\\")\"]],[false,{\".gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/gamatron.png\\\")\"]],[false,{\".playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playtech.png\\\")\"]],[false,{\".yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/yggdrasil.png\\\")\"]],[false,{\".playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/playngo.png\\\")\"]],[false,{\".onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/onetouch.png\\\")\"]],[false,{\".rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/rtgslot.png\\\")\"]],[false,{\".flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/flowgaming.png\\\")\"]],[false,{\".astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/astrotech.png\\\")\"]],[false,{\".betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/ico\\/betsoft.png\\\")\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:30px\",\"background-size:25px\"]],[true,{\".home .provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"font-size:11px\",\"border-radius:15px\",\"text-transform:uppercase\",\"padding:6px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"vertical-align:middle\",\"display:inline-block\",\"background-position:center\",\"background-repeat:no-repeat\",\"height:120px\",\"width:125px\",\"background-size:80px\",\"background-color:#000\",\"border-radius:15px\",\"margin-bottom:5px\"]],[false,{\".home .provider-menu li .pragmaticplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pragmaticplay.webp\\\")\"]],[false,{\".home .provider-menu li .pgsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/pgsoft.webp\\\")\"]],[false,{\".home .provider-menu li .microgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/microgaming.webp\\\")\"]],[false,{\".home .provider-menu li .live22\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/live22.webp\\\")\"]],[false,{\".home .provider-menu li .slot88\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/slot88.webp\\\")\"]],[false,{\".home .provider-menu li .ionslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/ionslot.webp\\\")\"]],[false,{\".home .provider-menu li .joker\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/joker.webp\\\")\"]],[false,{\".home .provider-menu li .playstar\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playstar.webp\\\")\"]],[false,{\".home .provider-menu li .advantplay\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/advantplay.webp\\\")\"]],[false,{\".home .provider-menu li .spadegaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/spadegaming.webp\\\")\"]],[false,{\".home .provider-menu li .habanero\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/habanero.webp\\\")\"]],[false,{\".home .provider-menu li .jdb\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/jdb.webp\\\")\"]],[false,{\".home .provider-menu li .cq9gaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/cq9gaming.webp\\\")\"]],[false,{\".home .provider-menu li .gamatron\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/gamatron.webp\\\")\"]],[false,{\".home .provider-menu li .playtech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playtech.webp\\\")\"]],[false,{\".home .provider-menu li .yggdrasil\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/yggdrasil.webp\\\")\"]],[false,{\".home .provider-menu li .playngo\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/playngo.webp\\\")\"]],[false,{\".home .provider-menu li .onetouch\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/onetouch.webp\\\")\"]],[false,{\".home .provider-menu li .rtgslot\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/rtgslot.webp\\\")\"]],[false,{\".home .provider-menu li .flowgaming\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/flowgaming.webp\\\")\"]],[false,{\".home .provider-menu li .astrotech\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/astrotech.webp\\\")\"]],[false,{\".home .provider-menu li .betsoft\":false},[\"background-image:url(\\\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/themes\\/mpo77\\/images\\/provider\\/betsoft.webp\\\")\"]],[true,{\"header\":true},[\"background:#151515\",\"width:100%\",\"position:fixed\",\"z-index:99\",\"box-shadow:0px 0px 15px #000\"]],[true,{\".top-header\":true},[\"background:#151515\",\"padding:7px 0px\",\"border-bottom:1px solid #171b34\"]],[true,{\".nav-header\":true},[\"background:#2d2c2c\",\"background:linear-gradient(to right,#1e1e1e 0%,#1e1e1e 100%)\",\"border-top:1px solid #3b3b3b\"]],[true,{\".site-logo img\":true},[\"width:230px\",\"height:auto\",\"margin:15px auto\"]],[true,{\".sticky\":true},[\"height:134px\"]],[true,{\".container\":true},[\"max-width:1170px\",\"width:100%\",\"margin:auto\"]],[false,{\".download\":false},[\"padding:0px 0px\",\"margin:10px auto\"]],[false,{\".download img\":false},[\"border-radius:15px\",\"display:block\"]],[true,{\".entry-content ul\":true,\".entry-content ol\":true},[\"margin:20px 12px\"]],[true,{\".entry-content ul li\":true},[\"list-style:disc\"]],[true,{\".entry-content ol li\":true},[\"list-style:desc\"]],[false,{\".provider-name\":false,\".date\":false,\".time\":false},[\"text-align:center\",\"text-transform:uppercase\"]],[false,{\".board-section\":false},[\"margin:19px auto\"]],[false,{\".provider-name\":false},[\"color:#fff\",\"font-size:20px\",\"border-bottom:1px solid #333\"]],[false,{\".date\":false,\".time\":false},[\"color:#c1ab7b\"]],[false,{\".column\":false},[\"margin:3px\",\"padding:10px\",\"border-radius:25px\",\"background-color:#776545\",\"background-image:linear-gradient(to bottom,#776545 0%,#3a2f1d 100%)\"]],[false,{\".game-image\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-image img\":false},[\"border-radius:25px\",\"display:block\"]],[false,{\".game-title\":false},[\"text-align:center\",\"color:#fff\",\"padding:5px 0px\"]],[true,{\".provider-menu li\":true,\".game-title\":false},[\"white-space:nowrap\",\"overflow:hidden\",\"text-overflow:ellipsis\"]],[false,{\".game-percent\":false},[\"height:27px\",\"display:flex\",\"overflow:hidden\",\"line-height:0\",\"font-size:.75rem\",\"background-color:#e9ecef\",\"border-radius:5px\",\"position:relative\",\"z-index:1\"]],[false,{\".game-percent span\":false},[\"z-index:15\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"font-size:15px\",\"font-weight:bold\",\"color:#fff\",\"margin:14px auto\",\"text-shadow:0px 1px 4px #000\"]],[false,{\".percent-bar\":false},[\"background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)\",\"background-size:1rem 1rem\",\"display:-ms-flexbox\",\"display:flex\",\"-ms-flex-direction:column\",\"flex-direction:column\",\"-ms-flex-pack:center\",\"justify-content:center\",\"overflow:hidden\",\"color:#fff\",\"text-align:center\",\"white-space:nowrap\",\"background-color:#1a8c14\",\"transition:width .6s ease\",\"-webkit-animation:progress-bar-stripes 1s linear infinite\",\"animation:progress-bar-stripes 1s linear infinite\",\"z-index:10\",\"width:100%\"]],[false,{\".green\":false},[\"background-color:#28a745\"]],[false,{\".yellow\":false},[\"background-color:#ffc107\"]],[false,{\".orange\":false},[\"background-color:#ff5722\"]],[false,{\".red\":false},[\"background-color:#dc3545\"]],[false,{\".per-1\":false,\".per-2\":false,\".per-3\":false,\".per-4\":false,\".per-5\":false,\".per-6\":false,\".per-7\":false,\".per-8\":false,\".per-9\":false,\".per-10\":false,\".per-11\":false,\".per-12\":false,\".per-13\":false,\".per-14\":false,\".per-15\":false,\".per-16\":false,\".per-17\":false,\".per-18\":false,\".per-19\":false,\".per-20\":false,\".per-21\":false,\".per-22\":false,\".per-23\":false,\".per-24\":false,\".per-25\":false,\".per-26\":false,\".per-27\":false,\".per-28\":false,\".per-29\":false,\".per-30\":false,\".per-31\":false,\".per-32\":false,\".per-33\":false},[\"background-color:#dc3545\"]],[false,{\".per-34\":false,\".per-35\":false,\".per-36\":false,\".per-37\":false,\".per-38\":false,\".per-39\":false,\".per-40\":false,\".per-41\":false,\".per-42\":false,\".per-43\":false,\".per-44\":false,\".per-45\":false,\".per-46\":false,\".per-47\":false,\".per-48\":false,\".per-49\":false,\".per-50\":false,\".per-51\":false,\".per-52\":false,\".per-53\":false,\".per-54\":false,\".per-55\":false,\".per-56\":false,\".per-57\":false,\".per-58\":false,\".per-59\":false,\".per-60\":false,\".per-61\":false,\".per-62\":false,\".per-63\":false,\".per-64\":false,\".per-65\":false,\".per-66\":false},[\"background-color:#ffc107\"]],[false,{\".per-67\":false,\".per-68\":false,\".per-69\":false,\".per-70\":false,\".per-71\":false,\".per-72\":false,\".per-73\":false,\".per-74\":false,\".per-75\":false,\".per-76\":false,\".per-77\":false,\".per-78\":false,\".per-79\":false,\".per-80\":false,\".per-81\":false,\".per-82\":false,\".per-83\":false,\".per-84\":false,\".per-85\":false,\".per-86\":false,\".per-87\":false,\".per-88\":false,\".per-89\":false,\".per-90\":false,\".per-91\":false,\".per-92\":false,\".per-93\":false,\".per-94\":false,\".per-95\":false,\".per-96\":false,\".per-97\":false,\".per-98\":false,\".per-99\":false},[\"background-color:#28a745\"]],[true,\"@-webkit-keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}@keyframes progress-bar-stripes{\"],[true,\"from{background-position:1rem 0}\"],[true,\"to{background-position:0 0}\"],[true,\"}\"],[true,{\"footer\":true},[\"background:#0d0d0d\",\"border-top:3px solid #b59456\"]],[true,{\"footer .col-2\":true},[\"border-radius:5px\",\"border:1px solid #79653d\",\"margin:2px\",\"display:flex\",\"align-content:space-around\",\"flex:0 0 8%\",\"max-width:7%\"]],[true,{\".license img\":true},[\"width:auto\",\"margin:10px auto\"]],[true,{\".payment img\":true},[\"width:100%\"]],[true,{\".ico-title\":true},[\"padding:10px 0px\"]],[true,{\".pd\":true},[\"padding:15px 0px\"]],[true,{\".bt\":true},[\"border-top:1px dotted #333\",\"padding-top:15px\",\"margin-top:15px\"]],[false,{\".bb\":false},[\"border-bottom:1px solid #333\",\"padding-bottom:10px\",\"margin-bottom:10px\"]],[true,{\".copyright\":true},[\"font-size:12px\"]],[true,{\".copyright a\":true},[\"color:#aaa\"]],[true,\"@media only screen and (max-width: 768px){\"],[true,{\".mobile\":true},[\"display:block\"]],[true,{\".desktop\":true},[\"display:none\"]],[true,{\"header\":true},[\"border-bottom:1px solid #64563a\"]],[true,{\".top-header\":true},[\"padding:0\"]],[true,{\".row\":true},[\"padding:0px 8px\"]],[false,{\".rtp .col-2\":false},[\"flex:0 0 25%\",\"max-width:33%\"]],[false,{\".game-percent span\":false},[\"font-size:14px\"]],[false,{\".rtp .game-title\":false},[\"padding:1px\"]],[false,{\".column\":false},[\"padding:4px\"]],[true,{\".nav-header\":true},[\"height:60px\",\"border:0\",\"background:#000\"]],[true,{\".sticky\":true},[\"height:65px\"]],[true,{\".site-logo\":true,\".site-login\":true},[\"flex:0 0 50%\",\"max-width:50%\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:10px auto\"]],[true,{\".home ul.provider-menu\":true},[\"padding:2px\",\"margin:0px auto\",\"border-radius:7px\",\"background:#1e190f\"]],[true,{\".login-menu li\":true},[\"margin:0px 2px\"]],[true,{\".login-menu li a\":true},[\"padding:6px 18px\",\"font-size:12px\"]],[true,{\".float\":true},[\"position:fixed\",\"bottom:0px\",\"width:100%\",\"margin:auto\",\"z-index:99999\",\"padding:4px\",\"height:57px\",\"border-top:1px solid #64563a\"]],[true,{\".contact-menu\":true},[\"background:#211c15\",\"flex:0 0 100%\",\"max-width:100%\",\"justify-content:center\",\"left:0\"]],[true,{\".float .contact-menu li\":true},[\"padding:0px 5px\",\"font-size:13px\"]],[true,{\".float .contact-menu li a\":true},[\"padding:3px 12px\"]],[true,{\".float .contact-menu li .ico-menu\":true},[\"height:25px\",\"width:25px\",\"background-size:20px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:8px\",\"padding:2px\"]],[true,{\".home .provider-menu li\":true},[\"width:17%\",\"margin:3px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:55px\",\"width:55px\",\"background-size:38px\",\"margin-bottom:4px\",\"background-color:#000\"]],[true,{\".provider-menu .ico-menu\":true},[\"height:30px\",\"width:25px\",\"background-size:25px\"]],[true,{\".provider-menu li\":true},[\"font-size:10px\",\"width:20%\",\"margin:3px auto\",\"background:none\"]],[true,{\".provider-menu li a\":true},[\"display:flex\",\"align-items:center\",\"flex-direction:column\",\"background:none\",\"font-size:8px\"]],[false,{\".provider-menu li [aria-current]\":false},[\"border-radius:10px\",\"padding:5px\"]],[false,{\".board-section\":false},[\"margin:9px auto\"]],[false,{\".column\":false,\".game-image\":false,\".game-image img\":false},[\"border-radius:10px\"]],[true,{\"footer .row\":true},[\"justify-content:center\"]],[true,{\"footer .col-2\":true},[\"flex:0 0 24%\",\"max-width:24%\",\"margin:1px\"]],[true,{\".copyright\":true},[\"padding-bottom:57px\"]],[true,{\".ico-footer\":true,\".copyright\":true},[\"text-align:center\"]],[false,{\".download img\":false},[\"border-radius:5px\"]],[true,\"}\"],[true,\"@media only screen and (max-width: 328px){\"],[true,{\".nav-header\":true},[\"height:45px\"]],[true,{\".site-logo\":true},[\"top:0px\"]],[true,{\".site-login\":true},[\"top:1px\"]],[true,{\".site-logo img\":true},[\"width:90%\",\"margin:8px auto\"]],[true,{\".login-menu li a\":true},[\"font-size:9px\",\"padding:4px 10px\"]],[true,{\".float  .contact-menu li a\":true},[\"font-size:12px\",\"padding:4px 6px\",\"align-items:center\"]],[true,{\".float  .contact-menu li .ico-menu\":true},[\"height:15px\",\"width:15px\",\"background-size:12px\"]],[true,{\".home .provider-menu li .ico-menu\":true},[\"height:40px\",\"width:40px\",\"background-size:25px\",\"margin-bottom:3px\"]],[true,{\".home .provider-menu li a\":true},[\"font-size:5px\",\"padding:2px\"]],[true,{\".home .provider-menu li a\":true,\".home .provider-menu li .ico-menu\":true},[\"border-radius:10px\"]],[true,{\".float\":true},[\"height:45px\"]],[true,{\".sticky\":true},[\"height:50px\"]],[true,\"}\"],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1313,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"http:\\/\\/localhost\\/pandora168.net\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=2.4.1\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-helper-functions.php\",\"line\":1024,\"function\":\"amp_register_default_styles\",\"hook\":\"wp_default_styles\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2261,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":30,\"hash\":\"c76884c324aca3d8d9b757e6946b3047\",\"parse_time\":0.00683903694152832,\"shake_time\":5.0067901611328125e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":false},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:nowrap\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[false,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":false,\"amp-img noscript\":false,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":291,\"final_size\":0,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"classic-theme-styles-css\",\"href\":\"http:\\/\\/localhost\\/pandora168.net\\/wp-includes\\/css\\/classic-themes.min.css?ver=6.2.2\",\"type\":\"text\\/css\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":3697,\"function\":\"wp_enqueue_classic_theme_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"classic-theme-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}],\"priority\":40,\"hash\":\"f532a24ff95f2bb83fe33b538b859423\",\"parse_time\":0.0022530555725097656,\"shake_time\":1.0013580322265625e-5,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-button__link\":false},[\"color:#fff\",\"background-color:#32373c\",\"border-radius:9999px\",\"box-shadow:none\",\"text-decoration:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"font-size:1.125em\"]],[false,{\".wp-block-file__button\":false},[\"background:#32373c\",\"color:#fff\",\"text-decoration:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":9901,\"final_size\":3146,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"global-styles-inline-css\",\"type\":\"text\\/css\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":44,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\"body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\":where(.wp-block-columns.is-layout-flex){gap: 2em;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2422,\"function\":\"wp_enqueue_global_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2188,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"extra_key\":\"after\",\"text\":\".wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}\",\"handle\":\"global-styles\"}],\"priority\":70,\"hash\":\"07b4e9d72544aafbe43bcf61c9da0751\",\"parse_time\":0.03516197204589844,\"shake_time\":0.00010514259338378906,\"cached\":true,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"body\":true},[\"--wp--preset--color--black:#000\",\"--wp--preset--color--cyan-bluish-gray:#abb8c3\",\"--wp--preset--color--white:#fff\",\"--wp--preset--color--pale-pink:#f78da7\",\"--wp--preset--color--vivid-red:#cf2e2e\",\"--wp--preset--color--luminous-vivid-orange:#ff6900\",\"--wp--preset--color--luminous-vivid-amber:#fcb900\",\"--wp--preset--color--light-green-cyan:#7bdcb5\",\"--wp--preset--color--vivid-green-cyan:#00d084\",\"--wp--preset--color--pale-cyan-blue:#8ed1fc\",\"--wp--preset--color--vivid-cyan-blue:#0693e3\",\"--wp--preset--color--vivid-purple:#9b51e0\",\"--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%)\",\"--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\",\"--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)\",\"--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%)\",\"--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\",\"--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\",\"--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\",\"--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\",\"--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\",\"--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\",\"--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\",\"--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%)\",\"--wp--preset--duotone--dark-grayscale:url(\\\"#wp-duotone-dark-grayscale\\\")\",\"--wp--preset--duotone--grayscale:url(\\\"#wp-duotone-grayscale\\\")\",\"--wp--preset--duotone--purple-yellow:url(\\\"#wp-duotone-purple-yellow\\\")\",\"--wp--preset--duotone--blue-red:url(\\\"#wp-duotone-blue-red\\\")\",\"--wp--preset--duotone--midnight:url(\\\"#wp-duotone-midnight\\\")\",\"--wp--preset--duotone--magenta-yellow:url(\\\"#wp-duotone-magenta-yellow\\\")\",\"--wp--preset--duotone--purple-green:url(\\\"#wp-duotone-purple-green\\\")\",\"--wp--preset--duotone--blue-orange:url(\\\"#wp-duotone-blue-orange\\\")\",\"--wp--preset--font-size--small:13px\",\"--wp--preset--font-size--medium:20px\",\"--wp--preset--font-size--large:36px\",\"--wp--preset--font-size--x-large:42px\",\"--wp--preset--spacing--20:.44rem\",\"--wp--preset--spacing--30:.67rem\",\"--wp--preset--spacing--40:1rem\",\"--wp--preset--spacing--50:1.5rem\",\"--wp--preset--spacing--60:2.25rem\",\"--wp--preset--spacing--70:3.38rem\",\"--wp--preset--spacing--80:5.06rem\",\"--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2)\",\"--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4)\",\"--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2)\",\"--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1)\",\"--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)\"]],[true,{\":where(.is-layout-flex)\":true},[\"gap:.5em\"]],[false,{\"body .is-layout-flow > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-flow > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-flow > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignleft\":false},[\"float:left\",\"margin-inline-start:0\",\"margin-inline-end:2em\"]],[false,{\"body .is-layout-constrained > .alignright\":false},[\"float:right\",\"margin-inline-start:2em\",\"margin-inline-end:0\"]],[false,{\"body .is-layout-constrained > .aligncenter:not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))\":false},[\"max-width:var(--wp--style--global--content-size)\"]],[false,{\"body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)):not(#_#_#_#_#_#_#_#_)\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\"body .is-layout-constrained > .alignwide\":false},[\"max-width:var(--wp--style--global--wide-size)\"]],[false,{\"body .is-layout-flex\":false},[\"display:flex\"]],[false,{\"body .is-layout-flex\":false},[\"flex-wrap:wrap\",\"align-items:center\"]],[false,{\"body .is-layout-flex > *\":false},[\"margin:0\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".has-black-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-color:not(#_#_#_#_#_#_#_)\":false},[\"color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-background-color:not(#_#_#_#_#_#_#_)\":false},[\"background-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-black-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--black)\"]],[false,{\".has-cyan-bluish-gray-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--cyan-bluish-gray)\"]],[false,{\".has-white-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--white)\"]],[false,{\".has-pale-pink-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-pink)\"]],[false,{\".has-vivid-red-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-red)\"]],[false,{\".has-luminous-vivid-orange-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-amber-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--luminous-vivid-amber)\"]],[false,{\".has-light-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--light-green-cyan)\"]],[false,{\".has-vivid-green-cyan-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-green-cyan)\"]],[false,{\".has-pale-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--pale-cyan-blue)\"]],[false,{\".has-vivid-cyan-blue-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-cyan-blue)\"]],[false,{\".has-vivid-purple-border-color:not(#_#_#_#_#_#_#_)\":false},[\"border-color:var(--wp--preset--color--vivid-purple)\"]],[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--cool-to-warm-spectrum)\"]],[false,{\".has-blush-light-purple-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-light-purple)\"]],[false,{\".has-blush-bordeaux-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--blush-bordeaux)\"]],[false,{\".has-luminous-dusk-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--luminous-dusk)\"]],[false,{\".has-pale-ocean-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--pale-ocean)\"]],[false,{\".has-electric-grass-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--electric-grass)\"]],[false,{\".has-midnight-gradient-background:not(#_#_#_#_#_#_#_)\":false},[\"background:var(--wp--preset--gradient--midnight)\"]],[false,{\".has-small-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--small)\"]],[false,{\".has-medium-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--medium)\"]],[false,{\".has-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--large)\"]],[false,{\".has-x-large-font-size:not(#_#_#_#_#_#_#_)\":false},[\"font-size:var(--wp--preset--font-size--x-large)\"]],[false,{\".wp-block-navigation a:where(:not(.wp-element-button))\":false},[\"color:inherit\"]],[true,{\":where(.wp-block-columns.is-layout-flex)\":true},[\"gap:2em\"]],[false,{\".wp-block-pullquote\":false},[\"font-size:1.5em\",\"line-height:1.6\"]]],\"included\":true}]');
INSERT INTO `wpoc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7492, 13, '_wp_old_date', '2023-06-20'),
(7493, 12, '_wp_old_date', '2023-06-20'),
(7494, 30918, '_wp_trash_meta_status', 'publish'),
(7495, 30918, '_wp_trash_meta_time', '1687317071');

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_posts`
--

CREATE TABLE `wpoc_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_posts`
--

INSERT INTO `wpoc_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, '2023-01-13 04:37:38', '2023-01-13 04:37:38', '<!-- wp:paragraph -->\r\n<p>Selamat datang di situs judi online terpercaya Asia123! Di sini kami akan memberikan panduan lengkap bagaimana cara bermain judi online dengan aman dan menang. Judi online memang menyenangkan, tetapi juga sangat berisiko jika tidak dikelola dengan baik. Kami akan memberikan tips dan trik bagaimana cara memaksimalkan peluang untuk menang, serta meminimalisir risiko kerugian. Semua itu akan kami bahas secara lengkap di situs ini.</p>\r\n<p>Asia123 adalah situs judi online yang telah beroperasi selama lebih dari 10 tahun. Kami menyediakan berbagai permainan judi online, mulai dari poker, blackjack, baccarat, roulette, sampai slot. Seluruh permainan ini dapat dimainkan hanya dengan menggunakan satu akun saja. Anda tidak perlu mendaftar ke berbagai situs untuk bermain berbagai permainan, cukup daftar di Asia123 saja.</p>\r\n<p>Keuntungan bermain di Asia123 adalah:</p>\r\n<p>- Situs judi gampang menang</p>\r\n<p>- <a href=\"http://asia123.site\">Asia123 login</a> memberikan keamanan data pribadi dan transaksi finansial 100%</p>\r\n<p>- Dapat dimainkan melalui PC, laptop, smartphone, atau tablet</p>\r\n<p>- Slot gacor hari ini memberikan kesempatan meraih keuntungan yang lebih besar</p>\r\n<p>Jadi, bagaimana cara bermain di Asia123? Panduan lengkapnya akan kami berikan di artikel selanjutnya.</p>\r\n<h2>Mulai Bermain dan Menangkan Bonus Besar</h2>\r\n<p><br />Mulai Bermain dan Menangkan Bonus Besar – Slot Online</p>\r\n<p>Banyak orang yang tertarik untuk bermain dan menangkan bonus besar dalam permainan slot online. Meskipun demikian, ada beberapa hal yang perlu Anda ketahui sebelum mulai bermain. Konsep dasar dari permainan ini adalah Anda memasukkan koin atau uang ke dalam mesin slot dan menarik tuasnya. Tuas ini akan menggerakkan roda-rodanya yang berputar pada kecepatan tinggi. Kemudian, roda ini akan berhenti dan apabila Anda mendapatkan simbol yang sama pada baris horizontal maka Anda akan mendapatkan hadiah. Ada beberapa jenis slot online, yaitu:</p>\r\n<p>1. Classic Slots – yaitu slot yang terdiri dari 3 roda dan 1 baris horizontal. Jenis slot online ini sangat mudah dimainkan dan sering kali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah Grease.</p>\r\n<p>2. Video Slots – yaitu slot online yang terdiri dari 5 roda dan 3 baris horizontal. Jenis slot ini sangat menarik dan sering kali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah The Dark Knight Rises.</p>\r\n<p>3. Progressive Slots – yaitu slot online dengan jackpot progresif yang artinya jackpotnya akan bertambah besar setiap kali ada yang bermain di mesin tersebut. Jenis slot ini seringkali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah Mega Moolah.</p>\r\n<p>4. 3D Slots – yaitu judi slot online dengan grafis 3D yang sangat menarik dan seru. Jenis slot ini seringkali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah Gonzo’s Quest.</p>\r\n<p>Jadi, jenis slot mana yang ingin Anda mainkan? Yuk mainkan sekarang juga di agen judi Asia123!</p>\r\n<h3>Pentingnya Membaca Syarat dan Ketentuan</h3>\r\n<p><br />​Bermain di situs judi online memang memberikan banyak keuntungan dan kenyamanan. Anda bisa bermain dimanapun dan kapanpun sesuai dengan yang Anda inginkan. Oleh karena itu, permainan judi online menjadi pilihan bagi banyak orang saat ini. Anda hanya perlu menggunakan perangkat komputer atau smartphone yang Anda miliki dan Anda sudah bisa bermain. Selain itu, Anda juga bisa mendapatkan banyak bonus dan keuntungan di situs judi online.</p>\r\n<p>Namun, sebelum Anda mulai bermain judi online, ada beberapa hal yang perlu Anda ketahui terlebih dahulu. Salah satunya adalah pentingnya membaca syarat dan ketentuan dari situs judi online tempat Anda bermain. Syarat dan ketentuan dari sebuah situs judi online sangat penting untuk diketahui oleh setiap pemain. Hal ini dikarenakan syarat dan ketentuan dari sebuah situs judi online mengatur seluruh aktivitas pemain yang ada di dalamnya. Syarat dan ketentuan juga mengatur tentang bonus dan promo yang ditawarkan oleh situs judi online.</p>\r\n<p>Jadi, jika Anda ingin bermain judi online, pastikan Anda telah membaca syarat dan ketentuan dari situs tempat Anda akan bermain. Jangan sampai Anda melanggar syarat dan ketentuan yang telah ditetapkan oleh pihak situs judi online, karena hal ini dapat menyebabkan Anda kehilangan bonus atau bahkan dilarang bermain di situs tersebut. Oleh karena itu, selalu pastikan Anda membaca syarat dan ketentuan sebelum bermain judi online.</p>\r\n<h4>Bagaimana Cara Aman Bermain Judi Online</h4>\r\n<p><br />​Bagaimana Cara Aman Bermain Judi Online - Pertanyaan yang sering diajukan oleh para pemain judi online adalah bagaimana cara aman bermain judi online. Untuk menjawab pertanyaan ini, kami akan membagikan beberapa tips yang bisa Anda gunakan agar dapat bermain judi online dengan aman.</p>\r\n<p>Tips pertama yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan memilih situs judi online yang tepat. Saat ini, ada banyak sekali situs judi online yang beroperasi di Indonesia. Oleh karena itu, Anda harus teliti dalam memilih situs judi online yang akan Anda gunakan. Pilihlah situs judi online yang memiliki lisensi resmi dari pemerintah. Selain itu, perhatikan juga keamanan situs judi online tersebut. Pastikan situs judi online memiliki sistem keamanan yang baik agar data pribadi Anda tidak dicuri oleh pihak-pihak yang tidak bertanggung jawab.</p>\r\n<p>Tips kedua yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan mengatur modal yang Anda gunakan. Selalu pasang taruhan dengan uang yang Anda mampu untuk kehilangan. Hal ini akan membuat Anda lebih tenang dan dapat focuses dalam permainan.</p>\r\n<p>Tips ketiga yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan memilih jenis permainan yang sesuai dengan kemampuan Anda. Hal ini akan menyebabkan Anda cenderung mengalami kekalahan. Pilihlah permainan yang sesuai dengan level kemampuan Anda agar dapat meminimalisir kerugian yang akan Anda alami.</p>\r\n<p>Tips keempat yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan berhenti bermain saat Anda sedang mengalami kekalahan. Jangan pernah terpancing emosi dan terus bermain hanya karena ingin mendapatkan kembali uang yang telah Anda hilangkan. Hal ini akan menyebabkan Anda semakin rugi. Berhentilah bermain dan lanjutkan lain waktu saja saat sudah mengumpulkan modal kembali.</p>\r\n<p>Tips kelima yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan mengikuti rekomendasi dari teman atau orang terdekat Anda. Selain itu, Anda juga dapat mencari informasi tentang situs judi online di internet. Pastikan untuk mengikuti tips-tips tersebut agar dapat bermain judi online dengan aman dan nyaman.</p>\r\n<h2>Berbagai Jenis Permainan di Asia123</h2>\r\n<p><br />​Sedang mencari hiburan atau permainan menarik? <a href=\"http://asia123.site\">Asia123</a> adalah tempat yang tepat untuk Anda! Asia123 menawarkan berbagai permainan yang pastinya akan membuat Anda tertarik. Permainan yang tersedia di Asia123 sangat beragam, mulai dari permainan live casino, slot, hingga permainan lainnya. Anda bisa memainkan permainan apa pun yang Anda inginkan di Asia123. Selain itu, Anda juga bisa menikmati permainan dengan kualitas yang sangat baik di Asia123. Permainan di Asia123 pastinya akan membuat Anda betah dan ingin terus main lagi.Jadi, apa yang Anda tunggu? Ayo coba berbagai permainan menarik yang ada di Asia123 sekarang juga! Anda bisa memainkan permainan yang Anda inginkan kapan pun dan dimana pun. So, tunggu apalagi? Ayo mainkan permainan di Asia123 sekarang juga!</p>\r\n<h3>Penawaran dan Promosi di Situs Judi Online Terpercaya</h3>\r\n<p><br />Situs Judi Online Terpercaya menawarkan berbagai macam penawaran dan promosi yang menarik bagi para pemainnya. Dari segi bonus dan hadiah, Situs Judi Online Terpercaya memiliki berbagai program yang dapat membuat para pemainnya merasa puas. Tidak hanya itu, Situs Judi Online Terpercaya juga memberikan pelayanan yang cepat dan responsif sehingga para pemain dapat menikmati permainan dengan nyaman. Tidak heran jika Situs Judi Online Terpercaya menjadi pilihan utama para pemain judi online di Indonesia.</p>\r\n<p>Selain itu, Situs Judi Online Terpercaya juga menyediakan permainan-permainan yang menarik dan menguntungkan bagi para pemainnya. Permainan-permainan tersebut seperti poker online, dominoqq, bandarq, judi bola, slots, casino online, dan masih banyak lagi. Tidak hanya itu, Situs Judi Online Terpercaya juga menyediakan berbagai jenis bank untuk memudahkan para pemain dalam melakukan deposit dan withdraw. Bank-bank yang tersedia di Situs Judi Online Terpercaya seperti BCA, BRI, BNI, Mandiri, CIMB Niaga, Danamon, dan OCBC NISP.</p>\r\n<p>Kini, Anda tidak perlu khawatir lagi untuk bermain judi online karena Situs Judi Online Terpercaya hadir untuk Anda. Dapatkan berbagai penawaran dan promosi menarik hanya di Situs Judi Online Terpercaya. Selain itu, Anda juga dapat menikmati permainan-permainan yang menarik dan menguntungkan hanya dengan satu akun saja. Ayo segera daftarkan diri Anda di Situs Judi Online Terpercaya.</p>\r\n<h4>Manfaat Dari Menggunakan Kartu VIP</h4>\r\n<p><br />Kartu VIP adalah sebuah kartu yang memberikan Anda akses ke sejumlah manfaat eksklusif di seluruh Asia. Dengan menggunakan kartu VIP ini, Anda dapat menikmati akses ke sejumlah tempat wisata populer, restoran, dan pusat perbelanjaan di seluruh Asia.</p>\r\n<p>Asia123 link alternative memberikan Anda akses ke sejumlah situs web terkemuka di Asia, seperti situs web booking hotel dan rental mobil. Selain itu, Anda juga akan mendapatkan diskon khusus saat menggunakan kartu VIP ini.</p>\r\n<p>Kartu VIP juga memberikan Anda akses ke sejumlah fasilitas eksklusif, seperti lounge VIP di bandara, dan juga akses ke sejumlah acara khusus yang hanya tersedia untuk pemegang kartu VIP.</p>\r\n<p>Dengan menggunakan kartu VIP, Anda akan mendapatkan pengalaman yang lebih menyenangkan dan menarik ketika Anda traveling ke seluruh Asia. Jadi, jika Anda sedang merencanakan perjalanan ke Asia, pastikan untuk memperoleh kartu VIP agar Anda dapat menikmati segala keuntungannya.</p>\r\n<h2>Berbagai Cara Untuk Melakukan Deposit di Asia123</h2>\r\n<p><br />Saat ini, Asia123 menawarkan berbagai cara untuk melakukan deposit, seperti menggunakan kartu kredit, kartu debit, bank transfer, e-wallet, dan lain-lain. Tidak semua cara deposit yang ditawarkan oleh Asia123 sama, dan setiap cara deposit memiliki kelebihan dan kekurangannya masing-masing. Oleh karena itu, penting untuk mengetahui seluk-beluk setiap cara deposit sebelum Anda memutuskan untuk melakukan deposit di Asia123.</p>\r\n<p>Kartu kredit dan kartu debit adalah cara deposit yang paling umum digunakan oleh para pemain judi online. Cara deposit dengan menggunakan kartu kredit atau kartu debit sangat mudah dilakukan, dan prosesnya cepat sekali. Deposit dengan kartu kredit atau kartu debit juga sangat aman, karena Anda tidak perlu menyediakan informasi rekening bank Anda kepada agen judi online.</p>\r\n<p>Menggunakan bank transfer untuk melakukan deposit di Asia123 juga cukup mudah. Anda hanya perlu menyediakan informasi rekening bank Anda kepada agen judi online, dan setelah itu Anda akan dapat melakukan deposit dengan cepat dan mudah. Kelebihan dari deposit dengan bank transfer adalah, Anda dapat melakukan deposit dengan jumlah yang lebih besar dibandingkan dengan deposit menggunakan kartu kredit atau kartu debit.</p>\r\n<p>E-wallet adalah cara deposit yang sedang populer saat ini. E-wallet adalah sebuah dompet digital yang dapat Anda gunakan untuk melakukan berbagai transaksi online, seperti deposit di agen judi online. Untuk dapat menggunakan e-wallet, Anda harus terlebih dahulu mendaftar ke salah satu penyedia e-wallet, seperti PayPal, Skrill, atau Neteller. Kelebihan dari deposit dengan e-wallet adalah, Anda dapat melakukan deposit dengan cepat dan mudah, dan prosesnya pun cukup aman.</p>\r\n<p>Demikianlah beberapa cara deposit di Asia123. Semua cara deposit yang disebutkan di atas sangat mudah dilakukan, dan setiap cara deposit memiliki kelebihan dan kekurangannya masing-masing. Oleh karena itu, sebelum melakukan deposit di Asia123, Pastikan untuk memilih cara deposit yang sesuai dengan kebutuhan Anda.</p>\r\n<h2>Teknik Strategi Menangkan Permainan</h2>\r\n<p><br />Dalam permainan, seperti yang kita ketahui, ada beberapa faktor yang menentukan kemenangan atau kekalahan. Ada faktor keberuntungan, ada faktor keterampilan, dan ada faktor strategi. Dalam artikel ini, kami akan berbicara tentang teknik strategi untuk menang dalam permainan. Kami akan memberikan beberapa tips yang bisa Anda gunakan untuk mendapatkan keuntungan dalam permainan.</p>\r\n<p>Yang pertama adalah memilih permainan yang tepat. Permainan apa yang kira-kira cocok untuk Anda? Yang cocok dengan gaya permainan Anda? Yang mudah untuk dipahami? Yang memberikan peluang kemenangan yang bagus? Itu adalah beberapa pertanyaan yang harus Anda jawab sebelum memulai bermain. Jika Anda tidak tahu permainan apa yang harus Anda pilih, Anda dapat membaca artikel ini untuk mengetahui lebih lanjut.</p>\r\n<p>Kedua, gunakan bonus. Bonus sangat berguna dalam permainan. Anda dapat mendapatkan bonus dari berbagai sumber, seperti teman, keluarga, atau situs web. Anda dapat menggunakan bonus untuk mendapatkan lebih banyak uang untuk bermain.Bonus juga dapat digunakan untuk mendapatkan keuntungan lebih besar dalam permainan.</p>\r\n<p>Ketiga, mainkan di waktu yang tepat. Waktu yang tepat untuk bermain adalah ketika Anda merasa siap dan ketika Anda memiliki waktu luang. Jangan main ketika Anda sedang stres atau ketika Anda sedang sibuk. Anda akan kalah dalam permainan jika Anda main ketika Anda tidak siap. Anda juga akan kalah dalam permainan jika Anda main ketika Anda tidak memiliki waktu luang.</p>\r\n<p>Keempat, gunakan strategi yang tepat. Ada berbagai strategi dalam permainan. Anda dapat menemukan strategi dalam buku atau di internet. Anda juga dapat menemukan strategi dari teman atau keluarga. Strategi yang tepat akan membantu Anda mendapatkan keuntungan dalam permainan.</p>\r\n<p>Kelima, mainkan dengan uang yang tepat. Jangan main dengan uang yang lebih besar dari yang Anda siap untuk kehilangan. Jangan main dengan uang yang lebih besar dari yang Anda mampu untuk menang. Mainkan dengan uang yang tepat akan membantu Anda mendapatkan keuntungan dalam permainan.</p>\r\n<p>Itulah beberapa tips tentang teknik strategi untuk menang dalam permainan. Gunakan tips-tips di atas dan raihlah keuntungan dalam permainan. Good luck!</p>\r\n<h3>Cara Mengunduh Aplikasi Asia123</h3>\r\n<p><br />asia123 slot adalah aplikasi yang dapat membantu Anda mendapatkan keuntungan besar dalam permainan slot. Aplikasi ini tersedia untuk diunduh di situs web resmi asia123. Aplikasi ini sangat mudah digunakan dan sangat cocok untuk pemain baru dan berpengalaman.</p>\r\n<p>rtp asia123 menawarkan banyak manfaat bagi para pemain. Pertama, aplikasi ini dapat membantu Anda mengetahui seberapa sering Anda harus bertaruh untuk mendapatkan keuntungan tertinggi dalam permainan slot. Kedua, aplikasi ini dapat memberikan Anda banyak informasi tentang permainan slot sehingga Anda dapat memahami permainan sebelum bermain. Ketiga, aplikasi ini dapat memberikan Anda akses ke banyak permainan slot yang berbeda agar Anda dapat mencoba yang Anda sukai.</p>\r\n<p>Keuntungan utama aplikasi asia123 adalah akses yang mudah ke banyak permainan slot yang berbeda. Jika Anda hanya tertarik pada satu atau dua permainan slot, maka Anda dapat mendownload aplikasi ini dan memainkan permainan slot yang Anda sukai. Selain itu, aplikasi ini dapat membantu Anda mengetahui seberapa sering Anda harus bertaruh agar mendapatkan keuntungan tertinggi dalam permainan slot.</p>\r\n<p>Aplikasi asia123 juga dapat memberikan Anda akses ke banyak permainan slot yang berbeda. Jika Anda tertarik pada permainan lain selain permainan slot, maka Anda dapat mendownload aplikasi ini dan memainkan permainan lain seperti blackjack atau roulette. Aplikasi ini juga dapat memberikan Anda banyak informasi tentang permainan sehingga Anda dapat memahami permainan sebelum bermain.</p>\r\n<h4>Support Customer Service Asia123</h4>\r\n<p><br />Layanan pelanggan adalah salah satu aspek terpenting dalam menjalankan bisnis. Memberikan layanan pelanggan yang sangat baik dapat membantu Anda mempertahankan pelanggan dan menarik pelanggan baru. Dalam lingkungan bisnis yang kompetitif saat ini, menyediakan layanan pelanggan yang berkualitas menjadi lebih penting dari sebelumnya.</p>\r\n<p>Salah satu cara untuk memberikan layanan pelanggan yang berkualitas adalah dengan menggunakan perangkat lunak meja dukungan seperti Asia123. Asia123 adalah perangkat lunak layanan pelanggan berbasis cloud yang memungkinkan bisnis menyediakan layanan pelanggan yang sangat baik. Dengan Asia123, bisnis dapat melacak pertanyaan dan keluhan pelanggan, dan menyelesaikannya dengan cepat dan efisien.Cara lain untuk memberikan layanan pelanggan yang berkualitas adalah dengan menyewa tim layanan pelanggan khusus. Tim layanan pelanggan yang berdedikasi dapat memberikan layanan pelanggan yang cepat dan efisien, serta menyelesaikan pertanyaan dan keluhan pelanggan dengan cepat.</p>\r\n<p>Jika Anda sedang mencari cara untuk meningkatkan layanan pelanggan Anda, pertimbangkan untuk menggunakan Asia123 atau mempekerjakan tim layanan pelanggan khusus. Kedua opsi tersebut akan membantu Anda memberikan layanan pelanggan yang berkualitas dan meningkatkan bisnis Anda.</p>\r\n<!-- /wp:paragraph -->', 'Asia123|Asia123 Slot|Asia123 Link Alternative', '', 'publish', 'closed', 'closed', '', 'pandora168-situs-judi-gampang-menang', '', '', '2023-06-21 04:28:02', '2023-06-21 04:28:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=2', 0, 'page', '', 0),
(3, 1, '2023-01-13 04:37:38', '2023-01-13 04:37:38', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://localhost/ipkingbet89.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'trash', 'closed', 'open', '', 'privacy-policy__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=3', 0, 'page', '', 0),
(8, 1, '2023-06-19 11:19:47', '2023-01-13 04:40:40', '', '<i class=\"ico-menu whatsapp\"></i>Whatsapp', '', 'publish', 'closed', 'closed', '', 'whatsapp', '', '', '2023-06-19 11:19:47', '2023-06-19 11:19:47', '', 0, 'http://localhost/ipkingbet89.com/?p=8', 1, 'nav_menu_item', '', 0),
(9, 1, '2023-06-19 11:19:47', '2023-01-13 04:40:40', '', '<i class=\"ico-menu telegram\"></i>Telegram', '', 'publish', 'closed', 'closed', '', 'telegram', '', '', '2023-06-19 11:19:47', '2023-06-19 11:19:47', '', 0, 'http://localhost/ipkingbet89.com/?p=9', 2, 'nav_menu_item', '', 0),
(10, 1, '2023-06-19 11:19:47', '2023-01-13 04:40:40', '', '<i class=\"ico-menu livechat\"></i>Livechat', '', 'publish', 'closed', 'closed', '', 'livechat', '', '', '2023-06-19 11:19:47', '2023-06-19 11:19:47', '', 0, 'http://localhost/ipkingbet89.com/?p=10', 3, 'nav_menu_item', '', 0),
(12, 1, '2023-06-21 03:11:11', '2023-01-13 04:41:43', '', 'Daftar', '', 'publish', 'closed', 'closed', '', 'daftar', '', '', '2023-06-21 03:11:11', '2023-06-21 03:11:11', '', 0, 'http://localhost/ipkingbet89.com/?p=12', 2, 'nav_menu_item', '', 0),
(13, 1, '2023-06-21 03:11:11', '2023-01-13 04:41:43', '', 'Login', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2023-06-21 03:11:11', '2023-06-21 03:11:11', '', 0, 'http://localhost/ipkingbet89.com/?p=13', 1, 'nav_menu_item', '', 0),
(40, 1, '2023-01-15 17:39:20', '2023-01-15 17:39:20', '<!-- wp:paragraph -->\n<p>IDN Live merupakan situs ion club casino indonesia yang tergabung didalam satu komunitas ionclub casino terbesar di indonesia. Memiliki banyak partner situs judi online yang berperan sebagai tempat pembuatan akun, bertransaksi dan bermain. Lebih dari 10 tahun berjalan di indonesia dan memiliki pengikut yang cukup banyak. Rata-rata pengikutnya merupakan pecinta judi casino konvensional yang telah beralih ke live casino online. ION Club sendiri diambil dari nama provider casino di asia dan kini menjadi provider resmi live casino di indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Live casino bisa dikatakan permainan judi paling tua setelah togel 4d yang tidak pernah ada matinya. Sebelum live casino muncul di indonesia, pemain harus pergi ke negara yang memiliki casino. Nagara malaysia dan singapore yang terdekat dari indonesia. Namun sejak teknologi smartphone masuk ke indonesia, para bandar casino darat juga mengikuti perkembangan tersebut. Membentuk tim IT khusus pengembang igaming dan merevolusi seluruh permainan casino menjadi permainan daring. Permaian daring casino kemudian diberi label live casino yang artinya permainan yang dipertunjukkan langsung dari casino secara real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Menggunakan dealer asli yang berada langsung dibelakang meja untuk membagikan kartu, dadu dan memutar bola roulette. Kemudian pada layar pemain disediakan platform taruhan dengan tampilan elegan persis seperti di casino, mudah digunakan, ringat dan tentunya aman. Setiap tahunnya live casino terus berkembang maju dan mencitapkan banyak permainan casino terbaru. Mulai dari permainan jadul yang hampir punah seperti Oglok, 24D spin dan banyak lagi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Daftar Provider IDN Live Judi Casino Online Terpanas Tahun 2023</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Live casino tidak lagi dikembangkan oleh para bandar casino konvensional namun telah diambil ahli oleh perusahaan igaming. Perusahaan igaming memiliki izin resmi untuk menjadikan setiap permainan casino menjadi permainan live casino online. Perusahaan ini menjadi provider atau penyedia permainan casino yang mutakhir, baru dan memberikan rasa yang berbeda pada setiap game. Adapun provider yang masuk dalam nominasi judi casino online terpanas tahun 2023 adalah sebagai berikut:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>ION Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pragmatic Play Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microgaming Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Allbet Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sexy Gaming Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Opusplus Casino</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Permainan yang bisa anda nikmati melebihi yang ada di casino konvensional seperti sexy baccarat, bullbull, win3card, pokdeng, sweet bonanza candyland, spaceman dan banyak lagi permainan judi casino online terbaru. Keseruan bermain idn live casino diatas dari casino konvensional, lebih banyak permainan dan bisa bermain dengan modal lebih kecil. Namun dapat memberikan keuntungan yang lebih besar dibanding permainan casino konvensional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>IONClub Pelopor Judi Casino Online Pertama di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ION casino berbasis di Asia tenggara yang menjadi pelopor pertama casino online masuk ke indonesia. Perusahaan bernama IONClub memiliki izin resmi live streaing di asia tenggara setelah SBOBET88 casino online. Dengan 4 permainan kas casino, ionclub sukses memperkenalkan live casino dan meraih penghargaan di pameran igaming yang diselenggarakan setiap tahun. Mengajak sejumlah agen casino online indonesia sebagai mitra untuk memasarkan setiap permainan ion casino. Dimana agen judi online berperan sebagai tempat berlangsungnya semua transaksi mulai dari pembuatan akun, deposit saldo, bermain hingga withdraw kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ionclub juga memiliki casino konvensional yang bisa anda kunjungi jika ingin merasakan langsung. Atau anda bisa menikmati secara daring dan menghemat banyak biaya selagi harus memikirkan perjalanan yang panjang ke luar negeri. Ini penyebab Ion casino mengajak agen casino yang memiliki situs judi online untuk menjadi jembatan penghubung antara pemain dengan bandar. Menjadi portal yang dapat memberikan kemudahan pemain yang ingin merasakan pengalaman bermain casino tanpa harus mendatangi tempat casino itu langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mulai dari dealer hingga permainan semua bisa anda nikmati dan tentu saja dilengkapi dengan beragam promosi dan bonus menarik. Platform taruhan ion casino telah bisa dimainkan lebih dari 2 permainan berbeda dalam satu layar perangkat anda. Hal ini tentu dapat mendatangkan keuntungan besar bagi anda jika bisa menggunakan fitur multigame ini dengan benar dan baik. Permainan ion casino yang telah mendukung multigame terdiri dari Baccarat, Sicbo, Roulette dan Dragon tiger. Keuntungan lain bermain live casino adanya promo dan bonus yang bisa anda dapat di situs judi online partner resmi ionclub. Salah satu agen resmi ionclub adalah kingbet89 yang merupakan situs judi online sejak tahun 2008 hingga saat ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Kingbet89 Agen Resmi IONClub Casino Online Terpercaya</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingbet89 memulai karir sebagai agen bola sbobet88 yang menggunakan sistem situs judi online 1 akun untuk semua permainan. Menjadi yang pertama memiliki situs judi online berbasis 1 akun yang sukses memperkenalkan judi sbobet88 di indonesia. Prestasi yang dicapai telah dibangun bertahun-tahun dan terus ditingkatkan agar dapat mempertahankan gelar situs judi online terpercaya di indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kesuksesan kingbet menjadi agen sbobet88 membuat terus mendapat kesempatan emas menjadi partner resmi dari setiap provider igaming. Salah satu nya IONClub yang menjadikan kingbet salah satu agen resmi judi idn live casino peringkat 1 di indonesia. Mempercayakan nama baik ion club casino kepada kingbet89 agar dapat menyalurkan keseruan permainan ion casino kepada pemain indonesia secara totalitas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingbet memberikan pelayanan deposit yang murah mulai dari 5000 rupiah. Metode depositnya juga lengkap terdiri dari deposit bank, deposit e-money seperti dana, ovo dan gopay. Anda juga bisa menggunakan pulsa sebagai metode deposit melalui pulsa axis, telkomsel, xl axiata dan tri. Akses login mudah tersedia dalam versi desktop, mobile dan aplikasi apk android. Banyak promo dan bonus yang bisa anda raih seperti rollingan, turnover, cashback dan referral. Serta jaminan kemenangan anda dibayar full dan tepat waktu diproses langsung ke rekening pribadi anda dengan aman.</p>\n<!-- /wp:paragraph -->', 'RTP Live JDB', '', 'trash', 'closed', 'closed', '', 'rtp-live-jdb__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=40', 0, 'page', '', 0),
(60, 1, '2023-01-15 23:58:08', '2023-01-15 23:58:08', '<!-- wp:paragraph -->\n<p>Joker123 gaming merupakan situs judi slot arcade tembak ikan nomor 1 di indonesia dengan pemain terbanyak di indonesia. Tembak ikan hampir sama dengan judi slot online yang memiliki jackpot progresive sistem RTP (return to player) serta winrate tertinggi. perbedaannya terletak pada tipe permainan slot, dimana judi slot bertipe video slot sedangkan tembak ikan bertipe arcade slot. Arcade slot dikenal sebagai permainan slot aksi menembak objek yang menjadi target. Slot online harus mendapatkan kombinasi simbol setiap garis (lines).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joker123 salah satu provider spesialis permainan tembak ikan yang menjadi pelopor di indonesia. Keberhasilan ini menarik banyak perhatian provider lain untuk menyediakan slot arcade yang lebih menarik dan mampu memberikan profit lebih tinggi. Hingga hari ini tembak ikan joker123 terus merilis permainan baru dengan tema yang berbeda dan level kesenangan yang lebih tinggi lagi. Joker123 gaming bekerja sama dengan situs judi online untuk memperluas pasar hingga ke pelosok daerah. Mempermudah pemain untuk mendaftar, bertransaksi dan bermain dengan lancar sehingga banyak dirilis oleh situs judi online sebagai akses login joker123 slot arcade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Link Alternatif Login Joker123 Gaming Slot Arcade Terbaru Anti Nawala</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kesulitan akses login joker123 telah menjadi permasalah klasik yang tak kunjung selesai. Dikarenakan regulasi negara yang memiliki peraturan larangan perjudian dalam bentuk apapun. Bagi pemain lama sudah bukan hal yang baru, mereka telah paham mengatasi permasalah login. Namun bagi pemain baru banyak yang masih panik sewaktu tidak bisa mengakses situs joker123 gaming. Kebanyakan pemain baru tersebut salah menggunakan link alternatif karena pemahaman yang salah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Login joker123 hanya bisa didapat melalui situs judi online tempat user id akun slot nya terdaftar. Biasanya yang terblokir hanya situs agen judi onlinenya saja dan hanya membutuhkan link alternatif terbaru login agen joker123 nya. Link terbaru bisa didapat melalui customer service melalui layanan whatsapp, livechat maupun telegram chat official. Sangat disarankan untuk menyimpan kontak CS agen joker123 di perangkat anda agar mudah untuk menghubunginya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Solusi gagal akses situs joker123 gaming ada 2, pertama menggunakan link alternati joker123 login dan kedua menggunakan joker123 apk android. Untuk joker123 apk bisa di download langsung di situs resmi agen joker123 tempat anda terdaftar sebagai membernya. Atau anda bisa mendaftar ulang di situs agen judi online yang menurut anda bisa dipercaya dan memiliki pelayanan yang jauh lebih baik dibanding agen pertama anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Download Joker123 APK Android Slot Arcade Kingbet89 Versi Terbaru</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Selain menggunakan link alternatif untuk login joker123 slot, anda juga bisa menggunakan aplikasi android joker123 apk yang bernama kingbet89.apk. Aplikasi joker123 apk hanya tersedia di situs judi online tempat akun user id anda terdaftar. Jika agen tembak ikan anda tidak menyediakan aplikasi android joker123, maka anda harus mendaftar ulang di situs agen tembak ikan yang menyediakan aplikasi joker123 apk versi terbaru. Langsung saja berikut tutorial download dan install aplikasi joker123 di perangkat smartphone android anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Klik tombol Unduh APK untuk mengunduh file joker123 apk versi terbaru, jika muncul notifikasi > File mungkin berbahaya, ingin tetap mendownload kingbet89.apk? pilih opsi tetap download. Setelah download selesai, klik file tersebut untuk menginstall ke dalam perangkat anda. Jika muncul notifikasi > Demi keamanan, ponsel Anda tidak diizinkan menginstal aplikasi yang tidak dikenal dari sumber ini. pilih setelah dan aktifkan fitur izinkan dari sumber ini, kemudian pilih instal. Setelah proses instal selesai klik sekali untuk membuka aplikasi dan anda bisa langsung login menggunakan akun user id yang telah terdaftar sebelumnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dikarenakan file joker123 apk ini merupakan aplikasi pihak ke tiga diluar dari android dan google playstore. Maka anda harus mengaktifkan fitur install unknown apps. Caranya buka menu pengaturan smartphone anda, pilih aplikasi > akses khusus > install  aplikasi yang tidak dikenal. Kemudian pilih aplikasi yang akan diaktifkan akses khusus menginstall aplikasi yang tidak dikenal. Tidak semua situs judi online menyediakan aplikasi android joker123, jadi jika agen anda tidak menyediakan apk joker123, anda bisa mendaftar ulang di situs agen joker123 gaming terpercaya yaitu kingbet89.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cara Daftar Akun Joker123 Gaming Slot Arcade Melalui Situs Kingbet89</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi pemain baru anda mungkin belum terbiasa membuat akun user id secara online, berikut tutorial cara mendaftar akun joker123 slot dengan benar di situs judi slot online kingbet89 terpercaya. Ada beberapa data yang harus anda persiapkan terlebih dahulu yang dibutuhkan untuk membuat akun slot joker123. Data diri yang dibutuhkan untuk mengisi formulir pendaftaran secara online seperti email, nomor handphone dan rekening bank. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jika anda pengguna smartphone android maupun iphone, anda bisa menggunakan email yang digunakan pada smartphone anda. Untuk nomor handphone disarankan telah terkoneksi dengan salah satu aplikasi pesan whatsapp maupun telegram chat. Untuk bank rekening pastikan atas nama anda sendiri yang masih aktif, jika rekening belum memiliki akses internet banking ataupun mobile banking, anda bisa menggunakan mesin atm menggunakan kartu atm anda. Setelah data diri lengkap, klik tombol daftar dan isi setiap kolom formulir pendaftaran sesuai data diri yang telah anda siapkan sebelumnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada kolom username isi dengan nama akun yang anda inginkan, minimal 6 karakter dan maksimal 16 karakter tanpa spasi. Gunakan kombinasi huruf dan angka untuk membuat username akun anda. Kolom password harus di isi dengan dengan kombinasi huruf, angka dan karakter khusus minimal 8 karater. Gunakan password kata sandi yang mudah di ingat agar dan jangan sama dengan username akun anda. Pada kolom referral, kosongkan jika tidak ada, setelah semua kolom diisi dengan benar, klik tombol daftar dan tunggu proses selesai. Setelah selesai anda sudah bisa login dan mengisi saldo dengan cara deposit minimal 5000 yang bisa dibayar melalui transfer bank, emoney dana, gopay, ovo dan pulsa telkomsel, tri serta xl axiata.</p>\n<!-- /wp:paragraph -->', 'RTP Live Betsoft', '', 'trash', 'closed', 'closed', '', 'rtp-live-betsoft__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=60', 0, 'page', '', 0),
(64, 1, '2023-01-16 00:39:02', '2023-01-16 00:39:02', '', 'RTP Live Reel Kingdom', '', 'trash', 'closed', 'closed', '', 'rtp-live-reel-kingdom__trashed', '', '', '2023-05-26 10:01:09', '2023-05-26 10:01:09', '', 0, 'http://localhost/ipkingbet89.com/?page_id=64', 0, 'page', '', 0),
(68, 1, '2023-01-16 13:03:13', '2023-01-16 13:03:13', '', 'RTP Live Advantplay', '', 'trash', 'closed', 'closed', '', 'rtp-live-advantplay__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=68', 0, 'page', '', 0);
INSERT INTO `wpoc_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
(86, 1, '2023-01-18 17:14:09', '2023-01-18 17:14:09', '<!-- wp:table {\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>No</th><th>Kode Alam</th><th>Keluaran</th></tr></thead><tbody><tr><td>1</td><td>Penyair - Tapir - Sempritan - Rembulan - Tanggalan - Kumbo KARN0</td><td>00 (97-48-64-98)</td></tr><tr><td>2</td><td>Setan - Bandeng - Obor - Jambu Mente - Tangan - BetaraKala</td><td>01 (05-95-12-45)</td></tr><tr><td>3</td><td>Sarjana - Bekicot - Loncat Tinggi - Wortel - Sandal - Betara Brahma</td><td>02 (16-53-09-35)</td></tr><tr><td>4</td><td>Orang Mati - Angsa - Loncat Galah - Sawi - Kaki - Subali</td><td>03 (32-53-85-25)</td></tr><tr><td>5</td><td>Kwan in - Merak - Lompat Jauh - Kangkung - Balon - Dewi Ratih</td><td>04 (12-65-05-15)</td></tr><tr><td>6</td><td>Kepala Rampok - Singa - Loncat Indah - Kayu Manis - Kereta Api - Guru Langit</td><td>05 (01-89-10-39)</td></tr><tr><td>7</td><td>Dewi Bulan - Kelinci - Renang - Kapas - Boneka - Dewi Sri</td><td>06 (20-91-51-41)</td></tr><tr><td>8</td><td>Pelayan - Babi - Perahu Layar - Bawang - Pancing - Sulatri</td><td>07 (24-58-57-08)</td></tr><tr><td>9</td><td>Maling Kecil - Macan - Motor Boat - Kecubung - Pasar - Tala Maria</td><td>08 (17-57-04-07)</td></tr><tr><td>10</td><td>Jendral - Kerbau - Mendayung - Pepaya - Jala - Bima</td><td>09 (33-87-88-37)</td></tr><tr><td>11</td><td>Kelenteng - Kelabang - Menyelam - Kelapa - Bir - Sang Pamuji</td><td>10 (18-82-03-32)</td></tr><tr><td>12</td><td>Menteri Serakah - Anjing - Lari Cepat - Sapu - Kipas - Sengkuni</td><td>11 (15-77-02-27)</td></tr><tr><td>13</td><td>Penasehat Perang - Kuda - Lari Gawang - Lemon - Bola Lampu - Wibisana</td><td>12 (04-69-17-19)</td></tr><tr><td>14</td><td>Penjaga Pintu - Gajah - Lari Estafed - Kipas Angin - Keris - Prabu Kesa</td><td>13 (14-79-07-29)</td></tr><tr><td>15</td><td>Potong Babi - Onta - Tolak Peluru - Jembatan - Spet (SUNTIKAN) - Jaya Langsuan</td><td>14 (13-96-08-46)</td></tr><tr><td>16</td><td>Hakim - Tikus - Lempar Martil - Kantor Pos - Skrup - Kresna</td><td>15 (11-54-00-04)</td></tr><tr><td>17</td><td>Orang Sakit GUDIK - Tawon - Lempar Cakram - Surat - Nanas - Jembawan</td><td>16 (02-74-15-24)</td></tr><tr><td>18</td><td>Pemadat - Bangau - Lempar Lembing - Durian - Telepon - Buto Terong</td><td>17 (08-88-13-38)</td></tr><tr><td>19</td><td>Kas Uang - Kucing - Polo Air - Lombok - Kantor Polisi - Bisma</td><td>18 (10-78-01-28)</td></tr><tr><td>20</td><td>Pelacur Kelas TINGGI - KupuKupu - Sepak Bola - srikaya (sirsat) - Ban Sepeda - Banowati</td><td>19 (27-62-54-12)</td></tr><tr><td>21</td><td>ISTRI sejati - Lalat - Volly Ball - Palu - Ban Mobil - Setiawati</td><td>20 (06-72-19-22)</td></tr><tr><td>22</td><td>Pelacur UMUM - Walet - Bulu TANGKIS - Permen - Kapak - Lesmanawati</td><td>21 (22-93-55-43)</td></tr><tr><td>23</td><td>Peti Mati - Capung - Tenis - Terong - Harmonika - Arjuna &amp; Sembadra</td><td>22 (21-70-50-20)</td></tr><tr><td>24</td><td>Setan Gantung - Kera - Bola Basket - Pisang - Piano - Wilkampana</td><td>23 (30-84-81-34)</td></tr><tr><td>25</td><td>Sumber Air - Katak - Tenis Meja - Sikat GIGI - Padi - Dewa RUCI</td><td>24 (07-66-14-16)</td></tr><tr><td>26</td><td>Menantu Raja - Rajawali - Baseball - Jagung - Tapal GIGI - Kangsa DEWA</td><td>25 (35-85-82-03)</td></tr><tr><td>27</td><td>Raja - Naga - Hockey - Ganggang - Mesin JAHIT - SamiAji</td><td>26 (31-90-80-40)</td></tr><tr><td>28</td><td>Wanita Cantik - Kura KURA - Bola SODOK - Sabun BUBUK - Otak - Dewi Supraba</td><td>27 (19-61-06-11)</td></tr><tr><td>29</td><td>Pencari KAYU - Ayam - Menembak - Tomat - Jarum - Nakula</td><td>28 (29-68-56-18)</td></tr><tr><td>30</td><td>Pendeta SAKTI - Belut - Panahan - Kursi - Koran - Sidiwacana</td><td>29 (28-63-53-13)</td></tr><tr><td>31</td><td>Nelayan - Ikan MAS - Angkat BESI - Belimbing - WC - Naga TATMALA</td><td>30 (23-99-58-49)</td></tr><tr><td>32</td><td>Kelamin - Udang - Senam - Cacing Pita - Sangkar Burung - Yuyu Rumpung</td><td>31 (26-94-59-44)</td></tr><tr><td>33</td><td>Ahli NUJUM - Ular - Yudo - Kamar Mandi - Tali - AbiYASA</td><td>32 (03-60-18-10)</td></tr><tr><td>34</td><td>Pengemis - Laba LABA - Gulat - Gigi - Sabun - Petruk</td><td>33 (09-86-16-36)</td></tr><tr><td>35</td><td>Orang BUTA - Rusa - Silat - Jamu - Paru PARU - Destarata</td><td>34 (36-73-89-23)</td></tr><tr><td>36</td><td>Wanita - KAMBING - Tinju - Lambung - Jalan JALAN - Drupadi</td><td>35 (25-75-52-02)</td></tr><tr><td>37</td><td>Pendeta WANITA - Musang - Balap SEPEDA - MANGGIS - Rumah Obat - SayemPraba</td><td>36 (34-83-87-33)</td></tr><tr><td>38</td><td>Orang BONGKOK - Ikan GAbus - Balap MOBIL - Anggur - BH - Truk - Gareng</td><td>37 (38-59-83-09)</td></tr><tr><td>39</td><td>Putri RAJA - Cendrawasih - Balap SEPEDA motor - Engsel - Drum - Untari</td><td>38 (37-67-84-17)</td></tr><tr><td>40</td><td>Kekasih - Kalajengking - Balap KUDA - Topi - Bemo - Narasuma</td><td>39 (44-55-77-05)</td></tr><tr><td>41</td><td>Penolong - Glatik - Golf - Tang - Peci - Widura</td><td>40 (43-76-78-26)</td></tr><tr><td>42</td><td>Pahlawan - Kepiting - Lompat KUDA - Lilin - Sabuk - Warsaya</td><td>41 (49-56-76-06)</td></tr><tr><td>43</td><td>Jejaka TUA - Buaya - Gerak JALAN - Catur - Dokter - Lesmana WIDAKTA</td><td>42 (45-97-72-47)</td></tr><tr><td>44</td><td>JANDA muda (Rondho) - Ikan SURO - Anggar - Mawar - Grendel - SumbaDRA</td><td>43 (40-71-41-21)</td></tr><tr><td>45</td><td>Berandal - Badak - SkiAIR - Seruling - Sisir - Citraksa</td><td>44 (39-81-86-31)</td></tr><tr><td>46</td><td>Pengembara - Banteng - Terbang LAyang - Kendi - Tas - Rama</td><td>45 (42-51-75-01)</td></tr><tr><td>47</td><td>Nenek MOYANG - Orang UTAN - Terjun BEBAS - Sikat - Toko - Hyang WENANG</td><td>46 (48-64-73-14)</td></tr><tr><td>48</td><td>Banci - Zebra - Upacara BENDERA - Tangga - Hotel - Stuna</td><td>47 (50-92-21-42)</td></tr><tr><td>49</td><td>Si CEROBOH - Landak - Main CATUR - Garuk - Gedung BIOSKOP - Dasamuka</td><td>48 (46-00-79-50)</td></tr><tr><td>50</td><td>Drakula - Kelelawar - Mendaki GUNUNG - Cetok - Rok - Betari DURGA</td><td>49 (41-80-70-30)</td></tr><tr><td>51</td><td>Orang ESKIMO - Beruang - Pembawa OBOR - Pacul - Guru - Bagong</td><td>50 (47-98-74-48)</td></tr><tr><td>52</td><td>Ahli FILSAFAT - Kerang - Pate LELE - Tebu - Celana - Narodo</td><td>51 (55-45-22-95)</td></tr><tr><td>53</td><td>Raja LAUT - Ikan PAUS - Main Tali - Matahari - Dompet - Antasena</td><td>52 (66-03-99-85)</td></tr><tr><td>54</td><td>Penjual SILAT - Ikan DURI - Akrobat - Rambutan - Taxi - AbiMANYU</td><td>53 (82-02-35-52)</td></tr><tr><td>55</td><td>RAJA kera - Ikan LELE - SEPATU roda - Kalung - Dokar - Kera HANOMAN</td><td>54 (62-15-95-65)</td></tr><tr><td>56</td><td>Pertapa - Kanguru - Kasti - Gelang - Kemaron - RDseta</td><td>55 (51-39-20-89)</td></tr><tr><td>57</td><td>Budak - Ikan DUYUNG - BERINGEN - Kenanga - Cikar - Limbuk</td><td>56 (70-41-71-91)</td></tr><tr><td>58</td><td>Anak SAKTI - Ulat SUTRA - LAYANG layang - Sepatu - Ranjang - Gatot KACA</td><td>57 (74-08-47-58)</td></tr><tr><td>59</td><td>Penari - Cumi CUMI - Main KELERENG - RUMAH - Sekolahan - Selir</td><td>58 (67-07-94-57)</td></tr><tr><td>60</td><td>Putra RAJA - KakakTUA - DAKON - Kedondong - Kaos - RD lesmana</td><td>59 (83-37-38-87)</td></tr><tr><td>61</td><td>Kepala POLISI - Cecak - Karambol - Delima - Handuk - Sentiyaki</td><td>60 (68-32-93-82)</td></tr><tr><td>62</td><td>Pedagang - Kecoak - Gendongan - Kaca MATA - BUKU - BalaDEWA</td><td>61 (65-27-92-77)</td></tr><tr><td>63</td><td>Pagoda - Walang KADUNG - Petan - Termos - Selendang PELANGI - CANDI sapta ARGA</td><td>62 (54-19-27-69)</td></tr><tr><td>64</td><td>Pendekar WANITA - Kumbang - trek SANDO - Bantal - Jendela - Larasati</td><td>63 (64-29-97-79)</td></tr><tr><td>65</td><td>Dewa UANG - Kuda LAUT - Bandulan - Apel - Guling - Betara INDRA</td><td>64 (63-46-98-96)</td></tr><tr><td>66</td><td>Raja SETAN - IKAN hiu - Kayang - Klompen - Petromak - Kala SRINGGI</td><td>65 (61-04-90-54)</td></tr><tr><td>67</td><td>Dewa BUMI - Jerapah - Sawatan - Sukun - Gelas - Anta BOGA</td><td>66 (52-24-25-74)</td></tr><tr><td>68</td><td>Penjual DAGING - Burung ONTA - Egrang - Sendok - Korek API - ABILAWA</td><td>67 (58-38-23-88)</td></tr><tr><td>69</td><td>Pembuat PEDANG - Burung HANTU - Panjat PINANG - Pisau - Garbu - Cepot</td><td>68 (60-28-91-78)</td></tr><tr><td>70</td><td>Pencari JEJAK - MIMI - Engklek - Gunting - Gunung - AntaREJA</td><td>69 (77-12-44-62)</td></tr><tr><td>71</td><td>Palingma - Keledai - Tarik TAMBANG - Lampu MINYAK - Rumah MAKAN - Adipati KARNA</td><td>70 (56-22-29-72)</td></tr><tr><td>72</td><td>Pemburu - Macan TUTUL - Lempar KARET - Sumur - Baju - Pandu</td><td>71 (72-43-45-93)</td></tr><tr><td>73</td><td>Dewa LANGIT - Ikan TERBANG - Okol - Kran AIR - ARLOJI - Betara Guru</td><td>72 (71-20-40-70)</td></tr><tr><td>74</td><td>Tuan TANAH - Semut - Tulupan - Anting Anting - Bintang - Dursasana</td><td>73 (80-34-31-84)</td></tr><tr><td>75</td><td>Bajak LAUT - Pinguin - Setipan - Gentong - Radio - Indrajit</td><td>74 (57-16-24-66)</td></tr><tr><td>76</td><td>Suami ISTRI - Bebek - Balapan LARI - Nangka - Lemari - Ratih &amp; Kamajaya</td><td>75 (85-35-32-53)</td></tr><tr><td>77</td><td>Jendral WANITA - Nyamuk - Teplekan - Mata - Timbangan - Srikandi</td><td>76 (81-40-30-90)</td></tr><tr><td>78</td><td>Walikota - Penyu - Bengkel - Cincin - Payung - Togog</td><td>77 (69-11-96-61)</td></tr><tr><td>79</td><td>Orang KAYA - Ikan GERGAJI - Balap BECAK - Semangka - Wajan - Lesmana MandraKumala</td><td>78 (79-18-46-68)</td></tr><tr><td>80</td><td>Jendral SERAKAH - Orong ORONG - Okol - Jeruk BALI - kompor - suyudana</td><td>79 (78-13-43-63)</td></tr><tr><td>81</td><td>Kepala DESA - Bajing - Apolo - potlot - Ceret - Semar</td><td>80 (73-49-48-99)</td></tr><tr><td>82</td><td>Penipu - Kancil - Damdaman - Hidung - Cangkir - AswaTAMA</td><td>81 (76-44-49-94)</td></tr><tr><td>83</td><td>Gembala - Kuda NIL - AS - Telinga - Berlian - Udawa</td><td>82 (53-10-28-60)</td></tr><tr><td>84</td><td>Ibu SURI - Ikan LAYUR - DADU - Kumis - Pipa - Dewi KUNTI</td><td>83 (59-36-26-86)</td></tr><tr><td>85</td><td>Budha - Kalkun - Salto - Mulut - Kacang TANAH - Bagaspati</td><td>84 (86-23-39-73)</td></tr><tr><td>86</td><td>Wanita SIHIR - Jangkrik - Latihan HANSIP - Teratai - Pintu - Sarpa KENAKA</td><td>85 (75-25-42-52)</td></tr><tr><td>87</td><td>Dewa MAUT - Ikan SAMPAN - Gerak BADAN - Salak - Rokok - Yamadipati</td><td>86 (86-33-37-83)</td></tr><tr><td>88</td><td>Orang GILA - Betet - Kerja BAKTI - Botol - Toilet - Buriswara</td><td>87 (88-09-33-59)</td></tr><tr><td>89</td><td>Dewi MEGA - DOMBA - Balap KARUNG - JERUK manis - piring - Wilutama</td><td>88 (87-17-34-67)</td></tr><tr><td>90</td><td>Pemabuk - Ikan BENDERA - Setopan - Jeruk KEPROK - EMBER - Bomanarakasura</td><td>89 (94-05-67-55)</td></tr><tr><td>91</td><td>Tawanan - Trenggiling - Perempatan JALAN - PIL - Sawah - Shinta</td><td>90 (93-26-68-76)</td></tr><tr><td>92</td><td>Siluman AIR - SERIGALA - Ambulan - Bambu - Toples - Witaksini</td><td>91 (99-06-66-56)</td></tr><tr><td>93</td><td>Putri KIPAS besi - Ikan TENGIRI - Garis FINISH - Apokat - Sarung - Siti SUNDARI</td><td>92 (95-47-62-97)</td></tr><tr><td>94</td><td>Penjilat - Babi HUTAN - Perahu LAYAR - Kaos KAKI - LAPANGAN - Durna</td><td>93 (90-21-61-71)</td></tr><tr><td>95</td><td>Kwan KONG - Ikan KAKAP - Pemandian - Jambu - Pen - P.Salya</td><td>94 (89-31-36-81)</td></tr><tr><td>96</td><td>Petani - Perkutut - Jalan RAYA - Kunci - Pisau CUKUR - Irawan</td><td>95 (92-01-65-51)</td></tr><tr><td>97</td><td>Prajurit - Ikan NUS - Laut - Mangga - Minyak ANGIN - CITRAYUDA</td><td>96 (98-14-63-64)</td></tr><tr><td>98</td><td>RAKSASA - TOKEK - Kali BRANTAS - SIRSAT - Lemari ES - PRAHASTA</td><td>97 (00-42-11-92)</td></tr><tr><td>99</td><td>Penjaga MALAM - Tongkol - TV - Lengkeng - Kecelakaan - Trijati</td><td>98 (96-50-69-00)</td></tr><tr><td>100</td><td>Hidung BELANG - Burung JALAK - BAYI - Kodak - Meja - Arjuna</td><td>99 (91-30-60-80)</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Fa Chai', '', 'trash', 'closed', 'closed', '', 'rtp-live-fa-chai__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=86', 0, 'page', '', 0),
(88, 1, '2022-05-16 04:00:37', '2022-05-15 21:00:37', '', 'Great Reef', '', 'trash', 'open', 'open', '', 'great-reef__trashed', '', '', '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 0, 'https://www.demoslot89.com/?p=88', 0, 'post', '', 0),
(91, 1, '2023-01-18 17:51:37', '2023-01-18 17:51:37', '<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>No</th><th>Kode Alam</th><th>Keluaran</th></tr></thead><tbody><tr><td>1</td><td>Cemburu</td><td>003-002</td></tr><tr><td>2</td><td>Batu Nisan</td><td>008-007</td></tr><tr><td>3</td><td>Curi sepeda</td><td>009-037</td></tr><tr><td>4</td><td>Baju Modern</td><td>019-012</td></tr><tr><td>5</td><td>Coklat</td><td>022-020</td></tr><tr><td>6</td><td>Doktor</td><td>024-016</td></tr><tr><td>7</td><td>Baju Kebaya</td><td>026-040</td></tr><tr><td>8</td><td>Cuci film</td><td>028-018</td></tr><tr><td>9</td><td>Beli beras</td><td>031-044</td></tr><tr><td>10</td><td>Bawa barang</td><td>032-010</td></tr><tr><td>11</td><td>Dispensay</td><td>034-023</td></tr><tr><td>12</td><td>Bersihkan rumput</td><td>038-017</td></tr><tr><td>13</td><td>Anai-Anai</td><td>039-005</td></tr><tr><td>14</td><td>Batuk</td><td>042-047</td></tr><tr><td>15</td><td>Dettol</td><td>052-053</td></tr><tr><td>16</td><td>Anak Sakit</td><td>063-079</td></tr><tr><td>17</td><td>Beli botol</td><td>089-055</td></tr><tr><td>18</td><td>Beli perangko</td><td>094-081</td></tr><tr><td>19</td><td>Air Gripe</td><td>099-080</td></tr><tr><td>20</td><td>Bawa jalan-jalan</td><td>103-102</td></tr><tr><td>21</td><td>Bawa nasi basi</td><td>106-141</td></tr><tr><td>22</td><td>Beli ikan busuk</td><td>107-108</td></tr><tr><td>23</td><td>Beli ikan busuk</td><td>107-108</td></tr><tr><td>24</td><td>Dibawa jalan-jalan</td><td>117-138</td></tr><tr><td>25</td><td>Beri minum susu</td><td>118-128</td></tr><tr><td>26</td><td>Antar Mayat</td><td>121-143</td></tr><tr><td>27</td><td>Angkut Barang</td><td>122-120</td></tr><tr><td>28</td><td>Anjing Berkelahi</td><td>125-135</td></tr><tr><td>29</td><td>Danau</td><td>126-140</td></tr><tr><td>30</td><td>Bidan</td><td>127-111</td></tr><tr><td>31</td><td>Cari siput</td><td>131-144</td></tr><tr><td>32</td><td>Cari kerang</td><td>132-110</td></tr><tr><td>33</td><td>Cek</td><td>139-105</td></tr><tr><td>34</td><td>Belajar sepeda</td><td>144-131</td></tr><tr><td>35</td><td>Anak Naik Sepeda</td><td>145-101</td></tr><tr><td>36</td><td>Bank</td><td>146-114</td></tr><tr><td>37</td><td>Cuci mobil</td><td>149-130</td></tr><tr><td>38</td><td>Cuci sepeda</td><td>150-148</td></tr><tr><td>39</td><td>Cap surat</td><td>151-195</td></tr><tr><td>40</td><td>Belat/pagar</td><td>153-152</td></tr><tr><td>41</td><td>Bertunangan</td><td>155-189</td></tr><tr><td>42</td><td>Dapur</td><td>158-157</td></tr><tr><td>43</td><td>Beri sedekah</td><td>160-182</td></tr><tr><td>44</td><td>Copet</td><td>167-188</td></tr><tr><td>45</td><td>Cermin</td><td>175-185</td></tr><tr><td>46</td><td>Beli kain</td><td>176-190</td></tr><tr><td>47</td><td>Anjing Berkasih</td><td>177-161</td></tr><tr><td>48</td><td>Berkasih-kasihan</td><td>186-183</td></tr><tr><td>49</td><td>Berjudi</td><td>190-176</td></tr><tr><td>50</td><td>Anak Kunci</td><td>192-197-652-653</td></tr><tr><td>51</td><td>Dapur tanah/anglo</td><td>193-171</td></tr><tr><td>52</td><td>Biku sungai</td><td>210-232</td></tr><tr><td>53</td><td>Angkat Barang</td><td>217-238</td></tr><tr><td>54</td><td>Baju Cina</td><td>226-240</td></tr><tr><td>55</td><td>Bantal</td><td>229-213</td></tr><tr><td>56</td><td>Cat minyak</td><td>240-226</td></tr><tr><td>57</td><td>Cuci lantai</td><td>242-247</td></tr><tr><td>58</td><td>Dacin</td><td>248-250</td></tr><tr><td>59</td><td>Belajar mobil</td><td>250-248</td></tr><tr><td>60</td><td>Bengkung</td><td>256-291</td></tr><tr><td>61</td><td>Berhias</td><td>258-257</td></tr><tr><td>62</td><td>Batu Bata</td><td>259-287</td></tr><tr><td>63</td><td>Dayung sampan</td><td>264-296</td></tr><tr><td>64</td><td>Bermain</td><td>279-263</td></tr><tr><td>65</td><td>Dawai cina</td><td>285-275</td></tr><tr><td>66</td><td>Berkelahi</td><td>286-283 - 972-970</td></tr><tr><td>67</td><td>Ambil Air</td><td>290-276</td></tr><tr><td>68</td><td>Ambil Kelapa</td><td>297-292</td></tr><tr><td>69</td><td>Chong guan</td><td>301-345</td></tr><tr><td>70</td><td>Ambil Daun</td><td>303-302</td></tr><tr><td>71</td><td>Berlomba</td><td>311-327</td></tr><tr><td>72</td><td>Cecak</td><td>315-304</td></tr><tr><td>73</td><td>Cuci muka</td><td>322-320</td></tr><tr><td>74</td><td>Benang</td><td>328-318</td></tr><tr><td>75</td><td>Dompet</td><td>330-349</td></tr><tr><td>76</td><td>Cermin</td><td>337-309</td></tr><tr><td>77</td><td>Ambulans</td><td>343-321</td></tr><tr><td>78</td><td>Berenang</td><td>344-331</td></tr><tr><td>79</td><td>Daun sirih</td><td>350-348</td></tr><tr><td>80</td><td>Dirikan rumah</td><td>370-372</td></tr><tr><td>81</td><td>Bertengkar</td><td>384-373</td></tr><tr><td>82</td><td>Berjalan</td><td>390-376 - 540-526</td></tr><tr><td>83</td><td>Ambil Telur</td><td>393-371</td></tr><tr><td>84</td><td>Cempedak</td><td>398-400</td></tr><tr><td>85</td><td>Bangku</td><td>404-415 - 817-838</td></tr><tr><td>86</td><td>Air Panas</td><td>412-419</td></tr><tr><td>87</td><td>Api</td><td>417-438</td></tr><tr><td>88</td><td>Bedak</td><td>423-434 - 728-718 - 728-718</td></tr><tr><td>89</td><td>Ayakan</td><td>424-416</td></tr><tr><td>90</td><td>Cukak</td><td>431-444</td></tr><tr><td>91</td><td>Bersiul</td><td>432-410</td></tr><tr><td>92</td><td>Bawang putih</td><td>445-401</td></tr><tr><td>93</td><td>Bayi</td><td>447-442</td></tr><tr><td>94</td><td>Beri pada si mati</td><td>451-495</td></tr><tr><td>95</td><td>Anggur</td><td>456-491</td></tr><tr><td>96</td><td>Diperiksa</td><td>471-493</td></tr><tr><td>97</td><td>Berak</td><td>473-484</td></tr><tr><td>98</td><td>Cuci baju</td><td>483-486</td></tr><tr><td>99</td><td>Ahli Nujum</td><td>490-476</td></tr><tr><td>100</td><td>Baker Rumput</td><td>492-497</td></tr><tr><td>101</td><td>Cerutu</td><td>493-471</td></tr><tr><td>102</td><td>Balon</td><td>497-492</td></tr><tr><td>103</td><td>Alat Tulis Cina</td><td>508-507</td></tr><tr><td>104</td><td>Babi Hutan</td><td>509-537</td></tr><tr><td>105</td><td>Bamboo</td><td>521-543</td></tr><tr><td>106</td><td>Bersolek</td><td>532-510</td></tr><tr><td>107</td><td>Berkencan</td><td>560-582</td></tr><tr><td>108</td><td>Atap</td><td>566-574</td></tr><tr><td>109</td><td>Durian</td><td>570-572</td></tr><tr><td>110</td><td>Batu Tanda</td><td>571-593</td></tr><tr><td>111</td><td>Bendera</td><td>574-566</td></tr><tr><td>112</td><td>Berkabung</td><td>577-561</td></tr><tr><td>113</td><td>Cangkir</td><td>578-568</td></tr><tr><td>114</td><td>Cat</td><td>589-555</td></tr><tr><td>115</td><td>Ayam Berlaga</td><td>594-581</td></tr><tr><td>116</td><td>Angsa</td><td>595-551</td></tr><tr><td>117</td><td>Ayam Betina</td><td>596-564</td></tr><tr><td>118</td><td>Ayam Jantan</td><td>598-600</td></tr><tr><td>119</td><td>Anjing</td><td>600-598-601-645</td></tr><tr><td>120</td><td>Bawang</td><td>619-612</td></tr><tr><td>121</td><td>Arang</td><td>624-616</td></tr><tr><td>122</td><td>Angkut Pasir</td><td>630-649</td></tr><tr><td>123</td><td>Batu</td><td>635-625</td></tr><tr><td>124</td><td>Anting-Anting</td><td>636-633</td></tr><tr><td>125</td><td>Angkut Pasien</td><td>642-647</td></tr><tr><td>126</td><td>Bir</td><td>650-648</td></tr><tr><td>127</td><td>Dapat piala</td><td>654-665</td></tr><tr><td>128</td><td>Beri makan ikan</td><td>655-689</td></tr><tr><td>129</td><td>Dorong kereta</td><td>660-682</td></tr><tr><td>130</td><td>Ayam Kalkun</td><td>661-677</td></tr><tr><td>131</td><td>Dapat lencana</td><td>686-683</td></tr><tr><td>132</td><td>Cuci cawan</td><td>687-659</td></tr><tr><td>133</td><td>Balsem</td><td>688-667</td></tr><tr><td>134</td><td>Bermalas-malasan</td><td>696-664</td></tr><tr><td>135</td><td>Baca Buku</td><td>704-715</td></tr><tr><td>136</td><td>Daun teh</td><td>706-741</td></tr><tr><td>137</td><td>Cuci rambut</td><td>713-729</td></tr><tr><td>138</td><td>Beras</td><td>714-746</td></tr><tr><td>139</td><td>Belinjo</td><td>719-712</td></tr><tr><td>140</td><td>Bercumbuan</td><td>720-722</td></tr><tr><td>141</td><td>Ban Gembos</td><td>729-713</td></tr><tr><td>142</td><td>Anak Angsa</td><td>736-733</td></tr><tr><td>143</td><td>Cikar</td><td>741-706</td></tr><tr><td>144</td><td>Cabut gigi</td><td>745-701</td></tr><tr><td>145</td><td>Cat bibir</td><td>747-742</td></tr><tr><td>146</td><td>Bertemu sanak</td><td>767-788</td></tr><tr><td>147</td><td>Becak</td><td>774-766</td></tr><tr><td>148</td><td>Bertemu</td><td>776-790</td></tr><tr><td>149</td><td>Angkut Babi</td><td>786-783</td></tr><tr><td>150</td><td>Babi Sakit</td><td>787-759</td></tr><tr><td>151</td><td>Berciuman</td><td>789-755</td></tr><tr><td>152</td><td>Dengarkan radio</td><td>801-845</td></tr><tr><td>153</td><td>Bertapa</td><td>806-841</td></tr><tr><td>154</td><td>Batu Gugur</td><td>807-808</td></tr><tr><td>155</td><td>Celana dalam</td><td>809-837</td></tr><tr><td>156</td><td>Bajak</td><td>812-819</td></tr><tr><td>157</td><td>Biksu</td><td>819-812</td></tr><tr><td>158</td><td>Betulkan mobil</td><td>828-818</td></tr><tr><td>159</td><td>BH</td><td>837-809</td></tr><tr><td>160</td><td>Domino</td><td>840-826</td></tr><tr><td>161</td><td>Biksu wanita</td><td>852-853</td></tr><tr><td>162</td><td>Amplifier</td><td>857-858</td></tr><tr><td>163</td><td>Curi ayam</td><td>860-882</td></tr><tr><td>164</td><td>Cambah</td><td>864-896</td></tr><tr><td>165</td><td>Celana pendek</td><td>869-862</td></tr><tr><td>166</td><td>Cukur kumis</td><td>871-893</td></tr><tr><td>167</td><td>Anjing Menggigit</td><td>879-863</td></tr><tr><td>168</td><td>Berkokok</td><td>880-899</td></tr><tr><td>169</td><td>Arloji</td><td>882-860</td></tr><tr><td>170</td><td>Daging babi</td><td>890-876</td></tr><tr><td>171</td><td>Badminton</td><td>891-856</td></tr><tr><td>172</td><td>Dasi kupu-kupu</td><td>892-897</td></tr><tr><td>173</td><td>Dasi</td><td>893-871</td></tr><tr><td>174</td><td>Cermin</td><td>895-851</td></tr><tr><td>175</td><td>Dadu</td><td>897-892</td></tr><tr><td>176</td><td>Burung laut</td><td>898-900</td></tr><tr><td>177</td><td>Cakue</td><td>902-903</td></tr><tr><td>178</td><td>Cincin</td><td>903-902</td></tr><tr><td>179</td><td>Burung jalak</td><td>911-927</td></tr><tr><td>180</td><td>Anak Babi Menyusu</td><td>922-920</td></tr><tr><td>181</td><td>Anak Sapi Menyusu</td><td>925-935</td></tr><tr><td>182</td><td>Anak Kambing Menyusu</td><td>926-940</td></tr><tr><td>183</td><td>Bis</td><td>928-918</td></tr><tr><td>184</td><td>Bayi minum obat</td><td>929-913</td></tr><tr><td>185</td><td>Cukur rambut</td><td>931-944</td></tr><tr><td>186</td><td>Ban</td><td>936-933</td></tr><tr><td>187</td><td>Alat Cukur</td><td>949-930</td></tr><tr><td>188</td><td>Bayar pajak</td><td>951-995</td></tr><tr><td>189</td><td>Bekerja</td><td>952-953</td></tr><tr><td>190</td><td>Cuci karet</td><td>963-979</td></tr><tr><td>191</td><td>Asapi Karet</td><td>964-996</td></tr><tr><td>192</td><td>Cuka</td><td>965-954</td></tr><tr><td>193</td><td>Ballpen</td><td>973-984</td></tr><tr><td>194</td><td>Apotik</td><td>976-990</td></tr><tr><td>195</td><td>Betulkan jalan</td><td>978-968</td></tr><tr><td>196</td><td>Betulkan jembatan</td><td>979-963</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Crowd Play', '', 'trash', 'closed', 'closed', '', 'rtp-live-crowd-play__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=91', 0, 'page', '', 0);
INSERT INTO `wpoc_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
(93, 1, '2023-01-18 17:52:43', '2023-01-18 17:52:43', '<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>No</th><th>Kode Alam</th><th>Keluaran</th></tr></thead><tbody><tr><td>1</td><td>Kalender</td><td>0870-2870</td></tr><tr><td>2</td><td>Surat Serikat</td><td>0876-2876</td></tr><tr><td>3</td><td>Surat Kuasa</td><td>0882-2882</td></tr><tr><td>4</td><td>Buah Limau</td><td>0894-2894</td></tr><tr><td>5</td><td>Sempoa</td><td>0911-2911</td></tr><tr><td>6</td><td>Mayat</td><td>0922-2922</td></tr><tr><td>7</td><td>Minuman Kaleng</td><td>0928-2928</td></tr><tr><td>8</td><td>Surat Gamdai</td><td>0933-2933</td></tr><tr><td>9</td><td>Peti Listrik</td><td>0944-2944</td></tr><tr><td>10</td><td>Mie Instan</td><td>0956-2956</td></tr><tr><td>11</td><td>Gading</td><td>0962-2962</td></tr><tr><td>12</td><td>Sayuran Kaleng</td><td>0968-2968</td></tr><tr><td>13</td><td>Bumbu Kari</td><td>0974-2974</td></tr><tr><td>14</td><td>Cleansing Milk</td><td>0980-2980</td></tr><tr><td>15</td><td>Serbuk Obat</td><td>0986-2986</td></tr><tr><td>16</td><td>Jantung</td><td>0992-2992</td></tr><tr><td>17</td><td>Baju Singlet</td><td>0998-2998</td></tr><tr><td>18</td><td>Empedu</td><td>1004-7004</td></tr><tr><td>19</td><td>Roket</td><td>1010-7010</td></tr><tr><td>20</td><td>Tanda Anggota</td><td>1016-7016</td></tr><tr><td>21</td><td>Lilin</td><td>1022-7022</td></tr><tr><td>22</td><td>Kertas Tissue</td><td>1028-7028</td></tr><tr><td>23</td><td>Hadiah</td><td>1034-7034</td></tr><tr><td>24</td><td>Lotere Palsu</td><td>1039-7039</td></tr><tr><td>25</td><td>Perangkap Tikus</td><td>1045-7045</td></tr><tr><td>26</td><td>Ikan Kalengan</td><td>1057-7057</td></tr><tr><td>27</td><td>Timba</td><td>1062-7062</td></tr><tr><td>28</td><td>Pencukur Rambut</td><td>1068-7068</td></tr><tr><td>29</td><td>Buku Seks</td><td>1074-7074</td></tr><tr><td>30</td><td>Bakul</td><td>1080-7080</td></tr><tr><td>31</td><td>Muka (Wajah)</td><td>1086-7086</td></tr><tr><td>32</td><td>Kue Tahun Baru</td><td>1092-7092</td></tr><tr><td>33</td><td>Bus Mini</td><td>1098-7098</td></tr><tr><td>34</td><td>Mandi Uap</td><td>1109-7109</td></tr><tr><td>35</td><td>Warung Kecil</td><td>1115-7115</td></tr><tr><td>36</td><td>Bintil Jerawat</td><td>1127-7127</td></tr><tr><td>37</td><td>Kerongkongan</td><td>1138-7138</td></tr><tr><td>38</td><td>Reuni</td><td>1159-7159</td></tr><tr><td>39</td><td>Banyak Koran</td><td>1191-7191</td></tr><tr><td>40</td><td>Tape Rusak</td><td>1204-7204</td></tr><tr><td>41</td><td>AC Rusak</td><td>1237-7237</td></tr><tr><td>42</td><td>Tak Ada Orang Di Rumah</td><td>1247-7247</td></tr><tr><td>43</td><td>Tunggu Cuti Tahun Baru</td><td>1252-7252</td></tr><tr><td>44</td><td>Peti Mati Dalam Rumah</td><td>1266-7266</td></tr><tr><td>45</td><td>Extra kartu Mahyong</td><td>1276-7276</td></tr><tr><td>46</td><td>Banyak The.</td><td>1280-7280</td></tr><tr><td>47</td><td>Pohon Rontok</td><td>1286-7286</td></tr><tr><td>48</td><td>Restaurant Penuh</td><td>1292-7292</td></tr><tr><td>49</td><td>Dasi Tertinggal Di Mobil</td><td>1299-7299</td></tr><tr><td>50</td><td>Istri Sakit</td><td>1304-7304</td></tr><tr><td>51</td><td>Toko Tutup</td><td>1309-7309</td></tr><tr><td>52</td><td>Nomor Mobil (Plat Mobil) Ganjil</td><td>1312-7312</td></tr><tr><td>53</td><td>Pinjam Buku Cerita</td><td>1321-7321</td></tr><tr><td>54</td><td>Baku Tembak</td><td>2911-3465</td></tr><tr><td>55</td><td>Gedung Terbakar</td><td>2453-2435</td></tr><tr><td>56</td><td>Kompor Elpiji Terbakar</td><td>8678-8128</td></tr><tr><td>57</td><td>Menyusui Bayi</td><td>8678-8128</td></tr><tr><td>58</td><td>Mau Berangkat Naik Kapal Laut</td><td>2697-3032</td></tr><tr><td>59</td><td>Raja</td><td>0000-2000</td></tr><tr><td>60</td><td>Penjaga Hutan</td><td>0001-2001</td></tr><tr><td>61</td><td>Direktur</td><td>0002-2002</td></tr><tr><td>62</td><td>Orang Melayu (malaysia)</td><td>0003-2003</td></tr><tr><td>63</td><td>Penjual Durian</td><td>0004-2004</td></tr><tr><td>64</td><td>Pembaca Doa</td><td>0005-2005</td></tr><tr><td>65</td><td>Ibu Angkat</td><td>0006-2006</td></tr><tr><td>66</td><td>Pekerja Jalanan</td><td>0007-2007</td></tr><tr><td>67</td><td>Orang Australia (Bule)</td><td>0008-2008</td></tr><tr><td>68</td><td>Pekerja Pameran</td><td>0009-2009</td></tr><tr><td>69</td><td>Permaisuri</td><td>0010-2010</td></tr><tr><td>70</td><td>Operator Mesin</td><td>0011-2011</td></tr><tr><td>71</td><td>Juru Damai</td><td>0012-2012</td></tr><tr><td>72</td><td>Penari Ballet</td><td>0013-2013</td></tr><tr><td>73</td><td>Tukang Reparasi (Servis)</td><td>0014-2014</td></tr><tr><td>74</td><td>Pencuri</td><td>0015-2015</td></tr><tr><td>75</td><td>Ahli Iklan</td><td>0016-2016</td></tr><tr><td>76</td><td>Orang Hong Kong</td><td>0017-2017</td></tr><tr><td>77</td><td>Orang Pincang (keppang)</td><td>0018-2018</td></tr><tr><td>78</td><td>Pemeriksa Pemandu</td><td>0019-2019</td></tr><tr><td>79</td><td>Mentri</td><td>0020-2020</td></tr><tr><td>80</td><td>Juru Rawat (Suster)</td><td>0021-2021</td></tr><tr><td>81</td><td>Pekerja Rumah Sakit</td><td>0022-2022</td></tr><tr><td>82</td><td>Orang India</td><td>0023-2023</td></tr><tr><td>83</td><td>Wanita Pelayan</td><td>0024-2024</td></tr><tr><td>84</td><td>Langganan</td><td>0025-2025</td></tr><tr><td>85</td><td>Orang Rusia</td><td>0026-2026</td></tr><tr><td>86</td><td>Gangster (Preman)</td><td>0027-2027</td></tr><tr><td>87</td><td>Pengawal Pantai (Penjaga Pantai)</td><td>0028-2028</td></tr><tr><td>88</td><td>Naik Gunung Pikul Sepeda</td><td>7971-8128</td></tr><tr><td>89</td><td>Dokter Wanita</td><td>0029-2029</td></tr><tr><td>90</td><td>Inspektur Polisi (Perwira Polisi)</td><td>0030-2030</td></tr><tr><td>91</td><td>Jururawat Pria (Perawat)</td><td>0031-2031</td></tr><tr><td>92</td><td>Dokter Gigi</td><td>0032-2032</td></tr><tr><td>93</td><td>Pengacara</td><td>0033-2033</td></tr><tr><td>94</td><td>Orang Gaib (Makhluk Halus)</td><td>0034-2034</td></tr><tr><td>95</td><td>Penjudi</td><td>0035-2035</td></tr><tr><td>96</td><td>Sinter Klas (Santa Claus)</td><td>0036-2036</td></tr><tr><td>97</td><td>Penterjemah (Ahli Bahasa)</td><td>0037-2037</td></tr><tr><td>98</td><td>Orang Kerdil (Manusia Kate)</td><td>0038-2038</td></tr><tr><td>99</td><td>Polantas (Polisi Lalu Lintas)</td><td>0039-2039</td></tr><tr><td>100</td><td>Orang Gila</td><td>0040-2040</td></tr><tr><td>101</td><td>Pilot</td><td>0041-2041</td></tr><tr><td>102</td><td>Penjaga Mobil</td><td>0042-2042</td></tr><tr><td>103</td><td>Penderes Getah (Tukang Ambil Getah Karet)</td><td>0043-2043</td></tr><tr><td>104</td><td>Orang Gemuk (Gendut</td><td>0044-204</td></tr><tr><td>105</td><td>Anak Laki-Laki</td><td>0045-2045</td></tr><tr><td>106</td><td>Orang Cacat</td><td>0046-2046</td></tr><tr><td>107</td><td>Botak (Gundul)</td><td>0047-2047</td></tr><tr><td>108</td><td>Polwan</td><td>0048-2048</td></tr><tr><td>109</td><td>Karyawan Pompa Bensin (operator pom bensin)</td><td>0049-2049</td></tr><tr><td>110</td><td>Penjaja (Tukang Jual Keliling)</td><td>0050-2050</td></tr><tr><td>111</td><td>Ahli Kecantikan (Pakar Kecantikan)</td><td>0051-2051</td></tr><tr><td>112</td><td>Tersangka</td><td>0052-2052</td></tr><tr><td>113</td><td>Penyanyi Pria (Artis Pria)</td><td>0053-2053</td></tr><tr><td>114</td><td>Paderi</td><td>0054-2054</td></tr><tr><td>115</td><td>Anak Kecil</td><td>0055-2055</td></tr><tr><td>116</td><td>Joki</td><td>0056-2056</td></tr><tr><td>117</td><td>Gadis Buta</td><td>0057-2057</td></tr><tr><td>118</td><td>Peronda (Tukang Ronda)</td><td>0058-2058</td></tr><tr><td>119</td><td>Ibu Guru</td><td>0059-2059</td></tr><tr><td>120</td><td>Penipu (Tukang Tipu)</td><td>0060-2060</td></tr><tr><td>121</td><td>Tukang Emas</td><td>0061-2061</td></tr><tr><td>122</td><td>Pecandu Narkotik (Pecandu Narkoba)</td><td>0062-2062</td></tr><tr><td>123</td><td>Orang Spanyol 0063-2063 Perempuan Tuli</td><td>0064-2064</td></tr><tr><td>124</td><td>Pegawai Kedutaan</td><td>0065-2065</td></tr><tr><td>125</td><td>Hantu Pria (Jin LAki-Laki)</td><td>0066-2066</td></tr><tr><td>126</td><td>Kepala Kantor Pos</td><td>0067-2067</td></tr><tr><td>127</td><td>Sekertaris</td><td>0068-2068</td></tr><tr><td>128</td><td>Pemain Badminton (Pemain Bulu Tangkis)</td><td>0069-0069</td></tr><tr><td>129</td><td>Tukang Sulap (Pesulap)</td><td>0070-2070</td></tr><tr><td>130</td><td>Spesialis</td><td>0071-2071</td></tr><tr><td>131</td><td>Astronout</td><td>0072-2072</td></tr><tr><td>132</td><td>Pemungut Karcis</td><td>0073-2073</td></tr><tr><td>133</td><td>Sopir</td><td>0074-2074</td></tr><tr><td>134</td><td>Penjual Jam</td><td>0075-2075</td></tr><tr><td>135</td><td>Pencopet Wanita</td><td>0076-2076</td></tr><tr><td>136</td><td>Anggota</td><td>1077-2077</td></tr><tr><td>137</td><td>Peramal Nasib (Tukang Ramal)</td><td>0078-2078</td></tr><tr><td>138</td><td>Pemandu Wisata (Guide)</td><td>0079-2079</td></tr><tr><td>139</td><td>Perempuan Pencetak (Tukang Cetak)</td><td>0080-2080</td></tr><tr><td>140</td><td>Polisi</td><td>0081-2081</td></tr><tr><td>141</td><td>Pelayan</td><td>0082-2082</td></tr><tr><td>142</td><td>Pondan</td><td>0083-2083</td></tr><tr><td>143</td><td>Juru Tulis</td><td>0084-2084</td></tr><tr><td>144</td><td>Tukang Mesin</td><td>0085-2085</td></tr><tr><td>145</td><td>Pengantar Barang</td><td>0086-2086</td></tr><tr><td>146</td><td>Orang Amerika</td><td>0087-2087</td></tr><tr><td>147</td><td>Hantu Perempuan (Jin Perempuan)</td><td>0088-2088</td></tr><tr><td>148</td><td>Orang Perancis</td><td>0089-2089</td></tr><tr><td>149</td><td>Orang Asing</td><td>0090-2090</td></tr><tr><td>150</td><td>Makelar Insuran</td><td>0091-2091</td></tr><tr><td>151</td><td>Orang Cina</td><td>0092-2092</td></tr><tr><td>152</td><td>Penjual Obat</td><td>0093-2093</td></tr><tr><td>153</td><td>Inspektur (Perwira)</td><td>0094-2094</td></tr><tr><td>154</td><td>Beli Buku</td><td>8128-7971</td></tr><tr><td>155</td><td>Pencopet</td><td>0095-2095</td></tr><tr><td>156</td><td>Orang Kaya</td><td>0096-2096</td></tr><tr><td>157</td><td>Orang Hamil</td><td>0097-2097</td></tr><tr><td>158</td><td>Detektif Swasta</td><td>0098-2098</td></tr><tr><td>159</td><td>Tentara Pelarian</td><td>0099-2099</td></tr><tr><td>160</td><td>Orang Gila</td><td>0100-2100</td></tr><tr><td>161</td><td>Aktor</td><td>0101-2101</td></tr><tr><td>162</td><td>Aktris</td><td>0102-2102</td></tr><tr><td>163</td><td>Duta Besar</td><td>0103-2103</td></tr><tr><td>164</td><td>Orang Asia</td><td>0104-2104</td></tr><tr><td>165</td><td>Pengawas</td><td>0105-2105</td></tr><tr><td>166</td><td>Salesman</td><td>0106-2106</td></tr><tr><td>167</td><td>Suami</td><td>0107-2107</td></tr><tr><td>168</td><td>Orang Jepang</td><td>0108-2108</td></tr><tr><td>169</td><td>Penjual sayur</td><td>0109-2109</td></tr><tr><td>170</td><td>Nelayan</td><td>0110-2110</td></tr><tr><td>171</td><td>Negro</td><td>0111-2111</td></tr><tr><td>172</td><td>Pekerja</td><td>0112-2112</td></tr><tr><td>173</td><td>Perenang</td><td>0113-2113</td></tr><tr><td>174</td><td>Tukang Kebun</td><td>0114-2114</td></tr><tr><td>175</td><td>Membayar Hutang</td><td>0115-2115</td></tr><tr><td>176</td><td>Ahli Ilmu Ghaib</td><td>0116-2116</td></tr><tr><td>177</td><td>Pemabuk</td><td>0117-2117</td></tr><tr><td>178</td><td>Pemakai Kacamata</td><td>0118-2118</td></tr><tr><td>179</td><td>Pekerja Stasiun Minyak</td><td>0119-2119</td></tr><tr><td>180</td><td>Orang singapura</td><td>0120-2120</td></tr><tr><td>181</td><td>Rahib</td><td>0121-2121</td></tr><tr><td>182</td><td>Tukang Kredit</td><td>0122-2122</td></tr><tr><td>183</td><td>Perempuan Penjudi</td><td>0123-2123</td></tr><tr><td>184</td><td>Cewek Tukang Urut 0124-2124 Resepsionis</td><td>0125-2125</td></tr><tr><td>185</td><td>Orang Sabah</td><td>0126-2126</td></tr><tr><td>186</td><td>Ikan Arwana</td><td>2697-3032</td></tr><tr><td>187</td><td>Pemain Bola Keranjang</td><td>0127-2127</td></tr><tr><td>188</td><td>Memberi Kayu 4006-1969 Perempuan Bisu</td><td>0128-2128</td></tr><tr><td>189</td><td>Penjual Kosmetik</td><td>0129-2129</td></tr><tr><td>190</td><td>Tukang Besi</td><td>0130-2130</td></tr><tr><td>191</td><td>Petani</td><td>0131-2131</td></tr><tr><td>192</td><td>Training Dokter Pelatih 0132-2132 Polwan</td><td>0133-2133</td></tr><tr><td>193</td><td>Angkatan Laut</td><td>0134-2134</td></tr><tr><td>194</td><td>Tukang Sepatu</td><td>0135-2135</td></tr><tr><td>195</td><td>Fotografer</td><td>0136-2136</td></tr><tr><td>196</td><td>Atlit</td><td>0137-2137</td></tr><tr><td>197</td><td>Brimob</td><td>0138-2138</td></tr><tr><td>198</td><td>Karyawan Pemda</td><td>0139-2139</td></tr><tr><td>199</td><td>Kekasih</td><td>0140-2140</td></tr><tr><td>200</td><td>Mendadak Kaya</td><td>0141-2141</td></tr><tr><td>201</td><td>Pemburu</td><td>0142-2142</td></tr><tr><td>202</td><td>Perempuan Telanjang 0143-2143 Pramuka</td><td>0144-2144</td></tr><tr><td>203</td><td>Penjual Buah</td><td>0145-2145</td></tr><tr><td>204</td><td>Tukang Sapu</td><td>0146-2146</td></tr><tr><td>205</td><td>Pengemis</td><td>0147-2147</td></tr><tr><td>206</td><td>Pragawan</td><td>0148-2148</td></tr><tr><td>207</td><td>Buronan</td><td>0149-2149</td></tr><tr><td>208</td><td>Penjaga Hutan</td><td>0150-2150</td></tr><tr><td>209</td><td>Juru Selam</td><td>0151-2151</td></tr><tr><td>210</td><td>Ayah Angkat</td><td>0152-2152</td></tr><tr><td>211</td><td>Musuh</td><td>0153-2153</td></tr><tr><td>212</td><td>Wanita Penjual Sayur</td><td>0154-2154</td></tr><tr><td>213</td><td>Kapten Kapal</td><td>0155-2155</td></tr><tr><td>214</td><td>Orang Taiwan</td><td>0156-2156</td></tr><tr><td>215</td><td>Pemain Pedang</td><td>0157-2157</td></tr><tr><td>216</td><td>Penyapu Lantai</td><td>0158-2158</td></tr><tr><td>217</td><td>Pengacara Wanita</td><td>0159-2159</td></tr><tr><td>218</td><td>Penghutang</td><td>0160-2160</td></tr><tr><td>219</td><td>Penjaga Pintu</td><td>0161-2161</td></tr><tr><td>220</td><td>Gadis Bar</td><td>0162-2162</td></tr><tr><td>221</td><td>Pelukis</td><td>0163-2163</td></tr><tr><td>222</td><td>Pelacur Laki-Laki</td><td>0164-2164</td></tr><tr><td>223</td><td>Orang Bisu</td><td>0165-2165</td></tr><tr><td>224</td><td>Kuat Suka Bicara</td><td>0166-2166</td></tr><tr><td>225</td><td>Tunangan</td><td>0167-2167</td></tr><tr><td>226</td><td>Kondektur</td><td>0168-2168</td></tr><tr><td>227</td><td>Rang Punyab</td><td>0169-2169</td></tr><tr><td>228</td><td>Kutu buku</td><td>0170-2170</td></tr><tr><td>229</td><td>Si Tuli</td><td>0171-2171</td></tr><tr><td>230</td><td>Penjual Es Krim</td><td>0172-2172</td></tr><tr><td>231</td><td>Peladang Tukang Kebun</td><td>0173-2173</td></tr><tr><td>232</td><td>Banjir Bandang</td><td>7971-8128</td></tr><tr><td>233</td><td>Atlit</td><td>0174-2174</td></tr><tr><td>234</td><td>Karyawan Bank</td><td>0175-2175</td></tr><tr><td>235</td><td>Karyawan Pabrik</td><td>0176-2176</td></tr><tr><td>236</td><td>Tukang Angkut Barang</td><td>0177-2177</td></tr><tr><td>237</td><td>Pelatuh Kungfu</td><td>0178-2178</td></tr><tr><td>238</td><td>Tukang Pembersih Sampah</td><td>0179-2179</td></tr><tr><td>239</td><td>Digerebek Polisi</td><td>2697-3032</td></tr><tr><td>240</td><td>Barisan Pengawal 0180-2180 Orang Buta</td><td>0181-2181</td></tr><tr><td>241</td><td>Guide</td><td>0182-2182</td></tr><tr><td>242</td><td>Polantas</td><td>0183-2183</td></tr><tr><td>243</td><td>Penjual Sepeda Motor</td><td>0184-2184</td></tr><tr><td>244</td><td>Dukun India</td><td>0185-2185</td></tr><tr><td>245</td><td>Grup Pencuri</td><td>0186-2186</td></tr><tr><td>246</td><td>Pelacur</td><td>0187-2187</td></tr><tr><td>247</td><td>Tukang Pembersih WC</td><td>0188-2188</td></tr><tr><td>248</td><td>Murid Perempuan</td><td>0189-2189</td></tr><tr><td>249</td><td>Orang Tua</td><td>0190-2190</td></tr><tr><td>250</td><td>Tukang Cukur</td><td>0191-2191</td></tr><tr><td>251</td><td>Tukang Listrik</td><td>0192-2192</td></tr><tr><td>252</td><td>Pemain Sepak Bola</td><td>0193-2193</td></tr><tr><td>253</td><td>Tukang pos</td><td>0194-2194</td></tr><tr><td>254</td><td>Pelawak</td><td>0195-2195</td></tr><tr><td>255</td><td>Tukang Cetak</td><td>0196-2196</td></tr><tr><td>256</td><td>Karyawan Kantor Pengacara</td><td>0197-2197</td></tr><tr><td>257</td><td>Orang Aneh</td><td>0198-2198</td></tr><tr><td>258</td><td>Penarik Becak</td><td>0199-2199</td></tr><tr><td>259</td><td>Bidan</td><td>0200-2200</td></tr><tr><td>260</td><td>Tukang Jahit</td><td>0201-2201</td></tr><tr><td>261</td><td>Kepala Sekolah Wanita</td><td>0202-2202</td></tr><tr><td>262</td><td>Tukang kayu</td><td>0203-2203</td></tr><tr><td>263</td><td>Perompak Lanun</td><td>0204-2204</td></tr><tr><td>264</td><td>Juru Terapi</td><td>0205-2205</td></tr><tr><td>265</td><td>Juru Tik</td><td>0206-2206</td></tr><tr><td>266</td><td>Penjual keliling</td><td>0207-2207</td></tr><tr><td>267</td><td>Tunangan</td><td>0208-2208</td></tr><tr><td>268</td><td>Hakim Perempuan</td><td>0209-2209</td></tr><tr><td>269</td><td>Langganan</td><td>0210-2210</td></tr><tr><td>270</td><td>Pekerja Kantor Bursa</td><td>0211-2211</td></tr><tr><td>271</td><td>Hantu Penghisap darah</td><td>0212-2212</td></tr><tr><td>272</td><td>Orang Philipina</td><td>0213-2213</td></tr><tr><td>273</td><td>Anak Yatim</td><td>0214-2214</td></tr><tr><td>274</td><td>Pembersih Cermin</td><td>0215-2215</td></tr><tr><td>275</td><td>Penjinak Binatang (Pawang</td><td>0216-2216</td></tr><tr><td>276</td><td>Ahli Makeup</td><td>0217-2217</td></tr><tr><td>277</td><td>Tukang Sihir</td><td>0218-2218</td></tr><tr><td>278</td><td>Cewek Penjual Lotre</td><td>0219-2219</td></tr><tr><td>279</td><td>Buruh Tambang</td><td>0220-2220</td></tr><tr><td>280</td><td>Penari</td><td>0221-2221</td></tr><tr><td>281</td><td>Mak Comblang</td><td>0222-2222</td></tr><tr><td>282</td><td>Bayi</td><td>0223-2223</td></tr><tr><td>283</td><td>Perempuan Penjahat 0224-2224 Perdana Menteri</td><td>0225-2225</td></tr><tr><td>284</td><td>Robot</td><td>0226-2226</td></tr><tr><td>285</td><td>Orang Pakistan</td><td>0227-2227</td></tr><tr><td>286</td><td>Pelatih</td><td>0228-2228</td></tr><tr><td>287</td><td>Rahib Perempuan</td><td>0229-2229</td></tr><tr><td>288</td><td>Adik Angkat</td><td>0230-2230</td></tr><tr><td>289</td><td>Penghisap Ganja</td><td>0231-2231</td></tr><tr><td>290</td><td>Tukang Parkir</td><td>0232-2232</td></tr><tr><td>291</td><td>Juru Rawat Persalinan</td><td>0233-2233</td></tr><tr><td>292</td><td>Pemahat</td><td>0234-2234</td></tr><tr><td>293</td><td>Penjaja Perempuan 0235-2235 Rumah Terbakar</td><td>8128-7971</td></tr><tr><td>294</td><td>Murid Laki-Laki</td><td>0236-2236</td></tr><tr><td>295</td><td>Tukang Kedai</td><td>0237-2237</td></tr><tr><td>296</td><td>Pegawai Kesehatan</td><td>0238-2238</td></tr><tr><td>297</td><td>Agen Perumahan</td><td>0239-2239</td></tr><tr><td>298</td><td>Penyanyi Perempuan</td><td>0240-2240</td></tr><tr><td>299</td><td>Pembicara</td><td>0241-2241</td></tr><tr><td>300</td><td>Peramal Perempuan</td><td>0242-2242</td></tr><tr><td>301</td><td>Babu</td><td>0243-2243</td></tr><tr><td>302</td><td>Emak Mertua</td><td>0244-2244</td></tr><tr><td>303</td><td>Pekerja Asuransi</td><td>0245-2245</td></tr><tr><td>304</td><td>Aktris</td><td>0246-2246</td></tr><tr><td>305</td><td>Tukang Kredit Uang</td><td>0247-2247</td></tr><tr><td>306</td><td>Resepsionis</td><td>0248-2248</td></tr><tr><td>307</td><td>Penjaga Stok</td><td>0249-2249</td></tr><tr><td>308</td><td>Abang Angkat</td><td>0250-2250</td></tr><tr><td>309</td><td>Orang Portugis</td><td>0251-2251</td></tr><tr><td>310</td><td>Orang Jerman</td><td>0252-2252</td></tr><tr><td>311</td><td>Orang Inggris</td><td>0253-2253</td></tr><tr><td>312</td><td>Juri</td><td>0254-2254</td></tr><tr><td>313</td><td>Blacklist</td><td>0255-2255</td></tr><tr><td>314</td><td>Hostes</td><td>0256-2256</td></tr><tr><td>315</td><td>Hippie</td><td>0257-2257</td></tr><tr><td>316</td><td>Orang Asing</td><td>0258-2258</td></tr><tr><td>317</td><td>Kakak Angkat</td><td>0259-2259</td></tr><tr><td>318</td><td>Aktor</td><td>0260-2260</td></tr><tr><td>319</td><td>Pramuka Putri</td><td>0261-2261</td></tr><tr><td>320</td><td>Orang Thailand</td><td>0262-2262</td></tr><tr><td>321</td><td>Pemandu Kapal Laut</td><td>0263-2263</td></tr><tr><td>322</td><td>Laki-Laki Telanjang 0264-2264 Penulis</td><td>0265-2265</td></tr><tr><td>323</td><td>Orang Italy</td><td>0266-2266</td></tr><tr><td>324</td><td>Pak Guru</td><td>0267-2267</td></tr><tr><td>325</td><td>Istri</td><td>0268-2268</td></tr><tr><td>326</td><td>Pasukan Pemadam Kebakaran</td><td>0269-2269</td></tr><tr><td>327</td><td>Hartawan</td><td>0270-2270</td></tr><tr><td>328</td><td>Orang Eropa</td><td>0271-2271</td></tr><tr><td>329</td><td>Kepala Sekolah</td><td>0272-2272</td></tr><tr><td>330</td><td>Penjamin</td><td>0273-2273</td></tr><tr><td>331</td><td>Ahli Tata Rambut</td><td>0274-2274</td></tr><tr><td>332</td><td>Dokter</td><td>0275-2275</td></tr><tr><td>333</td><td>Senator</td><td>0276-2276</td></tr><tr><td>334</td><td>Gundik</td><td>0277-2277</td></tr><tr><td>335</td><td>Pelayan Kedai Kopi</td><td>0278-2278</td></tr><tr><td>336</td><td>Orang Buntung</td><td>0279-2279</td></tr><tr><td>337</td><td>Petinju</td><td>0280-2280</td></tr><tr><td>338</td><td>Boss</td><td>0281-2281</td></tr><tr><td>339</td><td>Ahli</td><td>0282-2282</td></tr><tr><td>340</td><td>Wartawan</td><td>0283-2283</td></tr><tr><td>341</td><td>Perempuan Penjual Buah</td><td>0284-2284</td></tr><tr><td>342</td><td>Empunya Penjual Kedai 0285-2285 Pramugari</td><td>0286-2286</td></tr><tr><td>343</td><td>Hakim Laki-Laki</td><td>0287-2287</td></tr><tr><td>344</td><td>Pragawati</td><td>0288-2288</td></tr><tr><td>345</td><td>Jangkung</td><td>0289-2289</td></tr><tr><td>346</td><td>Ahli Kimia</td><td>0290-2290</td></tr><tr><td>347</td><td>Adik Angkat</td><td>0291-2291</td></tr><tr><td>348</td><td>Perempuan Karyawan Pabrik</td><td>0292-2292</td></tr><tr><td>349</td><td>Tante Cerewet</td><td>0293-2293</td></tr><tr><td>350</td><td>Pemandu</td><td>0294-2294</td></tr><tr><td>351</td><td>Pengajar</td><td>0295-2295</td></tr><tr><td>352</td><td>Mando Kepala</td><td>0296-2296</td></tr><tr><td>353</td><td>Tukang Kebun</td><td>0297-2297</td></tr><tr><td>354</td><td>Penjual Mi Goreng</td><td>0298-2298</td></tr><tr><td>355</td><td>Mak Comblang</td><td>0299-2299</td></tr><tr><td>356</td><td>Hari Lahir Raja</td><td>0300-2300</td></tr><tr><td>357</td><td>Hari Lahir Abang</td><td>0301-2301</td></tr><tr><td>358</td><td>Natal</td><td>0302-2302</td></tr><tr><td>359</td><td>Pesta Rembulan</td><td>0303-2303</td></tr><tr><td>360</td><td>Hari Si Bodoh</td><td>0304-2304</td></tr><tr><td>361</td><td>Hari Jadi Dewi</td><td>0305-2305</td></tr><tr><td>362</td><td>Hari Pahlawan</td><td>0306-2306</td></tr><tr><td>363</td><td>Kawin Adat India</td><td>0307-2307</td></tr><tr><td>364</td><td>Hari Raya See Fu</td><td>0308-2308</td></tr><tr><td>365</td><td>Hari Jadi Teman Sekerja</td><td>0309-2309</td></tr><tr><td>366</td><td>Hari Bapak</td><td>0310-2310</td></tr><tr><td>367</td><td>Hari Jadi Kekasih Laki-Laki</td><td>0311-2311</td></tr><tr><td>368</td><td>Hari Jadi Chu Wah 0312-2312 Malam Tahun Baru</td><td>0313-2313</td></tr><tr><td>369</td><td>Thaipusan</td><td>0314-2314</td></tr><tr><td>370</td><td>Pertunangan Teman</td><td>0315-2315</td></tr><tr><td>371</td><td>Festival Orang Melayu</td><td>0316-2316</td></tr><tr><td>372</td><td>Hari Guru</td><td>0317-2317</td></tr><tr><td>373</td><td>Hari Kawin</td><td>0318-2318</td></tr><tr><td>374</td><td>Hari RAya Puasa Orang Melayu</td><td>0319-2319</td></tr><tr><td>375</td><td>Hari Ibu</td><td>0320-2320</td></tr><tr><td>376</td><td>Hari Pria</td><td>0321-2321</td></tr><tr><td>377</td><td>Pesta Hindu</td><td>0322-2322</td></tr><tr><td>378</td><td>Hari Jadi Pak Mertua</td><td>0323-2323</td></tr><tr><td>379</td><td>Hari Libur Sekolah</td><td>0324-2324</td></tr><tr><td>380</td><td>Hari Jadi Agung</td><td>0325-2325</td></tr><tr><td>381</td><td>Kawin Emas</td><td>0326-2326</td></tr><tr><td>382</td><td>Hari Peringatan</td><td>0327-2327</td></tr><tr><td>383</td><td>Tahun Baru Orang Punyab</td><td>0328-2328</td></tr><tr><td>384</td><td>Hari Pesta Bulan Mei (Kuf Cang)</td><td>0329-2329</td></tr><tr><td>385</td><td>Hari Buruh</td><td>0330-2330</td></tr><tr><td>386</td><td>Tahun Baru India</td><td>0331-2331</td></tr><tr><td>387</td><td>Perkawinan Homoseks 0332-2332 Hario Jadi Bapak</td><td>0333-2333</td></tr><tr><td>388</td><td>Gendong Bayi</td><td>8678-8128</td></tr><tr><td>389</td><td>Cheng Beng</td><td>0334-2334</td></tr><tr><td>390</td><td>Tiong Ciu</td><td>0335-2335</td></tr><tr><td>391</td><td>Hari Lahir Kekasih Cewek</td><td>0336-2336</td></tr><tr><td>392</td><td>Kawin Adat Melayu</td><td>0337-2337</td></tr><tr><td>393</td><td>Cap Go Meh</td><td>0338-2338</td></tr><tr><td>394</td><td>Hari Pacuan Kuda</td><td>0339-2339</td></tr><tr><td>395</td><td>Hari PBB</td><td>0340-2340</td></tr><tr><td>396</td><td>Hari Jadi Dewi</td><td>0341-2341</td></tr><tr><td>397</td><td>Perkawinan Lain Bangsa</td><td>0342-2342</td></tr><tr><td>398</td><td>Hari Raya Shin Shi</td><td>0343-2343</td></tr><tr><td>399</td><td>Hari Undi</td><td>0344-2344</td></tr><tr><td>400</td><td>Hari Puasa</td><td>0345-2345</td></tr><tr><td>401</td><td>Hari Kanak-Kanak</td><td>0346-2346</td></tr><tr><td>402</td><td>Kakak Kawin 0347-2347 Hari Menanam</td><td>0348-2348</td></tr><tr><td>403</td><td>Bank Tutup</td><td>0349-2349</td></tr><tr><td>404</td><td>Hari Paskah</td><td>0350-2350</td></tr><tr><td>405</td><td>Hari Waisak</td><td>0351-2351</td></tr><tr><td>406</td><td>Kantor Pos</td><td>0352-2352</td></tr><tr><td>407</td><td>Rumah Sakit</td><td>0353-2353</td></tr><tr><td>408</td><td>Kasino</td><td>0354-2354</td></tr><tr><td>409</td><td>Pabrik Lampu</td><td>0355-2355</td></tr><tr><td>410</td><td>Pasar</td><td>0356-2356</td></tr><tr><td>411</td><td>Bangunan Tinngi</td><td>0357-2357</td></tr><tr><td>412</td><td>Museum</td><td>0358-2358</td></tr><tr><td>413</td><td>Pabrik Kantong Plastik</td><td>0359-2359</td></tr><tr><td>414</td><td>Hari Jadi Tai Pak Kung</td><td>0360-2360</td></tr><tr><td>415</td><td>Kantor Pemerintah</td><td>0361-2361</td></tr><tr><td>416</td><td>Menara</td><td>0362-2362</td></tr><tr><td>417</td><td>Kantor Polisi</td><td>0363-2363</td></tr><tr><td>418</td><td>Pabrik Elektro</td><td>0364-2364</td></tr><tr><td>419</td><td>Pegadaian</td><td>0365-2365</td></tr><tr><td>420</td><td>Pabrik Permen</td><td>0366-2366</td></tr><tr><td>421</td><td>Rumah Berteras</td><td>0367-2367</td></tr><tr><td>422</td><td>Pabrik Tinta</td><td>0368-2368</td></tr><tr><td>423</td><td>Komplex Pertokoan 0369-2369 Tahun Baru Orang Melayu</td><td>0370-2370</td></tr><tr><td>424</td><td>Hari Tepekong Dapur</td><td>0371-2371</td></tr><tr><td>425</td><td>Pulau</td><td>0372-2372</td></tr><tr><td>426</td><td>Gereja Saimese</td><td>0373-2373</td></tr><tr><td>427</td><td>Depot Minyak</td><td>0374-2374</td></tr><tr><td>428</td><td>Stasiun Minyak</td><td>0375-2375</td></tr><tr><td>429</td><td>Pertambangan Emas</td><td>0376-2376</td></tr><tr><td>430</td><td>Kebun Binatang</td><td>0377-2377</td></tr><tr><td>431</td><td>Panti Piatu</td><td>0378-2378</td></tr><tr><td>432</td><td>Panti Orang Buta</td><td>0379-2379</td></tr><tr><td>433</td><td>Hotel</td><td>0380-2380</td></tr><tr><td>434</td><td>Tahun Baru Belanda</td><td>0381-2381</td></tr><tr><td>435</td><td>Penjara</td><td>0382-2382</td></tr><tr><td>436</td><td>Makam Ganjil</td><td>0383-2383</td></tr><tr><td>437</td><td>Club</td><td>0384-2384</td></tr><tr><td>438</td><td>Bungalow</td><td>0385-2385</td></tr><tr><td>439</td><td>Rumah Setengah Terpisah</td><td>0386-2386</td></tr><tr><td>440</td><td>Pos Polisi</td><td>0387-2387</td></tr><tr><td>441</td><td>Panti Jompo</td><td>0388-2388</td></tr><tr><td>442</td><td>Kantor PLN</td><td>0389-2389</td></tr><tr><td>443</td><td>Hari Kemerdekaan</td><td>0390-2390</td></tr><tr><td>444</td><td>Sekolah</td><td>0391-2391</td></tr><tr><td>445</td><td>Kebun Bunga</td><td>0392-2392</td></tr><tr><td>446</td><td>Pabrik Rokok</td><td>0393-2393</td></tr><tr><td>447</td><td>WC LAki-Laki</td><td>0394-2394</td></tr><tr><td>448</td><td>Pabrik Pakaian 0395-2395 Pelabuhan</td><td>0396-2396</td></tr><tr><td>449</td><td>Mesjid</td><td>0397-2397</td></tr><tr><td>450</td><td>Pondok Ganjil</td><td>0398-2398</td></tr><tr><td>451</td><td>Halte Bus</td><td>0399-2399</td></tr><tr><td>452</td><td>Rumah Adat</td><td>0400-2400</td></tr><tr><td>453</td><td>Stasiun KA</td><td>0401-2401</td></tr><tr><td>454</td><td>Rumah Deret Dua Tingkat</td><td>0402-2402</td></tr><tr><td>455</td><td>Panti Orang Buta</td><td>0403-2403</td></tr><tr><td>456</td><td>Kandabg Ayam</td><td>0404-2404</td></tr><tr><td>457</td><td>Tempat Peristirahatan</td><td>0405-2405</td></tr><tr><td>458</td><td>Jendela</td><td>0406-2406</td></tr><tr><td>459</td><td>Pentas</td><td>0407-2407</td></tr><tr><td>460</td><td>Panti Rehab Narkotika</td><td>0408-2408</td></tr><tr><td>461</td><td>Pabrik Kaleng</td><td>0409-2409</td></tr><tr><td>462</td><td>Hotel</td><td>0410-2410</td></tr><tr><td>463</td><td>Pabrik Karet</td><td>0411-2411</td></tr><tr><td>464</td><td>Gudang Rokok</td><td>0412-2412</td></tr><tr><td>465</td><td>Pabrik Kain</td><td>0413-2413</td></tr><tr><td>466</td><td>Kantor Telkom</td><td>0414-2414</td></tr><tr><td>467</td><td>Pabrik Kaos</td><td>0415-2415</td></tr><tr><td>468</td><td>Makam</td><td>0416-2416</td></tr><tr><td>469</td><td>Rumah Sakit Gila</td><td>0417-2417</td></tr><tr><td>470</td><td>Pabrik Hio</td><td>0418-2418</td></tr><tr><td>471</td><td>Panti Cacat</td><td>0419-2419</td></tr><tr><td>472</td><td>Aquarium</td><td>0420-2420</td></tr><tr><td>473</td><td>Pabrik Gas</td><td>0421-2421</td></tr><tr><td>474</td><td>Simpang Empat</td><td>0422-2422</td></tr><tr><td>475</td><td>WC Wanita</td><td>0423-2423</td></tr><tr><td>476</td><td>Perusahaan Angkutan</td><td>0424-2424</td></tr><tr><td>477</td><td>Kandang Kerbau</td><td>0425-2425</td></tr><tr><td>478</td><td>Melempar Sapi</td><td>3195-7167</td></tr><tr><td>479</td><td>Panti Piatu</td><td>0426-2426</td></tr><tr><td>480</td><td>Kantor Koran</td><td>0427-2427</td></tr><tr><td>481</td><td>Museum</td><td>0428-2428</td></tr><tr><td>482</td><td>Rumah Rehabilitasi</td><td>0429-2429</td></tr><tr><td>483</td><td>Kurungan Harimau</td><td>0430-2430</td></tr><tr><td>484</td><td>Pohon Keramat</td><td>0431-2431</td></tr><tr><td>485</td><td>Putaran</td><td>0432-2432</td></tr><tr><td>486</td><td>Pagar Itik</td><td>0433-2433</td></tr><tr><td>487</td><td>Kandang Burung Dara</td><td>0434-2434</td></tr><tr><td>488</td><td>Kawasan Hutan</td><td>0435-2435</td></tr><tr><td>489</td><td>Kandang Anjing</td><td>0436-2436</td></tr><tr><td>490</td><td>Rumah Atap</td><td>0437-2437</td></tr><tr><td>491</td><td>Toko Peti Mati</td><td>0438-2438</td></tr><tr><td>492</td><td>Dewa Bumi</td><td>0439-2439</td></tr><tr><td>493</td><td>Pabrik Mobil</td><td>0440-2440</td></tr><tr><td>494</td><td>Kuil</td><td>0441-2441</td></tr><tr><td>495</td><td>Bilik Keselamatan</td><td>0442-2442</td></tr><tr><td>496</td><td>Anak Anjing</td><td>2400-5271</td></tr><tr><td>497</td><td>Mobil Beriringan</td><td>1010-3459</td></tr><tr><td>498</td><td>Keraton</td><td>0443-2443</td></tr><tr><td>499</td><td>Bank</td><td>0444-2444</td></tr><tr><td>500</td><td>Toko Ban</td><td>0445-2445</td></tr><tr><td>501</td><td>Lapangan Udara</td><td>0446-2446</td></tr><tr><td>502</td><td>Kolam Renang</td><td>0447-2447</td></tr><tr><td>503</td><td>Pabrik</td><td>0448-2448</td></tr><tr><td>504</td><td>Pabrik Sabun</td><td>0449-2449</td></tr><tr><td>505</td><td>Burung Sri Gunting</td><td>0450-2450</td></tr><tr><td>506</td><td>Kuda</td><td>0451-2451</td></tr><tr><td>507</td><td>Zebra</td><td>0452-2452</td></tr><tr><td>508</td><td>Babi</td><td>0453-2453</td></tr><tr><td>509</td><td>Kerbau</td><td>0454-2454</td></tr><tr><td>510</td><td>Beruang</td><td>0455-2455</td></tr><tr><td>511</td><td>Anjing</td><td>0456-2456</td></tr><tr><td>512</td><td>Jerapah</td><td>0457-2457</td></tr><tr><td>513</td><td>Ketam (Kepiting)</td><td>0458-2458</td></tr><tr><td>514</td><td>Semut</td><td>0459-2459</td></tr><tr><td>515</td><td>Lalat</td><td>0460-2460</td></tr><tr><td>516</td><td>Ikan</td><td>0461-2461</td></tr><tr><td>517</td><td>Kelabang</td><td>0462-2462</td></tr><tr><td>518</td><td>Kucing</td><td>0463-2463</td></tr><tr><td>519</td><td>Ayam</td><td>0464-2464</td></tr><tr><td>520</td><td>Nyamuk</td><td>0465-2465</td></tr><tr><td>521</td><td>Mepati</td><td>0466-2466</td></tr><tr><td>522</td><td>Gajah</td><td>0467-2467</td></tr><tr><td>523</td><td>Ikan Mas</td><td>0468-2468</td></tr><tr><td>524</td><td>Ular</td><td>0469-2469</td></tr><tr><td>525</td><td>Kanguru</td><td>0470-2470</td></tr><tr><td>526</td><td>Monyet</td><td>0471-2471</td></tr><tr><td>527</td><td>Tikus</td><td>0472-2472</td></tr><tr><td>528</td><td>Kelelawar</td><td>0473-2473</td></tr><tr><td>529</td><td>Harimau</td><td>0474-2474</td></tr><tr><td>530</td><td>Keldai</td><td>0475-2475</td></tr><tr><td>531</td><td>Burung</td><td>0476-2476</td></tr><tr><td>532</td><td>Gorilla</td><td>0477-2477</td></tr><tr><td>533</td><td>Merak</td><td>0478-2478</td></tr><tr><td>534</td><td>gagak</td><td>0479-2479</td></tr><tr><td>535</td><td>Udang</td><td>0480-2480</td></tr><tr><td>536</td><td>Macan Tutul</td><td>0481-2481</td></tr><tr><td>537</td><td>Cecak</td><td>0482-2482</td></tr><tr><td>538</td><td>Katak</td><td>0483-2483</td></tr><tr><td>539</td><td>Kambing</td><td>0484-2484</td></tr><tr><td>540</td><td>Kelinci</td><td>0485-2485</td></tr><tr><td>541</td><td>Buaya</td><td>0486-2486</td></tr><tr><td>542</td><td>Kupu-Kupu</td><td>0487-2487</td></tr><tr><td>543</td><td>Ayam Belanda</td><td>0488-2488</td></tr><tr><td>544</td><td>Naga</td><td>0489-2489</td></tr><tr><td>545</td><td>Kakaktua</td><td>0490-2490</td></tr><tr><td>546</td><td>Tokek</td><td>0491-2491</td></tr><tr><td>547</td><td>Itik</td><td>0492-2492</td></tr><tr><td>548</td><td>Serangga</td><td>0493-2493</td></tr><tr><td>549</td><td>Singa</td><td>0494-2494</td></tr><tr><td>550</td><td>Lembu</td><td>0495-2495</td></tr><tr><td>551</td><td>Srigala</td><td>0496-2496</td></tr><tr><td>552</td><td>Siput</td><td>0497-2497</td></tr><tr><td>553</td><td>Macan Kumbang 0498-2498 Kumbang</td><td>0499-2499</td></tr><tr><td>554</td><td>Buku TAbungan Bank</td><td>0500-2500</td></tr><tr><td>555</td><td>Akar-Akar</td><td>0501-2501</td></tr><tr><td>556</td><td>Kotak Surat</td><td>0502-2502</td></tr><tr><td>557</td><td>KEpingan Kaca</td><td>0503-2503</td></tr><tr><td>558</td><td>Narkotik</td><td>0504-2504</td></tr><tr><td>559</td><td>Kacang Panjang</td><td>0505-2505</td></tr><tr><td>560</td><td>Retsleting</td><td>0506-2506</td></tr><tr><td>561</td><td>Bola Bowling</td><td>0507-2507</td></tr><tr><td>562</td><td>Hioswa</td><td>0508-2508</td></tr><tr><td>563</td><td>Biji Timah</td><td>0509-2509</td></tr><tr><td>564</td><td>Macam-Macam Kalengan</td><td>0510-2510</td></tr><tr><td>565</td><td>Tanda Kaki</td><td>0511-2511</td></tr><tr><td>566</td><td>Sumpit</td><td>0512-2512</td></tr><tr><td>567</td><td>Kapal Layar</td><td>0513-2513</td></tr><tr><td>568</td><td>Kabel Listrik</td><td>0514-2514</td></tr><tr><td>569</td><td>Mutiara Imitasi</td><td>0515-2515</td></tr><tr><td>570</td><td>Tas Kain</td><td>0516-2516</td></tr><tr><td>571</td><td>Gitar</td><td>0517-2517</td></tr><tr><td>572</td><td>Peledak</td><td>0518-2518</td></tr><tr><td>573</td><td>Telur Penyu</td><td>0519-2519</td></tr><tr><td>574</td><td>Cap Tanggal</td><td>0520-2520</td></tr><tr><td>575</td><td>Lampu</td><td>0521-2521</td></tr><tr><td>576</td><td>Handuk</td><td>0522-2522</td></tr><tr><td>577</td><td>Pengisap Debu</td><td>0523-2523</td></tr><tr><td>578</td><td>Surat Cukai Jalan</td><td>0524-2524</td></tr><tr><td>579</td><td>Bola Golf</td><td>0525-2525</td></tr><tr><td>580</td><td>Rantang Kursi</td><td>0526-2526</td></tr><tr><td>581</td><td>Kursi Batu</td><td>0527-2527</td></tr><tr><td>582</td><td>Arang</td><td>0528-2528</td></tr><tr><td>583</td><td>KTP Palsu</td><td>0529-2529</td></tr><tr><td>584</td><td>Pohon</td><td>0530-2530</td></tr><tr><td>585</td><td>Jam Dinding</td><td>0531-2531</td></tr><tr><td>586</td><td>Bakul Plastik</td><td>0532-2532</td></tr><tr><td>587</td><td>Kutek</td><td>0533-2533</td></tr><tr><td>588</td><td>Pakaian Dalam</td><td>0534-2534</td></tr><tr><td>589</td><td>Sikat Sepatu</td><td>0535-2535</td></tr><tr><td>590</td><td>Batu Bata</td><td>0536-2536</td></tr><tr><td>591</td><td>Garpu Daging</td><td>0537-2537</td></tr><tr><td>592</td><td>Sepatu Anak-Anak</td><td>0538-2538</td></tr><tr><td>593</td><td>Kartu Peringatan</td><td>0539-2539</td></tr><tr><td>594</td><td>Daftar Obat</td><td>0540-2540</td></tr><tr><td>595</td><td>Bunga Imitasi</td><td>0541-2541</td></tr><tr><td>596</td><td>Nanas</td><td>0542-2542</td></tr><tr><td>597</td><td>Pipa Rokok</td><td>0543-2543</td></tr><tr><td>598</td><td>Naik Mobil Semut - Berkelahi</td><td>9894-0435</td></tr><tr><td>599</td><td>Poster</td><td>0544-2544</td></tr><tr><td>600</td><td>Kacang Tanah</td><td>0545-2545</td></tr><tr><td>601</td><td>Surat Bank</td><td>0546-2546</td></tr><tr><td>602</td><td>Obat Nyamuk</td><td>0547-2547</td></tr><tr><td>603</td><td>Panci Listrik</td><td>0548-2548</td></tr><tr><td>604</td><td>Bedak Giling</td><td>0549-2549</td></tr><tr><td>605</td><td>Kaleng Nasi</td><td>0550-2550</td></tr><tr><td>606</td><td>Kran</td><td>0551-2551</td></tr><tr><td>607</td><td>Peti Buah</td><td>0552-2552</td></tr><tr><td>608</td><td>Paku Besi</td><td>0553-2553</td></tr><tr><td>609</td><td>Mata</td><td>0554-2554</td></tr><tr><td>610</td><td>Batu Asah</td><td>0555-2555</td></tr><tr><td>611</td><td>Sepatu Bayi</td><td>0556-2556</td></tr><tr><td>612</td><td>Bedak Bayi</td><td>0557-2557</td></tr><tr><td>613</td><td>Gigi Anjing</td><td>0558-2558</td></tr><tr><td>614</td><td>Pemasak Sangwah</td><td>0559-2559</td></tr><tr><td>615</td><td>Steker Listrik</td><td>0560-2560</td></tr><tr><td>616</td><td>Cerutu</td><td>0561-2561</td></tr><tr><td>617</td><td>Bass Besar</td><td>0562-2562</td></tr><tr><td>618</td><td>Lilin Putih</td><td>0563-2563</td></tr><tr><td>619</td><td>Lilin Merah</td><td>0564-2564</td></tr><tr><td>620</td><td>Notes Peredaran</td><td>0565-2565</td></tr><tr><td>621</td><td>Alat Panggang Roti 0566-2566 Parfume</td><td>0567-2567</td></tr><tr><td>622</td><td>Komponen Sepeda</td><td>0568-2568</td></tr><tr><td>623</td><td>Pemasak Listrik</td><td>0569-2569</td></tr><tr><td>624</td><td>Palu</td><td>0570-2570</td></tr><tr><td>625</td><td>Punggung Telapak Tangan</td><td>0571-2571</td></tr><tr><td>626</td><td>Surat Kabar Lama</td><td>0572-2572</td></tr><tr><td>627</td><td>Sangkar Burung</td><td>0573-2573</td></tr><tr><td>628</td><td>Pencukur</td><td>0574-2574</td></tr><tr><td>629</td><td>Obat Penguat Badan</td><td>0575-2575</td></tr><tr><td>630</td><td>Surat Keluarga</td><td>0576-2576</td></tr><tr><td>631</td><td>Kartu Nama</td><td>0577-2577</td></tr><tr><td>632</td><td>Mantel</td><td>0578-2578</td></tr><tr><td>633</td><td>Sarang Burung</td><td>0579-2579</td></tr><tr><td>634</td><td>Perangko</td><td>0580-2580</td></tr><tr><td>635</td><td>Kancing Baju</td><td>0581-2581</td></tr><tr><td>636</td><td>Piringan Hitam</td><td>0582-2582</td></tr><tr><td>637</td><td>Topeng</td><td>0583-2583</td></tr><tr><td>638</td><td>Besi</td><td>0584-2584</td></tr><tr><td>639</td><td>Sepatu Ganjil</td><td>0585-2585</td></tr><tr><td>640</td><td>Koin Lama</td><td>0586-2586</td></tr><tr><td>641</td><td>Dop Lampu</td><td>0587-2587</td></tr><tr><td>642</td><td>Kartu Pasien</td><td>0588-2588</td></tr><tr><td>643</td><td>Buah Buahan</td><td>0589-2589</td></tr><tr><td>644</td><td>Baki Imitasi BerukirNaga</td><td>0590-2590</td></tr><tr><td>645</td><td>Sayuran Imitas</td><td>0591-2591</td></tr><tr><td>646</td><td>Tembag</td><td>0592-2592</td></tr><tr><td>647</td><td>Kerta</td><td>0593-2593</td></tr><tr><td>648</td><td>Korde</td><td>0594-2594</td></tr><tr><td>649</td><td>Hair Drye</td><td>0595-2595</td></tr><tr><td>650</td><td>Gigi Maca</td><td>0596-2596</td></tr><tr><td>651</td><td>Baterai</td><td>0597-2597</td></tr><tr><td>652</td><td>Gunting Rumput</td><td>0598-2598</td></tr><tr><td>653</td><td>Kartu Undangan</td><td>0599-2599</td></tr><tr><td>654</td><td>Kotak Bedak</td><td>0600-2600</td></tr><tr><td>655</td><td>Bulu Ayam</td><td>0601-2601</td></tr><tr><td>656</td><td>Kaca Pecah</td><td>0602-2602</td></tr><tr><td>657</td><td>Rambutan</td><td>0603-2603</td></tr><tr><td>658</td><td>Botol Arak</td><td>0604-2604</td></tr><tr><td>659</td><td>Sepatu Selam</td><td>0605-2605</td></tr><tr><td>660</td><td>Kalung Mutiara</td><td>0606-2606</td></tr><tr><td>661</td><td>Gelas Pecah</td><td>0607-2607</td></tr><tr><td>662</td><td>Buku Pantangan</td><td>0608-2608</td></tr><tr><td>663</td><td>Hanger Baru</td><td>0609-2609</td></tr><tr><td>664</td><td>Ikan Beracun</td><td>0610-2610</td></tr><tr><td>665</td><td>Balok</td><td>0611-2611</td></tr><tr><td>666</td><td>Kelambu Gantung</td><td>0612-2612</td></tr><tr><td>667</td><td>Ring Kunci</td><td>0613-2613</td></tr><tr><td>668</td><td>Perhiasan Imitasi</td><td>0614-2614</td></tr><tr><td>669</td><td>Sepatu Jinjit</td><td>0615-2615</td></tr><tr><td>670</td><td>Pisang</td><td>0616-2616</td></tr><tr><td>671</td><td>Mesin Tunai</td><td>0617-2617</td></tr><tr><td>672</td><td>Antenna</td><td>0618-2618</td></tr><tr><td>673</td><td>Lisensi Anjing</td><td>0619-2619</td></tr><tr><td>674</td><td>Jembatan Lintas</td><td>0620-2620</td></tr><tr><td>675</td><td>Raket cock</td><td>0621-2621</td></tr><tr><td>676</td><td>Gelang Rematik</td><td>0622-2622</td></tr><tr><td>677</td><td>Jamtangan Air</td><td>0623-2623</td></tr><tr><td>678</td><td>Lampu Jalan</td><td>0624-2624</td></tr><tr><td>679</td><td>Kertas Hijau</td><td>0625-2625</td></tr><tr><td>680</td><td>Pil KB</td><td>0626-2626</td></tr><tr><td>681</td><td>Pil Penggugur Kandungan</td><td>0627-2627</td></tr><tr><td>682</td><td>Kacang Polong</td><td>0628-2628</td></tr><tr><td>683</td><td>Surat Kabar Melayu 0629-2629 Buah Pir</td><td>0630-2630</td></tr><tr><td>684</td><td>Kamar Mandi</td><td>0631-2631</td></tr><tr><td>685</td><td>Kain</td><td>0632-2632</td></tr><tr><td>686</td><td>Kain Gombal</td><td>0633-2633</td></tr><tr><td>687</td><td>Sabun Anjing</td><td>0634-2634</td></tr><tr><td>688</td><td>Pintu Otomatis</td><td>0635-2635</td></tr><tr><td>689</td><td>Sapu Lidi</td><td>0636-2636</td></tr><tr><td>690</td><td>Sarang Lebah</td><td>0637-2637</td></tr><tr><td>691</td><td>Mangkok</td><td>0638-2638</td></tr><tr><td>692</td><td>Kartu Tahun Baru</td><td>0639-2639</td></tr><tr><td>693</td><td>Kembang Api</td><td>0640-2640</td></tr><tr><td>694</td><td>Cat</td><td>0641-2641</td></tr><tr><td>695</td><td>Patung</td><td>0642-2642</td></tr><tr><td>696</td><td>Obat Sayuran</td><td>0643-2643</td></tr><tr><td>697</td><td>Senapan Mainan</td><td>0644-2644</td></tr><tr><td>698</td><td>Surat Tercatat</td><td>0645-2645</td></tr><tr><td>699</td><td>Sabun Jerawat</td><td>0646-2646</td></tr><tr><td>700</td><td>Sikat</td><td>0647-2647</td></tr><tr><td>701</td><td>Poci Kopi</td><td>0648-2648</td></tr><tr><td>702</td><td>Timbangan Berdiri</td><td>0649-2649</td></tr><tr><td>703</td><td>Mainan</td><td>0650-2650</td></tr><tr><td>704</td><td>Amplop</td><td>0651-2651</td></tr><tr><td>705</td><td>Kertas Kuning</td><td>0652-2652</td></tr><tr><td>706</td><td>Magnit</td><td>0653-2653</td></tr><tr><td>707</td><td>Obat</td><td>0654-2654</td></tr><tr><td>708</td><td>Gunting</td><td>0655-2655</td></tr><tr><td>709</td><td>Terowongan</td><td>0656-2656</td></tr><tr><td>710</td><td>Cangkir</td><td>0657-2657</td></tr><tr><td>711</td><td>Bus Sekolah</td><td>0658-2658</td></tr><tr><td>712</td><td>Suryakanta (kaca pembesar)</td><td>0659-2659</td></tr><tr><td>713</td><td>Sumur</td><td>0660-2660</td></tr><tr><td>714</td><td>Bungkusan Nasi Uduk</td><td>0661-2661</td></tr><tr><td>715</td><td>Payung</td><td>0662-2662</td></tr><tr><td>716</td><td>Kelapa</td><td>0663-2663</td></tr><tr><td>717</td><td>Telur Ayam</td><td>0664-2664</td></tr><tr><td>718</td><td>Semangka</td><td>0665-2665</td></tr><tr><td>719</td><td>Surat Pengacara</td><td>0666-2666</td></tr><tr><td>720</td><td>Tempat Lilin</td><td>0667-2667</td></tr><tr><td>721</td><td>Kotak P3K</td><td>0668-2668</td></tr><tr><td>722</td><td>Surat Kabar Asing 0669-2669 Pelampung</td><td>0670-2670</td></tr><tr><td>723</td><td>Harmonika</td><td>0671-2671</td></tr><tr><td>724</td><td>Kotak Rokok</td><td>0672-2672</td></tr><tr><td>725</td><td>Ikat Pinggang</td><td>0673-2673</td></tr><tr><td>726</td><td>Sepatu Robek</td><td>0674-2674</td></tr><tr><td>727</td><td>Sepatu Baru</td><td>0675-2675</td></tr><tr><td>728</td><td>Sabun</td><td>0676-2676</td></tr><tr><td>729</td><td>Buah Pelir</td><td>0677-2677</td></tr><tr><td>730</td><td>Kain Merah</td><td>0678-2678</td></tr><tr><td>731</td><td>Air Mineral</td><td>0679-2679</td></tr><tr><td>732</td><td>Mesin Hitung Otomatis 0680-2680 Pulpen</td><td>0681-2681</td></tr><tr><td>733</td><td>Kulit Binatang</td><td>0682-2682</td></tr><tr><td>734</td><td>Foto Bintang Film</td><td>0683-2683</td></tr><tr><td>735</td><td>Tiket Palsu</td><td>0684-2684</td></tr><tr><td>736</td><td>Bakul Sayuran</td><td>0685-2685</td></tr><tr><td>737</td><td>Layangan</td><td>0686-2686</td></tr><tr><td>738</td><td>Gigi Kucing</td><td>0687-2687</td></tr><tr><td>739</td><td>Lentera Orang Mati</td><td>0688-2688</td></tr><tr><td>740</td><td>Timbangan Duduk</td><td>0689-2689</td></tr><tr><td>741</td><td>Ujung Dasi</td><td>0690-2690</td></tr><tr><td>742</td><td>Celana Dalam</td><td>0691-2691</td></tr><tr><td>743</td><td>Karangan Bunga</td><td>0692-2692</td></tr><tr><td>744</td><td>Dadu Palsu</td><td>0693-2693</td></tr><tr><td>745</td><td>Sengpui Kerang</td><td>0694-2694</td></tr><tr><td>746</td><td>Lonceng Tangan</td><td>0695-2695</td></tr><tr><td>747</td><td>Kaki</td><td>0696-2696</td></tr><tr><td>748</td><td>Kulit Ular</td><td>0697-2697</td></tr><tr><td>749</td><td>Penangkal Petir</td><td>0698-2698</td></tr><tr><td>750</td><td>Lemari Es</td><td>0699-2699</td></tr><tr><td>751</td><td>Gelas</td><td>0700-2700</td></tr><tr><td>752</td><td>Timbangan Gantung</td><td>0701-2701</td></tr><tr><td>753</td><td>Kalung</td><td>0702-2702</td></tr><tr><td>754</td><td>Bulu Mata Palsu</td><td>0703-2703</td></tr><tr><td>755</td><td>Pipa Rokok</td><td>0704-2704</td></tr><tr><td>756</td><td>Kursi Pencukur</td><td>0705-2705</td></tr><tr><td>757</td><td>Alat Pemanas Makanan</td><td>0706-2706</td></tr><tr><td>758</td><td>Tangan</td><td>0707-2707</td></tr><tr><td>759</td><td>Alat Bantu Dengar</td><td>0708-2708</td></tr><tr><td>760</td><td>Mangkok Plastik</td><td>0709-2709</td></tr><tr><td>761</td><td>Kipas Sutra</td><td>0710-2710</td></tr><tr><td>762</td><td>Pisau Buah</td><td>0711-2711</td></tr><tr><td>763</td><td>Tembok</td><td>0712-2712</td></tr><tr><td>764</td><td>Lampu Sinyal Alarm 0713-2713 Keranjang Ikan</td><td>0714-2714</td></tr><tr><td>765</td><td>Matahari</td><td>0715-2715</td></tr><tr><td>766</td><td>Komponen Mesin</td><td>0716-2716</td></tr><tr><td>767</td><td>Meja</td><td>0717-2717</td></tr><tr><td>768</td><td>Baju Ganjil</td><td>0718-2718</td></tr><tr><td>769</td><td>Pakaian Raja</td><td>0719-2719</td></tr><tr><td>770</td><td>Pisau Sayur</td><td>0720-2720</td></tr><tr><td>771</td><td>Suling</td><td>0721-2721</td></tr><tr><td>772</td><td>Gigi Emas</td><td>0722-2722</td></tr><tr><td>773</td><td>Kain</td><td>0723-2723</td></tr><tr><td>774</td><td>Klip</td><td>0724-2724</td></tr><tr><td>775</td><td>Pisau Cukur</td><td>0725-2725</td></tr><tr><td>776</td><td>Buah Melon</td><td>0726-2726</td></tr><tr><td>777</td><td>Buku Mode</td><td>0727-2727</td></tr><tr><td>778</td><td>Telur Burung</td><td>0728-2728</td></tr><tr><td>779</td><td>Mesin Tenun</td><td>0729-2729</td></tr><tr><td>780</td><td>Serbuk Cuci Detergen</td><td>0730-2730</td></tr><tr><td>781</td><td>Topi Baja</td><td>0731-2731</td></tr><tr><td>782</td><td>Bantal</td><td>0732-2732</td></tr><tr><td>783</td><td>Pasta gigi</td><td>0733-2733</td></tr><tr><td>784</td><td>Dompet</td><td>0734-2734</td></tr><tr><td>785</td><td>Surat Wasiat</td><td>0735-2735</td></tr><tr><td>786</td><td>Ranjang Susun</td><td>0736-2736</td></tr><tr><td>787</td><td>Buku Album</td><td>0737-2737</td></tr><tr><td>788</td><td>Peluru</td><td>0738-2738</td></tr><tr><td>789</td><td>Obat Syirup</td><td>0739-2739</td></tr><tr><td>790</td><td>Klip</td><td>0740-2740</td></tr><tr><td>791</td><td>Kertas Merah</td><td>0741-2741</td></tr><tr><td>792</td><td>Kail (Mata Pancing)</td><td>0742-2742</td></tr><tr><td>793</td><td>Buku Desain</td><td>0743-2743</td></tr><tr><td>794</td><td>Bak Cuci (Baskom)</td><td>0744-2744</td></tr><tr><td>795</td><td>Gelembung</td><td>0745-2745</td></tr><tr><td>796</td><td>Surat Persatuan</td><td>0746-2746</td></tr><tr><td>797</td><td>Antena Radio</td><td>0747-2747</td></tr><tr><td>798</td><td>Telur Itik</td><td>0748-2748</td></tr><tr><td>799</td><td>Sangkar Burung</td><td>0749-2749</td></tr><tr><td>800</td><td>Pedati</td><td>0750-2750</td></tr><tr><td>801</td><td>Mahyong</td><td>0751-2751</td></tr><tr><td>802</td><td>Shampo</td><td>0752-2752</td></tr><tr><td>803</td><td>Jarum Pentul</td><td>0753-2753</td></tr><tr><td>804</td><td>Cukai (Pajak Nomor Rumah)</td><td>0754-2754</td></tr><tr><td>805</td><td>Lampu Jalan</td><td>0755-2755</td></tr><tr><td>806</td><td>Penggiling Beras</td><td>0756-2756</td></tr><tr><td>807</td><td>Bawang Bombai</td><td>0757-2757</td></tr><tr><td>808</td><td>Dulang Abu</td><td>0758-2758</td></tr><tr><td>809</td><td>Uang Sokongan</td><td>0759-2759</td></tr><tr><td>810</td><td>Pohon Buah-Buahan 0760-2760 Kartu Ulang Tahun</td><td>0761-2761</td></tr><tr><td>811</td><td>Bendera</td><td>0762-2762</td></tr><tr><td>812</td><td>Meja Makan</td><td>0763-2763</td></tr><tr><td>813</td><td>Patung</td><td>0764-2764</td></tr><tr><td>814</td><td>Badan</td><td>0765-2765</td></tr><tr><td>815</td><td>Tengkorak</td><td>0766-2766</td></tr><tr><td>816</td><td>Kartu Perkawinan</td><td>0767-2767</td></tr><tr><td>817</td><td>Batu Besar</td><td>0768-2768</td></tr><tr><td>818</td><td>Saripati Sayuran (Sayuran)</td><td>0769-2769</td></tr><tr><td>819</td><td>Lambung</td><td>0770-2770</td></tr><tr><td>820</td><td>Batu Bata</td><td>0771-2771</td></tr><tr><td>821</td><td>Rak Kaset</td><td>0772-2772</td></tr><tr><td>822</td><td>Kuda Bambu</td><td>0773-2773</td></tr><tr><td>823</td><td>Lidah</td><td>0774-2774</td></tr><tr><td>824</td><td>Bola Sepak</td><td>0775-2775</td></tr><tr><td>825</td><td>Kurungan Ayam</td><td>0776-2776</td></tr><tr><td>826</td><td>Buku Ramalan</td><td>0777-2777</td></tr><tr><td>827</td><td>Sampul</td><td>0778-2778</td></tr><tr><td>828</td><td>Kamera Baru</td><td>0779-2779</td></tr><tr><td>829</td><td>Hanger</td><td>0780-2780</td></tr><tr><td>830</td><td>Beras</td><td>0781-2781</td></tr><tr><td>831</td><td>Intan Imitasi</td><td>0782-2782</td></tr><tr><td>832</td><td>Kantong Pistol</td><td>0783-2783</td></tr><tr><td>833</td><td>Kuda Kayu</td><td>0784-2784</td></tr><tr><td>834</td><td>Gigi Perak</td><td>0785-2785</td></tr><tr><td>835</td><td>Syal</td><td>0786-2786</td></tr><tr><td>836</td><td>Lampu Minyak</td><td>0787-2787</td></tr><tr><td>837</td><td>Bola Takraw</td><td>0788-2788</td></tr><tr><td>838</td><td>Baju Cina</td><td>0789-2789</td></tr><tr><td>839</td><td>Parasut</td><td>0790-2790</td></tr><tr><td>840</td><td>Asam (Buah Cempa)</td><td>0791-2791</td></tr><tr><td>841</td><td>Bordir (Jahitan)</td><td>0792-2792</td></tr><tr><td>842</td><td>Kursi Ganjil</td><td>0793-2793</td></tr><tr><td>843</td><td>Buah Dada (Payudara) 0794-2794 Meteran Parkir</td><td>0795-2795</td></tr><tr><td>844</td><td>Surat Cinta</td><td>0796-2796</td></tr><tr><td>845</td><td>Roller Skate</td><td>0797-2797</td></tr><tr><td>846</td><td>Lumpang (Lesung)</td><td>0798-2798</td></tr><tr><td>847</td><td>Shampo</td><td>0799-2799</td></tr><tr><td>848</td><td>Mie Kwanlow</td><td>0800-2800</td></tr><tr><td>849</td><td>Bahan Kimia</td><td>0801-2801</td></tr><tr><td>850</td><td>Lampu Listrik</td><td>0802-2802</td></tr><tr><td>851</td><td>Handuk</td><td>0803-2803</td></tr><tr><td>852</td><td>Lemari Besi</td><td>0804-2804</td></tr><tr><td>853</td><td>Borgol</td><td>0805-2805</td></tr><tr><td>854</td><td>Batu Permata</td><td>0806-2806</td></tr><tr><td>855</td><td>Pulpen</td><td>0807-2807</td></tr><tr><td>856</td><td>Kapal Layar</td><td>0808-2808</td></tr><tr><td>857</td><td>Mesin Cetak Foto</td><td>0809-2809</td></tr><tr><td>858</td><td>Obat Naftalin</td><td>0810-2810</td></tr><tr><td>859</td><td>Sari Buah</td><td>0811-2811</td></tr><tr><td>860</td><td>Kail (Mata Pancing) 0812-2812 Kalung Palsu</td><td>0813-2813</td></tr><tr><td>861</td><td>Pot Bunga</td><td>0814-2814</td></tr><tr><td>862</td><td>Kaset Tape</td><td>0815-2815</td></tr><tr><td>863</td><td>Anglo</td><td>0816-2816</td></tr><tr><td>864</td><td>Pencukur</td><td>0817-2817</td></tr><tr><td>865</td><td>Rol Film</td><td>0818-2818</td></tr><tr><td>866</td><td>Timbangan Duduk</td><td>0819-2819</td></tr><tr><td>867</td><td>Kereta Api Mainan</td><td>0820-2820</td></tr><tr><td>868</td><td>Susu Milk</td><td>0821-2821</td></tr><tr><td>869</td><td>Halaman Rumah</td><td>0822-2822</td></tr><tr><td>870</td><td>Formulir Asuransi</td><td>0823-2823</td></tr><tr><td>871</td><td>Surat Express</td><td>0824-2824</td></tr><tr><td>872</td><td>Gigi</td><td>0825-2825</td></tr><tr><td>873</td><td>Buku Harian (Diary)</td><td>0826-2826</td></tr><tr><td>874</td><td>Lilin Kuning</td><td>0827-2827</td></tr><tr><td>875</td><td>Tas Tangan</td><td>0828-2828</td></tr><tr><td>876</td><td>Kembang Gula</td><td>0829-2829</td></tr><tr><td>877</td><td>Buku Cerita Percintaan</td><td>0830-2830</td></tr><tr><td>878</td><td>Pisau Deres</td><td>0831-2831</td></tr><tr><td>879</td><td>Buah Apel</td><td>0832-2832</td></tr><tr><td>880</td><td>Buku Latihan</td><td>0833-2833</td></tr><tr><td>881</td><td>Mata Uang Logam</td><td>0834-2834</td></tr><tr><td>882</td><td>Spoid (Suntikan)</td><td>0835-2835</td></tr><tr><td>883</td><td>Meja Sembahyang Ganjil</td><td>0836-2836</td></tr><tr><td>884</td><td>Pintu</td><td>0837-2837</td></tr><tr><td>885</td><td>Sisir</td><td>0838-2838</td></tr><tr><td>886</td><td>Rumah Tembok</td><td>0839-2839</td></tr><tr><td>887</td><td>Nomor Polis Mobil 0840-2840 Jepitan</td><td>0841-2841</td></tr><tr><td>888</td><td>Dot</td><td>0842-2842</td></tr><tr><td>889</td><td>Surfer (Sky Air)</td><td>0843-2843</td></tr><tr><td>890</td><td>Kayu Bakar</td><td>0844-2844</td></tr><tr><td>891</td><td>Sidik Jari</td><td>0845-2845</td></tr><tr><td>892</td><td>Sawah</td><td>0846-2846</td></tr><tr><td>893</td><td>Antena Mobil</td><td>0847-2847</td></tr><tr><td>894</td><td>Sekoci</td><td>0848-2848</td></tr><tr><td>895</td><td>Patung</td><td>0849-2849</td></tr><tr><td>896</td><td>Medali</td><td>0850-2850</td></tr><tr><td>897</td><td>Benang</td><td>0851-2851</td></tr><tr><td>898</td><td>Gunting</td><td>0852-2852</td></tr><tr><td>899</td><td>Krim Muka</td><td>0853-2853</td></tr><tr><td>900</td><td>Limau Cina</td><td>0854-2854</td></tr><tr><td>901</td><td>Selang Penyiram</td><td>0855-2855</td></tr><tr><td>902</td><td>Baju Pelampung</td><td>0856-2856</td></tr><tr><td>903</td><td>Bibir</td><td>0857-2857</td></tr><tr><td>904</td><td>Lift</td><td>0858-2858</td></tr><tr><td>905</td><td>Meja Tulis</td><td>0859-2859</td></tr><tr><td>906</td><td>Laporan Kematian</td><td>0860-2860</td></tr><tr><td>907</td><td>Pakaian Seragam</td><td>0861-2861</td></tr><tr><td>908</td><td>Anak Panah</td><td>0862-2862</td></tr><tr><td>909</td><td>Keranjang Bunga</td><td>0863-2863</td></tr><tr><td>910</td><td>Mobil</td><td>0864-2864</td></tr><tr><td>911</td><td>Selang Karet</td><td>0865-2865</td></tr><tr><td>912</td><td>Kotak Makanan</td><td>0866-2866</td></tr><tr><td>913</td><td>Penis</td><td>0867-2867</td></tr><tr><td>914</td><td>Perut</td><td>0868-2868</td></tr><tr><td>915</td><td>Arang Membara</td><td>0869-2869</td></tr><tr><td>916</td><td>Batu Giok</td><td>0871-2871</td></tr><tr><td>917</td><td>Piringan Hitam</td><td>0872-2872</td></tr><tr><td>918</td><td>Gitar Cina</td><td>0873-2873</td></tr><tr><td>919</td><td>Kaos Tangan</td><td>0874-2874</td></tr><tr><td>920</td><td>Kulit Buaya</td><td>0875-2875</td></tr><tr><td>921</td><td>Akte Kelahiran</td><td>0877-2877</td></tr><tr><td>922</td><td>Gendang</td><td>0878-2878</td></tr><tr><td>923</td><td>Mobil Balap</td><td>0879-2879</td></tr><tr><td>924</td><td>Bulu Dada</td><td>0880-2880</td></tr><tr><td>925</td><td>Bulu Mata</td><td>0881-2881</td></tr><tr><td>926</td><td>Makanan Tiruan</td><td>0883-2883</td></tr><tr><td>927</td><td>Jarum Jahit</td><td>0884-2884</td></tr><tr><td>928</td><td>Tikar Lantai</td><td>0885-2885</td></tr><tr><td>929</td><td>Uang Kertas Lama</td><td>0886-2886</td></tr><tr><td>930</td><td>Kran Umum</td><td>0887-2887</td></tr><tr><td>931</td><td>Sempritan Polisi 0888-2888 Komponen Motor</td><td>0889-2889</td></tr><tr><td>932</td><td>Botol Minuman</td><td>0890-2890</td></tr><tr><td>933</td><td>Mobil Palsu</td><td>0891-2891</td></tr><tr><td>934</td><td>Timba</td><td>0892-2892</td></tr><tr><td>935</td><td>Batu Kecil</td><td>0893-2893</td></tr><tr><td>936</td><td>Telur Ikan</td><td>0895-2895</td></tr><tr><td>937</td><td>Meja</td><td>0896-2896</td></tr><tr><td>938</td><td>Meja Pimpong</td><td>0897-2897</td></tr><tr><td>939</td><td>Botol Obat</td><td>0898-2898</td></tr><tr><td>940</td><td>Lembaran Karet</td><td>0899-2899</td></tr><tr><td>941</td><td>Amplas</td><td>0900-2900</td></tr><tr><td>942</td><td>Salib</td><td>0901-2901</td></tr><tr><td>943</td><td>Tali</td><td>0902-2902</td></tr><tr><td>944</td><td>Paru-Paru</td><td>0903-2903</td></tr><tr><td>945</td><td>Cap Jari</td><td>0904-2904</td></tr><tr><td>946</td><td>Mesin Pengurang Berat 0905-2905 Kunci Telpon</td><td>0906-2906</td></tr><tr><td>947</td><td>Giok Imitasi</td><td>0907-2907</td></tr><tr><td>948</td><td>Bulu Kaiki</td><td>0908-2908</td></tr><tr><td>949</td><td>Telpon Umum</td><td>0909-2909</td></tr><tr><td>950</td><td>Kantung Kopi</td><td>0910-2910</td></tr><tr><td>951</td><td>Jaring (Jala)</td><td>0912-2912</td></tr><tr><td>952</td><td>Mentega</td><td>0913-2913</td></tr><tr><td>953</td><td>Sepatu Pelajar</td><td>0914-2914</td></tr><tr><td>954</td><td>Tusuk Gigi</td><td>0915-2915</td></tr><tr><td>955</td><td>Lampu Otomatis</td><td>0916-2916</td></tr><tr><td>956</td><td>Surat Dinas Luar Kota 0917-2917 Detektor Kapal Terbang</td><td>0918-2918</td></tr><tr><td>957</td><td>Kompor Minyak</td><td>0919-2919</td></tr><tr><td>958</td><td>Ketiak</td><td>0920-2920</td></tr><tr><td>959</td><td>Tempat Tusuk Gigi</td><td>0921-2921</td></tr><tr><td>960</td><td>Botol Banyak</td><td>0923-2923</td></tr><tr><td>961</td><td>Pohon Natal</td><td>0924-2924</td></tr><tr><td>962</td><td>Kuda Besi</td><td>0925-2925</td></tr><tr><td>963</td><td>Hadiah</td><td>0926-2926</td></tr><tr><td>964</td><td>Cangkir Sembahyang</td><td>0927-2927</td></tr><tr><td>965</td><td>Mesin Potong Rumput</td><td>0929-2929</td></tr><tr><td>966</td><td>Kaleng Timah</td><td>0930-2930</td></tr><tr><td>967</td><td>Shampo</td><td>0931-2931</td></tr><tr><td>968</td><td>Bintil Dimulut</td><td>0932-2932</td></tr><tr><td>969</td><td>Ranjang Kanvas</td><td>0934-2934</td></tr><tr><td>970</td><td>Cap Perusahaan (Stempel)</td><td>0935-2935</td></tr><tr><td>971</td><td>Buku Astrologi</td><td>0936-2936</td></tr><tr><td>972</td><td>Lampu Gas</td><td>0937-2937</td></tr><tr><td>973</td><td>Kantong Kacamata 0938-2938 Pembalut Wanita</td><td>0939-2939</td></tr><tr><td>974</td><td>Jari Tangan</td><td>0940-2940</td></tr><tr><td>975</td><td>Botol Susu Bayi</td><td>0941-2941</td></tr><tr><td>976</td><td>Lampu Meja</td><td>0942-2942</td></tr><tr><td>977</td><td>Pentas</td><td>0943-2943</td></tr><tr><td>978</td><td>Kuas</td><td>0945-2945</td></tr><tr><td>979</td><td>Rekening Air</td><td>0946-2946</td></tr><tr><td>980</td><td>Durian</td><td>0947-2947</td></tr><tr><td>981</td><td>Sepeda Sport</td><td>0948-2948</td></tr><tr><td>982</td><td>Tangga Ganjil</td><td>0949-2949</td></tr><tr><td>983</td><td>Hioswa Berar (Dupa) 0950-2950 Hidung</td><td>0951-2951</td></tr><tr><td>984</td><td>Kotak Kertas</td><td>0952-2952</td></tr><tr><td>985</td><td>Bom Atom</td><td>0953-2953</td></tr><tr><td>986</td><td>Bulan</td><td>0954-2954</td></tr><tr><td>987</td><td>Punggung</td><td>0955-2955</td></tr><tr><td>988</td><td>Tas Kulit Macan</td><td>0957-2957</td></tr><tr><td>989</td><td>Tangga Batu</td><td>0958-2958</td></tr><tr><td>990</td><td>Kartu Magic</td><td>0959-2959</td></tr><tr><td>991</td><td>Tulang Pinggul</td><td>0960-2960</td></tr><tr><td>992</td><td>Mobil Derek</td><td>0961-2961</td></tr><tr><td>993</td><td>Restaurant</td><td>0963-2963</td></tr><tr><td>994</td><td>Pohon Manggis</td><td>0964-2964</td></tr><tr><td>995</td><td>Daging</td><td>0965-2965</td></tr><tr><td>996</td><td>Lilin</td><td>0966-2966</td></tr><tr><td>997</td><td>Tinta</td><td>0967-2967</td></tr><tr><td>998</td><td>Jam Tangan Baterai</td><td>0969-2969</td></tr><tr><td>999</td><td>Pemotong Tiket</td><td>0970-2970</td></tr><tr><td>1000</td><td>Kumis</td><td>0971-2971</td></tr><tr><td>1001</td><td>Sayuran</td><td>0972-2972</td></tr><tr><td>1002</td><td>Lilin Ulang Tahun</td><td>0973-2973</td></tr><tr><td>1003</td><td>Lampu Gas</td><td>0975-2975</td></tr><tr><td>1004</td><td>Kartu Wisata</td><td>0976-2976</td></tr><tr><td>1005</td><td>Hadiah Buku Harian</td><td>0977-2977</td></tr><tr><td>1006</td><td>Yodium</td><td>0978-2978</td></tr><tr><td>1007</td><td>Gelang Giok</td><td>0979-2979</td></tr><tr><td>1008</td><td>Keriput</td><td>0981-2981</td></tr><tr><td>1009</td><td>Gunting Rambut</td><td>0982-2982</td></tr><tr><td>1010</td><td>Kuku</td><td>0983-2983</td></tr><tr><td>1011</td><td>Jepitan Rambut</td><td>0984-2984</td></tr><tr><td>1012</td><td>Kotak Karet</td><td>0985-2985</td></tr><tr><td>1013</td><td>Buah-Buahan</td><td>0987-2987</td></tr><tr><td>1014</td><td>Kepingan Kayu</td><td>0988-2988</td></tr><tr><td>1015</td><td>Kereta Sampah</td><td>0989-2989</td></tr><tr><td>1016</td><td>Mobil Mainan</td><td>0990-2990</td></tr><tr><td>1017</td><td>Jalan Raya</td><td>0991-2991</td></tr><tr><td>1018</td><td>Periuk Obat</td><td>0993-2993</td></tr><tr><td>1019</td><td>Hiasan Mobil</td><td>0994-2994</td></tr><tr><td>1020</td><td>Kaki</td><td>0995-2995</td></tr><tr><td>1021</td><td>Cakar Macan</td><td>0996-2996</td></tr><tr><td>1022</td><td>Surat Cinta</td><td>0997-2997</td></tr><tr><td>1023</td><td>Lentera (Pelita)</td><td>0999-2999</td></tr><tr><td>1024</td><td>Manggis</td><td>1000-7000</td></tr><tr><td>1025</td><td>Kipas</td><td>1001-7001</td></tr><tr><td>1026</td><td>Hot Dog</td><td>1002-7002</td></tr><tr><td>1027</td><td>Blue Lotion</td><td>1003-7003</td></tr><tr><td>1028</td><td>Telegram</td><td>1005-7005</td></tr><tr><td>1029</td><td>Surat Asing</td><td>1006-7006</td></tr><tr><td>1030</td><td>Sepatu Dewasa</td><td>1007-7007</td></tr><tr><td>1031</td><td>Bola Polo</td><td>1008-7008</td></tr><tr><td>1032</td><td>Mesin Test</td><td>1009-7009</td></tr><tr><td>1033</td><td>Peti Uang (Brankas)</td><td>1011-7011</td></tr><tr><td>1034</td><td>Saluran Air</td><td>1012-7012</td></tr><tr><td>1035</td><td>Perut</td><td>1013-7013</td></tr><tr><td>1036</td><td>Kacang Kalengan</td><td>1014-7014</td></tr><tr><td>1037</td><td>Wig</td><td>1015-7015</td></tr><tr><td>1038</td><td>Bola Pingpong</td><td>1017-7017</td></tr><tr><td>1039</td><td>Ginseng Korea</td><td>1018-7018</td></tr><tr><td>1040</td><td>Ruang Tamu</td><td>1019-7019</td></tr><tr><td>1041</td><td>Mulut</td><td>1020-7020</td></tr><tr><td>1042</td><td>Jala Nyamuk</td><td>1021-7021</td></tr><tr><td>1043</td><td>Antena Tv</td><td>1023-7023</td></tr><tr><td>1044</td><td>Lisensi Palsu</td><td>1024-7024</td></tr><tr><td>1045</td><td>Arak Kalengan</td><td>1025-7025</td></tr><tr><td>1046</td><td>Pemadam Api</td><td>1026-7026</td></tr><tr><td>1047</td><td>Rantai Kaki</td><td>1027-7027</td></tr><tr><td>1048</td><td>Monumen</td><td>1029-7029</td></tr><tr><td>1049</td><td>Dahi</td><td>1030-7030</td></tr><tr><td>1050</td><td>Tissue Wc</td><td>1031-7031</td></tr><tr><td>1051</td><td>Kulit Kayu</td><td>1032-7032</td></tr><tr><td>1052</td><td>Karung</td><td>1033-7033</td></tr><tr><td>1053</td><td>Kunci</td><td>1035-7035</td></tr><tr><td>1054</td><td>Mainan Kapal Terbang</td><td>1036-7036</td></tr><tr><td>1055</td><td>Usus Besar</td><td>1037-7037</td></tr><tr><td>1056</td><td>Stetoskop</td><td>1038-7038</td></tr><tr><td>1057</td><td>Teh</td><td>1040-7040</td></tr><tr><td>1058</td><td>Pompa Air</td><td>1041-7041</td></tr><tr><td>1059</td><td>Lengan</td><td>1042-7042</td></tr><tr><td>1060</td><td>Jackpot Palsu</td><td>1043-7043</td></tr><tr><td>1061</td><td>Tong Gas</td><td>1044-7044</td></tr><tr><td>1062</td><td>Pohon Pisang</td><td>1046-7046</td></tr><tr><td>1063</td><td>Roda</td><td>1047-7047</td></tr><tr><td>1064</td><td>Tudung Saji</td><td>1048-7048</td></tr><tr><td>1065</td><td>Pakaian Renang</td><td>1049-7049</td></tr><tr><td>1066</td><td>Antenna Otomatis</td><td>1050-7050</td></tr><tr><td>1067</td><td>Tangga Kebakaran 1051-7051 Beasiswa</td><td>1052-7052</td></tr><tr><td>1068</td><td>Pinggang</td><td>1053-7053</td></tr><tr><td>1069</td><td>Raket</td><td>1054-7054</td></tr><tr><td>1070</td><td>Buku Mimpi</td><td>1055-7055</td></tr><tr><td>1071</td><td>Pinggang</td><td>1056-7056</td></tr><tr><td>1072</td><td>Kloka</td><td>1058-7058</td></tr><tr><td>1073</td><td>Paspor Palsu</td><td>1059-7059</td></tr><tr><td>1074</td><td>Tinta</td><td>1060-7060</td></tr><tr><td>1075</td><td>Gembor (Alat Penyiram Tanaman)</td><td>1061-7061</td></tr><tr><td>1076</td><td>Emas Lantakan</td><td>1063-7063</td></tr><tr><td>1077</td><td>Biskuit Kalengan</td><td>1064-7064</td></tr><tr><td>1078</td><td>Cermin</td><td>1065-7065</td></tr><tr><td>1079</td><td>Ambulance</td><td>1066-7066</td></tr><tr><td>1080</td><td>Penggaris Mistar</td><td>1067-7067</td></tr><tr><td>1081</td><td>Buku Telpon</td><td>1069-7069</td></tr><tr><td>1082</td><td>Paha</td><td>1070-7070</td></tr><tr><td>1083</td><td>Serbuk Deterjen</td><td>1071-7071</td></tr><tr><td>1084</td><td>Pen Warna</td><td>1072-7072</td></tr><tr><td>1085</td><td>Angin Tornado</td><td>1073-7073</td></tr><tr><td>1086</td><td>Telinga</td><td>1075-7075</td></tr><tr><td>1087</td><td>Kaleng Minyak Tanah</td><td>1076-7076</td></tr><tr><td>1088</td><td>Kapas</td><td>1077-7077</td></tr><tr><td>1089</td><td>Pistol Palsu</td><td>1078-7078</td></tr><tr><td>1090</td><td>Bedak Wangi</td><td>1079-7079</td></tr><tr><td>1091</td><td>Gigi Palsu</td><td>1081-7081</td></tr><tr><td>1092</td><td>Nisan</td><td>1082-7082</td></tr><tr><td>1093</td><td>Buah Kalengan</td><td>1083-7083</td></tr><tr><td>1094</td><td>Tahi Lalat</td><td>1084-7084</td></tr><tr><td>1095</td><td>Tang Jepit</td><td>1085-7085</td></tr><tr><td>1096</td><td>Tempat Hio (Dupa)</td><td>1087-7087</td></tr><tr><td>1097</td><td>Peniti</td><td>1088-7088</td></tr><tr><td>1098</td><td>Surat Pajak</td><td>1089-7089</td></tr><tr><td>1099</td><td>Kulit Sapi</td><td>1090-7090</td></tr><tr><td>1100</td><td>Tas Travel</td><td>1091-7091</td></tr><tr><td>1101</td><td>Tumit</td><td>1093-7093</td></tr><tr><td>1102</td><td>Surat Cerai</td><td>1094-7094</td></tr><tr><td>1103</td><td>Balon</td><td>1095-7095</td></tr><tr><td>1104</td><td>Lampu Dinding</td><td>1096-7096</td></tr><tr><td>1105</td><td>Alat Pemasak Listrik</td><td>1097-7097</td></tr><tr><td>1106</td><td>Tumbuhan Obat</td><td>1099-7099</td></tr><tr><td>1107</td><td>Semangka Manis</td><td>1100-7100</td></tr><tr><td>1108</td><td>Baju</td><td>1101-7101</td></tr><tr><td>1109</td><td>Jimat Penangkal</td><td>1102-7102</td></tr><tr><td>1110</td><td>Meja Sembahyang</td><td>1103-7103</td></tr><tr><td>1111</td><td>Kuku Jari Kaki 1104-7104 Bendungan Pecah</td><td>1105-7105</td></tr><tr><td>1112</td><td>Kalung</td><td>1106-7106</td></tr><tr><td>1113</td><td>Produk Kertas Sembahyang</td><td>1107-7107</td></tr><tr><td>1114</td><td>Obat Palsu</td><td>1108-7108</td></tr><tr><td>1115</td><td>Gelang</td><td>1110-7110</td></tr><tr><td>1116</td><td>Kursi Goyang</td><td>1111-7111</td></tr><tr><td>1117</td><td>Bintil Di Hidung</td><td>1112-7112</td></tr><tr><td>1118</td><td>Kue Tart Ulang Tahun</td><td>1113-7113</td></tr><tr><td>1119</td><td>Kapal Mainan</td><td>1114-7114</td></tr><tr><td>1120</td><td>Kipas Kertas</td><td>1116-7116</td></tr><tr><td>1121</td><td>Mobil Kematian</td><td>1117-7117</td></tr><tr><td>1122</td><td>Foto Pigura</td><td>1118-7118</td></tr><tr><td>1123</td><td>Kurungan Kelinci</td><td>1119-7119</td></tr><tr><td>1124</td><td>Pesawat Terbang</td><td>1120-7120</td></tr><tr><td>1125</td><td>Palungan Bak Kuda 1121-7121 Tusuk Gigi</td><td>1122-7122</td></tr><tr><td>1126</td><td>Penjual Gorengan</td><td>1123-7123</td></tr><tr><td>1127</td><td>Kuku Kaki</td><td>1124-7124</td></tr><tr><td>1128</td><td>Permen Batuk</td><td>1125-7125</td></tr><tr><td>1129</td><td>Undian Sosial Palsu</td><td>1126-7126</td></tr><tr><td>1130</td><td>Ban</td><td>1128-7128</td></tr><tr><td>1131</td><td>Palu Lelang</td><td>1129-7129</td></tr><tr><td>1132</td><td>Kotak Surat</td><td>1130-7130</td></tr><tr><td>1133</td><td>Surfer</td><td>1131-7131</td></tr><tr><td>1134</td><td>Torpedo</td><td>1132-7132</td></tr><tr><td>1135</td><td>Celana Panjang 1133-7133 Kumpulan Sampah (Bak Sampah)</td><td>1134-7134</td></tr><tr><td>1136</td><td>Intan</td><td>1135-7135</td></tr><tr><td>1137</td><td>Permata Imitasi</td><td>1136-7136</td></tr><tr><td>1138</td><td>Tikungan</td><td>1137-7137</td></tr><tr><td>1139</td><td>Hioswa Kecil (D</td><td>pa Kecil)</td></tr><tr><td>1140</td><td>Rangkaian Bunga</td><td>1140-7140</td></tr><tr><td>1141</td><td>Kalung Emas</td><td>1141-7141</td></tr><tr><td>1142</td><td>Kaki</td><td>1142-7142</td></tr><tr><td>1143</td><td>Koran Bahasa Inggris 1143-7143 Surat Peringatan</td><td>1144-7144</td></tr><tr><td>1144</td><td>AC Mobil</td><td>1145-7145</td></tr><tr><td>1145</td><td>Lampu Warna</td><td>1146-7146</td></tr><tr><td>1146</td><td>Mobil Kontainer</td><td>1147-7147</td></tr><tr><td>1147</td><td>Kotak Rokok</td><td>1148-7148</td></tr><tr><td>1148</td><td>Tasbih Budha 1149-7149 Lowongan Sekertaris</td><td>1150-7150</td></tr><tr><td>1149</td><td>Sayur Di Dalam Mobil</td><td>1151-7151</td></tr><tr><td>1150</td><td>Baju Jatuh Di Lantai</td><td>1152-7152</td></tr><tr><td>1151</td><td>Permandian Kosong</td><td>1153-7153</td></tr><tr><td>1152</td><td>Kacamata Mengembun 1154-7154 Berita Gempa Bumi</td><td>1155-7155</td></tr><tr><td>1153</td><td>Pom Bensin Meledak</td><td>1156-7156</td></tr><tr><td>1154</td><td>Tak Ada Air Cuci Muka</td><td>1157-7157</td></tr><tr><td>1155</td><td>Kematian Istri</td><td>1158-7158</td></tr><tr><td>1156</td><td>Angsuran Rumah Sampai Masanya</td><td>1160-7160</td></tr><tr><td>1157</td><td>Kereta Api Berhenti</td><td>1161-7161</td></tr><tr><td>1158</td><td>Berdoa Pada Dewa Bumi</td><td>1162-7162</td></tr><tr><td>1159</td><td>Tambak Kebanjiran 1163-7163 Tempat Dibom</td><td>1164-7164</td></tr><tr><td>1160</td><td>Pohon Tumbang Lalu Lintas Macet</td><td>1165-7165</td></tr><tr><td>1161</td><td>Air Mobil Bocor</td><td>1166-7166</td></tr><tr><td>1162</td><td>Proyektor Rusak</td><td>1167-7167</td></tr><tr><td>1163</td><td>Jemur Seragam Sekolah</td><td>1168-7168</td></tr><tr><td>1164</td><td>Sakit Perut</td><td>1169-7169</td></tr><tr><td>1165</td><td>Mati Kena Kanker</td><td>1170-7170</td></tr><tr><td>1166</td><td>Pohon Halangi Jalan</td><td>1171-7171</td></tr><tr><td>1167</td><td>Melukis Muka Aneh</td><td>1172-7172</td></tr><tr><td>1168</td><td>Banyak Pesawat 1173-7173 Lowongan Pelatih</td><td>1174-7174</td></tr><tr><td>1169</td><td>Menggadai Barang</td><td>1175-7175</td></tr><tr><td>1170</td><td>Pertandingan Sepak Bola</td><td>1176-7176</td></tr><tr><td>1171</td><td>Gigi Dicabut Berdarah</td><td>1177-7177</td></tr><tr><td>1172</td><td>Surat Cek Perusahaan Yang Kosong</td><td>1178-7178</td></tr><tr><td>1173</td><td>Bensin Campuran</td><td>1179-7179</td></tr><tr><td>1174</td><td>Menunggu Pembalap Lewat</td><td>1180-7180</td></tr><tr><td>1175</td><td>Berita Lotery</td><td>1181-7181</td></tr><tr><td>1176</td><td>Memakai Tanda Kematian</td><td>1182-7182</td></tr><tr><td>1177</td><td>Belajar Prakarya</td><td>1183-7183</td></tr><tr><td>1178</td><td>Kontest Kucing</td><td>1184-7184</td></tr><tr><td>1179</td><td>Reinkarnasi</td><td>1185-7185</td></tr><tr><td>1180</td><td>Kasino Yang Kosong</td><td>1186-7186</td></tr><tr><td>1181</td><td>Banyak Botol Tonikum</td><td>1187-7187</td></tr><tr><td>1182</td><td>Babi Bunting</td><td>1188-7188</td></tr><tr><td>1183</td><td>Lowongan Pemimpin Tari</td><td>1189-7189</td></tr><tr><td>1184</td><td>Tangkap Kelabang</td><td>1190-7190</td></tr><tr><td>1185</td><td>Restoran Yang Kosong</td><td>1192-7192</td></tr><tr><td>1186</td><td>Harga Saham Jatuh</td><td>1193-7193</td></tr><tr><td>1187</td><td>Kedai Yang Kosong</td><td>1194-7194</td></tr><tr><td>1188</td><td>Tas Plastik Yang Koyak 1195-7195 Bayi Mati</td><td>1196-7196</td></tr><tr><td>1189</td><td>Perjamuan Di Rumah</td><td>1197-7197</td></tr><tr><td>1190</td><td>Pasang Papan Niaga</td><td>1198-7198</td></tr><tr><td>1191</td><td>Kebun Kebanjiran</td><td>1199-7199</td></tr><tr><td>1192</td><td>Lowongan Tukang Masak</td><td>1200-7200</td></tr><tr><td>1193</td><td>Orang Lain Mati</td><td>1201-7201</td></tr><tr><td>1194</td><td>Ribut Dengan Tetangga</td><td>1202-7202</td></tr><tr><td>1195</td><td>Hioswa Patah (Dupa Patah)</td><td>1203-7203</td></tr><tr><td>1196</td><td>Rumah Kebanjiran</td><td>1205-7205</td></tr><tr><td>1197</td><td>Jumpa Ayah Mertua</td><td>1206-7206</td></tr><tr><td>1198</td><td>Surat Iuran TV</td><td>1207-7207</td></tr><tr><td>1199</td><td>Pengacara Tidak Di Kantor</td><td>1208-7208</td></tr><tr><td>1200</td><td>Menuggu Mentri 1209-7209 Dokumen</td><td>1210-7210</td></tr><tr><td>1201</td><td>Semut Di Dapur</td><td>1211-7211</td></tr><tr><td>1202</td><td>Lowongan Kasir</td><td>1212-7212</td></tr><tr><td>1203</td><td>Jok Mobil Terbakar</td><td>1213-7213</td></tr><tr><td>1204</td><td>Cemburu</td><td>1214-7214</td></tr><tr><td>1205</td><td>Harga Saham Naik 1215-7215 Menunggu Di Bus</td><td>1216-7216</td></tr><tr><td>1206</td><td>Kain Terbakar</td><td>1217-7217</td></tr><tr><td>1207</td><td>Mengatur Meja Sembahyang</td><td>1218-7218</td></tr><tr><td>1208</td><td>Naga Langit</td><td>1219-7219</td></tr><tr><td>1209</td><td>Alat Olah Raga Rusak 1220-7220 Buka Toko Cabang</td><td>1221-7221</td></tr><tr><td>1210</td><td>Banyak Pasien</td><td>1222-7222</td></tr><tr><td>1211</td><td>Pohon Bunga Roboh</td><td>1223-7223</td></tr><tr><td>1212</td><td>Bisnis Jelek</td><td>1224-7224</td></tr><tr><td>1213</td><td>Botol Plastik</td><td>1225-7225</td></tr><tr><td>1214</td><td>Tak Ada Orang Di Pompa Bensin</td><td>1226-7226</td></tr><tr><td>1215</td><td>Banyak Kuda</td><td>1227-7227</td></tr><tr><td>1216</td><td>Guntur (Petir)</td><td>1228-7228</td></tr><tr><td>1217</td><td>Buku Catatan Bank</td><td>1229-7229</td></tr><tr><td>1218</td><td>Pemakaman SDR</td><td>1230-7230</td></tr><tr><td>1219</td><td>Mesin Kertas Rusak 1231-7231 Langit Cerah</td><td>1232-7232</td></tr><tr><td>1220</td><td>Bintang Jatuh</td><td>1233-7233</td></tr><tr><td>1221</td><td>Baju Di Mobil</td><td>1234-7234</td></tr><tr><td>1222</td><td>Botol Lemon Pecah</td><td>1235-7235</td></tr><tr><td>1223</td><td>Iklan</td><td>1236-7236</td></tr><tr><td>1224</td><td>Bar Yang Kosong</td><td>1238-7238</td></tr><tr><td>1225</td><td>Macet Kena Banjir</td><td>1239-7239</td></tr><tr><td>1226</td><td>Lowongan Tukang Cukur</td><td>1240-7240</td></tr><tr><td>1227</td><td>Ada Kamar Sewa</td><td>1241-7241</td></tr><tr><td>1228</td><td>Kongsi Buka Kasino 1242-7242 Banyak Kain</td><td>1243-7243</td></tr><tr><td>1229</td><td>Semut Di Pohon</td><td>1244-7244</td></tr><tr><td>1230</td><td>Kaos Kaki Robek</td><td>1245-7245</td></tr><tr><td>1231</td><td>Uang Kertas Baru</td><td>1246-7246</td></tr><tr><td>1232</td><td>Kuil Yang Kosong</td><td>1248-7248</td></tr><tr><td>1233</td><td>Gadis Dapat Beasiswa</td><td>1249-7249</td></tr><tr><td>1234</td><td>Tak Ada Air</td><td>1250-7250</td></tr><tr><td>1235</td><td>Lupa Beri Angpao</td><td>1251-7251</td></tr><tr><td>1236</td><td>Wanita Hilang</td><td>1253-7253</td></tr><tr><td>1237</td><td>Lowongan Tukang Jahit</td><td>1254-7254</td></tr><tr><td>1238</td><td>Koran Bahasa Cina</td><td>1255-7255</td></tr><tr><td>1239</td><td>Tak Ada Surat Radio</td><td>1256-7256</td></tr><tr><td>1240</td><td>Meja kursi Kebakaran 1257-7257 Banyak Air</td><td>1258-7258</td></tr><tr><td>1241</td><td>Air Mengalir Dari Rumah</td><td>1259-7259</td></tr><tr><td>1242</td><td>Sarung Robek</td><td>1260-7260</td></tr><tr><td>1243</td><td>Mesin Uap Rusak</td><td>1261-7261</td></tr><tr><td>1244</td><td>Koran Bahasa India 1262-7262 Banyak Tanaman</td><td>1263-7263</td></tr><tr><td>1245</td><td>Tak Ada Orang Di Kebun</td><td>1264-7264</td></tr><tr><td>1246</td><td>Payung Bocor</td><td>1265-7265</td></tr><tr><td>1247</td><td>Macam-Macam Binatang</td><td>1267-7267</td></tr><tr><td>1248</td><td>Kecelakaan Traktor</td><td>1268-7268</td></tr><tr><td>1249</td><td>Perabotan Rusak</td><td>1269-7269</td></tr><tr><td>1250</td><td>Kartu Pasien Hilang</td><td>1270-7270</td></tr><tr><td>1251</td><td>Banyak Permata 1271-7271 Pembuluh Darah Tersumbat</td><td>1272-7272</td></tr><tr><td>1252</td><td>Kran Bocor</td><td>1273-7273</td></tr><tr><td>1253</td><td>Lalulintas Macet</td><td>1274-7274</td></tr><tr><td>1254</td><td>Relasi Sakit</td><td>1275-7275</td></tr><tr><td>1255</td><td>AC Mobil Rusak</td><td>1277-7277</td></tr><tr><td>1256</td><td>Jalan Kereta Api Rusak</td><td>1278-7278</td></tr><tr><td>1257</td><td>Peti Obat Yang Kosong</td><td>1279-7279</td></tr><tr><td>1258</td><td>Tissu WC Habis</td><td>1281-7281</td></tr><tr><td>1259</td><td>Mengangkut Sayur</td><td>1282-7282</td></tr><tr><td>1260</td><td>Air Termos Dingin</td><td>1283-7283</td></tr><tr><td>1261</td><td>Karyawan Mati</td><td>1284-7284</td></tr><tr><td>1262</td><td>Anak Hilang</td><td>1285-7285</td></tr><tr><td>1263</td><td>Hotel Yang Kosong</td><td>1287-7287</td></tr><tr><td>1264</td><td>Ada Pencuri Di Kuil</td><td>1288-7288</td></tr><tr><td>1265</td><td>Jualan Natal</td><td>1289-7289</td></tr><tr><td>1266</td><td>Warna Baju Pudar</td><td>1290-7290</td></tr><tr><td>1267</td><td>Cahaya Es</td><td>1291-7291</td></tr><tr><td>1268</td><td>Tak Ada Sabun Di Kamar Mandi</td><td>1293-7293</td></tr><tr><td>1269</td><td>Lantai Penuh Kertas Mahyong</td><td>1294-7294</td></tr><tr><td>1270</td><td>TV Tidak Ada Suaranya</td><td>1295-7295</td></tr><tr><td>1271</td><td>Lowongan Pelayan Toko</td><td>1296-7296</td></tr><tr><td>1272</td><td>Banyak Kosmetik</td><td>1297-7297</td></tr><tr><td>1273</td><td>Bensin Mobil Bocor</td><td>1298-7298</td></tr><tr><td>1274</td><td>Mengergaji Papan</td><td>1300-7300</td></tr><tr><td>1275</td><td>Dalam Rumah Ada Tai</td><td>1301-7301</td></tr><tr><td>1276</td><td>Tak Ada Orang Di Kebun</td><td>1302-7302</td></tr><tr><td>1277</td><td>Berita Kecelakaan</td><td>1303-7303</td></tr><tr><td>1278</td><td>Buka Satu Tambang</td><td>1305-7305</td></tr><tr><td>1279</td><td>Serangga Hinggap Di Anjing</td><td>1306-7306</td></tr><tr><td>1280</td><td>Banyak Peti Mati</td><td>1307-7307</td></tr><tr><td>1281</td><td>Pil Jatuh</td><td>1308-7308</td></tr><tr><td>1282</td><td>Manusia Diserang Gajah</td><td>1310-7310</td></tr><tr><td>1283</td><td>Gembor (Alat Penyiram Tanaman) Bocor</td><td>1311-7311</td></tr><tr><td>1284</td><td>Kabar Keributan</td><td>1313-7313</td></tr><tr><td>1285</td><td>Ada Semut Di Pohon Mangga</td><td>1314-7314</td></tr><tr><td>1286</td><td>Kambing Bunting</td><td>1315-7315</td></tr><tr><td>1287</td><td>Kapal Besi Rusak</td><td>1316-7316</td></tr><tr><td>1288</td><td>Anjing Menyalak Tuannya</td><td>1317-7317</td></tr><tr><td>1289</td><td>Radiator Kosong</td><td>1318-7318</td></tr><tr><td>1290</td><td>Berita Aneh</td><td>1319-7319</td></tr><tr><td>1291</td><td>Telpon Umum Dikunci</td><td>1320-7320</td></tr><tr><td>1292</td><td>Beli Kemoceng Baru</td><td>1322-7322</td></tr><tr><td>1293</td><td>Pemogokan Bank</td><td>1323-7323</td></tr><tr><td>1294</td><td>Lowongan Penyanyi Wanita</td><td>1324-7324</td></tr><tr><td>1295</td><td>Makan Nasi</td><td>9431-2491</td></tr><tr><td>1296</td><td>Menerima Kayu</td><td>4006-1969</td></tr><tr><td>1297</td><td>Mendaki</td><td>0397-8252</td></tr><tr><td>1298</td><td>Mobil Parkir Diatas Gedung</td><td>3195-7167</td></tr><tr><td>1299</td><td>Lari Naik Gunung - Anak-Anak Bermain</td><td>4878-3129</td></tr><tr><td>1300</td><td>Orang Melahirkan</td><td>6339-9703</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Jili', '', 'trash', 'closed', 'closed', '', 'rtp-live-jili__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=93', 0, 'page', '', 0);
INSERT INTO `wpoc_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
(96, 1, '2022-05-16 04:07:27', '2022-05-15 21:07:27', '', 'Mighty Kong', '', 'trash', 'open', 'open', '', 'mighty-kong__trashed', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 0, 'https://www.demoslot89.com/?p=96', 0, 'post', '', 0),
(100, 1, '2022-05-16 04:08:13', '2022-05-15 21:08:13', '', 'Hot Safari', '', 'trash', 'open', 'open', '', 'hot-safari__trashed', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 0, 'https://www.demoslot89.com/?p=100', 0, 'post', '', 0),
(103, 1, '2023-01-18 23:32:31', '2023-01-18 23:32:31', '', 'RTP Live Pragmatic Play', '', 'trash', 'closed', 'closed', '', 'rtp-live-pragmatic-play__trashed', '', '', '2023-05-26 10:01:09', '2023-05-26 10:01:09', '', 0, 'http://localhost/ipkingbet89.com/?page_id=103', 0, 'page', '', 0),
(107, 1, '2023-01-18 23:36:02', '2023-01-18 23:36:02', '', 'RTP Live PG Soft', '', 'trash', 'closed', 'closed', '', 'rtp-live-pg-soft__trashed', '', '', '2023-05-26 10:01:03', '2023-05-26 10:01:03', '', 0, 'http://localhost/ipkingbet89.com/?page_id=107', 0, 'page', '', 0),
(110, 1, '2023-01-18 23:36:29', '2023-01-18 23:36:29', '', 'RTP Live Microgaming', '', 'trash', 'closed', 'closed', '', 'rtp-live-microgaming__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=110', 0, 'page', '', 0),
(113, 1, '2023-01-18 23:37:06', '2023-01-18 23:37:06', '', 'RTP Live Habanero Gaming', '', 'trash', 'closed', 'closed', '', 'rtp-live-habanero-gaming__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=113', 0, 'page', '', 0),
(116, 1, '2023-01-18 23:38:02', '2023-01-18 23:38:02', '', 'RTP Live Joker Gaming', '', 'trash', 'closed', 'closed', '', 'rtp-live-joker-gaming__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=116', 0, 'page', '', 0),
(118, 1, '2023-01-18 23:38:21', '2023-01-18 23:38:21', '', 'RTP Live CQ9 Gaming', '', 'trash', 'closed', 'closed', '', 'rtp-live-cq9-gaming__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=118', 0, 'page', '', 0),
(121, 1, '2023-01-18 23:38:43', '2023-01-18 23:38:43', '', 'RTP Live TTG Slot', '', 'trash', 'closed', 'closed', '', 'rtp-live-ttg-slot__trashed', '', '', '2023-05-26 10:01:09', '2023-05-26 10:01:09', '', 0, 'http://localhost/ipkingbet89.com/?page_id=121', 0, 'page', '', 0),
(124, 1, '2023-01-18 23:39:06', '2023-01-18 23:39:06', '', 'RTP Live Spadegaming', '', 'trash', 'closed', 'closed', '', 'rtp-live-spadegaming__trashed', '', '', '2023-05-26 10:01:09', '2023-05-26 10:01:09', '', 0, 'http://localhost/ipkingbet89.com/?page_id=124', 0, 'page', '', 0),
(143, 1, '2022-05-16 09:41:56', '2022-05-16 09:41:56', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs13g&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Devil\'s 13', '', 'trash', 'open', 'open', '', 'devils-13__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=143', 0, 'post', '', 0),
(152, 1, '2022-05-16 09:50:59', '2022-05-16 02:50:59', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20bl&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Busy Bees', '', 'trash', 'open', 'open', '', 'busy-bees__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=152', 0, 'post', '', 0),
(160, 1, '2022-05-16 11:15:33', '2022-05-16 04:15:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50aladdin&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '3 Genie Wishes', '', 'trash', 'open', 'open', '', '3-genie-wishes__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=160', 0, 'post', '', 0),
(172, 1, '2022-05-16 11:28:08', '2022-05-16 04:28:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25vegas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Vegas Nights', '', 'trash', 'open', 'open', '', 'vegas-nights__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=172', 0, 'post', '', 0),
(178, 1, '2022-05-16 11:43:33', '2022-05-16 04:43:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs3train&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gold Train', '', 'trash', 'open', 'open', '', 'gold-train__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=178', 0, 'post', '', 0),
(189, 1, '2022-05-16 12:02:30', '2022-05-16 05:02:30', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25kingdoms&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '3 Kingdoms - Battle of Red Cliffs', '', 'trash', 'open', 'open', '', '3-kingdoms-battle-of-red-cliffs__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=189', 0, 'post', '', 0),
(201, 1, '2022-05-17 06:36:54', '2022-05-16 23:36:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25journey&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Journey to the West', '', 'trash', 'open', 'open', '', 'journey-to-the-west__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=201', 0, 'post', '', 0),
(257, 1, '2022-05-17 06:54:24', '2022-05-16 23:54:24', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25wildspells&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Spells', '', 'trash', 'open', 'open', '', 'wild-spells__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=257', 0, 'post', '', 0),
(274, 1, '2022-05-17 06:57:39', '2022-05-16 23:57:39', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25queenofgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Queen of Gold', '', 'trash', 'open', 'open', '', 'queen-of-gold__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=274', 0, 'post', '', 0),
(297, 1, '2022-05-17 07:02:30', '2022-05-17 00:02:30', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7monkeys&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '7 Monkeys', '', 'trash', 'open', 'open', '', '7-monkeys__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=297', 0, 'post', '', 0),
(309, 1, '2022-05-17 07:05:45', '2022-05-17 00:05:45', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25dragonkingdom&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dragon Kingdom', '', 'trash', 'open', 'open', '', 'dragon-kingdom__trashed', '', '', '2023-06-20 02:54:14', '2023-06-20 02:54:14', '', 0, 'https://www.demoslot89.com/?p=309', 0, 'post', '', 0),
(323, 1, '2022-05-17 07:09:09', '2022-05-17 00:09:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7pigs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '7 Piggies', '', 'trash', 'open', 'open', '', '7-piggies__trashed', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 0, 'https://www.demoslot89.com/?p=323', 0, 'post', '', 0),
(336, 1, '2022-05-17 07:11:34', '2022-05-17 00:11:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25pandagold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Panda’s Fortune', '', 'trash', 'open', 'open', '', 'pandas-fortune__trashed', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 0, 'https://www.demoslot89.com/?p=336', 0, 'post', '', 0),
(349, 1, '2022-05-17 07:13:32', '2022-05-17 00:13:32', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20santa&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Santa', '', 'trash', 'open', 'open', '', 'santa__trashed', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 0, 'https://www.demoslot89.com/?p=349', 0, 'post', '', 0),
(366, 1, '2022-05-17 07:17:33', '2022-05-17 00:17:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25goldrush&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gold Rush', '', 'trash', 'open', 'open', '', 'gold-rush__trashed', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 0, 'https://www.demoslot89.com/?p=366', 0, 'post', '', 0),
(378, 1, '2022-05-17 07:19:52', '2022-05-17 00:19:52', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9madmonkey&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Monkey Madness', '', 'trash', 'open', 'open', '', 'monkey-madness__trashed', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 0, 'https://www.demoslot89.com/?p=378', 0, 'post', '', 0),
(401, 1, '2022-05-17 07:23:38', '2022-05-17 00:23:38', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25newyear&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky New Year', '', 'trash', 'open', 'open', '', 'lucky-new-year__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=401', 0, 'post', '', 0),
(412, 1, '2022-05-17 07:25:30', '2022-05-17 00:25:30', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10egypt&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Ancient Egypt', '', 'trash', 'open', 'open', '', 'ancient-egypt__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=412', 0, 'post', '', 0),
(426, 1, '2022-05-17 07:28:27', '2022-05-17 00:28:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs15fairytale&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fairytale Fortune', '', 'trash', 'open', 'open', '', 'fairytale-fortune__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=426', 0, 'post', '', 0),
(443, 1, '2022-05-17 07:30:38', '2022-05-17 00:30:38', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1024butterfly&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Jade Butterfly', '', 'trash', 'open', 'open', '', 'jade-butterfly__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=443', 0, 'post', '', 0),
(453, 1, '2022-05-17 08:02:42', '2022-05-17 01:02:42', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10madame&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Madame Destiny', '', 'trash', 'open', 'open', '', 'madame-destiny__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=453', 0, 'post', '', 0),
(457, 1, '2022-05-17 08:09:41', '2022-05-17 01:09:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25asgard&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Asgard', '', 'trash', 'open', 'open', '', 'asgard__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=457', 0, 'post', '', 0),
(461, 1, '2022-05-17 08:12:12', '2022-05-17 01:12:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20leprechaun&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Leprechaun Song', '', 'trash', 'open', 'open', '', 'leprechaun-song__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=461', 0, 'post', '', 0),
(465, 1, '2022-05-17 08:13:50', '2022-05-17 01:13:50', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25peking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Peking Luck', '', 'trash', 'open', 'open', '', 'peking-luck__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=465', 0, 'post', '', 0),
(469, 1, '2022-05-17 08:17:05', '2022-05-17 01:17:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25davinci&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Da Vinci\'s Treasure', '', 'trash', 'open', 'open', '', 'da-vincis-treasure__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=469', 0, 'post', '', 0),
(473, 1, '2022-05-17 08:19:24', '2022-05-17 01:19:24', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9chen&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Master Chen’s Fortune', '', 'trash', 'open', 'open', '', 'master-chens-fortune__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=473', 0, 'post', '', 0),
(477, 1, '2022-05-17 08:22:06', '2022-05-17 01:22:06', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10egyptcls&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Ancient Egypt Classic', '', 'trash', 'open', 'open', '', 'ancient-egypt-classic__trashed', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 0, 'https://www.demoslot89.com/?p=477', 0, 'post', '', 0),
(481, 1, '2022-05-17 08:25:57', '2022-05-17 01:25:57', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5trdragons&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Triple Dragons', '', 'trash', 'open', 'open', '', 'triple-dragons__trashed', '', '', '2023-06-20 02:54:07', '2023-06-20 02:54:07', '', 0, 'https://www.demoslot89.com/?p=481', 0, 'post', '', 0),
(487, 1, '2022-05-17 08:27:47', '2022-05-17 01:27:47', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20leprexmas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Leprechaun Carol', '', 'trash', 'open', 'open', '', 'leprechaun-carol__trashed', '', '', '2023-06-20 02:54:07', '2023-06-20 02:54:07', '', 0, 'https://www.demoslot89.com/?p=487', 0, 'post', '', 0),
(492, 1, '2022-05-17 08:31:54', '2022-05-17 01:31:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50safariking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Safari King', '', 'trash', 'open', 'open', '', 'safari-king__trashed', '', '', '2023-06-20 02:54:07', '2023-06-20 02:54:07', '', 0, 'https://www.demoslot89.com/?p=492', 0, 'post', '', 0),
(496, 1, '2022-05-17 08:36:09', '2022-05-17 01:36:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs18mashang&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Treasure Horse', '', 'trash', 'open', 'open', '', 'treasure-horse__trashed', '', '', '2023-06-20 02:54:07', '2023-06-20 02:54:07', '', 0, 'https://www.demoslot89.com/?p=496', 0, 'post', '', 0),
(500, 1, '2022-05-17 08:38:07', '2022-05-17 01:38:07', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25goldpig&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Golden Pig', '', 'trash', 'open', 'open', '', 'golden-pig__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=500', 0, 'post', '', 0),
(504, 1, '2022-05-17 08:40:07', '2022-05-17 01:40:07', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25gladiator&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Gladiator', '', 'trash', 'open', 'open', '', 'wild-gladiator__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=504', 0, 'post', '', 0),
(508, 1, '2022-05-17 08:43:06', '2022-05-17 01:43:06', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10fruity2&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Extra Juicy', '', 'trash', 'open', 'open', '', 'extra-juicy__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=508', 0, 'post', '', 0),
(518, 1, '2022-05-17 08:46:14', '2022-05-17 08:46:14', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20egypttrs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Egyptian Fortunes', '', 'trash', 'open', 'open', '', 'egyptian-fortunes__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=518', 0, 'post', '', 0),
(686, 1, '2022-05-17 09:31:09', '2022-05-17 02:31:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40pirate&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pirate Gold', '', 'trash', 'open', 'open', '', 'pirate-gold__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=686', 0, 'post', '', 0),
(704, 1, '2022-05-17 09:35:21', '2022-05-17 09:35:21', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20wildpix&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Pixies', '', 'trash', 'open', 'open', '', 'wild-pixies__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=704', 0, 'post', '', 0),
(717, 1, '2022-05-17 09:37:46', '2022-05-17 02:37:46', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10vampwolf&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Vampire vs Wolves', '', 'trash', 'open', 'open', '', 'vampire-vs-wolves__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=717', 0, 'post', '', 0),
(726, 1, '2022-05-17 09:39:34', '2022-05-17 02:39:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20chicken&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Great Chicken Escape', '', 'trash', 'open', 'open', '', 'the-great-chicken-escape__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=726', 0, 'post', '', 0),
(737, 1, '2022-05-17 09:41:27', '2022-05-17 02:41:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243caishien&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Caishen’s Cash', '', 'trash', 'open', 'open', '', 'caishens-cash__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=737', 0, 'post', '', 0),
(749, 1, '2022-05-17 09:43:50', '2022-05-17 02:43:50', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243mwarrior&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Monkey Warrior', '', 'trash', 'open', 'open', '', 'monkey-warrior__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=749', 0, 'post', '', 0),
(755, 1, '2022-05-17 09:45:26', '2022-05-17 02:45:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7776secrets&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Aztec Treasure', '', 'trash', 'open', 'open', '', 'john-hunter-and-the-aztec-treasure__trashed', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 0, 'https://www.demoslot89.com/?p=755', 0, 'post', '', 0),
(762, 1, '2022-05-17 09:47:25', '2022-05-17 02:47:25', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9hotroll&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hot Chilli', '', 'trash', 'open', 'open', '', 'hot-chilli__trashed', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 0, 'https://www.demoslot89.com/?p=762', 0, 'post', '', 0),
(774, 1, '2022-05-17 09:50:25', '2022-05-17 02:50:25', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5spjoker&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Super Joker', '', 'trash', 'open', 'open', '', 'super-joker__trashed', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 0, 'https://www.demoslot89.com/?p=774', 0, 'post', '', 0),
(785, 1, '2022-05-17 09:52:31', '2022-05-17 02:52:31', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20honey&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Honey Honey Honey', '', 'trash', 'open', 'open', '', 'honey-honey-honey__trashed', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 0, 'https://www.demoslot89.com/?p=785', 0, 'post', '', 0),
(789, 1, '2022-05-17 09:54:01', '2022-05-17 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1fortunetree&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Tree of Riches', '', 'trash', 'open', 'open', '', 'tree-of-riches__trashed', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 0, 'https://www.demoslot89.com/?p=789', 0, 'post', '', 0),
(793, 1, '2022-05-17 09:56:32', '2022-05-17 02:56:32', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20hercpeg&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hercules and Pegasus', '', 'trash', 'open', 'open', '', 'hercules-and-pegasus__trashed', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 0, 'https://www.demoslot89.com/?p=793', 0, 'post', '', 0),
(797, 1, '2022-05-17 16:58:20', '2022-05-17 09:58:20', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243fortseren&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Greek Gods', '', 'trash', 'open', 'open', '', 'greek-gods__trashed', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 0, 'https://www.demoslot89.com/?p=797', 0, 'post', '', 0),
(801, 1, '2022-05-17 17:00:20', '2022-05-17 10:00:20', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20aladdinsorc&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aladdin and the Sorcerrer', '', 'trash', 'open', 'open', '', 'aladdin-and-the-sorcerrer__trashed', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 0, 'https://www.demoslot89.com/?p=801', 0, 'post', '', 0),
(805, 1, '2022-05-17 17:02:08', '2022-05-17 10:02:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25mmouse&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Money Mouse', '', 'trash', 'open', 'open', '', 'money-mouse__trashed', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 0, 'https://www.demoslot89.com/?p=805', 0, 'post', '', 0),
(809, 1, '2022-05-17 17:06:38', '2022-05-17 10:06:38', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs8magicjourn&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Magic Journey', '', 'trash', 'open', 'open', '', 'magic-journey__trashed', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 0, 'https://www.demoslot89.com/?p=809', 0, 'post', '', 0),
(814, 1, '2022-05-17 17:09:02', '2022-05-17 10:09:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5super7&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Super 7s', '', 'trash', 'open', 'open', '', 'super-7s__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=814', 0, 'post', '', 0),
(818, 1, '2022-05-17 17:10:36', '2022-05-17 10:10:36', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1masterjoker&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Master Joker', '', 'trash', 'open', 'open', '', 'master-joker__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=818', 0, 'post', '', 0),
(822, 1, '2022-05-17 17:11:58', '2022-05-17 10:11:58', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs75empress&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Golden Beauty', '', 'trash', 'open', 'open', '', 'golden-beauty__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=822', 0, 'post', '', 0),
(826, 1, '2022-05-17 17:14:22', '2022-05-17 10:14:22', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs4096mystery&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Mysterious', '', 'trash', 'open', 'open', '', 'mysterious__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=826', 0, 'post', '', 0),
(830, 1, '2022-05-17 17:18:42', '2022-05-17 10:18:42', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40madwheel&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Wild Machine', '', 'trash', 'open', 'open', '', 'the-wild-machine__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=830', 0, 'post', '', 0),
(834, 1, '2022-05-17 17:20:15', '2022-05-17 10:20:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40frrainbow&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fruit Rainbow', '', 'trash', 'open', 'open', '', 'fruit-rainbow__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=834', 0, 'post', '', 0),
(838, 1, '2022-05-17 17:21:59', '2022-05-17 10:21:59', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1ball&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky Dragon Ball', '', 'trash', 'open', 'open', '', 'lucky-dragon-ball__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=838', 0, 'post', '', 0),
(842, 1, '2022-05-17 17:23:31', '2022-05-17 10:23:31', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243fortune&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Caishen’s Gold', '', 'trash', 'open', 'open', '', 'caishens-gold__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=842', 0, 'post', '', 0),
(846, 1, '2022-05-17 17:25:33', '2022-05-17 10:25:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5hotburn&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hot to Burn', '', 'trash', 'open', 'open', '', 'hot-to-burn__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=846', 0, 'post', '', 0),
(850, 1, '2022-05-17 17:26:58', '2022-05-17 10:26:58', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243dancingpar&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dance Party', '', 'trash', 'open', 'open', '', 'dance-party__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=850', 0, 'post', '', 0),
(854, 1, '2022-05-17 17:29:00', '2022-05-17 10:29:00', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10threestar&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Three Star Fortune', '', 'trash', 'open', 'open', '', 'three-star-fortune__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=854', 0, 'post', '', 0),
(859, 1, '2022-05-17 19:33:54', '2022-05-17 12:33:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs117649starz&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Starz Megaways', '', 'trash', 'open', 'open', '', 'starz-megaways__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=859', 0, 'post', '', 0),
(863, 1, '2022-05-17 19:35:59', '2022-05-17 12:35:59', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1money&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Money Money Money', '', 'trash', 'open', 'open', '', 'money-money-money__trashed', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 0, 'https://www.demoslot89.com/?p=863', 0, 'post', '', 0),
(867, 1, '2022-05-17 19:39:17', '2022-05-17 12:39:17', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5ultrab&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Ultra Burn', '', 'trash', 'open', 'open', '', 'ultra-burn__trashed', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 0, 'https://www.demoslot89.com/?p=867', 0, 'post', '', 0),
(871, 1, '2022-05-17 19:41:34', '2022-05-17 12:41:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25pyramid&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pyramid King', '', 'trash', 'open', 'open', '', 'pyramid-king__trashed', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 0, 'https://www.demoslot89.com/?p=871', 0, 'post', '', 0),
(875, 1, '2022-05-17 19:43:19', '2022-05-17 12:43:19', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs75bronco&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bronco Spirit', '', 'trash', 'open', 'open', '', 'bronco-spirit__trashed', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 0, 'https://www.demoslot89.com/?p=875', 0, 'post', '', 0),
(879, 1, '2022-05-17 19:49:19', '2022-05-17 12:49:19', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1fufufu&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fu Fu Fu', '', 'trash', 'open', 'open', '', 'fu-fu-fu__trashed', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 0, 'https://www.demoslot89.com/?p=879', 0, 'post', '', 0),
(883, 1, '2022-05-17 19:52:32', '2022-05-17 12:52:32', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40streetracer&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Street Racer', '', 'trash', 'open', 'open', '', 'street-racer__trashed', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 0, 'https://www.demoslot89.com/?p=883', 0, 'post', '', 0),
(887, 1, '2022-05-17 19:54:16', '2022-05-17 12:54:16', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25tigerwar&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Tiger Warrior', '', 'trash', 'open', 'open', '', 'the-tiger-warrior__trashed', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 0, 'https://www.demoslot89.com/?p=887', 0, 'post', '', 0),
(891, 1, '2022-05-17 19:55:45', '2022-05-17 12:55:45', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20gorilla&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Jungle Gorilla', '', 'trash', 'open', 'open', '', 'jungle-gorilla__trashed', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 0, 'https://www.demoslot89.com/?p=891', 0, 'post', '', 0),
(895, 1, '2022-05-17 20:00:26', '2022-05-17 13:00:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs576treasures&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Wild Riches', '', 'trash', 'open', 'open', '', 'wild-wild-riches__trashed', '', '', '2023-06-20 02:53:49', '2023-06-20 02:53:49', '', 0, 'https://www.demoslot89.com/?p=895', 0, 'post', '', 0),
(899, 1, '2022-05-17 20:01:59', '2022-05-17 13:01:59', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20rhinoluxe&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Great Rhino Deluxe', '', 'trash', 'open', 'open', '', 'great-rhino-deluxe__trashed', '', '', '2023-06-20 02:53:49', '2023-06-20 02:53:49', '', 0, 'https://www.demoslot89.com/?p=899', 0, 'post', '', 0),
(903, 1, '2022-05-17 20:03:50', '2022-05-17 13:03:50', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25walker&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Walker', '', 'trash', 'open', 'open', '', 'wild-walker__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=903', 0, 'post', '', 0),
(907, 1, '2022-05-17 20:05:33', '2022-05-17 13:05:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25samurai&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rise of Samurai', '', 'trash', 'open', 'open', '', 'rise-of-samurai__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=907', 0, 'post', '', 0),
(911, 1, '2022-05-17 20:07:21', '2022-05-17 13:07:21', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5ultra&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Ultra Hold and Spin', '', 'trash', 'open', 'open', '', 'ultra-hold-and-spin__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=911', 0, 'post', '', 0),
(915, 1, '2022-05-17 20:10:42', '2022-05-17 13:10:42', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1024lionsd&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '5 Lions Dance', '', 'trash', 'open', 'open', '', '5-lions-dance__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=915', 0, 'post', '', 0),
(921, 1, '2022-05-17 23:26:52', '2022-05-17 16:26:52', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10returndead&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Return of the Dead', '', 'trash', 'open', 'open', '', 'return-of-the-dead__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=921', 0, 'post', '', 0);
INSERT INTO `wpoc_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
(925, 1, '2022-05-17 23:29:23', '2022-05-17 16:29:23', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25bkofkngdm&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Book of Kingdoms', '', 'trash', 'open', 'open', '', 'book-of-kingdoms__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=925', 0, 'post', '', 0),
(929, 1, '2022-05-17 23:32:33', '2022-05-17 16:32:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1024dtiger&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dragon Tiger', '', 'trash', 'open', 'open', '', 'dragon-tiger__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=929', 0, 'post', '', 0),
(933, 1, '2022-05-17 23:33:48', '2022-05-17 16:33:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20eking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Emerald King', '', 'trash', 'open', 'open', '', 'emerald-king__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=933', 0, 'post', '', 0),
(938, 1, '2022-05-17 23:36:49', '2022-05-17 16:36:49', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10cowgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Cowboys Gold', '', 'trash', 'open', 'open', '', 'cowboys-gold__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=938', 0, 'post', '', 0),
(942, 1, '2022-05-17 23:39:33', '2022-05-17 16:39:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40spartaking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Spartan King', '', 'trash', 'open', 'open', '', 'spartan-king__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=942', 0, 'post', '', 0),
(946, 1, '2022-05-17 23:41:54', '2022-05-17 16:41:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10mayangods&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Mayan Gods', '', 'trash', 'open', 'open', '', 'john-hunter-and-the-mayan-gods__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=946', 0, 'post', '', 0),
(950, 1, '2022-05-17 23:43:40', '2022-05-17 16:43:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bbbonanza&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Big Bass Bonanza', '', 'trash', 'open', 'open', '', 'big-bass-bonanza__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=950', 0, 'post', '', 0),
(954, 1, '2022-05-18 00:24:01', '2022-05-17 17:24:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25mustang&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Mustang Gold', '', 'trash', 'open', 'open', '', 'mustang-gold__trashed', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 0, 'https://www.demoslot89.com/?p=954', 0, 'post', '', 0),
(958, 1, '2022-05-18 00:25:58', '2022-05-17 17:25:58', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243lionsgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '5 Lions Gold', '', 'trash', 'open', 'open', '', '5-lions-gold__trashed', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 0, 'https://www.demoslot89.com/?p=958', 0, 'post', '', 0),
(962, 1, '2022-05-18 00:27:43', '2022-05-17 17:27:43', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1dragon8&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '888 Dragons', '', 'trash', 'open', 'open', '', '888-dragons__trashed', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 0, 'https://www.demoslot89.com/?p=962', 0, 'post', '', 0),
(966, 1, '2022-05-18 00:29:32', '2022-05-17 17:29:32', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25chilli&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Chilli Heat', '', 'trash', 'open', 'open', '', 'chilli-heat__trashed', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 0, 'https://www.demoslot89.com/?p=966', 0, 'post', '', 0),
(970, 1, '2022-05-18 00:31:55', '2022-05-17 17:31:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243lions&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '5 Lions', '', 'trash', 'open', 'open', '', '5-lions__trashed', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 0, 'https://www.demoslot89.com/?p=970', 0, 'post', '', 0),
(974, 1, '2022-05-18 00:33:32', '2022-05-17 17:33:32', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7fire88&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fire88', '', 'trash', 'open', 'open', '', 'fire88__trashed', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 0, 'https://www.demoslot89.com/?p=974', 0, 'post', '', 0),
(978, 1, '2022-05-18 00:35:09', '2022-05-17 17:35:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20doghouse&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Dog House', '', 'trash', 'open', 'open', '', 'the-dog-house__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=978', 0, 'post', '', 0),
(982, 1, '2022-05-18 00:41:09', '2022-05-17 17:41:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25scarabqueen&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Tomb of the Scarab Queen', '', 'trash', 'open', 'open', '', 'john-hunter-and-the-tomb-of-the-scarab-queen__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=982', 0, 'post', '', 0),
(986, 1, '2022-05-18 00:43:53', '2022-05-17 17:43:53', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20eightdragons&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '8 Dragons', '', 'trash', 'open', 'open', '', '8-dragons__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=986', 0, 'post', '', 0),
(990, 1, '2022-05-18 00:47:08', '2022-05-17 17:47:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs15diamond&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Diamond Strike', '', 'trash', 'open', 'open', '', 'diamond-strike__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=990', 0, 'post', '', 0),
(994, 1, '2022-05-18 00:48:53', '2022-05-17 17:48:53', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20rhino&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Great Rhino', '', 'trash', 'open', 'open', '', 'great-rhino__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=994', 0, 'post', '', 0),
(998, 1, '2022-05-18 00:50:25', '2022-05-17 17:50:25', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20vegasmagic&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Vegas Magic', '', 'trash', 'open', 'open', '', 'vegas-magic__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=998', 0, 'post', '', 0),
(1002, 1, '2022-05-18 00:52:57', '2022-05-17 17:52:57', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20ekingrr&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Emerald King Rainbow Road', '', 'trash', 'open', 'open', '', 'emerald-king-rainbow-road__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=1002', 0, 'post', '', 0),
(1007, 1, '2022-05-18 00:54:50', '2022-05-17 17:54:50', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs432congocash&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Congo Cash', '', 'trash', 'open', 'open', '', 'congo-cash__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=1007', 0, 'post', '', 0),
(1011, 1, '2022-05-18 00:57:58', '2022-05-17 17:57:58', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5drmystery&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dragon Kingdom Eyes of Fire', '', 'trash', 'open', 'open', '', 'dragon-kingdom-eyes-of-fire__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=1011', 0, 'post', '', 0),
(1015, 1, '2022-05-18 00:59:28', '2022-05-17 17:59:28', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10eyestorm&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Eye of the Storm', '', 'trash', 'open', 'open', '', 'eye-of-the-storm__trashed', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 0, 'https://www.demoslot89.com/?p=1015', 0, 'post', '', 0),
(1019, 1, '2022-05-18 01:01:11', '2022-05-17 18:01:11', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25gldox&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Golden Ox', '', 'trash', 'open', 'open', '', 'golden-ox__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1019', 0, 'post', '', 0),
(1023, 1, '2022-05-18 01:04:06', '2022-05-17 18:04:06', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25jokerking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Joker King', '', 'trash', 'open', 'open', '', 'joker-king__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1023', 0, 'post', '', 0),
(1027, 1, '2022-05-18 01:05:53', '2022-05-17 18:05:53', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20hburnhs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hot to Burn Hold and Spin', '', 'trash', 'open', 'open', '', 'hot-to-burn-hold-and-spin__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1027', 0, 'post', '', 0),
(1031, 1, '2022-05-18 01:10:29', '2022-05-17 18:10:29', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10floatdrg&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Floating Dragon', '', 'trash', 'open', 'open', '', 'floating-dragon__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1031', 0, 'post', '', 0),
(1035, 1, '2022-05-18 01:13:00', '2022-05-17 18:13:00', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25pandatemple&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Panda Fortune 2', '', 'trash', 'open', 'open', '', 'panda-fortune-2__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1035', 0, 'post', '', 0),
(1039, 1, '2022-05-18 01:14:37', '2022-05-17 18:14:37', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25aztecking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec King', '', 'trash', 'open', 'open', '', 'aztec-king__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1039', 0, 'post', '', 0),
(1043, 1, '2022-05-18 01:16:19', '2022-05-17 18:16:19', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10amm&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Amazing Money Machine', '', 'trash', 'open', 'open', '', 'amazing-money-machine__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1043', 0, 'post', '', 0),
(1047, 1, '2022-05-18 01:18:16', '2022-05-17 18:18:16', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20magicpot&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Magic Cauldron - Enchanted Brew', '', 'trash', 'open', 'open', '', 'the-magic-cauldron-enchanted-brew__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1047', 0, 'post', '', 0),
(1051, 1, '2022-05-18 01:19:56', '2022-05-17 18:19:56', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs576hokkwolf&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hokkaido Wolf', '', 'trash', 'open', 'open', '', 'hokkaido-wolf__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1051', 0, 'post', '', 0),
(1055, 1, '2022-05-18 01:24:25', '2022-05-17 18:24:25', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20terrorv&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Cash Elevator', '', 'trash', 'open', 'open', '', 'cash-elevator__trashed', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 0, 'https://www.demoslot89.com/?p=1055', 0, 'post', '', 0),
(1059, 1, '2022-05-18 01:26:29', '2022-05-17 18:26:29', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5drhs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dragon Hot Hold and Spin', '', 'trash', 'open', 'open', '', 'dragon-hot-hold-and-spin__trashed', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 0, 'https://www.demoslot89.com/?p=1059', 0, 'post', '', 0),
(1063, 1, '2022-05-18 01:28:17', '2022-05-17 18:28:17', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25rio&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Heart of Rio', '', 'trash', 'open', 'open', '', 'heart-of-rio__trashed', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 0, 'https://www.demoslot89.com/?p=1063', 0, 'post', '', 0),
(1067, 1, '2022-05-18 01:29:39', '2022-05-17 18:29:39', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20phoenixf&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Phoenix Forge', '', 'trash', 'open', 'open', '', 'phoenix-forge__trashed', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 0, 'https://www.demoslot89.com/?p=1067', 0, 'post', '', 0),
(1071, 1, '2022-05-18 13:55:09', '2022-05-18 06:55:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10luckcharm&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky Grace And Charm', '', 'trash', 'open', 'open', '', 'lucky-grace-and-charm__trashed', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 0, 'https://www.demoslot89.com/?p=1071', 0, 'post', '', 0),
(1076, 1, '2022-05-18 14:02:12', '2022-05-18 07:02:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10chkchase&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Chicken Chase', '', 'trash', 'open', 'open', '', 'chicken-chase__trashed', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 0, 'https://www.demoslot89.com/?p=1076', 0, 'post', '', 0),
(1081, 1, '2022-05-18 20:06:07', '2022-05-18 13:06:07', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20olympgate&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gates of Olympus', '', 'trash', 'open', 'open', '', 'gates-of-olympus__trashed', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 0, 'https://www.demoslot89.com/?p=1081', 0, 'post', '', 0),
(1085, 1, '2022-05-18 20:05:12', '2022-05-18 13:05:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20starlight&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Starlight Princess', '', 'trash', 'open', 'open', '', 'starlight-princess__trashed', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 0, 'https://www.demoslot89.com/?p=1085', 0, 'post', '', 0),
(1089, 1, '2022-05-18 20:04:00', '2022-05-18 13:04:00', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20fruitsw&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Sweet Bonanza', '', 'trash', 'open', 'open', '', 'sweet-bonanza__trashed', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 0, 'https://www.demoslot89.com/?p=1089', 0, 'post', '', 0),
(1090, 1, '2022-05-18 14:10:45', '2022-05-18 07:10:45', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243chargebull&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Raging Bull', '', 'trash', 'open', 'open', '', 'raging-bull__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1090', 0, 'post', '', 0),
(1097, 1, '2022-05-18 14:15:37', '2022-05-18 07:15:37', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20sbxmas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Sweet Bonanza Xmas', '', 'trash', 'open', 'open', '', 'sweet-bonanza-xmas__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1097', 0, 'post', '', 0),
(1101, 1, '2022-05-18 14:18:19', '2022-05-18 07:18:19', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5aztecgems&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec Gems', '', 'trash', 'open', 'open', '', 'aztec-gems__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1101', 0, 'post', '', 0),
(1103, 1, '2022-05-18 14:19:11', '2022-05-18 07:19:11', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs12bbb&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bigger Bass Bonanza', '', 'trash', 'open', 'open', '', 'bigger-bass-bonanza__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1103', 0, 'post', '', 0),
(1107, 1, '2022-05-18 14:20:17', '2022-05-18 07:20:17', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20pbonanza&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pyramid Bonanza', '', 'trash', 'open', 'open', '', 'pyramid-bonanza__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1107', 0, 'post', '', 0),
(1113, 1, '2022-05-18 14:22:33', '2022-05-18 07:22:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20bonzgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bonanza Gold', '', 'trash', 'open', 'open', '', 'bonanza-gold__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1113', 0, 'post', '', 0),
(1115, 1, '2022-05-18 14:23:14', '2022-05-18 07:23:14', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysbankbonz&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Cash Bonanza', '', 'trash', 'open', 'open', '', 'cash-bonanza__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1115', 0, 'post', '', 0),
(1121, 1, '2022-05-18 14:24:42', '2022-05-18 07:24:42', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5joker&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Joker\'s Jewels', '', 'trash', 'open', 'open', '', 'jokers-jewels__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1121', 0, 'post', '', 0),
(1125, 1, '2022-05-18 14:28:03', '2022-05-18 07:28:03', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayslions&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '5 Lions Megaways', '', 'trash', 'open', 'open', '', '5-lions-megaways__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1125', 0, 'post', '', 0),
(1126, 1, '2022-05-18 14:28:24', '2022-05-18 07:28:24', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9piggybank&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Piggy Bank Bills', '', 'trash', 'open', 'open', '', 'piggy-bank-bills__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1126', 0, 'post', '', 0),
(1133, 1, '2022-05-18 14:30:10', '2022-05-18 07:30:10', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysrhino&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Great Rhino Megaways', '', 'trash', 'open', 'open', '', 'great-rhino-megaways__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1133', 0, 'post', '', 0),
(1134, 1, '2022-05-18 14:30:08', '2022-05-18 07:30:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20tweethouse&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Tweety House', '', 'trash', 'open', 'open', '', 'the-tweety-house__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1134', 0, 'post', '', 0),
(1141, 1, '2022-05-18 14:31:42', '2022-05-18 07:31:42', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayswest&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Mystic Chief', '', 'trash', 'open', 'open', '', 'mystic-chief__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1141', 0, 'post', '', 0),
(1142, 1, '2022-05-18 14:32:17', '2022-05-18 07:32:17', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20candvil&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Candy Village', '', 'trash', 'open', 'open', '', 'candy-village__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1142', 0, 'post', '', 0),
(1149, 1, '2022-05-18 14:34:32', '2022-05-18 07:34:32', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10firestrike&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fire Strike', '', 'trash', 'open', 'open', '', 'fire-strike__trashed', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 0, 'https://www.demoslot89.com/?p=1149', 0, 'post', '', 0),
(1151, 1, '2022-05-18 14:35:19', '2022-05-18 07:35:19', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10starpirate&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Star Pirates Code', '', 'trash', 'open', 'open', '', 'star-pirates-code__trashed', '', '', '2023-06-20 02:53:28', '2023-06-20 02:53:28', '', 0, 'https://www.demoslot89.com/?p=1151', 0, 'post', '', 0),
(1158, 1, '2022-05-18 14:37:08', '2022-05-18 07:37:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40wildwest&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild West Gold', '', 'trash', 'open', 'open', '', 'wild-west-gold__trashed', '', '', '2023-06-20 02:53:28', '2023-06-20 02:53:28', '', 0, 'https://www.demoslot89.com/?p=1158', 0, 'post', '', 0),
(1162, 1, '2022-05-18 14:39:05', '2022-05-18 07:39:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bblpop&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bubble Pop', '', 'trash', 'open', 'open', '', 'bubble-pop__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1162', 0, 'post', '', 0),
(1164, 1, '2022-05-18 14:39:04', '2022-05-18 07:39:04', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9aztecgemsdx&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec Gems Deluxe', '', 'trash', 'open', 'open', '', 'aztec-gems-deluxe__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1164', 0, 'post', '', 0),
(1170, 1, '2022-05-18 14:41:25', '2022-05-18 07:41:25', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayshammthor&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Power of Thor Megaways', '', 'trash', 'open', 'open', '', 'power-of-thor-megaways__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1170', 0, 'post', '', 0),
(1174, 1, '2022-05-18 14:43:16', '2022-05-18 07:43:16', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7776aztec&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec Bonanza', '', 'trash', 'open', 'open', '', 'aztec-bonanza__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1174', 0, 'post', '', 0),
(1176, 1, '2022-05-18 14:43:38', '2022-05-18 07:43:38', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysbbb&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Big Bass Bonanza Megaways', '', 'trash', 'open', 'open', '', 'big-bass-bonanza-megaways__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1176', 0, 'post', '', 0),
(1182, 1, '2022-05-18 14:45:19', '2022-05-18 07:45:19', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25btygold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bounty Gold', '', 'trash', 'open', 'open', '', 'bounty-gold__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1182', 0, 'post', '', 0),
(1183, 1, '2022-05-18 14:45:59', '2022-05-18 07:45:59', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20xmascarol&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Christmas Carol Megaways', '', 'trash', 'open', 'open', '', 'christmas-carol-megaways__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1183', 0, 'post', '', 0),
(1189, 1, '2022-05-18 14:47:00', '2022-05-18 07:47:00', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs88hockattack&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hockey Attack', '', 'trash', 'open', 'open', '', 'hockey-attack__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1189', 0, 'post', '', 0),
(1192, 1, '2022-05-18 14:48:23', '2022-05-18 07:48:23', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysmadame&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Madame Destiny Megaways', '', 'trash', 'open', 'open', '', 'madame-destiny-megaways__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1192', 0, 'post', '', 0),
(1196, 1, '2022-05-18 14:49:06', '2022-05-18 07:49:06', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20superx&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Super X', '', 'trash', 'open', 'open', '', 'super-x__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1196', 0, 'post', '', 0),
(1204, 1, '2022-05-18 14:51:54', '2022-05-18 07:51:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysbufking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Buffalo King Megaways', '', 'trash', 'open', 'open', '', 'buffalo-king-megaways__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1204', 0, 'post', '', 0),
(1206, 1, '2022-05-18 14:52:34', '2022-05-18 07:52:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20amuleteg&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fortune of Giza', '', 'trash', 'open', 'open', '', 'fortune-of-giza__trashed', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 0, 'https://www.demoslot89.com/?p=1206', 0, 'post', '', 0),
(1212, 1, '2022-05-18 15:01:42', '2022-05-18 08:01:42', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20goldfever&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gems Bonanza', '', 'trash', 'open', 'open', '', 'gems-bonanza__trashed', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 0, 'https://www.demoslot89.com/?p=1212', 0, 'post', '', 0),
(1213, 1, '2022-05-18 14:57:28', '2022-05-18 07:57:28', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25tigeryear&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky New Year Tiger Treasure', '', 'trash', 'open', 'open', '', 'lucky-new-year-tiger-treasure__trashed', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 0, 'https://www.demoslot89.com/?p=1213', 0, 'post', '', 0),
(1217, 1, '2022-05-18 15:00:03', '2022-05-18 08:00:03', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243empcaishen&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Emperor Caishen', '', 'trash', 'open', 'open', '', 'emperor-caishen__trashed', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 0, 'https://www.demoslot89.com/?p=1217', 0, 'post', '', 0),
(1221, 1, '2022-05-18 15:01:43', '2022-05-18 08:01:43', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20smugcove&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Smugglers Cove', '', 'trash', 'open', 'open', '', 'smugglers-cove__trashed', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 0, 'https://www.demoslot89.com/?p=1221', 0, 'post', '', 0),
(1228, 1, '2022-05-18 15:04:41', '2022-05-18 08:04:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10nudgeit&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rise of Giza PowerNudge', '', 'trash', 'open', 'open', '', 'rise-of-giza-powernudge__trashed', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 0, 'https://www.demoslot89.com/?p=1228', 0, 'post', '', 0),
(1229, 1, '2022-05-18 15:04:20', '2022-05-18 08:04:20', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs4096magician&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Magician\'s Secrets', '', 'trash', 'open', 'open', '', 'magicians-secrets__trashed', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 0, 'https://www.demoslot89.com/?p=1229', 0, 'post', '', 0),
(1236, 1, '2022-05-18 15:06:32', '2022-05-18 08:06:32', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20fruitparty&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fruit Party', '', 'trash', 'open', 'open', '', 'fruit-party__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1236', 0, 'post', '', 0),
(1240, 1, '2022-05-18 15:08:21', '2022-05-18 08:08:21', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysdogs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Dog House Megaways', '', 'trash', 'open', 'open', '', 'the-dog-house-megaways__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1240', 0, 'post', '', 0),
(1244, 1, '2022-05-18 15:09:57', '2022-05-18 08:09:57', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayssamurai&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rise of Samurai Megaways', '', 'trash', 'open', 'open', '', 'rise-of-samurai-megaways__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1244', 0, 'post', '', 0),
(1246, 1, '2022-05-18 15:10:40', '2022-05-18 08:10:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40wanderw&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Depths', '', 'trash', 'open', 'open', '', 'wild-depths__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1246', 0, 'post', '', 0),
(1251, 1, '2022-05-18 15:11:48', '2022-05-18 08:11:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysaztecking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec King Megaways', '', 'trash', 'open', 'open', '', 'aztec-king-megaways__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1251', 0, 'post', '', 0),
(1256, 1, '2022-05-18 15:13:25', '2022-05-18 08:13:25', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs4096bufking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Buffalo King', '', 'trash', 'open', 'open', '', 'buffalo-king__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1256', 0, 'post', '', 0);
INSERT INTO `wpoc_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
(1260, 1, '2022-05-18 15:14:59', '2022-05-18 08:14:59', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25goldparty&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gold Party', '', 'trash', 'open', 'open', '', 'gold-party__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1260', 0, 'post', '', 0),
(1261, 1, '2022-05-18 15:15:08', '2022-05-18 08:15:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayslight&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky Lightning', '', 'trash', 'open', 'open', '', 'lucky-lightning__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1261', 0, 'post', '', 0),
(1268, 1, '2022-05-18 15:16:53', '2022-05-18 08:16:53', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20santawonder&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Santa\'s Wonderland', '', 'trash', 'open', 'open', '', 'santas-wonderland__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1268', 0, 'post', '', 0),
(1272, 1, '2022-05-18 15:18:35', '2022-05-18 08:18:35', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20chickdrop&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Chicken Drop', '', 'trash', 'open', 'open', '', 'chicken-drop__trashed', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 0, 'https://www.demoslot89.com/?p=1272', 0, 'post', '', 0),
(1276, 1, '2022-05-18 15:20:42', '2022-05-18 08:20:42', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20trsbox&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Treasure Wild', '', 'trash', 'open', 'open', '', 'treasure-wild__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1276', 0, 'post', '', 0),
(1280, 1, '2022-05-18 15:22:24', '2022-05-18 08:22:24', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1024temuj&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Temujin Treasures', '', 'trash', 'open', 'open', '', 'temujin-treasures__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1280', 0, 'post', '', 0),
(1284, 1, '2022-05-18 15:23:57', '2022-05-18 08:23:57', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayscryscav&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Crystal Caverns Megaways', '', 'trash', 'open', 'open', '', 'crystal-caverns-megaways__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1284', 0, 'post', '', 0),
(1288, 1, '2022-05-18 15:25:59', '2022-05-18 08:25:59', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20midas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Hand of Midas', '', 'trash', 'open', 'open', '', 'the-hand-of-midas__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1288', 0, 'post', '', 0),
(1292, 1, '2022-05-18 15:44:33', '2022-05-18 08:44:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10runes&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gates of Valhalla', '', 'trash', 'open', 'open', '', 'gates-of-valhalla__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1292', 0, 'post', '', 0),
(1296, 1, '2022-05-18 15:46:10', '2022-05-18 08:46:10', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayselements&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Elemental Gems Megaways', '', 'trash', 'open', 'open', '', 'elemental-gems-megaways__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1296', 0, 'post', '', 0),
(1300, 1, '2022-05-18 15:47:14', '2022-05-18 08:47:14', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20rockvegas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rock Vegas', '', 'trash', 'open', 'open', '', 'rock-vegas__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1300', 0, 'post', '', 0),
(1304, 1, '2022-05-18 15:49:47', '2022-05-18 08:49:47', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25copsrobbers&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Cash Patrol', '', 'trash', 'open', 'open', '', 'cash-patrol__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1304', 0, 'post', '', 0),
(1308, 1, '2022-05-18 15:56:08', '2022-05-18 08:56:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20ultim5&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Ultimate 5', '', 'trash', 'open', 'open', '', 'the-ultimate-5__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1308', 0, 'post', '', 0),
(1312, 1, '2022-05-18 16:02:58', '2022-05-18 09:02:58', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20fparty2&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fruit Party 2', '', 'trash', 'open', 'open', '', 'fruit-party-2__trashed', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 0, 'https://www.demoslot89.com/?p=1312', 0, 'post', '', 0),
(1316, 1, '2022-05-18 16:04:52', '2022-05-18 09:04:52', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bxmasbnza&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Christmas Big Bass Bonanza', '', 'trash', 'open', 'open', '', 'christmas-big-bass-bonanza__trashed', '', '', '2023-06-20 02:53:06', '2023-06-20 02:53:06', '', 0, 'https://www.demoslot89.com/?p=1316', 0, 'post', '', 0),
(1320, 1, '2022-05-18 16:07:24', '2022-05-18 09:07:24', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25hotfiesta&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hot Fiesta', '', 'trash', 'open', 'open', '', 'hot-fiesta__trashed', '', '', '2023-06-20 02:53:06', '2023-06-20 02:53:06', '', 0, 'https://www.demoslot89.com/?p=1320', 0, 'post', '', 0),
(1324, 1, '2022-05-18 16:09:16', '2022-05-18 09:09:16', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50juicyfr&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Juicy Fruits', '', 'trash', 'open', 'open', '', 'juicy-fruits__trashed', '', '', '2023-06-20 02:53:06', '2023-06-20 02:53:06', '', 0, 'https://www.demoslot89.com/?p=1324', 0, 'post', '', 0),
(1328, 1, '2022-05-18 16:21:48', '2022-05-18 09:21:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40bigjuan&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Big Juan', '', 'trash', 'open', 'open', '', 'big-juan__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1328', 0, 'post', '', 0),
(1329, 1, '2022-05-18 16:20:12', '2022-05-18 09:20:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20colcashzone&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Colossal Cash Zone', '', 'trash', 'open', 'open', '', 'colossal-cash-zone__trashed', '', '', '2023-06-20 02:53:06', '2023-06-20 02:53:06', '', 0, 'https://www.demoslot89.com/?p=1329', 0, 'post', '', 0),
(1336, 1, '2022-05-18 16:23:52', '2022-05-18 09:23:52', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bookfallen&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Book of Fallen', '', 'trash', 'open', 'open', '', 'book-of-fallen__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1336', 0, 'post', '', 0),
(1337, 1, '2022-05-18 16:24:03', '2022-05-18 09:24:03', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20bchprty&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Beach Party', '', 'trash', 'open', 'open', '', 'wild-beach-party__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1337', 0, 'post', '', 0),
(1344, 1, '2022-05-18 16:26:01', '2022-05-18 09:26:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20emptybank&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Empty The Bank', '', 'trash', 'open', 'open', '', 'empty-the-bank__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1344', 0, 'post', '', 0),
(1348, 1, '2022-05-18 16:27:06', '2022-05-18 09:27:06', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bookazteck&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Book of Aztec King', '', 'trash', 'open', 'open', '', 'book-of-aztec-king__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1348', 0, 'post', '', 0),
(1350, 1, '2022-05-18 16:29:04', '2022-05-18 09:29:04', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysyumyum&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Yum Yum Powerways', '', 'trash', 'open', 'open', '', 'yum-yum-powerways__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1350', 0, 'post', '', 0),
(1353, 1, '2022-05-18 16:30:11', '2022-05-18 09:30:11', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25bullfiesta&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bull Fiesta', '', 'trash', 'open', 'open', '', 'bull-fiesta__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1353', 0, 'post', '', 0),
(1358, 1, '2022-05-18 16:30:49', '2022-05-18 09:30:49', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20kraken&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Release The Kraken', '', 'trash', 'open', 'open', '', 'release-the-kraken__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1358', 0, 'post', '', 0),
(1365, 1, '2022-05-18 16:32:26', '2022-05-18 09:32:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayschilheat&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Chilli Heat Megaways', '', 'trash', 'open', 'open', '', 'chilli-heat-megaways__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1365', 0, 'post', '', 0),
(1366, 1, '2022-05-18 16:32:22', '2022-05-18 09:32:22', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50mightra&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Might of Ra', '', 'trash', 'open', 'open', '', 'might-of-ra__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1366', 0, 'post', '', 0),
(1373, 1, '2022-05-18 16:34:10', '2022-05-18 09:34:10', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20wildboost&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Booster', '', 'trash', 'open', 'open', '', 'wild-booster__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1373', 0, 'post', '', 0),
(1376, 1, '2022-05-18 16:35:02', '2022-05-18 09:35:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10snakeladd&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Snakes and Ladders Megadice', '', 'trash', 'open', 'open', '', 'snakes-and-ladders-megadice__trashed', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 0, 'https://www.demoslot89.com/?p=1376', 0, 'post', '', 0),
(1379, 1, '2022-05-18 16:35:38', '2022-05-18 09:35:38', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20daydead&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Day of Dead', '', 'trash', 'open', 'open', '', 'day-of-dead__trashed', '', '', '2023-06-20 02:53:04', '2023-06-20 02:53:04', '', 0, 'https://www.demoslot89.com/?p=1379', 0, 'post', '', 0),
(1385, 1, '2022-05-18 16:37:57', '2022-05-18 09:37:57', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayswerewolf&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Curse of the Werewolf Megaways', '', 'trash', 'open', 'open', '', 'curse-of-the-werewolf-megaways__trashed', '', '', '2023-06-20 02:53:04', '2023-06-20 02:53:04', '', 0, 'https://www.demoslot89.com/?p=1385', 0, 'post', '', 0),
(1386, 1, '2022-05-18 16:37:10', '2022-05-18 09:37:10', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20fruitsnexus&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Nexus Sweet Bonanza', '', 'trash', 'open', 'open', '', 'nexus-sweet-bonanza__trashed', '', '', '2023-06-20 02:53:04', '2023-06-20 02:53:04', '', 0, 'https://www.demoslot89.com/?p=1386', 0, 'post', '', 0),
(1393, 1, '2022-05-18 16:38:53', '2022-05-18 09:38:53', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20rainbowg&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rainbow Gold', '', 'trash', 'open', 'open', '', 'rainbow-gold__trashed', '', '', '2023-06-20 02:53:04', '2023-06-20 02:53:04', '', 0, 'https://www.demoslot89.com/?p=1393', 0, 'post', '', 0),
(1395, 1, '2022-05-18 16:39:48', '2022-05-18 09:39:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1600drago&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Jewels of Fortune', '', 'trash', 'open', 'open', '', 'jewels-of-fortune__trashed', '', '', '2023-06-20 02:52:56', '2023-06-20 02:52:56', '', 0, 'https://www.demoslot89.com/?p=1395', 0, 'post', '', 0),
(1399, 1, '2022-05-18 16:40:40', '2022-05-18 09:40:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243discolady&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Disco Lady', '', 'trash', 'open', 'open', '', 'disco-lady__trashed', '', '', '2023-06-20 02:52:56', '2023-06-20 02:52:56', '', 0, 'https://www.demoslot89.com/?p=1399', 0, 'post', '', 0),
(1403, 1, '2022-05-18 16:41:46', '2022-05-18 09:41:46', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10wildtut&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Mysterious Egypt', '', 'trash', 'open', 'open', '', 'mysterious-egypt__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1403', 0, 'post', '', 0),
(1407, 1, '2022-05-18 16:42:17', '2022-05-18 09:42:17', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10tictac&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Tic Tac Take', '', 'trash', 'open', 'open', '', 'tic-tac-take__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1407', 0, 'post', '', 0),
(1413, 1, '2022-05-18 16:43:33', '2022-05-18 09:43:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40pirgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pirate Gold Deluxe', '', 'trash', 'open', 'open', '', 'pirate-gold-deluxe__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1413', 0, 'post', '', 0),
(1415, 1, '2022-05-18 16:43:39', '2022-05-18 09:43:39', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243queenie&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Queenie', '', 'trash', 'open', 'open', '', 'queenie__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1415', 0, 'post', '', 0),
(1421, 1, '2022-05-18 16:45:17', '2022-05-18 09:45:17', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayshive&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Star Bounty', '', 'trash', 'open', 'open', '', 'star-bounty__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1421', 0, 'post', '', 0),
(1423, 1, '2022-05-18 16:45:45', '2022-05-18 09:45:45', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20farmfest&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Barn Festival', '', 'trash', 'open', 'open', '', 'barn-festival__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1423', 0, 'post', '', 0),
(1429, 1, '2022-05-18 16:47:42', '2022-05-18 09:47:42', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bookoftut&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Book of Tut', '', 'trash', 'open', 'open', '', 'john-hunter-and-the-book-of-tut__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1429', 0, 'post', '', 0),
(1430, 1, '2022-05-18 16:47:34', '2022-05-18 09:47:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20drtgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Drill that Gold', '', 'trash', 'open', 'open', '', 'drill-that-gold__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1430', 0, 'post', '', 0),
(1437, 1, '2022-05-18 16:49:22', '2022-05-18 09:49:22', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40voodoo&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Voodoo Magic', '', 'trash', 'open', 'open', '', 'voodoo-magic__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1437', 0, 'post', '', 0),
(1439, 1, '2022-05-18 16:49:49', '2022-05-18 09:49:49', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20mustanggld2&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Clover Gold', '', 'trash', 'open', 'open', '', 'clover-gold__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1439', 0, 'post', '', 0),
(1446, 1, '2022-05-18 16:52:32', '2022-05-18 09:52:32', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20bermuda&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Quest for Bermuda Riches', '', 'trash', 'open', 'open', '', 'john-hunter-and-the-quest-for-bermuda-riches__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1446', 0, 'post', '', 0),
(1447, 1, '2022-05-18 16:51:47', '2022-05-18 09:51:47', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayswildwest&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild West Gold Megaways', '', 'trash', 'open', 'open', '', 'wild-west-gold-megaways__trashed', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 0, 'https://www.demoslot89.com/?p=1447', 0, 'post', '', 0),
(1452, 1, '2022-05-18 16:53:26', '2022-05-18 09:53:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10spiritadv&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Spirit of Adventure', '', 'trash', 'open', 'open', '', 'spirit-of-adventure__trashed', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 0, 'https://www.demoslot89.com/?p=1452', 0, 'post', '', 0),
(1456, 1, '2022-05-18 16:54:20', '2022-05-18 09:54:20', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysxjuicy&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Extra Juicy Megaways', '', 'trash', 'open', 'open', '', 'extra-juicy-megaways__trashed', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 0, 'https://www.demoslot89.com/?p=1456', 0, 'post', '', 0),
(1457, 1, '2022-05-16 04:02:12', '2022-05-15 21:02:12', '', 'Lady Godiva', '', 'trash', 'open', 'open', '', 'lady-godiva__trashed', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 0, 'https://www.demoslot89.com/?p=92', 0, 'post', '', 0),
(1458, 1, '2022-05-16 04:51:15', '2022-05-15 21:51:15', '', 'Dwarven Gold Deluxe', '', 'trash', 'open', 'open', '', 'dwarven-gold-deluxe__trashed', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 0, 'https://www.demoslot89.com/?p=104', 0, 'post', '', 0),
(1459, 1, '2022-05-16 04:53:22', '2022-05-15 21:53:22', '', 'Lucky Dragons', '', 'trash', 'open', 'open', '', 'lucky-dragons__trashed', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 0, 'https://www.demoslot89.com/?p=108', 0, 'post', '', 0),
(1460, 1, '2022-05-16 04:54:22', '2022-05-15 21:54:22', '', 'Beowulf', '', 'trash', 'open', 'open', '', 'beowulf__trashed', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 0, 'https://www.demoslot89.com/?p=113', 0, 'post', '', 0),
(1461, 1, '2022-05-16 04:55:14', '2022-05-15 21:55:14', '', 'Hercules Son of Zeus', '', 'trash', 'open', 'open', '', 'hercules-son-of-zeus__trashed', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 0, 'https://www.demoslot89.com/?p=117', 0, 'post', '', 0),
(1462, 1, '2022-05-16 04:55:51', '2022-05-15 21:55:51', '', 'Wolf Gold', '', 'trash', 'open', 'open', '', 'wolf-gold__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=121', 0, 'post', '', 0),
(1463, 1, '2022-05-16 09:27:13', '2022-05-16 02:27:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50pixie&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pixie Wings', '', 'trash', 'open', 'open', '', 'pixie-wings__trashed', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 0, 'https://www.demoslot89.com/?p=135', 0, 'post', '', 0),
(1464, 1, '2022-05-16 03:34:33', '2022-05-15 20:34:33', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=cs3w&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Diamonds are Forever 3 Lines', '', 'trash', 'open', 'open', '', 'diamonds-are-forever-3-lines__trashed', '', '', '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 0, 'https://www.demoslot89.com/?p=55', 0, 'post', '', 0),
(1465, 1, '2022-05-16 03:46:44', '2022-05-15 20:46:44', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=cs5triple8gold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '888 Gold', '', 'trash', 'open', 'open', '', '888-gold__trashed', '', '', '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 0, 'https://www.demoslot89.com/?p=61', 0, 'post', '', 0),
(1466, 1, '2022-05-16 03:56:20', '2022-05-15 20:56:20', '', 'Irish Charms', '', 'trash', 'open', 'open', '', 'irish-charms__trashed', '', '', '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 0, 'https://www.demoslot89.com/?p=66', 0, 'post', '', 0),
(1467, 1, '2022-05-16 03:57:10', '2022-05-15 20:57:10', '', 'Money Roll', '', 'trash', 'open', 'open', '', 'money-roll__trashed', '', '', '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 0, 'https://www.demoslot89.com/?p=72', 0, 'post', '', 0),
(1468, 1, '2022-05-16 03:57:59', '2022-05-15 20:57:59', '', 'Triple Tigers', '', 'trash', 'open', 'open', '', 'triple-tigers__trashed', '', '', '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 0, 'https://www.demoslot89.com/?p=75', 0, 'post', '', 0),
(1469, 1, '2022-05-16 03:58:45', '2022-05-15 20:58:45', '', 'Fishin\' Reels', '', 'trash', 'open', 'open', '', 'fishin-reels__trashed', '', '', '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 0, 'https://www.demoslot89.com/?p=80', 0, 'post', '', 0),
(1470, 1, '2022-05-16 03:59:35', '2022-05-15 20:59:35', '', 'Sugar Rush', '', 'trash', 'open', 'open', '', 'sugar-rush__trashed', '', '', '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 0, 'https://www.demoslot89.com/?p=84', 0, 'post', '', 0),
(29718, 1, '2023-01-05 23:53:12', '2023-01-05 16:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20gatotgates&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobbyURL=https%3A%2F%2Fwww.pragmaticplay.com\" allowfullscreen=\"\" height=\"600\"></iframe>\n<!-- /wp:html -->', 'Gates of Gatotkaca', '', 'trash', 'open', 'open', '', 'gates-of-gatotkaca__trashed', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 0, 'http://localhost/kingslot89.com/?p=29718', 0, 'post', '', 0),
(29720, 1, '2023-01-19 00:01:16', '2023-01-19 00:01:16', '<!-- wp:paragraph -->\n<p>Demo slot merupakan fitur gratis yang disediakan oleh provider slot online yang bisa and nikmati melalui situs judi online kingbet89 slot. Fitur ini sama persis seperti judi slot </p>\n<!-- /wp:paragraph -->', 'RTP Live Playstar', '', 'trash', 'closed', 'closed', '', 'rtp-live-playstar__trashed', '', '', '2023-05-26 10:01:03', '2023-05-26 10:01:03', '', 0, 'http://localhost/ipkingbet89.com/?page_id=29720', 0, 'page', '', 0),
(29723, 1, '2023-01-19 00:05:02', '2023-01-19 00:05:02', '', 'gates-of-gatotkaca', '', 'inherit', 'open', 'closed', '', 'gates-of-gatotkaca-2', '', '', '2023-01-26 14:16:35', '2023-01-26 14:16:35', '', 29718, 'http://localhost/ipkingbet89.com/wp-content/uploads/2023/01/gates-of-gatotkaca.jpg', 0, 'attachment', 'image/jpeg', 0),
(29805, 1, '2023-01-26 14:15:59', '2023-01-26 14:15:59', '', 'Gates-of-Olympus', '', 'inherit', 'open', 'closed', '', 'gates-of-olympus-2', '', '', '2023-01-26 14:16:31', '2023-01-26 14:16:31', '', 1081, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Gates-of-Olympus.jpg', 0, 'attachment', 'image/jpeg', 0),
(29955, 1, '2023-01-26 14:25:00', '2023-01-26 14:25:00', '', 'Starlight-Princess', '', 'inherit', 'open', 'closed', '', 'starlight-princess-2', '', '', '2023-01-26 14:25:12', '2023-01-26 14:25:12', '', 1085, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Starlight-Princess.jpg', 0, 'attachment', 'image/jpeg', 0),
(29956, 1, '2023-01-26 14:25:59', '2023-01-26 14:25:59', '', 'Sweet-Bonanza', '', 'inherit', 'open', 'closed', '', 'sweet-bonanza-2', '', '', '2023-01-26 14:26:09', '2023-01-26 14:26:09', '', 1089, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Sweet-Bonanza.jpg', 0, 'attachment', 'image/jpeg', 0),
(29957, 1, '2023-01-26 14:26:23', '2023-01-26 14:26:23', '', 'Extra-Juicy-Megaways', '', 'inherit', 'open', 'closed', '', 'extra-juicy-megaways-2', '', '', '2023-01-26 14:26:32', '2023-01-26 14:26:32', '', 1456, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Extra-Juicy-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(29959, 1, '2023-01-26 14:26:51', '2023-01-26 14:26:51', '', 'Spirit-of-Adventure', '', 'inherit', 'open', 'closed', '', 'spirit-of-adventure-2', '', '', '2023-01-26 14:27:01', '2023-01-26 14:27:01', '', 1452, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Spirit-of-Adventure.jpg', 0, 'attachment', 'image/jpeg', 0),
(29960, 1, '2023-01-26 14:27:18', '2023-01-26 14:27:18', '', 'John-Hunter-and-the-Quest-for-Bermuda-Riches', '', 'inherit', 'open', 'closed', '', 'john-hunter-and-the-quest-for-bermuda-riches-2', '', '', '2023-01-26 14:27:31', '2023-01-26 14:27:31', '', 1446, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/John-Hunter-and-the-Quest-for-Bermuda-Riches.jpg', 0, 'attachment', 'image/jpeg', 0),
(29962, 1, '2023-01-26 14:27:42', '2023-01-26 14:27:42', '', 'Wild-West-Gold-Megaways', '', 'inherit', 'open', 'closed', '', 'wild-west-gold-megaways-2', '', '', '2023-01-26 14:27:52', '2023-01-26 14:27:52', '', 1447, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-West-Gold-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(29963, 1, '2023-01-26 14:28:04', '2023-01-26 14:28:04', '', 'Clover-Gold', '', 'inherit', 'open', 'closed', '', 'clover-gold-2', '', '', '2023-01-26 14:28:10', '2023-01-26 14:28:10', '', 1439, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Clover-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(29964, 1, '2023-01-26 14:28:24', '2023-01-26 14:28:24', '', 'Voodoo-Magic', '', 'inherit', 'open', 'closed', '', 'voodoo-magic-2', '', '', '2023-01-26 14:28:31', '2023-01-26 14:28:31', '', 1437, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Voodoo-Magic.jpg', 0, 'attachment', 'image/jpeg', 0),
(29966, 1, '2023-01-26 14:29:39', '2023-01-26 14:29:39', '', 'John-Hunter-and-the-Book-of-Tut', '', 'inherit', 'open', 'closed', '', 'john-hunter-and-the-book-of-tut-2', '', '', '2023-01-26 14:29:46', '2023-01-26 14:29:46', '', 1429, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/John-Hunter-and-the-Book-of-Tut.jpg', 0, 'attachment', 'image/jpeg', 0),
(29967, 1, '2023-01-26 14:30:11', '2023-01-26 14:30:11', '', 'Drill that Gold', '', 'inherit', 'open', 'closed', '', 'drill-that-gold-2', '', '', '2023-01-26 14:30:17', '2023-01-26 14:30:17', '', 1430, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Drill-that-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(29968, 1, '2023-01-26 14:30:43', '2023-01-26 14:30:43', '', 'Barn-Festival', '', 'inherit', 'open', 'closed', '', 'barn-festival-2', '', '', '2023-01-26 14:30:49', '2023-01-26 14:30:49', '', 1423, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Barn-Festival.jpg', 0, 'attachment', 'image/jpeg', 0),
(29969, 1, '2023-01-26 14:31:14', '2023-01-26 14:31:14', '', 'Star-Bounty', '', 'inherit', 'open', 'closed', '', 'star-bounty-2', '', '', '2023-01-26 14:31:18', '2023-01-26 14:31:18', '', 1421, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Star-Bounty.jpg', 0, 'attachment', 'image/jpeg', 0),
(29970, 1, '2023-01-26 14:31:31', '2023-01-26 14:31:31', '', 'Queenie', '', 'inherit', 'open', 'closed', '', 'queenie-2', '', '', '2023-01-26 14:31:34', '2023-01-26 14:31:34', '', 1415, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Queenie.jpg', 0, 'attachment', 'image/jpeg', 0),
(29971, 1, '2023-01-26 14:31:46', '2023-01-26 14:31:46', '', 'Pirate-Gold-Deluxe', '', 'inherit', 'open', 'closed', '', 'pirate-gold-deluxe-2', '', '', '2023-01-26 14:31:50', '2023-01-26 14:31:50', '', 1413, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Pirate-Gold-Deluxe.jpg', 0, 'attachment', 'image/jpeg', 0),
(29972, 1, '2023-01-26 14:32:02', '2023-01-26 14:32:02', '', 'Tic-Tac-Take', '', 'inherit', 'open', 'closed', '', 'tic-tac-take-2', '', '', '2023-01-26 14:32:06', '2023-01-26 14:32:06', '', 1407, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Tic-Tac-Take.jpg', 0, 'attachment', 'image/jpeg', 0),
(29973, 1, '2023-01-26 14:32:23', '2023-01-26 14:32:23', '', 'Mysterious-Egypt', '', 'inherit', 'open', 'closed', '', 'mysterious-egypt-2', '', '', '2023-01-26 14:32:27', '2023-01-26 14:32:27', '', 1403, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Mysterious-Egypt.jpg', 0, 'attachment', 'image/jpeg', 0),
(29975, 1, '2023-01-26 14:32:39', '2023-01-26 14:32:39', '', 'Disco-Lady', '', 'inherit', 'open', 'closed', '', 'disco-lady-2', '', '', '2023-01-26 14:32:43', '2023-01-26 14:32:43', '', 1399, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Disco-Lady.jpg', 0, 'attachment', 'image/jpeg', 0),
(29976, 1, '2023-01-26 14:32:59', '2023-01-26 14:32:59', '', 'Jewels-of-Fortune', '', 'inherit', 'open', 'closed', '', 'jewels-of-fortune-2', '', '', '2023-01-26 14:33:03', '2023-01-26 14:33:03', '', 1395, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Jewels-of-Fortune.jpg', 0, 'attachment', 'image/jpeg', 0),
(29977, 1, '2023-01-26 14:35:08', '2023-01-26 14:35:08', '', 'Rainbow-Gold', '', 'inherit', 'open', 'closed', '', 'rainbow-gold-2', '', '', '2023-01-26 14:35:12', '2023-01-26 14:35:12', '', 1393, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Rainbow-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(29978, 1, '2023-01-26 14:35:24', '2023-01-26 14:35:24', '', 'Curse-of-the-Werewolf-Megaways', '', 'inherit', 'open', 'closed', '', 'curse-of-the-werewolf-megaways-2', '', '', '2023-01-26 14:35:28', '2023-01-26 14:35:28', '', 1385, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Curse-of-the-Werewolf-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(29979, 1, '2023-01-26 14:35:40', '2023-01-26 14:35:40', '', 'Nexus-Sweet-Bonanza', '', 'inherit', 'open', 'closed', '', 'nexus-sweet-bonanza-2', '', '', '2023-01-26 14:35:44', '2023-01-26 14:35:44', '', 1386, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Nexus-Sweet-Bonanza.jpg', 0, 'attachment', 'image/jpeg', 0),
(29981, 1, '2023-01-26 14:35:56', '2023-01-26 14:35:56', '', 'Day-of-Dead', '', 'inherit', 'open', 'closed', '', 'day-of-dead-2', '', '', '2023-01-26 14:35:59', '2023-01-26 14:35:59', '', 1379, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Day-of-Dead.jpg', 0, 'attachment', 'image/jpeg', 0),
(29982, 1, '2023-01-26 14:36:12', '2023-01-26 14:36:12', '', 'Snakes-and-Ladders-Megadice', '', 'inherit', 'open', 'closed', '', 'snakes-and-ladders-megadice-2', '', '', '2023-01-26 14:36:16', '2023-01-26 14:36:16', '', 1376, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Snakes-and-Ladders-Megadice.jpg', 0, 'attachment', 'image/jpeg', 0),
(29983, 1, '2023-01-26 14:36:28', '2023-01-26 14:36:28', '', 'Wild-Booster', '', 'inherit', 'open', 'closed', '', 'wild-booster-2', '', '', '2023-01-26 14:36:32', '2023-01-26 14:36:32', '', 1373, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-Booster.jpg', 0, 'attachment', 'image/jpeg', 0),
(29984, 1, '2023-01-26 14:36:45', '2023-01-26 14:36:45', '', 'Chilli-Heat-Megaways', '', 'inherit', 'open', 'closed', '', 'chilli-heat-megaways-2', '', '', '2023-01-26 14:36:48', '2023-01-26 14:36:48', '', 1365, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Chilli-Heat-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(29986, 1, '2023-01-26 14:37:03', '2023-01-26 14:37:03', '', 'Might-of-Ra', '', 'inherit', 'open', 'closed', '', 'might-of-ra-2', '', '', '2023-01-26 14:37:07', '2023-01-26 14:37:07', '', 1366, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Might-of-Ra.jpg', 0, 'attachment', 'image/jpeg', 0),
(29987, 1, '2023-01-26 14:37:23', '2023-01-26 14:37:23', '', 'Release-the-Kraken', '', 'inherit', 'open', 'closed', '', 'release-the-kraken-2', '', '', '2023-01-26 14:37:27', '2023-01-26 14:37:27', '', 1358, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Release-the-Kraken.jpg', 0, 'attachment', 'image/jpeg', 0),
(29989, 1, '2023-01-26 14:37:42', '2023-01-26 14:37:42', '', 'Bull-Fiesta', '', 'inherit', 'open', 'closed', '', 'bull-fiesta-2', '', '', '2023-01-26 14:37:46', '2023-01-26 14:37:46', '', 1353, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Bull-Fiesta.jpg', 0, 'attachment', 'image/jpeg', 0),
(29990, 1, '2023-01-26 14:37:58', '2023-01-26 14:37:58', '', 'Yum-Yum-Powerways', '', 'inherit', 'open', 'closed', '', 'yum-yum-powerways-2', '', '', '2023-01-26 14:38:01', '2023-01-26 14:38:01', '', 1350, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Yum-Yum-Powerways.jpg', 0, 'attachment', 'image/jpeg', 0),
(29991, 1, '2023-01-26 14:38:15', '2023-01-26 14:38:15', '', 'Book-of-Aztec-King', '', 'inherit', 'open', 'closed', '', 'book-of-aztec-king-2', '', '', '2023-01-26 14:38:18', '2023-01-26 14:38:18', '', 1348, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Book-of-Aztec-King.jpg', 0, 'attachment', 'image/jpeg', 0),
(29992, 1, '2023-01-26 14:38:33', '2023-01-26 14:38:33', '', 'Empty-the-Bank', '', 'inherit', 'open', 'closed', '', 'empty-the-bank-2', '', '', '2023-01-26 14:38:37', '2023-01-26 14:38:37', '', 1344, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Empty-the-Bank.jpg', 0, 'attachment', 'image/jpeg', 0),
(29994, 1, '2023-01-26 14:38:48', '2023-01-26 14:38:48', '', 'Wild-Beach-Party', '', 'inherit', 'open', 'closed', '', 'wild-beach-party-2', '', '', '2023-01-26 14:38:53', '2023-01-26 14:38:53', '', 1337, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-Beach-Party.jpg', 0, 'attachment', 'image/jpeg', 0),
(29995, 1, '2023-01-26 14:39:04', '2023-01-26 14:39:04', '', 'Book-of-Fallen', '', 'inherit', 'open', 'closed', '', 'book-of-fallen-2', '', '', '2023-01-26 14:39:11', '2023-01-26 14:39:11', '', 1336, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Book-of-Fallen.jpg', 0, 'attachment', 'image/jpeg', 0),
(29996, 1, '2023-01-26 14:39:22', '2023-01-26 14:39:22', '', 'Big-Juan', '', 'inherit', 'open', 'closed', '', 'big-juan-2', '', '', '2023-01-26 14:39:26', '2023-01-26 14:39:26', '', 1328, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Big-Juan.jpg', 0, 'attachment', 'image/jpeg', 0),
(29997, 1, '2023-01-26 14:39:39', '2023-01-26 14:39:39', '', 'Colossal-Cash-Zone', '', 'inherit', 'open', 'closed', '', 'colossal-cash-zone-2', '', '', '2023-01-26 14:39:43', '2023-01-26 14:39:43', '', 1329, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Colossal-Cash-Zone.jpg', 0, 'attachment', 'image/jpeg', 0),
(29998, 1, '2023-01-26 14:39:53', '2023-01-26 14:39:53', '', 'Juicy-Fruits', '', 'inherit', 'open', 'closed', '', 'juicy-fruits-2', '', '', '2023-01-26 14:39:57', '2023-01-26 14:39:57', '', 1324, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Juicy-Fruits.jpg', 0, 'attachment', 'image/jpeg', 0),
(29999, 1, '2023-01-26 14:40:08', '2023-01-26 14:40:08', '', 'Hot-Fiesta', '', 'inherit', 'open', 'closed', '', 'hot-fiesta-2', '', '', '2023-01-26 14:40:12', '2023-01-26 14:40:12', '', 1320, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Hot-Fiesta.jpg', 0, 'attachment', 'image/jpeg', 0),
(30000, 1, '2023-01-26 14:40:23', '2023-01-26 14:40:23', '', 'Christmas-Big-Bass-Bonanza', '', 'inherit', 'open', 'closed', '', 'christmas-big-bass-bonanza-2', '', '', '2023-01-26 14:40:27', '2023-01-26 14:40:27', '', 1316, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Christmas-Big-Bass-Bonanza.jpg', 0, 'attachment', 'image/jpeg', 0),
(30001, 1, '2023-01-26 14:41:10', '2023-01-26 14:41:10', '', 'Fruit-Party-2', '', 'inherit', 'open', 'closed', '', 'fruit-party-2-2', '', '', '2023-01-26 14:41:14', '2023-01-26 14:41:14', '', 1312, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Fruit-Party-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(30002, 1, '2023-01-26 14:41:24', '2023-01-26 14:41:24', '', 'The-Ultimate-5', '', 'inherit', 'open', 'closed', '', 'the-ultimate-5-2', '', '', '2023-01-26 14:41:28', '2023-01-26 14:41:28', '', 1308, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/The-Ultimate-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(30003, 1, '2023-01-26 14:41:39', '2023-01-26 14:41:39', '', 'Cash-Patrol', '', 'inherit', 'open', 'closed', '', 'cash-patrol-2', '', '', '2023-01-26 14:41:43', '2023-01-26 14:41:43', '', 1304, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Cash-Patrol.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpoc_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
(30004, 1, '2023-01-26 14:41:54', '2023-01-26 14:41:54', '', 'Rock-Vegas', '', 'inherit', 'open', 'closed', '', 'rock-vegas-2', '', '', '2023-01-26 14:41:58', '2023-01-26 14:41:58', '', 1300, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Rock-Vegas.jpg', 0, 'attachment', 'image/jpeg', 0),
(30005, 1, '2023-01-26 14:42:09', '2023-01-26 14:42:09', '', 'Elemental-Gems-Megaways', '', 'inherit', 'open', 'closed', '', 'elemental-gems-megaways-2', '', '', '2023-01-26 14:42:13', '2023-01-26 14:42:13', '', 1296, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Elemental-Gems-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30006, 1, '2023-01-26 14:42:26', '2023-01-26 14:42:26', '', 'Gates-of-Valhalla', '', 'inherit', 'open', 'closed', '', 'gates-of-valhalla-2', '', '', '2023-01-26 14:42:30', '2023-01-26 14:42:30', '', 1292, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Gates-of-Valhalla.jpg', 0, 'attachment', 'image/jpeg', 0),
(30007, 1, '2023-01-26 14:42:41', '2023-01-26 14:42:41', '', 'The-Hand-of-Midas', '', 'inherit', 'open', 'closed', '', 'the-hand-of-midas-2', '', '', '2023-01-26 14:42:46', '2023-01-26 14:42:46', '', 1288, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/The-Hand-of-Midas.jpg', 0, 'attachment', 'image/jpeg', 0),
(30008, 1, '2023-01-26 14:42:57', '2023-01-26 14:42:57', '', 'Crystal-Caverns-Megaways', '', 'inherit', 'open', 'closed', '', 'crystal-caverns-megaways-2', '', '', '2023-01-26 14:43:02', '2023-01-26 14:43:02', '', 1284, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Crystal-Caverns-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30009, 1, '2023-01-26 14:43:13', '2023-01-26 14:43:13', '', 'Temujin-Treasures', '', 'inherit', 'open', 'closed', '', 'temujin-treasures-2', '', '', '2023-01-26 14:43:17', '2023-01-26 14:43:17', '', 1280, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Temujin-Treasures.jpg', 0, 'attachment', 'image/jpeg', 0),
(30010, 1, '2023-01-26 14:43:28', '2023-01-26 14:43:28', '', 'Treasure-Wild', '', 'inherit', 'open', 'closed', '', 'treasure-wild-2', '', '', '2023-01-26 14:43:33', '2023-01-26 14:43:33', '', 1276, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Treasure-Wild.jpg', 0, 'attachment', 'image/jpeg', 0),
(30011, 1, '2023-01-26 14:43:43', '2023-01-26 14:43:43', '', 'Chicken-Drop', '', 'inherit', 'open', 'closed', '', 'chicken-drop-2', '', '', '2023-01-26 14:43:48', '2023-01-26 14:43:48', '', 1272, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Chicken-Drop.jpg', 0, 'attachment', 'image/jpeg', 0),
(30012, 1, '2023-01-26 14:43:59', '2023-01-26 14:43:59', '', 'Santas-Wonderland', '', 'inherit', 'open', 'closed', '', 'santas-wonderland-2', '', '', '2023-01-26 14:44:02', '2023-01-26 14:44:02', '', 1268, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Santas-Wonderland.jpg', 0, 'attachment', 'image/jpeg', 0),
(30013, 1, '2023-01-26 14:44:13', '2023-01-26 14:44:13', '', 'Lucky-Lightning', '', 'inherit', 'open', 'closed', '', 'lucky-lightning-2', '', '', '2023-01-26 14:44:17', '2023-01-26 14:44:17', '', 1261, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Lucky-Lightning.jpg', 0, 'attachment', 'image/jpeg', 0),
(30014, 1, '2023-01-26 14:44:29', '2023-01-26 14:44:29', '', 'Gold-Party', '', 'inherit', 'open', 'closed', '', 'gold-party-2', '', '', '2023-01-26 14:44:32', '2023-01-26 14:44:32', '', 1260, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Gold-Party.jpg', 0, 'attachment', 'image/jpeg', 0),
(30015, 1, '2023-01-26 14:44:44', '2023-01-26 14:44:44', '', 'Buffalo-King', '', 'inherit', 'open', 'closed', '', 'buffalo-king-2', '', '', '2023-01-26 14:44:48', '2023-01-26 14:44:48', '', 1256, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Buffalo-King.jpg', 0, 'attachment', 'image/jpeg', 0),
(30016, 1, '2023-01-26 14:45:02', '2023-01-26 14:45:02', '', 'Aztec-King-Megaways', '', 'inherit', 'open', 'closed', '', 'aztec-king-megaways-2', '', '', '2023-01-26 14:45:06', '2023-01-26 14:45:06', '', 1251, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Aztec-King-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30017, 1, '2023-01-26 14:45:17', '2023-01-26 14:45:17', '', 'Wild-Depths', '', 'inherit', 'open', 'closed', '', 'wild-depths-2', '', '', '2023-01-26 14:45:20', '2023-01-26 14:45:20', '', 1246, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-Depths.jpg', 0, 'attachment', 'image/jpeg', 0),
(30018, 1, '2023-01-26 14:45:31', '2023-01-26 14:45:31', '', 'Rise-of-Samurai-Megaways', '', 'inherit', 'open', 'closed', '', 'rise-of-samurai-megaways-2', '', '', '2023-01-26 14:45:34', '2023-01-26 14:45:34', '', 1244, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Rise-of-Samurai-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30019, 1, '2023-01-26 14:45:47', '2023-01-26 14:45:47', '', 'The-Dog-House-Megaways', '', 'inherit', 'open', 'closed', '', 'the-dog-house-megaways-2', '', '', '2023-01-26 14:45:51', '2023-01-26 14:45:51', '', 1240, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/The-Dog-House-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30020, 1, '2023-01-26 14:46:02', '2023-01-26 14:46:02', '', 'Fruit-Party', '', 'inherit', 'open', 'closed', '', 'fruit-party-3', '', '', '2023-01-26 14:46:06', '2023-01-26 14:46:06', '', 1236, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Fruit-Party.jpg', 0, 'attachment', 'image/jpeg', 0),
(30022, 1, '2023-01-26 14:48:49', '2023-01-26 14:48:49', '', 'Rise-of-Giza-PowerNudge', '', 'inherit', 'open', 'closed', '', 'rise-of-giza-powernudge-2', '', '', '2023-01-26 14:48:54', '2023-01-26 14:48:54', '', 1228, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Rise-of-Giza-PowerNudge.jpg', 0, 'attachment', 'image/jpeg', 0),
(30023, 1, '2023-01-26 14:49:05', '2023-01-26 14:49:05', '', 'Magicians-Secrets', '', 'inherit', 'open', 'closed', '', 'magicians-secrets-2', '', '', '2023-01-26 14:49:11', '2023-01-26 14:49:11', '', 1229, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Magicians-Secrets.jpg', 0, 'attachment', 'image/jpeg', 0),
(30024, 1, '2023-01-26 14:49:23', '2023-01-26 14:49:23', '', 'Smugglers-Cove', '', 'inherit', 'open', 'closed', '', 'smugglers-cove-2', '', '', '2023-01-26 14:49:27', '2023-01-26 14:49:27', '', 1221, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Smugglers-Cove.jpg', 0, 'attachment', 'image/jpeg', 0),
(30026, 1, '2023-01-26 14:49:39', '2023-01-26 14:49:39', '', 'Gems-Bonanza', '', 'inherit', 'open', 'closed', '', 'gems-bonanza-2', '', '', '2023-01-26 14:49:43', '2023-01-26 14:49:43', '', 1212, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Gems-Bonanza.jpg', 0, 'attachment', 'image/jpeg', 0),
(30027, 1, '2023-01-26 14:49:54', '2023-01-26 14:49:54', '', 'Emperor-Caishen', '', 'inherit', 'open', 'closed', '', 'emperor-caishen-2', '', '', '2023-01-26 14:49:57', '2023-01-26 14:49:57', '', 1217, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Emperor-Caishen.jpg', 0, 'attachment', 'image/jpeg', 0),
(30028, 1, '2023-01-26 14:50:08', '2023-01-26 14:50:08', '', 'Lucky-New-Year-Tiger-Treasures', '', 'inherit', 'open', 'closed', '', 'lucky-new-year-tiger-treasures', '', '', '2023-01-26 14:50:12', '2023-01-26 14:50:12', '', 1213, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Lucky-New-Year-Tiger-Treasures.jpg', 0, 'attachment', 'image/jpeg', 0),
(30029, 1, '2023-01-26 14:50:22', '2023-01-26 14:50:22', '', 'Fortune-of-Giza', '', 'inherit', 'open', 'closed', '', 'fortune-of-giza-2', '', '', '2023-01-26 14:50:26', '2023-01-26 14:50:26', '', 1206, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Fortune-of-Giza.jpg', 0, 'attachment', 'image/jpeg', 0),
(30030, 1, '2023-01-26 14:50:45', '2023-01-26 14:50:45', '', 'Buffalo-King-Megaways', '', 'inherit', 'open', 'closed', '', 'buffalo-king-megaways-2', '', '', '2023-01-26 14:50:49', '2023-01-26 14:50:49', '', 1204, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Buffalo-King-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30031, 1, '2023-01-26 14:51:02', '2023-01-26 14:51:02', '', 'Super-X', '', 'inherit', 'open', 'closed', '', 'super-x-2', '', '', '2023-01-26 14:51:05', '2023-01-26 14:51:05', '', 1196, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Super-X.jpg', 0, 'attachment', 'image/jpeg', 0),
(30032, 1, '2023-01-26 14:51:16', '2023-01-26 14:51:16', '', 'Madame-Destiny-Megaways', '', 'inherit', 'open', 'closed', '', 'madame-destiny-megaways-2', '', '', '2023-01-26 14:51:20', '2023-01-26 14:51:20', '', 1192, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Madame-Destiny-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30033, 1, '2023-01-26 14:51:30', '2023-01-26 14:51:30', '', 'Hockey-Attack', '', 'inherit', 'open', 'closed', '', 'hockey-attack-2', '', '', '2023-01-26 14:51:35', '2023-01-26 14:51:35', '', 1189, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Hockey-Attack.jpg', 0, 'attachment', 'image/jpeg', 0),
(30035, 1, '2023-01-26 14:51:46', '2023-01-26 14:51:46', '', 'Christmas-Carol-Megaways', '', 'inherit', 'open', 'closed', '', 'christmas-carol-megaways-2', '', '', '2023-01-26 14:51:50', '2023-01-26 14:51:50', '', 1183, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Christmas-Carol-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30036, 1, '2023-01-26 14:52:01', '2023-01-26 14:52:01', '', 'Bounty-Gold', '', 'inherit', 'open', 'closed', '', 'bounty-gold-2', '', '', '2023-01-26 14:52:05', '2023-01-26 14:52:05', '', 1182, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Bounty-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30037, 1, '2023-01-26 14:52:14', '2023-01-26 14:52:14', '', 'Big-Bass-Bonanza-Megaways', '', 'inherit', 'open', 'closed', '', 'big-bass-bonanza-megaways-2', '', '', '2023-01-26 14:52:18', '2023-01-26 14:52:18', '', 1176, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Big-Bass-Bonanza-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30038, 1, '2023-01-26 14:52:29', '2023-01-26 14:52:29', '', 'Aztec-Bonanza', '', 'inherit', 'open', 'closed', '', 'aztec-bonanza-2', '', '', '2023-01-26 14:52:32', '2023-01-26 14:52:32', '', 1174, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Aztec-Bonanza.jpg', 0, 'attachment', 'image/jpeg', 0),
(30039, 1, '2023-01-26 14:52:43', '2023-01-26 14:52:43', '', 'Power-of-Thor-Megaways', '', 'inherit', 'open', 'closed', '', 'power-of-thor-megaways-2', '', '', '2023-01-26 14:52:46', '2023-01-26 14:52:46', '', 1170, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Power-of-Thor-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30040, 1, '2023-01-26 14:52:56', '2023-01-26 14:52:56', '', 'Bubble-Pop', '', 'inherit', 'open', 'closed', '', 'bubble-pop-2', '', '', '2023-01-26 14:53:00', '2023-01-26 14:53:00', '', 1162, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Bubble-Pop.jpg', 0, 'attachment', 'image/jpeg', 0),
(30041, 1, '2023-01-26 14:53:12', '2023-01-26 14:53:12', '', 'Aztec-Gems-Deluxe', '', 'inherit', 'open', 'closed', '', 'aztec-gems-deluxe-2', '', '', '2023-01-26 14:53:16', '2023-01-26 14:53:16', '', 1164, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Aztec-Gems-Deluxe.jpg', 0, 'attachment', 'image/jpeg', 0),
(30042, 1, '2023-01-26 14:53:31', '2023-01-26 14:53:31', '', 'Wild-West-Gold', '', 'inherit', 'open', 'closed', '', 'wild-west-gold-2', '', '', '2023-01-26 14:53:35', '2023-01-26 14:53:35', '', 1158, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-West-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30043, 1, '2023-01-26 14:53:46', '2023-01-26 14:53:46', '', 'Star-Pirates-Code', '', 'inherit', 'open', 'closed', '', 'star-pirates-code-2', '', '', '2023-01-26 14:53:50', '2023-01-26 14:53:50', '', 1151, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Star-Pirates-Code.jpg', 0, 'attachment', 'image/jpeg', 0),
(30044, 1, '2023-01-26 14:58:09', '2023-01-26 14:58:09', '', 'Fire-Strike', '', 'inherit', 'open', 'closed', '', 'fire-strike-2', '', '', '2023-01-26 14:58:13', '2023-01-26 14:58:13', '', 1149, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Fire-Strike.jpg', 0, 'attachment', 'image/jpeg', 0),
(30045, 1, '2023-01-26 14:58:37', '2023-01-26 14:58:37', '', 'Candy-Village', '', 'inherit', 'open', 'closed', '', 'candy-village-2', '', '', '2023-01-26 14:58:41', '2023-01-26 14:58:41', '', 1142, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Candy-Village.jpg', 0, 'attachment', 'image/jpeg', 0),
(30046, 1, '2023-01-26 14:58:52', '2023-01-26 14:58:52', '', 'Mystic-Chief', '', 'inherit', 'open', 'closed', '', 'mystic-chief-2', '', '', '2023-01-26 14:58:57', '2023-01-26 14:58:57', '', 1141, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Mystic-Chief.jpg', 0, 'attachment', 'image/jpeg', 0),
(30047, 1, '2023-01-26 14:59:07', '2023-01-26 14:59:07', '', 'Great-Rhino-Megaways', '', 'inherit', 'open', 'closed', '', 'great-rhino-megaways-2', '', '', '2023-01-26 14:59:11', '2023-01-26 14:59:11', '', 1133, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Great-Rhino-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30048, 1, '2023-01-26 14:59:22', '2023-01-26 14:59:22', '', 'The-Tweety-House', '', 'inherit', 'open', 'closed', '', 'the-tweety-house-2', '', '', '2023-01-26 14:59:26', '2023-01-26 14:59:26', '', 1134, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/The-Tweety-House.jpg', 0, 'attachment', 'image/jpeg', 0),
(30049, 1, '2023-01-26 14:59:36', '2023-01-26 14:59:36', '', 'Piggy-Bank-Bills', '', 'inherit', 'open', 'closed', '', 'piggy-bank-bills-2', '', '', '2023-01-26 14:59:40', '2023-01-26 14:59:40', '', 1126, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Piggy-Bank-Bills.jpg', 0, 'attachment', 'image/jpeg', 0),
(30051, 1, '2023-01-26 14:59:50', '2023-01-26 14:59:50', '', '5-Lions-Megaways', '', 'inherit', 'open', 'closed', '', '5-lions-megaways-2', '', '', '2023-01-26 14:59:54', '2023-01-26 14:59:54', '', 1125, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/5-Lions-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30052, 1, '2023-01-26 15:00:11', '2023-01-26 15:00:11', '', 'Jokers-Jewels', '', 'inherit', 'open', 'closed', '', 'jokers-jewels-2', '', '', '2023-01-26 15:00:16', '2023-01-26 15:00:16', '', 1121, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Jokers-Jewels.jpg', 0, 'attachment', 'image/jpeg', 0),
(30053, 1, '2023-01-26 15:00:29', '2023-01-26 15:00:29', '', 'Cash-Bonanza', '', 'inherit', 'open', 'closed', '', 'cash-bonanza-2', '', '', '2023-01-26 15:00:38', '2023-01-26 15:00:38', '', 1115, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Cash-Bonanza.jpg', 0, 'attachment', 'image/jpeg', 0),
(30054, 1, '2023-01-26 15:00:49', '2023-01-26 15:00:49', '', 'Bonanza-Gold', '', 'inherit', 'open', 'closed', '', 'bonanza-gold-2', '', '', '2023-01-26 15:00:52', '2023-01-26 15:00:52', '', 1113, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Bonanza-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30056, 1, '2023-01-26 15:01:04', '2023-01-26 15:01:04', '', 'Pyramid-Bonanza', '', 'inherit', 'open', 'closed', '', 'pyramid-bonanza-2', '', '', '2023-01-26 15:01:07', '2023-01-26 15:01:07', '', 1107, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Pyramid-Bonanza.jpg', 0, 'attachment', 'image/jpeg', 0),
(30057, 1, '2023-01-26 15:01:18', '2023-01-26 15:01:18', '', 'Bigger-Bass-Bonanza', '', 'inherit', 'open', 'closed', '', 'bigger-bass-bonanza-2', '', '', '2023-01-26 15:01:21', '2023-01-26 15:01:21', '', 1103, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Bigger-Bass-Bonanza.jpg', 0, 'attachment', 'image/jpeg', 0),
(30058, 1, '2023-01-26 15:01:34', '2023-01-26 15:01:34', '', 'Aztec-Gems', '', 'inherit', 'open', 'closed', '', 'aztec-gems-2', '', '', '2023-01-26 15:01:38', '2023-01-26 15:01:38', '', 1101, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Aztec-Gems.jpg', 0, 'attachment', 'image/jpeg', 0),
(30059, 1, '2023-01-26 15:01:50', '2023-01-26 15:01:50', '', 'Sweet-Bonanza-Xmas', '', 'inherit', 'open', 'closed', '', 'sweet-bonanza-xmas-2', '', '', '2023-01-26 15:01:53', '2023-01-26 15:01:53', '', 1097, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Sweet-Bonanza-Xmas.jpg', 0, 'attachment', 'image/jpeg', 0),
(30060, 1, '2023-01-26 15:02:03', '2023-01-26 15:02:03', '', 'Raging-Bull', '', 'inherit', 'open', 'closed', '', 'raging-bull-2', '', '', '2023-01-26 15:02:07', '2023-01-26 15:02:07', '', 1090, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Raging-Bull.jpg', 0, 'attachment', 'image/jpeg', 0),
(30061, 1, '2023-01-26 15:02:17', '2023-01-26 15:02:17', '', 'Chicken-Chase', '', 'inherit', 'open', 'closed', '', 'chicken-chase-2', '', '', '2023-01-26 15:02:21', '2023-01-26 15:02:21', '', 1076, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Chicken-Chase.jpg', 0, 'attachment', 'image/jpeg', 0),
(30062, 1, '2023-01-26 15:02:32', '2023-01-26 15:02:32', '', 'Lucky-Grace-And-Charm', '', 'inherit', 'open', 'closed', '', 'lucky-grace-and-charm-2', '', '', '2023-01-26 15:02:36', '2023-01-26 15:02:36', '', 1071, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Lucky-Grace-And-Charm.jpg', 0, 'attachment', 'image/jpeg', 0),
(30063, 1, '2023-01-26 15:02:46', '2023-01-26 15:02:46', '', 'Phoenix-Forge', '', 'inherit', 'open', 'closed', '', 'phoenix-forge-2', '', '', '2023-01-26 15:02:49', '2023-01-26 15:02:49', '', 1067, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Phoenix-Forge.jpg', 0, 'attachment', 'image/jpeg', 0),
(30064, 1, '2023-01-26 15:02:59', '2023-01-26 15:02:59', '', 'Heart-of-Rio', '', 'inherit', 'open', 'closed', '', 'heart-of-rio-2', '', '', '2023-01-26 15:03:03', '2023-01-26 15:03:03', '', 1063, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Heart-of-Rio.jpg', 0, 'attachment', 'image/jpeg', 0),
(30066, 1, '2023-01-26 15:03:13', '2023-01-26 15:03:13', '', 'Dragon-Hot-Hold-and-Spin', '', 'inherit', 'open', 'closed', '', 'dragon-hot-hold-and-spin-2', '', '', '2023-01-26 15:03:18', '2023-01-26 15:03:18', '', 1059, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Dragon-Hot-Hold-and-Spin.jpg', 0, 'attachment', 'image/jpeg', 0),
(30067, 1, '2023-01-26 15:03:51', '2023-01-26 15:03:51', '', 'Cash-Elevator', '', 'inherit', 'open', 'closed', '', 'cash-elevator-2', '', '', '2023-01-26 15:03:54', '2023-01-26 15:03:54', '', 1055, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Cash-Elevator.jpg', 0, 'attachment', 'image/jpeg', 0),
(30068, 1, '2023-01-26 15:04:06', '2023-01-26 15:04:06', '', 'Hokkaido-Wolf', '', 'inherit', 'open', 'closed', '', 'hokkaido-wolf-2', '', '', '2023-01-26 15:04:10', '2023-01-26 15:04:10', '', 1051, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Hokkaido-Wolf.jpg', 0, 'attachment', 'image/jpeg', 0),
(30069, 1, '2023-01-26 15:04:27', '2023-01-26 15:04:27', '', 'The-Magic-Cauldron-Enchanted-Brew', '', 'inherit', 'open', 'closed', '', 'the-magic-cauldron-enchanted-brew-2', '', '', '2023-01-26 15:04:33', '2023-01-26 15:04:33', '', 1047, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/The-Magic-Cauldron-Enchanted-Brew.jpg', 0, 'attachment', 'image/jpeg', 0),
(30071, 1, '2023-01-26 15:04:43', '2023-01-26 15:04:43', '', 'Amazing-Money-Machine', '', 'inherit', 'open', 'closed', '', 'amazing-money-machine-2', '', '', '2023-01-26 15:04:46', '2023-01-26 15:04:46', '', 1043, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Amazing-Money-Machine.jpg', 0, 'attachment', 'image/jpeg', 0),
(30072, 1, '2023-01-26 15:04:57', '2023-01-26 15:04:57', '', 'Aztec-King', '', 'inherit', 'open', 'closed', '', 'aztec-king-2', '', '', '2023-01-26 15:05:00', '2023-01-26 15:05:00', '', 1039, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Aztec-King.jpg', 0, 'attachment', 'image/jpeg', 0),
(30073, 1, '2023-01-26 15:05:10', '2023-01-26 15:05:10', '', 'Panda-Fortune-2', '', 'inherit', 'open', 'closed', '', 'panda-fortune-2-2', '', '', '2023-01-26 15:05:14', '2023-01-26 15:05:14', '', 1035, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Panda-Fortune-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(30074, 1, '2023-01-26 15:05:24', '2023-01-26 15:05:24', '', 'Floating-Dragon', '', 'inherit', 'open', 'closed', '', 'floating-dragon-2', '', '', '2023-01-26 15:05:28', '2023-01-26 15:05:28', '', 1031, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Floating-Dragon.jpg', 0, 'attachment', 'image/jpeg', 0),
(30075, 1, '2023-01-26 15:05:38', '2023-01-26 15:05:38', '', 'Hot-to-Burn-Hold-and-Spin', '', 'inherit', 'open', 'closed', '', 'hot-to-burn-hold-and-spin-2', '', '', '2023-01-26 15:05:42', '2023-01-26 15:05:42', '', 1027, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Hot-to-Burn-Hold-and-Spin.jpg', 0, 'attachment', 'image/jpeg', 0),
(30076, 1, '2023-01-26 15:05:52', '2023-01-26 15:05:52', '', 'Joker-King', '', 'inherit', 'open', 'closed', '', 'joker-king-2', '', '', '2023-01-26 15:05:55', '2023-01-26 15:05:55', '', 1023, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Joker-King.jpg', 0, 'attachment', 'image/jpeg', 0),
(30077, 1, '2023-01-26 15:06:05', '2023-01-26 15:06:05', '', 'Golden-Ox', '', 'inherit', 'open', 'closed', '', 'golden-ox-2', '', '', '2023-01-26 15:06:09', '2023-01-26 15:06:09', '', 1019, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Golden-Ox.jpg', 0, 'attachment', 'image/jpeg', 0),
(30078, 1, '2023-01-26 15:06:19', '2023-01-26 15:06:19', '', 'Eye-of-the-Storm', '', 'inherit', 'open', 'closed', '', 'eye-of-the-storm-2', '', '', '2023-01-26 15:06:23', '2023-01-26 15:06:23', '', 1015, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Eye-of-the-Storm.jpg', 0, 'attachment', 'image/jpeg', 0),
(30079, 1, '2023-01-26 15:06:34', '2023-01-26 15:06:34', '', 'Dragon-Kingdom-Eyes-of-Fire', '', 'inherit', 'open', 'closed', '', 'dragon-kingdom-eyes-of-fire-2', '', '', '2023-01-26 15:06:38', '2023-01-26 15:06:38', '', 1011, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Dragon-Kingdom-Eyes-of-Fire.jpg', 0, 'attachment', 'image/jpeg', 0),
(30081, 1, '2023-01-26 15:06:48', '2023-01-26 15:06:48', '', 'Congo-Cash', '', 'inherit', 'open', 'closed', '', 'congo-cash-2', '', '', '2023-01-26 15:06:52', '2023-01-26 15:06:52', '', 1007, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Congo-Cash.jpg', 0, 'attachment', 'image/jpeg', 0),
(30082, 1, '2023-01-26 15:07:01', '2023-01-26 15:07:01', '', 'Emerald-King-Rainbow-Road', '', 'inherit', 'open', 'closed', '', 'emerald-king-rainbow-road-2', '', '', '2023-01-26 15:07:05', '2023-01-26 15:07:05', '', 1002, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Emerald-King-Rainbow-Road.jpg', 0, 'attachment', 'image/jpeg', 0),
(30083, 1, '2023-01-26 15:07:15', '2023-01-26 15:07:15', '', 'Vegas-Magic', '', 'inherit', 'open', 'closed', '', 'vegas-magic-2', '', '', '2023-01-26 15:07:19', '2023-01-26 15:07:19', '', 998, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Vegas-Magic.jpg', 0, 'attachment', 'image/jpeg', 0),
(30084, 1, '2023-01-26 15:07:31', '2023-01-26 15:07:31', '', 'Great-Rhino', '', 'inherit', 'open', 'closed', '', 'great-rhino-2', '', '', '2023-01-26 15:07:31', '2023-01-26 15:07:31', '', 994, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Great-Rhino.jpg', 0, 'attachment', 'image/jpeg', 0),
(30086, 1, '2023-01-26 15:07:43', '2023-01-26 15:07:43', '', 'Diamond-Strike', '', 'inherit', 'open', 'closed', '', 'diamond-strike-2', '', '', '2023-01-26 15:07:47', '2023-01-26 15:07:47', '', 990, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Diamond-Strike.jpg', 0, 'attachment', 'image/jpeg', 0),
(30087, 1, '2023-01-26 15:07:57', '2023-01-26 15:07:57', '', '8-Dragons', '', 'inherit', 'open', 'closed', '', '8-dragons-2', '', '', '2023-01-26 15:08:01', '2023-01-26 15:08:01', '', 986, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/8-Dragons.jpg', 0, 'attachment', 'image/jpeg', 0),
(30088, 1, '2023-01-26 15:08:11', '2023-01-26 15:08:11', '', 'John-Hunter-and-the-Tomb-of-the-Scarab-Queen', '', 'inherit', 'open', 'closed', '', 'john-hunter-and-the-tomb-of-the-scarab-queen-2', '', '', '2023-01-26 15:08:15', '2023-01-26 15:08:15', '', 982, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/John-Hunter-and-the-Tomb-of-the-Scarab-Queen.jpg', 0, 'attachment', 'image/jpeg', 0),
(30089, 1, '2023-01-26 15:08:25', '2023-01-26 15:08:25', '', 'The-Dog-House', '', 'inherit', 'open', 'closed', '', 'the-dog-house-2', '', '', '2023-01-26 15:08:30', '2023-01-26 15:08:30', '', 978, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/The-Dog-House.jpg', 0, 'attachment', 'image/jpeg', 0),
(30090, 1, '2023-01-26 15:09:12', '2023-01-26 15:09:12', '', 'Fire88', '', 'inherit', 'open', 'closed', '', 'fire88-2', '', '', '2023-01-26 15:09:16', '2023-01-26 15:09:16', '', 974, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Fire88.jpg', 0, 'attachment', 'image/jpeg', 0),
(30091, 1, '2023-01-26 15:09:27', '2023-01-26 15:09:27', '', '5-Lions', '', 'inherit', 'open', 'closed', '', '5-lions-2', '', '', '2023-01-26 15:09:31', '2023-01-26 15:09:31', '', 970, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/5-Lions.jpg', 0, 'attachment', 'image/jpeg', 0),
(30092, 1, '2023-01-26 15:09:40', '2023-01-26 15:09:40', '', 'Chilli-Heat', '', 'inherit', 'open', 'closed', '', 'chilli-heat-2', '', '', '2023-01-26 15:09:44', '2023-01-26 15:09:44', '', 966, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Chilli-Heat.jpg', 0, 'attachment', 'image/jpeg', 0),
(30094, 1, '2023-01-26 15:09:53', '2023-01-26 15:09:53', '', '888-Dragons', '', 'inherit', 'open', 'closed', '', '888-dragons-2', '', '', '2023-01-26 15:09:53', '2023-01-26 15:09:53', '', 962, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/888-Dragons.jpg', 0, 'attachment', 'image/jpeg', 0),
(30095, 1, '2023-01-26 15:10:05', '2023-01-26 15:10:05', '', '5-Lions-Gold', '', 'inherit', 'open', 'closed', '', '5-lions-gold-2', '', '', '2023-01-26 15:10:09', '2023-01-26 15:10:09', '', 958, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/5-Lions-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30096, 1, '2023-01-26 15:10:22', '2023-01-26 15:10:22', '', 'Mustang-Gold', '', 'inherit', 'open', 'closed', '', 'mustang-gold-2', '', '', '2023-01-26 15:10:31', '2023-01-26 15:10:31', '', 954, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Mustang-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30097, 1, '2023-01-26 15:10:43', '2023-01-26 15:10:43', '', 'Big-Bass-Bonanza', '', 'inherit', 'open', 'closed', '', 'big-bass-bonanza-2', '', '', '2023-01-26 15:10:46', '2023-01-26 15:10:46', '', 950, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Big-Bass-Bonanza.jpg', 0, 'attachment', 'image/jpeg', 0),
(30099, 1, '2023-01-26 15:10:57', '2023-01-26 15:10:57', '', 'John-Hunter-and-the-Mayan-Gods', '', 'inherit', 'open', 'closed', '', 'john-hunter-and-the-mayan-gods-2', '', '', '2023-01-26 15:11:00', '2023-01-26 15:11:00', '', 946, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/John-Hunter-and-the-Mayan-Gods.jpg', 0, 'attachment', 'image/jpeg', 0),
(30100, 1, '2023-01-26 15:11:11', '2023-01-26 15:11:11', '', 'Spartan-King', '', 'inherit', 'open', 'closed', '', 'spartan-king-2', '', '', '2023-01-26 15:11:14', '2023-01-26 15:11:14', '', 942, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Spartan-King.jpg', 0, 'attachment', 'image/jpeg', 0),
(30101, 1, '2023-01-26 15:11:25', '2023-01-26 15:11:25', '', 'Cowboys-Gold', '', 'inherit', 'open', 'closed', '', 'cowboys-gold-2', '', '', '2023-01-26 15:11:28', '2023-01-26 15:11:28', '', 938, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Cowboys-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30102, 1, '2023-01-26 15:11:38', '2023-01-26 15:11:38', '', 'Emerald-King', '', 'inherit', 'open', 'closed', '', 'emerald-king-2', '', '', '2023-01-26 15:11:42', '2023-01-26 15:11:42', '', 933, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Emerald-King.jpg', 0, 'attachment', 'image/jpeg', 0),
(30103, 1, '2023-01-26 15:11:53', '2023-01-26 15:11:53', '', 'Dragon-Tiger', '', 'inherit', 'open', 'closed', '', 'dragon-tiger-2', '', '', '2023-01-26 15:11:58', '2023-01-26 15:11:58', '', 929, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Dragon-Tiger.jpg', 0, 'attachment', 'image/jpeg', 0),
(30104, 1, '2023-01-26 15:12:08', '2023-01-26 15:12:08', '', 'Book-of-Kingdoms', '', 'inherit', 'open', 'closed', '', 'book-of-kingdoms-2', '', '', '2023-01-26 15:12:12', '2023-01-26 15:12:12', '', 925, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Book-of-Kingdoms.jpg', 0, 'attachment', 'image/jpeg', 0),
(30105, 1, '2023-01-26 15:12:21', '2023-01-26 15:12:21', '', 'Return-of-the-Dead', '', 'inherit', 'open', 'closed', '', 'return-of-the-dead-2', '', '', '2023-01-26 15:12:25', '2023-01-26 15:12:25', '', 921, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Return-of-the-Dead.jpg', 0, 'attachment', 'image/jpeg', 0),
(30106, 1, '2023-01-26 15:12:34', '2023-01-26 15:12:34', '', '5-Lions-Dance', '', 'inherit', 'open', 'closed', '', '5-lions-dance-2', '', '', '2023-01-26 15:12:38', '2023-01-26 15:12:38', '', 915, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/5-Lions-Dance.jpg', 0, 'attachment', 'image/jpeg', 0),
(30107, 1, '2023-01-26 15:12:48', '2023-01-26 15:12:48', '', 'Ultra-Hold-and-Spin', '', 'inherit', 'open', 'closed', '', 'ultra-hold-and-spin-2', '', '', '2023-01-26 15:12:52', '2023-01-26 15:12:52', '', 911, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Ultra-Hold-and-Spin.jpg', 0, 'attachment', 'image/jpeg', 0),
(30108, 1, '2023-01-26 15:13:02', '2023-01-26 15:13:02', '', 'Rise-of-Samurai', '', 'inherit', 'open', 'closed', '', 'rise-of-samurai-2', '', '', '2023-01-26 15:13:05', '2023-01-26 15:13:05', '', 907, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Rise-of-Samurai.jpg', 0, 'attachment', 'image/jpeg', 0),
(30110, 1, '2023-01-26 15:13:15', '2023-01-26 15:13:15', '', 'Wild-Walker', '', 'inherit', 'open', 'closed', '', 'wild-walker-2', '', '', '2023-01-26 15:13:18', '2023-01-26 15:13:18', '', 903, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-Walker.jpg', 0, 'attachment', 'image/jpeg', 0),
(30111, 1, '2023-01-26 15:13:33', '2023-01-26 15:13:33', '', 'Great-Rhino-Deluxe', '', 'inherit', 'open', 'closed', '', 'great-rhino-deluxe-2', '', '', '2023-01-26 15:13:38', '2023-01-26 15:13:38', '', 899, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Great-Rhino-Deluxe.jpg', 0, 'attachment', 'image/jpeg', 0),
(30112, 1, '2023-01-26 15:13:51', '2023-01-26 15:13:51', '', 'Wild-Wild-Riches', '', 'inherit', 'open', 'closed', '', 'wild-wild-riches-2', '', '', '2023-01-26 15:13:55', '2023-01-26 15:13:55', '', 895, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-Wild-Riches.jpg', 0, 'attachment', 'image/jpeg', 0),
(30113, 1, '2023-01-26 15:14:28', '2023-01-26 15:14:28', '', 'Jungle-Gorilla', '', 'inherit', 'open', 'closed', '', 'jungle-gorilla-2', '', '', '2023-01-26 15:14:31', '2023-01-26 15:14:31', '', 891, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Jungle-Gorilla.jpg', 0, 'attachment', 'image/jpeg', 0),
(30114, 1, '2023-01-26 15:14:48', '2023-01-26 15:14:48', '', 'The-Tiger-Warrior', '', 'inherit', 'open', 'closed', '', 'the-tiger-warrior-2', '', '', '2023-01-26 15:14:52', '2023-01-26 15:14:52', '', 887, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/The-Tiger-Warrior.jpg', 0, 'attachment', 'image/jpeg', 0),
(30115, 1, '2023-01-26 15:15:02', '2023-01-26 15:15:02', '', 'Street-Racer', '', 'inherit', 'open', 'closed', '', 'street-racer-2', '', '', '2023-01-26 15:15:06', '2023-01-26 15:15:06', '', 883, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Street-Racer.jpg', 0, 'attachment', 'image/jpeg', 0),
(30117, 1, '2023-01-26 15:15:16', '2023-01-26 15:15:16', '', 'Fu-Fu-Fu', '', 'inherit', 'open', 'closed', '', 'fu-fu-fu-2', '', '', '2023-01-26 15:15:20', '2023-01-26 15:15:20', '', 879, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Fu-Fu-Fu.jpg', 0, 'attachment', 'image/jpeg', 0),
(30118, 1, '2023-01-26 15:15:30', '2023-01-26 15:15:30', '', 'Bronco-Spirit', '', 'inherit', 'open', 'closed', '', 'bronco-spirit-2', '', '', '2023-01-26 15:15:34', '2023-01-26 15:15:34', '', 875, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Bronco-Spirit.jpg', 0, 'attachment', 'image/jpeg', 0),
(30119, 1, '2023-01-26 15:15:45', '2023-01-26 15:15:45', '', 'Pyramid-King', '', 'inherit', 'open', 'closed', '', 'pyramid-king-2', '', '', '2023-01-26 15:15:48', '2023-01-26 15:15:48', '', 871, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Pyramid-King.jpg', 0, 'attachment', 'image/jpeg', 0),
(30120, 1, '2023-01-26 15:15:58', '2023-01-26 15:15:58', '', 'Ultra-Burn', '', 'inherit', 'open', 'closed', '', 'ultra-burn-2', '', '', '2023-01-26 15:16:02', '2023-01-26 15:16:02', '', 867, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Ultra-Burn.jpg', 0, 'attachment', 'image/jpeg', 0),
(30122, 1, '2023-01-26 15:16:11', '2023-01-26 15:16:11', '', 'Money-Money-Money', '', 'inherit', 'open', 'closed', '', 'money-money-money-2', '', '', '2023-01-26 15:16:15', '2023-01-26 15:16:15', '', 863, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Money-Money-Money.jpg', 0, 'attachment', 'image/jpeg', 0),
(30123, 1, '2023-01-26 15:16:25', '2023-01-26 15:16:25', '', 'Starz-Megaways', '', 'inherit', 'open', 'closed', '', 'starz-megaways-2', '', '', '2023-01-26 15:16:29', '2023-01-26 15:16:29', '', 859, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Starz-Megaways.jpg', 0, 'attachment', 'image/jpeg', 0),
(30124, 1, '2023-01-26 15:16:42', '2023-01-26 15:16:42', '', 'Three-Star-Fortune', '', 'inherit', 'open', 'closed', '', 'three-star-fortune-2', '', '', '2023-01-26 15:16:46', '2023-01-26 15:16:46', '', 854, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Three-Star-Fortune.jpg', 0, 'attachment', 'image/jpeg', 0),
(30125, 1, '2023-01-26 15:16:59', '2023-01-26 15:16:59', '', 'Hot-to-Burn', '', 'inherit', 'open', 'closed', '', 'hot-to-burn-2', '', '', '2023-01-26 15:17:02', '2023-01-26 15:17:02', '', 846, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Hot-to-Burn.jpg', 0, 'attachment', 'image/jpeg', 0),
(30126, 1, '2023-01-26 15:17:13', '2023-01-26 15:17:13', '', 'Caishens-Gold', '', 'inherit', 'open', 'closed', '', 'caishens-gold-2', '', '', '2023-01-26 15:17:17', '2023-01-26 15:17:17', '', 842, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Caishens-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30128, 1, '2023-01-26 15:17:28', '2023-01-26 15:17:28', '', 'Lucky-Dragon-Ball', '', 'inherit', 'open', 'closed', '', 'lucky-dragon-ball-2', '', '', '2023-01-26 15:17:32', '2023-01-26 15:17:32', '', 838, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Lucky-Dragon-Ball.jpg', 0, 'attachment', 'image/jpeg', 0),
(30129, 1, '2023-01-26 15:17:44', '2023-01-26 15:17:44', '', 'Fruit-Rainbow', '', 'inherit', 'open', 'closed', '', 'fruit-rainbow-2', '', '', '2023-01-26 15:17:47', '2023-01-26 15:17:47', '', 834, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Fruit-Rainbow.jpg', 0, 'attachment', 'image/jpeg', 0),
(30130, 1, '2023-01-26 15:17:58', '2023-01-26 15:17:58', '', 'The-Wild-Machine', '', 'inherit', 'open', 'closed', '', 'the-wild-machine-2', '', '', '2023-01-26 15:18:01', '2023-01-26 15:18:01', '', 830, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/The-Wild-Machine.jpg', 0, 'attachment', 'image/jpeg', 0),
(30131, 1, '2023-01-26 15:18:12', '2023-01-26 15:18:12', '', 'Mysterious', '', 'inherit', 'open', 'closed', '', 'mysterious-2', '', '', '2023-01-26 15:18:15', '2023-01-26 15:18:15', '', 826, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Mysterious.jpg', 0, 'attachment', 'image/jpeg', 0),
(30132, 1, '2023-01-26 15:18:25', '2023-01-26 15:18:25', '', 'Golden-Beauty', '', 'inherit', 'open', 'closed', '', 'golden-beauty-2', '', '', '2023-01-26 15:18:30', '2023-01-26 15:18:30', '', 822, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Golden-Beauty.jpg', 0, 'attachment', 'image/jpeg', 0),
(30133, 1, '2023-01-26 15:18:39', '2023-01-26 15:18:39', '', 'Master-Joker', '', 'inherit', 'open', 'closed', '', 'master-joker-2', '', '', '2023-01-26 15:18:43', '2023-01-26 15:18:43', '', 818, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Master-Joker.jpg', 0, 'attachment', 'image/jpeg', 0),
(30134, 1, '2023-01-26 15:18:54', '2023-01-26 15:18:54', '', 'Super-7s', '', 'inherit', 'open', 'closed', '', 'super-7s-2', '', '', '2023-01-26 15:18:57', '2023-01-26 15:18:57', '', 814, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Super-7s.jpg', 0, 'attachment', 'image/jpeg', 0),
(30135, 1, '2023-01-26 15:19:33', '2023-01-26 15:19:33', '', 'Magic-Journey', '', 'inherit', 'open', 'closed', '', 'magic-journey-2', '', '', '2023-01-26 15:19:37', '2023-01-26 15:19:37', '', 809, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Magic-Journey.jpg', 0, 'attachment', 'image/jpeg', 0),
(30136, 1, '2023-01-26 15:19:50', '2023-01-26 15:19:50', '', 'Money-Mouse', '', 'inherit', 'open', 'closed', '', 'money-mouse-2', '', '', '2023-01-26 15:19:53', '2023-01-26 15:19:53', '', 805, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Money-Mouse.jpg', 0, 'attachment', 'image/jpeg', 0),
(30137, 1, '2023-01-26 15:20:05', '2023-01-26 15:20:05', '', 'Aladdin-and-the-Sorcerrer', '', 'inherit', 'open', 'closed', '', 'aladdin-and-the-sorcerrer-2', '', '', '2023-01-26 15:20:08', '2023-01-26 15:20:08', '', 801, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Aladdin-and-the-Sorcerrer.jpg', 0, 'attachment', 'image/jpeg', 0),
(30139, 1, '2023-01-26 15:20:20', '2023-01-26 15:20:20', '', 'Greek-Gods', '', 'inherit', 'open', 'closed', '', 'greek-gods-2', '', '', '2023-01-26 15:20:23', '2023-01-26 15:20:23', '', 797, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Greek-Gods.jpg', 0, 'attachment', 'image/jpeg', 0),
(30140, 1, '2023-01-26 15:20:35', '2023-01-26 15:20:35', '', 'Hercules-and-Pegasus', '', 'inherit', 'open', 'closed', '', 'hercules-and-pegasus-2', '', '', '2023-01-26 15:20:38', '2023-01-26 15:20:38', '', 793, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Hercules-and-Pegasus.jpg', 0, 'attachment', 'image/jpeg', 0),
(30141, 1, '2023-01-26 15:20:50', '2023-01-26 15:20:50', '', 'Tree-of-Riches', '', 'inherit', 'open', 'closed', '', 'tree-of-riches-2', '', '', '2023-01-26 15:20:54', '2023-01-26 15:20:54', '', 789, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Tree-of-Riches.jpg', 0, 'attachment', 'image/jpeg', 0),
(30142, 1, '2023-01-26 15:21:06', '2023-01-26 15:21:06', '', 'Honey-Honey-Honey', '', 'inherit', 'open', 'closed', '', 'honey-honey-honey-2', '', '', '2023-01-26 15:21:10', '2023-01-26 15:21:10', '', 785, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Honey-Honey-Honey.jpg', 0, 'attachment', 'image/jpeg', 0),
(30143, 1, '2023-01-26 15:21:23', '2023-01-26 15:21:23', '', 'Super-Joker', '', 'inherit', 'open', 'closed', '', 'super-joker-2', '', '', '2023-01-26 15:21:27', '2023-01-26 15:21:27', '', 774, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Super-Joker.jpg', 0, 'attachment', 'image/jpeg', 0),
(30144, 1, '2023-01-26 15:21:40', '2023-01-26 15:21:40', '', 'Hot-Chilli', '', 'inherit', 'open', 'closed', '', 'hot-chilli-2', '', '', '2023-01-26 15:21:43', '2023-01-26 15:21:43', '', 762, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Hot-Chilli.jpg', 0, 'attachment', 'image/jpeg', 0),
(30145, 1, '2023-01-26 15:21:55', '2023-01-26 15:21:55', '', 'John-Hunter-and-the-Aztec-Treasure', '', 'inherit', 'open', 'closed', '', 'john-hunter-and-the-aztec-treasure-2', '', '', '2023-01-26 15:21:58', '2023-01-26 15:21:58', '', 755, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/John-Hunter-and-the-Aztec-Treasure.jpg', 0, 'attachment', 'image/jpeg', 0),
(30146, 1, '2023-01-26 15:22:10', '2023-01-26 15:22:10', '', 'Monkey-Warrior', '', 'inherit', 'open', 'closed', '', 'monkey-warrior-2', '', '', '2023-01-26 15:22:14', '2023-01-26 15:22:14', '', 749, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Monkey-Warrior.jpg', 0, 'attachment', 'image/jpeg', 0),
(30147, 1, '2023-01-26 15:22:24', '2023-01-26 15:22:24', '', 'Caishens-Cash', '', 'inherit', 'open', 'closed', '', 'caishens-cash-2', '', '', '2023-01-26 15:22:28', '2023-01-26 15:22:28', '', 737, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Caishens-Cash.jpg', 0, 'attachment', 'image/jpeg', 0),
(30148, 1, '2023-01-26 15:22:40', '2023-01-26 15:22:40', '', 'The-Great-Chicken-Escape', '', 'inherit', 'open', 'closed', '', 'the-great-chicken-escape-2', '', '', '2023-01-26 15:22:44', '2023-01-26 15:22:44', '', 726, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/The-Great-Chicken-Escape.jpg', 0, 'attachment', 'image/jpeg', 0),
(30149, 1, '2023-01-26 15:23:02', '2023-01-26 15:23:02', '', 'Vampire-vs-Wolves', '', 'inherit', 'open', 'closed', '', 'vampire-vs-wolves-2', '', '', '2023-01-26 15:23:06', '2023-01-26 15:23:06', '', 717, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Vampire-vs-Wolves.jpg', 0, 'attachment', 'image/jpeg', 0),
(30150, 1, '2023-01-26 15:23:20', '2023-01-26 15:23:20', '', 'Wild-Pixies', '', 'inherit', 'open', 'closed', '', 'wild-pixies-2', '', '', '2023-01-26 15:23:24', '2023-01-26 15:23:24', '', 704, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-Pixies.jpg', 0, 'attachment', 'image/jpeg', 0),
(30152, 1, '2023-01-26 15:23:36', '2023-01-26 15:23:36', '', 'Pirate-Gold', '', 'inherit', 'open', 'closed', '', 'pirate-gold-2', '', '', '2023-01-26 15:23:46', '2023-01-26 15:23:46', '', 686, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Pirate-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30153, 1, '2023-01-26 15:23:57', '2023-01-26 15:23:57', '', 'Egyptian-Fortunes', '', 'inherit', 'open', 'closed', '', 'egyptian-fortunes-2', '', '', '2023-01-26 15:24:01', '2023-01-26 15:24:01', '', 518, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Egyptian-Fortunes.jpg', 0, 'attachment', 'image/jpeg', 0),
(30154, 1, '2023-01-26 15:24:12', '2023-01-26 15:24:12', '', 'Extra-Juicy', '', 'inherit', 'open', 'closed', '', 'extra-juicy-2', '', '', '2023-01-26 15:24:15', '2023-01-26 15:24:15', '', 508, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Extra-Juicy.jpg', 0, 'attachment', 'image/jpeg', 0),
(30156, 1, '2023-01-26 15:24:26', '2023-01-26 15:24:26', '', 'Wild-Gladiator', '', 'inherit', 'open', 'closed', '', 'wild-gladiator-2', '', '', '2023-01-26 15:24:30', '2023-01-26 15:24:30', '', 504, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-Gladiator.jpg', 0, 'attachment', 'image/jpeg', 0),
(30157, 1, '2023-01-26 15:24:41', '2023-01-26 15:24:41', '', 'Golden-Pig', '', 'inherit', 'open', 'closed', '', 'golden-pig-2', '', '', '2023-01-26 15:24:44', '2023-01-26 15:24:44', '', 500, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Golden-Pig.jpg', 0, 'attachment', 'image/jpeg', 0),
(30158, 1, '2023-01-26 15:26:47', '2023-01-26 15:26:47', '', 'Treasure-Horse', '', 'inherit', 'open', 'closed', '', 'treasure-horse-2', '', '', '2023-01-26 15:26:51', '2023-01-26 15:26:51', '', 496, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Treasure-Horse.jpg', 0, 'attachment', 'image/jpeg', 0),
(30159, 1, '2023-01-26 15:27:03', '2023-01-26 15:27:03', '', 'Safari-King', '', 'inherit', 'open', 'closed', '', 'safari-king-2', '', '', '2023-01-26 15:27:07', '2023-01-26 15:27:07', '', 492, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Safari-King.jpg', 0, 'attachment', 'image/jpeg', 0),
(30160, 1, '2023-01-26 15:27:21', '2023-01-26 15:27:21', '', 'Leprechaun-Carol', '', 'inherit', 'open', 'closed', '', 'leprechaun-carol-2', '', '', '2023-01-26 15:27:24', '2023-01-26 15:27:24', '', 487, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Leprechaun-Carol.jpg', 0, 'attachment', 'image/jpeg', 0),
(30161, 1, '2023-01-26 15:27:36', '2023-01-26 15:27:36', '', 'Triple-Dragons', '', 'inherit', 'open', 'closed', '', 'triple-dragons-2', '', '', '2023-01-26 15:27:39', '2023-01-26 15:27:39', '', 481, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Triple-Dragons.jpg', 0, 'attachment', 'image/jpeg', 0),
(30162, 1, '2023-01-26 15:27:50', '2023-01-26 15:27:50', '', 'Ancient-Egypt-Classic', '', 'inherit', 'open', 'closed', '', 'ancient-egypt-classic-2', '', '', '2023-01-26 15:27:56', '2023-01-26 15:27:56', '', 477, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Ancient-Egypt-Classic.jpg', 0, 'attachment', 'image/jpeg', 0),
(30163, 1, '2023-01-26 15:28:06', '2023-01-26 15:28:06', '', 'Master-Chens-Fortune', '', 'inherit', 'open', 'closed', '', 'master-chens-fortune-2', '', '', '2023-01-26 15:28:10', '2023-01-26 15:28:10', '', 473, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Master-Chens-Fortune.jpg', 0, 'attachment', 'image/jpeg', 0),
(30164, 1, '2023-01-26 15:28:22', '2023-01-26 15:28:22', '', 'Da-Vincis-Treasure', '', 'inherit', 'open', 'closed', '', 'da-vincis-treasure-2', '', '', '2023-01-26 15:28:25', '2023-01-26 15:28:25', '', 469, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Da-Vincis-Treasure.jpg', 0, 'attachment', 'image/jpeg', 0),
(30165, 1, '2023-01-26 15:28:36', '2023-01-26 15:28:36', '', 'Peking-Luck', '', 'inherit', 'open', 'closed', '', 'peking-luck-2', '', '', '2023-01-26 15:28:39', '2023-01-26 15:28:39', '', 465, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Peking-Luck.jpg', 0, 'attachment', 'image/jpeg', 0),
(30166, 1, '2023-01-26 15:28:50', '2023-01-26 15:28:50', '', 'Leprechaun-Song', '', 'inherit', 'open', 'closed', '', 'leprechaun-song-2', '', '', '2023-01-26 15:28:54', '2023-01-26 15:28:54', '', 461, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Leprechaun-Song.jpg', 0, 'attachment', 'image/jpeg', 0),
(30167, 1, '2023-01-26 15:29:07', '2023-01-26 15:29:07', '', 'Asgard', '', 'inherit', 'open', 'closed', '', 'asgard-2', '', '', '2023-01-26 15:29:12', '2023-01-26 15:29:12', '', 457, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Asgard.jpg', 0, 'attachment', 'image/jpeg', 0),
(30168, 1, '2023-01-26 15:29:23', '2023-01-26 15:29:23', '', 'Madame-Destiny', '', 'inherit', 'open', 'closed', '', 'madame-destiny-2', '', '', '2023-01-26 15:29:29', '2023-01-26 15:29:29', '', 453, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Madame-Destiny.jpg', 0, 'attachment', 'image/jpeg', 0),
(30169, 1, '2023-01-26 15:29:41', '2023-01-26 15:29:41', '', 'Jade-Butterfly', '', 'inherit', 'open', 'closed', '', 'jade-butterfly-2', '', '', '2023-01-26 15:29:45', '2023-01-26 15:29:45', '', 443, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Jade-Butterfly.jpg', 0, 'attachment', 'image/jpeg', 0),
(30170, 1, '2023-01-26 15:29:58', '2023-01-26 15:29:58', '', 'Fairytale-Fortune', '', 'inherit', 'open', 'closed', '', 'fairytale-fortune-2', '', '', '2023-01-26 15:30:03', '2023-01-26 15:30:03', '', 426, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Fairytale-Fortune.jpg', 0, 'attachment', 'image/jpeg', 0),
(30171, 1, '2023-01-26 15:30:18', '2023-01-26 15:30:18', '', 'Ancient-Egypt', '', 'inherit', 'open', 'closed', '', 'ancient-egypt-2', '', '', '2023-01-26 15:30:22', '2023-01-26 15:30:22', '', 412, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Ancient-Egypt.jpg', 0, 'attachment', 'image/jpeg', 0),
(30172, 1, '2023-01-26 15:30:41', '2023-01-26 15:30:41', '', 'Lucky-New-Year', '', 'inherit', 'open', 'closed', '', 'lucky-new-year-2', '', '', '2023-01-26 15:30:45', '2023-01-26 15:30:45', '', 401, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Lucky-New-Year.jpg', 0, 'attachment', 'image/jpeg', 0),
(30174, 1, '2023-01-26 15:30:57', '2023-01-26 15:30:57', '', 'Monkey-Madness', '', 'inherit', 'open', 'closed', '', 'monkey-madness-2', '', '', '2023-01-26 15:31:02', '2023-01-26 15:31:02', '', 378, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Monkey-Madness.jpg', 0, 'attachment', 'image/jpeg', 0),
(30175, 1, '2023-01-26 15:31:23', '2023-01-26 15:31:23', '', 'Gold-Rush', '', 'inherit', 'open', 'closed', '', 'gold-rush-2', '', '', '2023-01-26 15:31:27', '2023-01-26 15:31:27', '', 366, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Gold-Rush.jpg', 0, 'attachment', 'image/jpeg', 0),
(30176, 1, '2023-01-26 15:31:39', '2023-01-26 15:31:39', '', 'Santa', '', 'inherit', 'open', 'closed', '', 'santa-2', '', '', '2023-01-26 15:31:42', '2023-01-26 15:31:42', '', 349, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Santa.jpg', 0, 'attachment', 'image/jpeg', 0),
(30177, 1, '2023-01-26 15:31:53', '2023-01-26 15:31:53', '', 'Pandas-Fortune', '', 'inherit', 'open', 'closed', '', 'pandas-fortune-2', '', '', '2023-01-26 15:31:57', '2023-01-26 15:31:57', '', 336, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Pandas-Fortune.jpg', 0, 'attachment', 'image/jpeg', 0),
(30178, 1, '2023-01-26 15:32:11', '2023-01-26 15:32:11', '', '7-Piggies', '', 'inherit', 'open', 'closed', '', '7-piggies-2', '', '', '2023-01-26 15:32:15', '2023-01-26 15:32:15', '', 323, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/7-Piggies.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpoc_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
(30179, 1, '2023-01-26 15:32:27', '2023-01-26 15:32:27', '', 'Dragon-Kingdom', '', 'inherit', 'open', 'closed', '', 'dragon-kingdom-2', '', '', '2023-01-26 15:32:31', '2023-01-26 15:32:31', '', 309, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Dragon-Kingdom.jpg', 0, 'attachment', 'image/jpeg', 0),
(30181, 1, '2023-01-26 15:32:42', '2023-01-26 15:32:42', '', '7-Monkeys', '', 'inherit', 'open', 'closed', '', '7-monkeys-2', '', '', '2023-01-26 15:32:46', '2023-01-26 15:32:46', '', 297, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/7-Monkeys.jpg', 0, 'attachment', 'image/jpeg', 0),
(30182, 1, '2023-01-26 15:32:58', '2023-01-26 15:32:58', '', 'Queen-of-Gold', '', 'inherit', 'open', 'closed', '', 'queen-of-gold-2', '', '', '2023-01-26 15:33:01', '2023-01-26 15:33:01', '', 274, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Queen-of-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30183, 1, '2023-01-26 15:33:11', '2023-01-26 15:33:11', '', 'Wild-Spells', '', 'inherit', 'open', 'closed', '', 'wild-spells-2', '', '', '2023-01-26 15:33:15', '2023-01-26 15:33:15', '', 257, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wild-Spells.jpg', 0, 'attachment', 'image/jpeg', 0),
(30184, 1, '2023-01-26 15:33:32', '2023-01-26 15:33:32', '', 'Journey-to-the-West', '', 'inherit', 'open', 'closed', '', 'journey-to-the-west-2', '', '', '2023-01-26 15:33:36', '2023-01-26 15:33:36', '', 201, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Journey-to-the-West.jpg', 0, 'attachment', 'image/jpeg', 0),
(30185, 1, '2023-01-26 15:33:53', '2023-01-26 15:33:53', '', '3-Kingdoms-Battle-of-Red-Cliffs', '', 'inherit', 'open', 'closed', '', '3-kingdoms-battle-of-red-cliffs-2', '', '', '2023-01-26 15:34:00', '2023-01-26 15:34:00', '', 189, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/3-Kingdoms-Battle-of-Red-Cliffs.jpg', 0, 'attachment', 'image/jpeg', 0),
(30186, 1, '2023-01-26 15:34:11', '2023-01-26 15:34:11', '', 'Gold-Train', '', 'inherit', 'open', 'closed', '', 'gold-train-2', '', '', '2023-01-26 15:34:15', '2023-01-26 15:34:15', '', 178, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Gold-Train.jpg', 0, 'attachment', 'image/jpeg', 0),
(30187, 1, '2023-01-26 15:34:25', '2023-01-26 15:34:25', '', 'Vegas-Nights', '', 'inherit', 'open', 'closed', '', 'vegas-nights-2', '', '', '2023-01-26 15:34:29', '2023-01-26 15:34:29', '', 172, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Vegas-Nights.jpg', 0, 'attachment', 'image/jpeg', 0),
(30188, 1, '2023-01-26 15:34:39', '2023-01-26 15:34:39', '', '3-Genie-Wishes', '', 'inherit', 'open', 'closed', '', '3-genie-wishes-2', '', '', '2023-01-26 15:34:43', '2023-01-26 15:34:43', '', 160, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/3-Genie-Wishes.jpg', 0, 'attachment', 'image/jpeg', 0),
(30189, 1, '2023-01-26 15:34:53', '2023-01-26 15:34:53', '', 'Busy-Bees', '', 'inherit', 'open', 'closed', '', 'busy-bees-2', '', '', '2023-01-26 15:34:57', '2023-01-26 15:34:57', '', 152, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Busy-Bees.jpg', 0, 'attachment', 'image/jpeg', 0),
(30190, 1, '2023-01-26 15:35:25', '2023-01-26 15:35:25', '', 'Devils-13', '', 'inherit', 'open', 'closed', '', 'devils-13-2', '', '', '2023-01-26 15:35:28', '2023-01-26 15:35:28', '', 143, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Devils-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(30192, 1, '2023-01-26 15:35:51', '2023-01-26 15:35:51', '', 'Pixie-Wings', '', 'inherit', 'open', 'closed', '', 'pixie-wings-2', '', '', '2023-01-26 15:35:55', '2023-01-26 15:35:55', '', 1463, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Pixie-Wings.jpg', 0, 'attachment', 'image/jpeg', 0),
(30193, 1, '2023-01-26 15:36:05', '2023-01-26 15:36:05', '', 'Wolf-Gold', '', 'inherit', 'open', 'closed', '', 'wolf-gold-2', '', '', '2023-01-26 15:36:08', '2023-01-26 15:36:08', '', 1462, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Wolf-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30194, 1, '2023-01-26 15:36:18', '2023-01-26 15:36:18', '', 'Hercules-Son-of-Zeus', '', 'inherit', 'open', 'closed', '', 'hercules-son-of-zeus-2', '', '', '2023-01-26 15:36:21', '2023-01-26 15:36:21', '', 1461, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Hercules-Son-of-Zeus.jpg', 0, 'attachment', 'image/jpeg', 0),
(30195, 1, '2023-01-26 15:36:34', '2023-01-26 15:36:34', '', 'Beowulf', '', 'inherit', 'open', 'closed', '', 'beowulf-2', '', '', '2023-01-26 15:36:38', '2023-01-26 15:36:38', '', 1460, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Beowulf.jpg', 0, 'attachment', 'image/jpeg', 0),
(30196, 1, '2023-01-26 15:36:51', '2023-01-26 15:36:51', '', 'Lucky-Dragons', '', 'inherit', 'open', 'closed', '', 'lucky-dragons-2', '', '', '2023-01-26 15:36:54', '2023-01-26 15:36:54', '', 1459, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Lucky-Dragons.jpg', 0, 'attachment', 'image/jpeg', 0),
(30197, 1, '2023-01-26 15:37:07', '2023-01-26 15:37:07', '', 'Dwarven-Gold-Deluxe', '', 'inherit', 'open', 'closed', '', 'dwarven-gold-deluxe-2', '', '', '2023-01-26 15:37:11', '2023-01-26 15:37:11', '', 1458, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Dwarven-Gold-Deluxe.jpg', 0, 'attachment', 'image/jpeg', 0),
(30198, 1, '2023-01-26 15:37:23', '2023-01-26 15:37:23', '', 'Hot-Safari', '', 'inherit', 'open', 'closed', '', 'hot-safari-2', '', '', '2023-01-26 15:37:26', '2023-01-26 15:37:26', '', 100, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Hot-Safari.jpg', 0, 'attachment', 'image/jpeg', 0),
(30199, 1, '2023-01-26 15:37:36', '2023-01-26 15:37:36', '', 'Mighty-Kong', '', 'inherit', 'open', 'closed', '', 'mighty-kong-2', '', '', '2023-01-26 15:37:40', '2023-01-26 15:37:40', '', 96, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Mighty-Kong.jpg', 0, 'attachment', 'image/jpeg', 0),
(30200, 1, '2023-01-26 15:37:50', '2023-01-26 15:37:50', '', 'Lady-Godiva', '', 'inherit', 'open', 'closed', '', 'lady-godiva-2', '', '', '2023-01-26 15:37:55', '2023-01-26 15:37:55', '', 1457, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Lady-Godiva.jpg', 0, 'attachment', 'image/jpeg', 0),
(30201, 1, '2023-01-26 15:38:05', '2023-01-26 15:38:05', '', 'Great-Reef', '', 'inherit', 'open', 'closed', '', 'great-reef-2', '', '', '2023-01-26 15:38:09', '2023-01-26 15:38:09', '', 88, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Great-Reef.jpg', 0, 'attachment', 'image/jpeg', 0),
(30202, 1, '2023-01-26 15:38:20', '2023-01-26 15:38:20', '', 'Sugar-Rush', '', 'inherit', 'open', 'closed', '', 'sugar-rush-2', '', '', '2023-01-26 15:38:23', '2023-01-26 15:38:23', '', 1470, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Sugar-Rush.jpg', 0, 'attachment', 'image/jpeg', 0),
(30203, 1, '2023-01-26 15:38:36', '2023-01-26 15:38:36', '', 'Fishin-Reels', '', 'inherit', 'open', 'closed', '', 'fishin-reels-2', '', '', '2023-01-26 15:38:39', '2023-01-26 15:38:39', '', 1469, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Fishin-Reels.jpg', 0, 'attachment', 'image/jpeg', 0),
(30204, 1, '2023-01-26 15:38:50', '2023-01-26 15:38:50', '', 'Triple-Tigers', '', 'inherit', 'open', 'closed', '', 'triple-tigers-2', '', '', '2023-01-26 15:38:53', '2023-01-26 15:38:53', '', 1468, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Triple-Tigers.jpg', 0, 'attachment', 'image/jpeg', 0),
(30205, 1, '2023-01-26 15:39:04', '2023-01-26 15:39:04', '', 'Money-Roll', '', 'inherit', 'open', 'closed', '', 'money-roll-2', '', '', '2023-01-26 15:39:08', '2023-01-26 15:39:08', '', 1467, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Money-Roll.jpg', 0, 'attachment', 'image/jpeg', 0),
(30206, 1, '2023-01-26 15:39:18', '2023-01-26 15:39:18', '', 'Irish-Charms', '', 'inherit', 'open', 'closed', '', 'irish-charms-2', '', '', '2023-01-26 15:39:22', '2023-01-26 15:39:22', '', 1466, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Irish-Charms.jpg', 0, 'attachment', 'image/jpeg', 0),
(30207, 1, '2023-01-26 15:39:33', '2023-01-26 15:39:33', '', '888-Gold', '', 'inherit', 'open', 'closed', '', '888-gold-2', '', '', '2023-01-26 15:39:36', '2023-01-26 15:39:36', '', 1465, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/888-Gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(30209, 1, '2023-01-26 15:39:46', '2023-01-26 15:39:46', '', 'Diamonds-are-Forever-3-Lines', '', 'inherit', 'open', 'closed', '', 'diamonds-are-forever-3-lines-2', '', '', '2023-01-26 15:39:50', '2023-01-26 15:39:50', '', 1464, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Diamonds-are-Forever-3-Lines.jpg', 0, 'attachment', 'image/jpeg', 0),
(30210, 1, '2023-01-26 15:40:34', '2023-01-26 15:40:34', '', 'Dance-Party', '', 'inherit', 'open', 'closed', '', 'dance-party-2', '', '', '2023-01-26 15:40:37', '2023-01-26 15:40:37', '', 850, 'http://localhost/ipkingbet89.com/wp-content/uploads/2022/05/Dance-Party.jpg', 0, 'attachment', 'image/jpeg', 0),
(30280, 1, '2023-01-27 19:07:38', '2023-01-27 19:07:38', '', 'erek-erek-89', '', 'inherit', 'open', 'closed', '', 'erek-erek-89', '', '', '2023-01-27 19:07:38', '2023-01-27 19:07:38', '', 64, 'http://localhost/ipkingbet89.com/wp-content/uploads/2023/01/erek-erek-89.jpg', 0, 'attachment', 'image/jpeg', 0),
(30293, 1, '2023-01-27 21:33:24', '2023-01-27 21:33:24', '<!-- wp:heading -->\n<h2>Keluaran SGP Hari Ini</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe src=\"https://sgphksdy.info/data-sgp/\" width=\"100%\" height=\"600\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2>Paito Data SGP Dari Tahun 2020 sampai 2022</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-1-name\">Data SGP 2020</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":true} -->\n<figure id=\"tablepress-1\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Senin</th><th>Rabu</th><th>Kamis</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>8100</td><td>0149</td><td>8471</td><td>6668</td><td>3575</td></tr><tr><td>7921</td><td>8446</td><td>5388</td><td>9294</td><td>3580</td></tr><tr><td>8961</td><td>6949</td><td>0842</td><td>7172</td><td>8476</td></tr><tr><td>0903</td><td>0117</td><td>9858</td><td>2900</td><td>7113</td></tr><tr><td>2693</td><td>9888</td><td>1513</td><td>6735</td><td>6518</td></tr><tr><td>7926</td><td>8184</td><td>6784</td><td>2287</td><td>1973</td></tr><tr><td>2203</td><td>2505</td><td>5573</td><td>8355</td><td>8912</td></tr><tr><td>0125</td><td>1115</td><td>7297</td><td>1066</td><td>8291</td></tr><tr><td>6318</td><td>7041</td><td>4532</td><td>3581</td><td>2236</td></tr><tr><td>5109</td><td>1048</td><td>1048</td><td>7852</td><td>7026</td></tr><tr><td>4719</td><td>0448</td><td>6005</td><td>2363</td><td>6084</td></tr><tr><td>5169</td><td>9148</td><td>5154</td><td>8772</td><td>7474</td></tr><tr><td>4941</td><td>3054</td><td>5127</td><td>7061</td><td>8851</td></tr><tr><td>xxxx</td><td>2489</td><td>9044</td><td>0798</td><td>2015</td></tr><tr><td>6763</td><td>2059</td><td>6141</td><td>1650</td><td>2302</td></tr><tr><td>8739</td><td>3133</td><td>2715</td><td>8805</td><td>8092</td></tr><tr><td>6238</td><td>2355</td><td>5767</td><td>3422</td><td>8809</td></tr><tr><td>3405</td><td>3731</td><td>5518</td><td>8249</td><td>2562</td></tr><tr><td>4591</td><td>7064</td><td>8152</td><td>8373</td><td>0629</td></tr><tr><td>3768</td><td>4963</td><td>3083</td><td>1406</td><td>7895</td></tr><tr><td>9598</td><td>8275</td><td>8318</td><td>7791</td><td>8632</td></tr><tr><td>7549</td><td>0667</td><td>4675</td><td>8202</td><td>6333</td></tr><tr><td>3376</td><td>9808</td><td>3361</td><td>2645</td><td>1572</td></tr><tr><td>1863</td><td>0722</td><td>3698</td><td>2506</td><td>9707</td></tr><tr><td>0853</td><td>9866</td><td>8549</td><td>2643</td><td>4522</td></tr><tr><td>4317</td><td>7551</td><td>2579</td><td>0906</td><td>8368</td></tr><tr><td>3737</td><td>3359</td><td>7582</td><td>7575</td><td>4567</td></tr><tr><td>3532</td><td>2659</td><td>1704</td><td>9054</td><td>0902</td></tr><tr><td>4408</td><td>6641</td><td>0363</td><td>9025</td><td>0446</td></tr><tr><td>4189</td><td>1290</td><td>5733</td><td>8347</td><td>1268</td></tr><tr><td>1357</td><td>9765</td><td>3405</td><td>9498</td><td>0432</td></tr><tr><td>9036</td><td>0266</td><td>9699</td><td>1907</td><td>5534</td></tr><tr><td>3217</td><td>9405</td><td>4318</td><td>9599</td><td>5931</td></tr><tr><td>5774</td><td>3504</td><td>5810</td><td>9627</td><td>0234</td></tr><tr><td>2332</td><td>5301</td><td>4776</td><td>3006</td><td>1975</td></tr><tr><td>8234</td><td>3902</td><td>3229</td><td>6331</td><td>6481</td></tr><tr><td>8853</td><td>8585</td><td>5796</td><td>6152</td><td>1681</td></tr><tr><td>7073</td><td>6734</td><td>9055</td><td>8933</td><td>5482</td></tr><tr><td>0253</td><td>7371</td><td>5882</td><td>0172</td><td>7775</td></tr><tr><td>3770</td><td>7283</td><td>0314</td><td>3379</td><td>1550</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-2-name\">Data SGP 2021</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":true} -->\n<figure id=\"tablepress-2\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Senin</th><th>Rabu</th><th>Kamis</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>3964</td><td>8048</td><td>6474</td><td>7948</td><td>9853</td></tr><tr><td>3507</td><td>1023</td><td>4700</td><td>8348</td><td>8431</td></tr><tr><td>5888</td><td>0729</td><td>6612</td><td>9044</td><td>6496</td></tr><tr><td>1037</td><td>4278</td><td>1781</td><td>1087</td><td>8332</td></tr><tr><td>5596</td><td>7185</td><td>0029</td><td>3505</td><td>4941</td></tr><tr><td>5172</td><td>8322</td><td>8439</td><td>1834</td><td>3524</td></tr><tr><td>1455</td><td>2548</td><td>0512</td><td>3676</td><td>4856</td></tr><tr><td>4774</td><td>6883</td><td>4670</td><td>9493</td><td>4862</td></tr><tr><td>3874</td><td>9223</td><td>2856</td><td>6511</td><td>9978</td></tr><tr><td>0066</td><td>8549</td><td>5758</td><td>4235</td><td>8310</td></tr><tr><td>4393</td><td>6676</td><td>7966</td><td>7467</td><td>2213</td></tr><tr><td>2271</td><td>2748</td><td>3236</td><td>6744</td><td>0158</td></tr><tr><td>5364</td><td>7132</td><td>6032</td><td>9604</td><td>0336</td></tr><tr><td>6290</td><td>4756</td><td>7264</td><td>5390</td><td>6498</td></tr><tr><td>0182</td><td>2624</td><td>7089</td><td>9722</td><td>1588</td></tr><tr><td>6709</td><td>0202</td><td>9010</td><td>3399</td><td>0495</td></tr><tr><td>3899</td><td>3000</td><td>1562</td><td>6482</td><td>9408</td></tr><tr><td>5682</td><td>1157</td><td>8124</td><td>3103</td><td>4350</td></tr><tr><td>0793</td><td>3486</td><td>9501</td><td>9730</td><td>9776</td></tr><tr><td>7747</td><td>3386</td><td>0170</td><td>5407</td><td>8331</td></tr><tr><td>1301</td><td>6700</td><td>6036</td><td>4356</td><td>9668</td></tr><tr><td>3928</td><td>3412</td><td>8648</td><td>3143</td><td>3868</td></tr><tr><td>7095</td><td>2140</td><td>4693</td><td>7452</td><td>1154</td></tr><tr><td>9272</td><td>6158</td><td>7871</td><td>3361</td><td>0669</td></tr><tr><td>8178</td><td>4009</td><td>9516</td><td>4141</td><td>0618</td></tr><tr><td>3174</td><td>5054</td><td>4870</td><td>953</td><td>7607</td></tr><tr><td>4744</td><td>9200</td><td>4383</td><td>1301</td><td>0803</td></tr><tr><td>2298</td><td>3977</td><td>4751</td><td>8808</td><td>8292</td></tr><tr><td>1579</td><td>1329</td><td>7221</td><td>6841</td><td>2886</td></tr><tr><td>8315</td><td>7887</td><td>9363</td><td>9520</td><td>2515</td></tr><tr><td>9962</td><td>8831</td><td>6530</td><td>5539</td><td>6079</td></tr><tr><td>7027</td><td>3962</td><td>5199</td><td>1767</td><td>0363</td></tr><tr><td>9888</td><td>4301</td><td>2959</td><td>1151</td><td>0298</td></tr><tr><td>3859</td><td>4737</td><td>2523</td><td>2731</td><td>0404</td></tr><tr><td>7393</td><td>4879</td><td>0957</td><td>1348</td><td>3321</td></tr><tr><td>6587</td><td>8432</td><td>9023</td><td>7817</td><td>6865</td></tr><tr><td>1355</td><td>4901</td><td>5845</td><td>8686</td><td>3691</td></tr><tr><td>6983</td><td>6499</td><td>6504</td><td>3829</td><td>0827</td></tr><tr><td>1891</td><td>0959</td><td>2652</td><td>1239</td><td>8836</td></tr><tr><td>2570</td><td>1413</td><td>5951</td><td>9771</td><td>8490</td></tr><tr><td>3347</td><td>1264</td><td>1976</td><td>4505</td><td>1707</td></tr><tr><td>7116</td><td>6512</td><td>5792</td><td>5353</td><td>3761</td></tr><tr><td>2349</td><td>5686</td><td>7918</td><td>2694</td><td>1197</td></tr><tr><td>7027</td><td>4625</td><td>0022</td><td>1431</td><td>2173</td></tr><tr><td>8639</td><td>0559</td><td>9360</td><td>8626</td><td>8904</td></tr><tr><td>8742</td><td>6801</td><td>9837</td><td>5762</td><td>1687</td></tr><tr><td>9595</td><td>5001</td><td>7292</td><td>8840</td><td>4473</td></tr><tr><td>9400</td><td>0144</td><td>4374</td><td>9431</td><td>5376</td></tr><tr><td>9954</td><td>7971</td><td>7330</td><td>4274</td><td>8967</td></tr><tr><td>7374</td><td>6712</td><td>3758</td><td>1666</td><td>6081</td></tr><tr><td>1291</td><td>9410</td><td>6366</td><td>5134</td><td>7230</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-3-name\">Data SGP 2022</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":true} -->\n<figure id=\"tablepress-3\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Senin</th><th>Rabu</th><th>Kamis</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>2924</td><td>6934</td><td>9450</td><td>0826</td><td>1485</td></tr><tr><td>8158</td><td>0175</td><td>4612</td><td>3978</td><td>3648</td></tr><tr><td>9474</td><td>6498</td><td>5101</td><td>8715</td><td>8829</td></tr><tr><td>8340</td><td>3761</td><td>8200</td><td>8475</td><td>1644</td></tr><tr><td>6505</td><td>1403</td><td>9652</td><td>4048</td><td>5082</td></tr><tr><td>8056</td><td>6071</td><td>7469</td><td>9214</td><td>8465</td></tr><tr><td>2005</td><td>5875</td><td>3285</td><td>9410</td><td>4078</td></tr><tr><td>1480</td><td>6119</td><td>6650</td><td>7960</td><td>8078</td></tr><tr><td>9469</td><td>7585</td><td>7011</td><td>4587</td><td>7668</td></tr><tr><td>6707</td><td>5554</td><td>3711</td><td>5999</td><td>0380</td></tr><tr><td>5227</td><td>8360</td><td>7923</td><td>4863</td><td>3181</td></tr><tr><td>2712</td><td>6766</td><td>7616</td><td>0660</td><td>1099</td></tr><tr><td>9103</td><td>8730</td><td>4613</td><td>1041</td><td>9128</td></tr><tr><td>3128</td><td>3817</td><td>7906</td><td>0905</td><td>7917</td></tr><tr><td>0343</td><td>9749</td><td>9538</td><td>2493</td><td>9709</td></tr><tr><td>3177</td><td>2126</td><td>5086</td><td>4925</td><td>3990</td></tr><tr><td>2102</td><td>8647</td><td>7896</td><td>2958</td><td>5802</td></tr><tr><td>7771</td><td>9284</td><td>8009</td><td>0139</td><td>1670</td></tr><tr><td>7106</td><td>1629</td><td>6941</td><td>1353</td><td>9085</td></tr><tr><td>2366</td><td>7676</td><td>1106</td><td>6969</td><td>5754</td></tr><tr><td>6812</td><td>9759</td><td>1789</td><td>1215</td><td>0384</td></tr><tr><td>2190</td><td>4316</td><td>5440</td><td>2587</td><td>1596</td></tr><tr><td>7539</td><td>0154</td><td>9313</td><td>6053</td><td>2611</td></tr><tr><td>7623</td><td>5241</td><td>3213</td><td>6990</td><td>7340</td></tr><tr><td>3322</td><td>2944</td><td>9470</td><td>1342</td><td>9879</td></tr><tr><td>1634</td><td>1614</td><td>2888</td><td>7844</td><td>0501</td></tr><tr><td>2589</td><td>7287</td><td>7290</td><td>1702</td><td>7561</td></tr><tr><td>9942</td><td>2723</td><td>5561</td><td>7041</td><td>9303</td></tr><tr><td>6439</td><td>6258</td><td>6552</td><td>9614</td><td>2536</td></tr><tr><td>5178</td><td>6715</td><td>7940</td><td>4987</td><td>8423</td></tr><tr><td>2468</td><td>2362</td><td>2011</td><td>3784</td><td>9961</td></tr><tr><td>2106</td><td>6844</td><td>8032</td><td>6206</td><td>9574</td></tr><tr><td>1229</td><td>6262</td><td>6607</td><td>3282</td><td>1505</td></tr><tr><td>3838</td><td>7844</td><td>8791</td><td>0749</td><td>4802</td></tr><tr><td>7756</td><td>4303</td><td>6556</td><td>4526</td><td>9682</td></tr><tr><td>2202</td><td>6046</td><td>9488</td><td>4311</td><td>1590</td></tr><tr><td>6189</td><td>6668</td><td>2716</td><td>9324</td><td>1859</td></tr><tr><td>9326</td><td>5614</td><td>0987</td><td>0892</td><td>0995</td></tr><tr><td>3713</td><td>5053</td><td>0018</td><td>1563</td><td>1559</td></tr><tr><td>6284</td><td>1921</td><td>9834</td><td>1431</td><td>9546</td></tr><tr><td>8896</td><td>8045</td><td>2950</td><td>3908</td><td>0511</td></tr><tr><td>4231</td><td>8680</td><td>8036</td><td>8914</td><td>8531</td></tr><tr><td>8260</td><td>8770</td><td>1633</td><td>6253</td><td>5595</td></tr><tr><td>1459</td><td>5806</td><td>5157</td><td>0776</td><td>8095</td></tr><tr><td>7629</td><td>6468</td><td>1412</td><td>1942</td><td>4297</td></tr><tr><td>7079</td><td>8834</td><td>6149</td><td>9599</td><td>9300</td></tr><tr><td>0643</td><td>8979</td><td>9587</td><td>6993</td><td>3165</td></tr><tr><td>3565</td><td>9978</td><td>2990</td><td>5165</td><td>4640</td></tr><tr><td>3380</td><td>2575</td><td>7278</td><td>4385</td><td>2322</td></tr><tr><td>9165</td><td>2823</td><td>9312</td><td>5233</td><td>5139</td></tr><tr><td>8114</td><td>8840</td><td>4803</td><td>2767</td><td>9120</td></tr><tr><td>1625</td><td>3395</td><td>3898</td><td>7904</td><td></td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live IONSlot', '', 'trash', 'closed', 'closed', '', 'rtp-live-ionslot__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/ipkingbet89.com/?page_id=30293', 0, 'page', '', 0),
(30295, 1, '2023-01-27 21:33:40', '2023-01-27 21:33:40', '<!-- wp:heading -->\n<h2>Keluaran HK Hari Ini</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe src=\"https://sgphksdy.info/data-hk/\" width=\"100%\" height=\"600\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2>Paito Data HK Dari Tahun 2020 sampai 2022</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-5-name\">Data HK 2020</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":true} -->\n<figure id=\"tablepress-5\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td></td><td></td><td>0678</td><td>2001</td><td>5270</td><td>5663</td><td>6800</td></tr><tr><td>5684</td><td>9614</td><td>6472</td><td>6876</td><td>7094</td><td>4130</td><td>0977</td></tr><tr><td>7701</td><td>5241</td><td>7946</td><td>7103</td><td>1564</td><td>8262</td><td>9732</td></tr><tr><td>8601</td><td>6399</td><td>6341</td><td>2188</td><td>4629</td><td>2477</td><td>0893</td></tr><tr><td>4290</td><td>9308</td><td>9328</td><td>6217</td><td>4113</td><td>6801</td><td>7234</td></tr><tr><td>2840</td><td>6034</td><td>2654</td><td>8641</td><td>6802</td><td>7320</td><td>0613</td></tr><tr><td>9640</td><td>5908</td><td>8084</td><td>7120</td><td>9180</td><td>4185</td><td>8291</td></tr><tr><td>0256</td><td>3014</td><td>7289</td><td>3432</td><td>3741</td><td>286</td><td>6073</td></tr><tr><td>3765</td><td>7013</td><td>6625</td><td>3754</td><td>5679</td><td>7893</td><td>4725</td></tr><tr><td>3399</td><td>4365</td><td>2521</td><td>1700</td><td>7478</td><td>2182</td><td>9065</td></tr><tr><td>3815</td><td>3694</td><td>4009</td><td>6952</td><td>4069</td><td>4319</td><td>2858</td></tr><tr><td>9550</td><td>3651</td><td>7826</td><td>1212</td><td>2398</td><td>3874</td><td>4278</td></tr><tr><td>8406</td><td>3421</td><td>3336</td><td>1339</td><td>2382</td><td>1894</td><td>3108</td></tr><tr><td>4289</td><td>2954</td><td>8822</td><td>6195</td><td>4272</td><td>4861</td><td>5564</td></tr><tr><td>8691</td><td>2579</td><td>0977</td><td>7553</td><td>1787</td><td>0655</td><td>7690</td></tr><tr><td>0068</td><td>4828</td><td>4510</td><td>0704</td><td>5633</td><td>8711</td><td>4209</td></tr><tr><td>7988</td><td>9282</td><td>8007</td><td>1969</td><td>5979</td><td>2177</td><td>0698</td></tr><tr><td>2343</td><td>8550</td><td>9736</td><td>6275</td><td>6263</td><td>7111</td><td>3457</td></tr><tr><td>9010</td><td>6287</td><td>0013</td><td>2051</td><td>1455</td><td>8038</td><td>4782</td></tr><tr><td>8533</td><td>5352</td><td>2495</td><td>8732</td><td>4241</td><td>4239</td><td>0302</td></tr><tr><td>8189</td><td>8287</td><td>9795</td><td>1707</td><td>0171</td><td>5672</td><td>9677</td></tr><tr><td>8534</td><td>0680</td><td>3579</td><td>9330</td><td>9441</td><td>6344</td><td>3400</td></tr><tr><td>7654</td><td>6775</td><td>1429</td><td>0926</td><td>7291</td><td>9898</td><td>9793</td></tr><tr><td>9805</td><td>7872</td><td>3736</td><td>1989</td><td>8557</td><td>1165</td><td>7274</td></tr><tr><td>2800</td><td>5171</td><td>7695</td><td>1498</td><td>7850</td><td>4504</td><td>8580</td></tr><tr><td>4582</td><td>9586</td><td>8206</td><td>1428</td><td>2100</td><td>2772</td><td>0254</td></tr><tr><td>1094</td><td>5003</td><td>7383</td><td>4135</td><td>2986</td><td>0504</td><td>4174</td></tr><tr><td>0964</td><td>5456</td><td>2352</td><td>6173</td><td>6470</td><td>5706</td><td>3384</td></tr><tr><td>7151</td><td>7083</td><td>0903</td><td>5605</td><td>4548</td><td>540</td><td>9809</td></tr><tr><td>8913</td><td>4353</td><td>5878</td><td>0376</td><td>7316</td><td>2402</td><td>5538</td></tr><tr><td>4561</td><td>9818</td><td>0260</td><td>8701</td><td>4922</td><td>0235</td><td>7492</td></tr><tr><td>9153</td><td>3692</td><td>4206</td><td>6265</td><td>1865</td><td>1985</td><td>1761</td></tr><tr><td>9799</td><td>1603</td><td>5936</td><td>0840</td><td>4282</td><td>7359</td><td>4466</td></tr><tr><td>4824</td><td>2469</td><td>9948</td><td>3178</td><td>9329</td><td>7970</td><td>7294</td></tr><tr><td>9739</td><td>9127</td><td>6978</td><td>9607</td><td>0677</td><td>5940</td><td>8318</td></tr><tr><td>9742</td><td>7681</td><td>0614</td><td>2245</td><td>6093</td><td>5112</td><td>4121</td></tr><tr><td>0420</td><td>4477</td><td>7208</td><td>0941</td><td>3623</td><td>1290</td><td>9422</td></tr><tr><td>0895</td><td>4815</td><td>5291</td><td>4667</td><td>7625</td><td>8967</td><td>0653</td></tr><tr><td>4513</td><td>2138</td><td>3965</td><td>9627</td><td>7640</td><td>8970</td><td>5110</td></tr><tr><td>0758</td><td>9946</td><td>4254</td><td>1489</td><td>9944</td><td>7713</td><td>4919</td></tr><tr><td>1592</td><td>0585</td><td>1090</td><td>2363</td><td>9245</td><td>9784</td><td>3582</td></tr><tr><td>2508</td><td>1818</td><td>7434</td><td>2630</td><td>5547</td><td>7893</td><td>4289</td></tr><tr><td>6109</td><td>1525</td><td>0977</td><td>6783</td><td>0858</td><td>8311</td><td>0187</td></tr><tr><td>5732</td><td>4625</td><td>6235</td><td>6345</td><td>5637</td><td>5836</td><td>6234</td></tr><tr><td>0048</td><td>9726</td><td>9261</td><td>0421</td><td>5441</td><td>8118</td><td>2267</td></tr><tr><td>6405</td><td>5471</td><td>0648</td><td>5217</td><td>2668</td><td>3851</td><td>5726</td></tr><tr><td>8762</td><td>3628</td><td>4782</td><td>1218</td><td>5697</td><td>4757</td><td>8314</td></tr><tr><td>8401</td><td>2085</td><td>6356</td><td>7316</td><td>3916</td><td>6944</td><td>4604</td></tr><tr><td>7566</td><td>0583</td><td>1777</td><td>9280</td><td>3610</td><td>8345</td><td>0864</td></tr><tr><td>4852</td><td>6531</td><td>5379</td><td>5262</td><td>2271</td><td>2620</td><td>2188</td></tr><tr><td>6278</td><td>0943</td><td>9386</td><td>7845</td><td>5159</td><td>1761</td><td>1934</td></tr><tr><td>9276</td><td>8226</td><td>5102</td><td>7409</td><td>1178</td><td>4237</td><td>0680</td></tr><tr><td>7177</td><td>3944</td><td>6871</td><td>8260</td><td></td><td></td><td></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-6-name\">Data HK 2021</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-6\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td>7289</td><td>1734</td><td>9859</td></tr><tr><td>5110</td><td>5805</td><td>9229</td><td>6310</td><td>0712</td><td>9266</td><td>2824</td></tr><tr><td>1773</td><td>6917</td><td>3179</td><td>8652</td><td>1531</td><td>0351</td><td>1244</td></tr><tr><td>3755</td><td>7972</td><td>8020</td><td>710</td><td>3379</td><td>2443</td><td>9602</td></tr><tr><td>7937</td><td>9638</td><td>356</td><td>9630</td><td>9946</td><td>3514</td><td>8306</td></tr><tr><td>5647</td><td>1274</td><td>1597</td><td>8391</td><td>5759</td><td>6968</td><td>5625</td></tr><tr><td>7456</td><td>1531</td><td>9039</td><td>8441</td><td>3006</td><td>6780</td><td>3185</td></tr><tr><td>9316</td><td>7760</td><td>1667</td><td>2139</td><td>8706</td><td>0621</td><td>6049</td></tr><tr><td>3186</td><td>8865</td><td>9561</td><td>3450</td><td>9608</td><td>8184</td><td>3407</td></tr><tr><td>5878</td><td>8173</td><td>1268</td><td>8189</td><td>8481</td><td>3742</td><td>2145</td></tr><tr><td>4617</td><td>1766</td><td>6228</td><td>1147</td><td>4850</td><td>1928</td><td>2370</td></tr><tr><td>7354</td><td>6247</td><td>6082</td><td>0992</td><td>6786</td><td>5394</td><td>7872</td></tr><tr><td>1830</td><td>8494</td><td>2981</td><td>7621</td><td>2323</td><td>6983</td><td>1381</td></tr><tr><td>7224</td><td>6364</td><td>4428</td><td>4010</td><td>0364</td><td>2076</td><td>3801</td></tr><tr><td>8669</td><td>3409</td><td>5734</td><td>8969</td><td>8782</td><td>3046</td><td>9816</td></tr><tr><td>1576</td><td>3488</td><td>9163</td><td>9032</td><td>2790</td><td>4671</td><td>5740</td></tr><tr><td>6394</td><td>0191</td><td>4236</td><td>9554</td><td>8936</td><td>5911</td><td>1298</td></tr><tr><td>3904</td><td>2743</td><td>4503</td><td>4626</td><td>2007</td><td>6851</td><td>8800</td></tr><tr><td>8978</td><td>4705</td><td>5382</td><td>9429</td><td>0449</td><td>7489</td><td>7693</td></tr><tr><td>9360</td><td>6153</td><td>2070</td><td>8135</td><td>8256</td><td>7523</td><td>3368</td></tr><tr><td>4896</td><td>2125</td><td>6297</td><td>3806</td><td>2385</td><td>8738</td><td>6624</td></tr><tr><td>2636</td><td>5979</td><td>0096</td><td>3580</td><td>8762</td><td>4412</td><td>8099</td></tr><tr><td>1651</td><td>1657</td><td>2465</td><td>5917</td><td>3795</td><td>2214</td><td>6020</td></tr><tr><td>7957</td><td>8535</td><td>0829</td><td>7085</td><td>6206</td><td>1760</td><td>8676</td></tr><tr><td>3178</td><td>2169</td><td>0839</td><td>5868</td><td>9233</td><td>6529</td><td>7939</td></tr><tr><td>7994</td><td>4199</td><td>8155</td><td>0742</td><td>2742</td><td>2536</td><td>6992</td></tr><tr><td>5127</td><td>4602</td><td>1113</td><td>3758</td><td>9920</td><td>8918</td><td>2726</td></tr><tr><td>6932</td><td>2580</td><td>7688</td><td>3112</td><td>0822</td><td>6084</td><td>6918</td></tr><tr><td>1472</td><td>0949</td><td>1601</td><td>3992</td><td>4023</td><td>5473</td><td>5210</td></tr><tr><td>9948</td><td>9188</td><td>3570</td><td>6353</td><td>2805</td><td>8920</td><td>4359</td></tr><tr><td>8255</td><td>1753</td><td>6370</td><td>1862</td><td>7605</td><td>8979</td><td>9281</td></tr><tr><td>3075</td><td>5039</td><td>7925</td><td>9078</td><td>5837</td><td>2785</td><td>9294</td></tr><tr><td>6873</td><td>5983</td><td>8005</td><td>0788</td><td>2291</td><td>3231</td><td>0186</td></tr><tr><td>1985</td><td>9229</td><td>3892</td><td>5006</td><td>0439</td><td>0469</td><td>2070</td></tr><tr><td>9960</td><td>2042</td><td>1990</td><td>4798</td><td>0938</td><td>1091</td><td>1296</td></tr><tr><td>3039</td><td>2807</td><td>1299</td><td>7293</td><td>9359</td><td>2291</td><td>0389</td></tr><tr><td>3246</td><td>5959</td><td>9938</td><td>6847</td><td>4607</td><td>6045</td><td>8869</td></tr><tr><td>1487</td><td>5274</td><td>0098</td><td>7861</td><td>1256</td><td>0901</td><td>5039</td></tr><tr><td>0350</td><td>8619</td><td>4662</td><td>5199</td><td>0669</td><td>3483</td><td>3911</td></tr><tr><td>9582</td><td>6524</td><td>7186</td><td>4815</td><td>6902</td><td>2144</td><td>5531</td></tr><tr><td>3330</td><td>0764</td><td>1225</td><td>4069</td><td>1320</td><td>9222</td><td>6389</td></tr><tr><td>1098</td><td>8609</td><td>2834</td><td>9002</td><td>0651</td><td>0899</td><td>0942</td></tr><tr><td>5334</td><td>2174</td><td>6730</td><td>6999</td><td>0452</td><td>7263</td><td>3426</td></tr><tr><td>8304</td><td>1268</td><td>8810</td><td>4743</td><td>6022</td><td>9670</td><td>9905</td></tr><tr><td>4565</td><td>7503</td><td>4809</td><td>9836</td><td>6043</td><td>7439</td><td>2688</td></tr><tr><td>3591</td><td>1198</td><td>4816</td><td>3818</td><td>7453</td><td>5312</td><td>0329</td></tr><tr><td>1051</td><td>9118</td><td>1012</td><td>0870</td><td>2626</td><td>9766</td><td>0874</td></tr><tr><td>4088</td><td>9236</td><td>7465</td><td>2428</td><td>3532</td><td>5725</td><td>1468</td></tr><tr><td>7650</td><td>2229</td><td>9054</td><td>2613</td><td>5825</td><td>6372</td><td>2911</td></tr><tr><td>9440</td><td>8060</td><td>0533</td><td>9164</td><td>7008</td><td>6200</td><td>5032</td></tr><tr><td>8962</td><td>4658</td><td>9001</td><td>7514</td><td>8191</td><td>8338</td><td>1728</td></tr><tr><td>1675</td><td>0833</td><td>2767</td><td>8691</td><td>6456</td><td>1016</td><td>4655</td></tr><tr><td>1497</td><td>0</td><td>8870</td><td>7985</td><td>0083</td><td>xxxx</td><td></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-7-name\">Data HK 2022</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-7\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td></td><td>9120</td><td>9270</td></tr><tr><td>4509</td><td>8730</td><td>4851</td><td>3204</td><td>0677</td><td>6292</td><td>5448</td></tr><tr><td>8895</td><td>1420</td><td>7479</td><td>4757</td><td>9220</td><td>9438</td><td>8036</td></tr><tr><td>8270</td><td>2344</td><td>5271</td><td>7500</td><td>8735</td><td>6782</td><td>7017</td></tr><tr><td>4526</td><td>3796</td><td>5631</td><td>5002</td><td>0308</td><td>2789</td><td>8976</td></tr><tr><td>2651</td><td>7422</td><td>9090</td><td>9299</td><td>6493</td><td>4076</td><td>0587</td></tr><tr><td>0630</td><td>3690</td><td>3867</td><td>2936</td><td>5151</td><td>3795</td><td>7610</td></tr><tr><td>2756</td><td>0623</td><td>0949</td><td>7760</td><td>5070</td><td>9420</td><td>4052</td></tr><tr><td>7240</td><td>5009</td><td>7008</td><td>6365</td><td>4670</td><td>9488</td><td>8509</td></tr><tr><td>9011</td><td>4123</td><td>3243</td><td>4719</td><td>0834</td><td>3618</td><td>9842</td></tr><tr><td>1441</td><td>7084</td><td>8761</td><td>9063</td><td>1653</td><td>3169</td><td>1158</td></tr><tr><td>7788</td><td>3606</td><td>6415</td><td>4329</td><td>8221</td><td>7212</td><td>6581</td></tr><tr><td>660</td><td>7115</td><td>2949</td><td>5087</td><td>9230</td><td>4027</td><td>3566</td></tr><tr><td>7900</td><td>0959</td><td>2605</td><td>5530</td><td>2113</td><td>6750</td><td>4179</td></tr><tr><td>8554</td><td>3293</td><td>3115</td><td>9883</td><td>3355</td><td>9327</td><td>8857</td></tr><tr><td>1679</td><td>0897</td><td>2686</td><td>1678</td><td>3825</td><td>6015</td><td>9153</td></tr><tr><td>3803</td><td>0384</td><td>4450</td><td>8737</td><td>6203</td><td>5006</td><td>4285</td></tr><tr><td>9104</td><td>0022</td><td>1779</td><td>0580</td><td>2787</td><td>7339</td><td>5224</td></tr><tr><td>3677</td><td>7132</td><td>6190</td><td>7245</td><td>3705</td><td>5925</td><td>0796</td></tr><tr><td>9633</td><td>6124</td><td>1894</td><td>8137</td><td>4673</td><td>3240</td><td>7197</td></tr><tr><td>3791</td><td>0966</td><td>7278</td><td>1635</td><td>4448</td><td>8738</td><td>8839</td></tr><tr><td>1798</td><td>2903</td><td>6793</td><td>0214</td><td>8494</td><td>9265</td><td>4716</td></tr><tr><td>4162</td><td>1071</td><td>9776</td><td>5658</td><td>3117</td><td>6872</td><td>9884</td></tr><tr><td>5873</td><td>2332</td><td>2119</td><td>6144</td><td>1064</td><td>1417</td><td>7311</td></tr><tr><td>7482</td><td>2264</td><td>0478</td><td>2862</td><td>0948</td><td>2396</td><td>1245</td></tr><tr><td>0141</td><td>7068</td><td>1794</td><td>8367</td><td>1961</td><td>9077</td><td>4121</td></tr><tr><td>3593</td><td>7185</td><td>4592</td><td>8016</td><td>4246</td><td>6480</td><td>7726</td></tr><tr><td>2523</td><td>5216</td><td>4771</td><td>3914</td><td>7056</td><td>3602</td><td>9340</td></tr><tr><td>3046</td><td>5174</td><td>3959</td><td>5438</td><td>4216</td><td>6764</td><td>6315</td></tr><tr><td>2554</td><td>1213</td><td>2121</td><td>8761</td><td>831</td><td>2842</td><td>5955</td></tr><tr><td>9563</td><td>7197</td><td>9813</td><td>8289</td><td>6672</td><td>2309</td><td>9182</td></tr><tr><td>6805</td><td>1911</td><td>2017</td><td>9804</td><td>4594</td><td>3681</td><td>6047</td></tr><tr><td>9836</td><td>9747</td><td>4019</td><td>4629</td><td>0640</td><td>0363</td><td>5523</td></tr><tr><td>1026</td><td>7234</td><td>0181</td><td>6426</td><td>1652</td><td>0920</td><td>7006</td></tr><tr><td>6008</td><td>6538</td><td>3882</td><td>7413</td><td>1881</td><td>1732</td><td>8951</td></tr><tr><td>3278</td><td>4912</td><td>3875</td><td>8829</td><td>1995</td><td>4382</td><td>5097</td></tr><tr><td>3527</td><td>4175</td><td>8250</td><td>6541</td><td>4104</td><td>1201</td><td>5370</td></tr><tr><td>2035</td><td>6877</td><td>4026</td><td>7346</td><td>0687</td><td>4794</td><td>3882</td></tr><tr><td>0236</td><td>8637</td><td>5843</td><td>4901</td><td>3210</td><td>1208</td><td>5432</td></tr><tr><td>9386</td><td>5411</td><td>8806</td><td>3054</td><td>7166</td><td>6657</td><td>8317</td></tr><tr><td>2376</td><td>5880</td><td>7990</td><td>7194</td><td>3707</td><td>4683</td><td>6719</td></tr><tr><td>0480</td><td>5541</td><td>3495</td><td>2511</td><td>0375</td><td>8134</td><td>6851</td></tr><tr><td>2969</td><td>2107</td><td>5980</td><td>7820</td><td>0565</td><td>9422</td><td>8176</td></tr><tr><td>3300</td><td>9284</td><td>3804</td><td>8421</td><td>0387</td><td>7824</td><td>2960</td></tr><tr><td>1345</td><td>9668</td><td>4733</td><td>0986</td><td>8506</td><td>5562</td><td>8396</td></tr><tr><td>8842</td><td>5648</td><td>3760</td><td>6920</td><td>4607</td><td>9934</td><td>3552</td></tr><tr><td>7850</td><td>3705</td><td>9327</td><td>1243</td><td>5488</td><td>3194</td><td>1552</td></tr><tr><td>9323</td><td>0698</td><td>7067</td><td>4689</td><td>6702</td><td>2179</td><td>5134</td></tr><tr><td>7293</td><td>3876</td><td>4739</td><td>9214</td><td>2463</td><td>2991</td><td>1638</td></tr><tr><td>6744</td><td>8572</td><td>7521</td><td>1016</td><td>5867</td><td>4278</td><td>1039</td></tr><tr><td>6582</td><td>4556</td><td>7621</td><td>2355</td><td>0406</td><td>8471</td><td>9765</td></tr><tr><td>3317</td><td>8395</td><td>4475</td><td>2512</td><td>3162</td><td>6126</td><td>7534</td></tr><tr><td>1277</td><td>8498</td><td>3306</td><td>2357</td><td>0913</td><td>0787</td><td>xxxx</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Slot88', '', 'trash', 'closed', 'closed', '', 'rtp-live-slot88__trashed', '', '', '2023-05-26 10:01:09', '2023-05-26 10:01:09', '', 0, 'http://localhost/ipkingbet89.com/?page_id=30295', 0, 'page', '', 0);
INSERT INTO `wpoc_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
(30297, 1, '2023-01-27 21:33:51', '2023-01-27 21:33:51', '<!-- wp:heading -->\n<h2>Keluaran SDY Hari Ini</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe src=\"https://sgphksdy.info/data-sdy/\" width=\"100%\" height=\"600\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2>Paito Data SDY Dari Tahun 2020 Sampai 2022</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-9-name\">Data SDY 2020</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-9\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>xxxx</td><td>xxxx</td><td>7061</td><td>9437</td><td>7173</td><td>3927</td><td>9136</td></tr><tr><td>0033</td><td>7394</td><td>0101</td><td>9206</td><td>1244</td><td>5359</td><td>0386</td></tr><tr><td>4102</td><td>8037</td><td>2156</td><td>1246</td><td>3169</td><td>6637</td><td>2081</td></tr><tr><td>3108</td><td>7185</td><td>5368</td><td>6256</td><td>8069</td><td>8507</td><td>4280</td></tr><tr><td>4169</td><td>3678</td><td>9263</td><td>0586</td><td>5872</td><td>5524</td><td>4727</td></tr><tr><td>3280</td><td>6893</td><td>6539</td><td>8360</td><td>4494</td><td>0968</td><td>4072</td></tr><tr><td>1748</td><td>7014</td><td>6209</td><td>3407</td><td>6494</td><td>4439</td><td>1488</td></tr><tr><td>9538</td><td>1520</td><td>8622</td><td>7967</td><td>8459</td><td>0287</td><td>1336</td></tr><tr><td>2864</td><td>7592</td><td>4534</td><td>1950</td><td>5358</td><td>7290</td><td>3938</td></tr><tr><td>4435</td><td>7154</td><td>3510</td><td>5379</td><td>1462</td><td>7542</td><td>2139</td></tr><tr><td>6247</td><td>5431</td><td>0828</td><td>9446</td><td>7220</td><td>7803</td><td>3975</td></tr><tr><td>2043</td><td>3983</td><td>3578</td><td>9956</td><td>1775</td><td>9179</td><td>4560</td></tr><tr><td>6272</td><td>6198</td><td>2562</td><td>4699</td><td>7624</td><td>4376</td><td>6561</td></tr><tr><td>1865</td><td>0737</td><td>7793</td><td>5074</td><td>7360</td><td>8733</td><td>5404</td></tr><tr><td>5002</td><td>2144</td><td>4788</td><td>7881</td><td>8414</td><td>3843</td><td>1564</td></tr><tr><td>1842</td><td>8691</td><td>0816</td><td>0362</td><td>3278</td><td>8373</td><td>9277</td></tr><tr><td>9807</td><td>2074</td><td>8195</td><td>9507</td><td>6035</td><td>7309</td><td>1519</td></tr><tr><td>9612</td><td>9137</td><td>4601</td><td>6615</td><td>0684</td><td>8040</td><td>1097</td></tr><tr><td>7079</td><td>5757</td><td>9478</td><td>2339</td><td>4996</td><td>1671</td><td>9797</td></tr><tr><td>7093</td><td>4152</td><td>2966</td><td>9041</td><td>8686</td><td>6731</td><td>8762</td></tr><tr><td>4009</td><td>7303</td><td>9922</td><td>8236</td><td>2130</td><td>3090</td><td>8527</td></tr><tr><td>2637</td><td>8758</td><td>7086</td><td>6675</td><td>3880</td><td>1568</td><td>5511</td></tr><tr><td>5246</td><td>7965</td><td>1648</td><td>1882</td><td>8701</td><td>3621</td><td>7663</td></tr><tr><td>3719</td><td>7075</td><td>6224</td><td>8838</td><td>2557</td><td>9594</td><td>7596</td></tr><tr><td>3850</td><td>6889</td><td>1619</td><td>8353</td><td>3896</td><td>5318</td><td>7656</td></tr><tr><td>2411</td><td>1194</td><td>4147</td><td>4336</td><td>8855</td><td>8374</td><td>8682</td></tr><tr><td>6234</td><td>9246</td><td>8188</td><td>4792</td><td>0884</td><td>2805</td><td>5444</td></tr><tr><td>5909</td><td>4698</td><td>0916</td><td>3965</td><td>9148</td><td>0802</td><td>6955</td></tr><tr><td>3703</td><td>4930</td><td>8520</td><td>0895</td><td>8514</td><td>4136</td><td>8926</td></tr><tr><td>7357</td><td>5074</td><td>9931</td><td>9481</td><td>4168</td><td>9069</td><td>4032</td></tr><tr><td>7640</td><td>9235</td><td>7321</td><td>8083</td><td>6638</td><td>1458</td><td>3942</td></tr><tr><td>5319</td><td>2140</td><td>4730</td><td>1531</td><td>2152</td><td>2190</td><td>0869</td></tr><tr><td>7530</td><td>4438</td><td>9221</td><td>8411</td><td>5887</td><td>2512</td><td>9920</td></tr><tr><td>2906</td><td>6353</td><td>8336</td><td>0609</td><td>6159</td><td>8378</td><td>8962</td></tr><tr><td>9056</td><td>0515</td><td>7281</td><td>0476</td><td>8342</td><td>6528</td><td>7867</td></tr><tr><td>1049</td><td>6808</td><td>3948</td><td>5914</td><td>7087</td><td>7189</td><td>6729</td></tr><tr><td>990</td><td>2486</td><td>3892</td><td>5440</td><td>9969</td><td>8505</td><td>6439</td></tr><tr><td>5019</td><td>4463</td><td>0300</td><td>9237</td><td>9344</td><td>5077</td><td>4576</td></tr><tr><td>7385</td><td>5174</td><td>0255</td><td>4561</td><td>0849</td><td>3417</td><td>4943</td></tr><tr><td>9273</td><td>2413</td><td>5788</td><td>4327</td><td>1521</td><td>5230</td><td>0682</td></tr><tr><td>5034</td><td>9869</td><td>2517</td><td>5004</td><td>2858</td><td>0572</td><td>8871</td></tr><tr><td>6882</td><td>0284</td><td>1402</td><td>8008</td><td>2680</td><td>6152</td><td>8517</td></tr><tr><td>7754</td><td>0674</td><td>7727</td><td>4597</td><td>4076</td><td>2636</td><td>0460</td></tr><tr><td>4949</td><td>8334</td><td>5007</td><td>5301</td><td>4689</td><td>2056</td><td>5693</td></tr><tr><td>8733</td><td>5185</td><td>2837</td><td>0341</td><td>6433</td><td>0975</td><td>0479</td></tr><tr><td>5047</td><td>6863</td><td>2161</td><td>6487</td><td>3405</td><td>5081</td><td>3640</td></tr><tr><td>7291</td><td>4150</td><td>5437</td><td>6646</td><td>4267</td><td>3857</td><td>6258</td></tr><tr><td>2372</td><td>5218</td><td>7606</td><td>2111</td><td>2892</td><td>6058</td><td>7699</td></tr><tr><td>9239</td><td>0148</td><td>9151</td><td>8626</td><td>3911</td><td>4370</td><td>3097</td></tr><tr><td>8912</td><td>9824</td><td>5434</td><td>8632</td><td>9649</td><td>7088</td><td>2523</td></tr><tr><td>8960</td><td>3183</td><td>8242</td><td>7590</td><td>1294</td><td>5697</td><td>2359</td></tr><tr><td>4153</td><td>1717</td><td>4035</td><td>3844</td><td>0938</td><td>9271</td><td>8791</td></tr><tr><td>7407</td><td>8522</td><td>1587</td><td>5498</td><td>-</td><td>-</td><td>-</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-10-name\">Data SDY 2021</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-10\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>-</td><td>-</td><td>-</td><td>-</td><td>0338</td><td>5733</td><td>6880</td></tr><tr><td>3206</td><td>6263</td><td>8454</td><td>0895</td><td>3565</td><td>5971</td><td>8143</td></tr><tr><td>4611</td><td>0378</td><td>8163</td><td>1277</td><td>2508</td><td>8723</td><td>0659</td></tr><tr><td>2427</td><td>1255</td><td>7865</td><td>4034</td><td>4047</td><td>0614</td><td>6282</td></tr><tr><td>7693</td><td>0492</td><td>1788</td><td>4741</td><td>3920</td><td>7398</td><td>0702</td></tr><tr><td>1873</td><td>6350</td><td>7683</td><td>8404</td><td>8063</td><td>9149</td><td>9494</td></tr><tr><td>1503</td><td>3840</td><td>7110</td><td>2256</td><td>9165</td><td>8546</td><td>8570</td></tr><tr><td>1399</td><td>0726</td><td>5504</td><td>3653</td><td>3241</td><td>6375</td><td>1705</td></tr><tr><td>3225</td><td>2687</td><td>8950</td><td>0174</td><td>4291</td><td>5024</td><td>8390</td></tr><tr><td>4794</td><td>6055</td><td>0671</td><td>9057</td><td>9581</td><td>4367</td><td>6418</td></tr><tr><td>5690</td><td>1848</td><td>3820</td><td>8116</td><td>7096</td><td>3228</td><td>7469</td></tr><tr><td>0572</td><td>6921</td><td>0580</td><td>6107</td><td>0470</td><td>5162</td><td>2610</td></tr><tr><td>4217</td><td>2342</td><td>8213</td><td>0544</td><td>8102</td><td>4065</td><td>9100</td></tr><tr><td>3970</td><td>6812</td><td>2801</td><td>3948</td><td>6748</td><td>5192</td><td>6754</td></tr><tr><td>2540</td><td>9460</td><td>1786</td><td>5915</td><td>5709</td><td>0459</td><td>4108</td></tr><tr><td>5546</td><td>4163</td><td>6904</td><td>8354</td><td>6051</td><td>7043</td><td>0236</td></tr><tr><td>5136</td><td>2811</td><td>1776</td><td>4155</td><td>3682</td><td>6852</td><td>0845</td></tr><tr><td>7143</td><td>5968</td><td>5569</td><td>7935</td><td>8534</td><td>2632</td><td>7606</td></tr><tr><td>9837</td><td>8911</td><td>1707</td><td>2593</td><td>7414</td><td>9273</td><td>0939</td></tr><tr><td>4707</td><td>7619</td><td>2504</td><td>9018</td><td>3233</td><td>5479</td><td>4113</td></tr><tr><td>8061</td><td>3408</td><td>2054</td><td>8836</td><td>7218</td><td>7098</td><td>3178</td></tr><tr><td>3823</td><td>0312</td><td>9082</td><td>4629</td><td>3905</td><td>6711</td><td>4665</td></tr><tr><td>2493</td><td>2729</td><td>0664</td><td>1441</td><td>3009</td><td>2774</td><td>7525</td></tr><tr><td>0714</td><td>9180</td><td>1354</td><td>9212</td><td>8266</td><td>9748</td><td>3225</td></tr><tr><td>1329</td><td>6950</td><td>0385</td><td>2933</td><td>8898</td><td>3196</td><td>4010</td></tr><tr><td>7638</td><td>2914</td><td>0648</td><td>9209</td><td>8013</td><td>4695</td><td>9383</td></tr><tr><td>2634</td><td>8046</td><td>1401</td><td>9831</td><td>8185</td><td>7958</td><td>7916</td></tr><tr><td>8402</td><td>0647</td><td>3053</td><td>5942</td><td>7123</td><td>2994</td><td>6660</td></tr><tr><td>2900</td><td>4330</td><td>2937</td><td>7672</td><td>0871</td><td>1756</td><td>0944</td></tr><tr><td>1390</td><td>1902</td><td>9312</td><td>1218</td><td>4292</td><td>3087</td><td>6116</td></tr><tr><td>7896</td><td>9982</td><td>2267</td><td>2934</td><td>6223</td><td>0681</td><td>5360</td></tr><tr><td>0503</td><td>3986</td><td>0533</td><td>0761</td><td>2693</td><td>1431</td><td>9411</td></tr><tr><td>2849</td><td>7028</td><td>6529</td><td>1297</td><td>7062</td><td>0325</td><td>0494</td></tr><tr><td>6004</td><td>4602</td><td>1152</td><td>0291</td><td>6046</td><td>0517</td><td>2586</td></tr><tr><td>6987</td><td>2689</td><td>9038</td><td>8452</td><td>5145</td><td>8839</td><td>0599</td></tr><tr><td>9479</td><td>8928</td><td>3105</td><td>8399</td><td>1587</td><td>6183</td><td>9542</td></tr><tr><td>6391</td><td>6386</td><td>5272</td><td>4123</td><td>1686</td><td>6500</td><td>8605</td></tr><tr><td>8027</td><td>1611</td><td>9543</td><td>9991</td><td>3902</td><td>6378</td><td>8036</td></tr><tr><td>5240</td><td>9626</td><td>0784</td><td>2904</td><td>5845</td><td>2846</td><td>5166</td></tr><tr><td>6907</td><td>7221</td><td>1057</td><td>5812</td><td>8098</td><td>3005</td><td>0973</td></tr><tr><td>0524</td><td>8012</td><td>0626</td><td>3119</td><td>8884</td><td>8475</td><td>2359</td></tr><tr><td>6907</td><td>7221</td><td>1057</td><td>5812</td><td>8098</td><td>3005</td><td>0973</td></tr><tr><td>0524</td><td>8012</td><td>0626</td><td>3119</td><td>8884</td><td>8475</td><td>2359</td></tr><tr><td>1331</td><td>3415</td><td>0676</td><td>4966</td><td>8635</td><td>0872</td><td>1238</td></tr><tr><td>7078</td><td>3300</td><td>9470</td><td>7884</td><td>8020</td><td>9327</td><td>0358</td></tr><tr><td>5239</td><td>5230</td><td>7508</td><td>0622</td><td>1406</td><td>0018</td><td>7286</td></tr><tr><td>9381</td><td>4263</td><td>2869</td><td>0996</td><td>9127</td><td>1391</td><td>3111</td></tr><tr><td>1503</td><td>3191</td><td>2612</td><td>3002</td><td>8939</td><td>3341</td><td>7998</td></tr><tr><td>0323</td><td>0420</td><td>8829</td><td>1237</td><td>7656</td><td>9955</td><td>8735</td></tr><tr><td>1092</td><td>9622</td><td>9916</td><td>2760</td><td>6472</td><td>3113</td><td>9161</td></tr><tr><td>3053</td><td>7662</td><td>9956</td><td>3025</td><td>5030</td><td>0588</td><td>0716</td></tr><tr><td>1572</td><td>6066</td><td>0898</td><td>0277</td><td>7880</td><td>1732</td><td>9229</td></tr><tr><td>5569</td><td>2312</td><td>2865</td><td>2019</td><td>5193</td><td>8997</td><td>5990</td></tr><tr><td>3938</td><td>4308</td><td>8367</td><td>0937</td><td>3083</td><td>-</td><td>-</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-11-name\">Data SDY 2022</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-11\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>xxxx</td><td>xxxx</td><td>xxxx</td><td>xxxx</td><td>xxxx</td><td>9151</td><td>4692</td></tr><tr><td>4266</td><td>309</td><td>5334</td><td>9708</td><td>1547</td><td>5771</td><td>7081</td></tr><tr><td>2738</td><td>8829</td><td>4869</td><td>7828</td><td>2431</td><td>8534</td><td>7515</td></tr><tr><td>6116</td><td>8856</td><td>903</td><td>3917</td><td>6174</td><td>6451</td><td>9030</td></tr><tr><td>9626</td><td>7008</td><td>9192</td><td>7689</td><td>9146</td><td>3265</td><td>1877</td></tr><tr><td>1760</td><td>5350</td><td>3937</td><td>2865</td><td>4690</td><td>2809</td><td>5063</td></tr><tr><td>2740</td><td>443</td><td>2762</td><td>5482</td><td>6350</td><td>0410</td><td>0802</td></tr><tr><td>4187</td><td>3576</td><td>6800</td><td>9479</td><td>785</td><td>6888</td><td>3503</td></tr><tr><td>8401</td><td>9391</td><td>1122</td><td>4802</td><td>2606</td><td>8799</td><td>9405</td></tr><tr><td>2654</td><td>0485</td><td>5884</td><td>8291</td><td>6156</td><td>5697</td><td>8236</td></tr><tr><td>8655</td><td>6429</td><td>9012</td><td>3904</td><td>9866</td><td>6048</td><td>8495</td></tr><tr><td>9620</td><td>2279</td><td>3407</td><td>9382</td><td>3611</td><td>9156</td><td>6359</td></tr><tr><td>8419</td><td>1695</td><td>8959</td><td>1281</td><td>9544</td><td>4810</td><td>9684</td></tr><tr><td>7433</td><td>2727</td><td>3224</td><td>8919</td><td>3064</td><td>6221</td><td>3641</td></tr><tr><td>2905</td><td>0996</td><td>5836</td><td>1646</td><td>5934</td><td>8047</td><td>4077</td></tr><tr><td>5430</td><td>8143</td><td>5649</td><td>2729</td><td>1940</td><td>5494</td><td>4642</td></tr><tr><td>0441</td><td>6064</td><td>9095</td><td>3493</td><td>2824</td><td>0377</td><td>8024</td></tr><tr><td>3920</td><td>6416</td><td>6612</td><td>9722</td><td>1373</td><td>0835</td><td>2818</td></tr><tr><td>6545</td><td>4509</td><td>8893</td><td>2511</td><td>9477</td><td>8642</td><td>0366</td></tr><tr><td>1668</td><td>2663</td><td>8425</td><td>3076</td><td>8094</td><td>8493</td><td>8618</td></tr><tr><td>9600</td><td>8986</td><td>8167</td><td>0550</td><td>1506</td><td>3716</td><td>1290</td></tr><tr><td>7567</td><td>5856</td><td>9020</td><td>0042</td><td>8590</td><td>1346</td><td>3005</td></tr><tr><td>0287</td><td>0452</td><td>6886</td><td>7320</td><td>2061</td><td>6814</td><td>4702</td></tr><tr><td>0665</td><td>8573</td><td>3827</td><td>2052</td><td>4378</td><td>4868</td><td>5250</td></tr><tr><td>5623</td><td>7957</td><td>5409</td><td>6102</td><td>1072</td><td>7191</td><td>7225</td></tr><tr><td>7256</td><td>5939</td><td>3453</td><td>4441</td><td>5269</td><td>2975</td><td>7352</td></tr><tr><td>5271</td><td>8856</td><td>179</td><td>3372</td><td>5166</td><td>6963</td><td>2082</td></tr><tr><td>0488</td><td>9332</td><td>4241</td><td>4078</td><td>0584</td><td>0461</td><td>0667</td></tr><tr><td>0706</td><td>3162</td><td>6763</td><td>5505</td><td>9201</td><td>3637</td><td>2455</td></tr><tr><td>2067</td><td>9277</td><td>1509</td><td>1838</td><td>0317</td><td>1903</td><td>7221</td></tr><tr><td>8182</td><td>0797</td><td>1776</td><td>3858</td><td>2098</td><td>2683</td><td>1787</td></tr><tr><td>0372</td><td>9319</td><td>6698</td><td>1051</td><td>3298</td><td>6166</td><td>1805</td></tr><tr><td>3991</td><td>4247</td><td>4572</td><td>5155</td><td>7922</td><td>2126</td><td>6716</td></tr><tr><td>0571</td><td>1293</td><td>4251</td><td>4982</td><td>7417</td><td>8436</td><td>8229</td></tr><tr><td>0362</td><td>7769</td><td>7576</td><td>3961</td><td>0944</td><td>9835</td><td>4613</td></tr><tr><td>4823</td><td>6818</td><td>1384</td><td>5489</td><td>9657</td><td>4896</td><td>8793</td></tr><tr><td>0658</td><td>6236</td><td>1391</td><td>9449</td><td>8978</td><td>8371</td><td>6135</td></tr><tr><td>2546</td><td>0726</td><td>0798</td><td>3649</td><td>7099</td><td>1245</td><td>7525</td></tr><tr><td>3004</td><td>7243</td><td>538</td><td>5115</td><td>8964</td><td>6154</td><td>5359</td></tr><tr><td>2572</td><td>5715</td><td>7507</td><td>0256</td><td>2808</td><td>9040</td><td>6072</td></tr><tr><td>4674</td><td>0837</td><td>4828</td><td>9057</td><td>6066</td><td>7324</td><td>4132</td></tr><tr><td>2034</td><td>6444</td><td>6388</td><td>2702</td><td>8816</td><td>4268</td><td>5404</td></tr><tr><td>7689</td><td>5088</td><td>4807</td><td>7555</td><td>5309</td><td>6583</td><td>2247</td></tr><tr><td>6569</td><td>8441</td><td>1627</td><td>5914</td><td>7408</td><td>9702</td><td>2169</td></tr><tr><td>5733</td><td>3951</td><td>6459</td><td>6245</td><td>0721</td><td>2744</td><td>4869</td></tr><tr><td>3155</td><td>4505</td><td>2876</td><td>6278</td><td>5064</td><td>8912</td><td>1745</td></tr><tr><td>0216</td><td>6949</td><td>3203</td><td>8399</td><td>6073</td><td>9586</td><td>5998</td></tr><tr><td>6218</td><td>8065</td><td>2456</td><td>0898</td><td>5894</td><td>3953</td><td>2859</td></tr><tr><td>6133</td><td>5484</td><td>8545</td><td>0339</td><td>2495</td><td>5994</td><td>1309</td></tr><tr><td>9393</td><td>0687</td><td>3701</td><td>5909</td><td>4725</td><td>3205</td><td>8939</td></tr><tr><td>3472</td><td>7363</td><td>7550</td><td>0171</td><td>2118</td><td>5977</td><td>7371</td></tr><tr><td>1611</td><td>9235</td><td>5179</td><td>5996</td><td>9851</td><td>9403</td><td>7247</td></tr><tr><td>2690</td><td>3034</td><td>2474</td><td>8505</td><td>8894</td><td>7446</td><td>xxxx</td></tr><tr><td>3938</td><td>4308</td><td>8367</td><td>0937</td><td>3083</td><td>-</td><td>-</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Slot Live22', '', 'trash', 'closed', 'closed', '', 'rtp-live-slot-live22__trashed', '', '', '2023-05-26 10:01:09', '2023-05-26 10:01:09', '', 0, 'http://localhost/ipkingbet89.com/?page_id=30297', 0, 'page', '', 0),
(30362, 1, '2023-02-05 05:30:11', '2023-02-05 05:30:11', '', 'RTP Live Playtech', '', 'trash', 'closed', 'closed', '', 'rtp-live-playtech__trashed', '', '', '2023-05-26 10:01:03', '2023-05-26 10:01:03', '', 0, 'http://localhost/77slotgacor.com/?page_id=30362', 0, 'page', '', 0),
(30364, 1, '2023-02-05 05:30:33', '2023-02-05 05:30:33', '', 'RTP Live YGGDrasil', '', 'trash', 'closed', 'closed', '', 'rtp-live-yggdrasil__trashed', '', '', '2023-05-26 10:01:09', '2023-05-26 10:01:09', '', 0, 'http://localhost/77slotgacor.com/?page_id=30364', 0, 'page', '', 0),
(30367, 1, '2023-02-05 05:30:48', '2023-02-05 05:30:48', '', 'RTP Live Play\'n Go', '', 'trash', 'closed', 'closed', '', 'rtp-live-playn-go__trashed', '', '', '2023-05-26 10:01:03', '2023-05-26 10:01:03', '', 0, 'http://localhost/77slotgacor.com/?page_id=30367', 0, 'page', '', 0),
(30370, 1, '2023-02-05 05:31:24', '2023-02-05 05:31:24', '', 'RTP Live Onetouch', '', 'trash', 'closed', 'closed', '', 'rtp-live-onetouch__trashed', '', '', '2023-05-26 10:01:03', '2023-05-26 10:01:03', '', 0, 'http://localhost/77slotgacor.com/?page_id=30370', 0, 'page', '', 0),
(30373, 1, '2023-02-05 05:31:37', '2023-02-05 05:31:37', '', 'RTP Live RTG Slot', '', 'trash', 'closed', 'closed', '', 'rtp-live-rtg-slot__trashed', '', '', '2023-05-26 10:01:09', '2023-05-26 10:01:09', '', 0, 'http://localhost/77slotgacor.com/?page_id=30373', 0, 'page', '', 0),
(30376, 1, '2023-02-05 05:31:56', '2023-02-05 05:31:56', '', 'RTP Live Flow Gaming', '', 'trash', 'closed', 'closed', '', 'rtp-live-flow-gaming__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/77slotgacor.com/?page_id=30376', 0, 'page', '', 0),
(30379, 1, '2023-02-05 05:32:10', '2023-02-05 05:32:10', '', 'RTP Live Astrotech', '', 'trash', 'closed', 'closed', '', 'rtp-live-astrotech__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/77slotgacor.com/?page_id=30379', 0, 'page', '', 0),
(30383, 1, '2023-02-05 05:32:29', '2023-02-05 05:32:29', '', 'RTP Live Funky Games', '', 'trash', 'closed', 'closed', '', 'rtp-live-funky-games__trashed', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 0, 'http://localhost/77slotgacor.com/?page_id=30383', 0, 'page', '', 0),
(30436, 1, '2023-03-09 17:06:04', '2023-03-09 17:06:04', '', 'Demo Slot Pragmatic Play Taruhan77 Tanpa Deposit Gratis Main', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-03-09 17:06:04', '2023-03-09 17:06:04', '', 2, 'http://localhost/indoslot303.com/?p=30436', 0, 'revision', '', 0),
(30437, 1, '2023-03-09 17:23:54', '2023-03-09 17:23:54', '', 'INDOSLOT303', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-03-09 17:23:54', '2023-03-09 17:23:54', '', 2, 'http://localhost/indoslot303.com/?p=30437', 0, 'revision', '', 0),
(30443, 1, '2023-03-10 11:26:21', '2023-03-10 11:26:21', '', 'RTP Live Advantplay', '', 'inherit', 'closed', 'closed', '', '68-revision-v1', '', '', '2023-03-10 11:26:21', '2023-03-10 11:26:21', '', 68, 'http://localhost/indoslot303.com/?p=30443', 0, 'revision', '', 0),
(30444, 1, '2023-03-10 11:28:59', '2023-03-10 11:28:59', '', 'RTP Live Astrotech Slot', '', 'inherit', 'closed', 'closed', '', '30379-revision-v1', '', '', '2023-03-10 11:28:59', '2023-03-10 11:28:59', '', 30379, 'http://localhost/indoslot303.com/?p=30444', 0, 'revision', '', 0),
(30445, 1, '2023-03-10 11:29:05', '2023-03-10 11:29:05', '<!-- wp:paragraph -->\n<p>Joker123 gaming merupakan situs judi slot arcade tembak ikan nomor 1 di indonesia dengan pemain terbanyak di indonesia. Tembak ikan hampir sama dengan judi slot online yang memiliki jackpot progresive sistem RTP (return to player) serta winrate tertinggi. perbedaannya terletak pada tipe permainan slot, dimana judi slot bertipe video slot sedangkan tembak ikan bertipe arcade slot. Arcade slot dikenal sebagai permainan slot aksi menembak objek yang menjadi target. Slot online harus mendapatkan kombinasi simbol setiap garis (lines).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joker123 salah satu provider spesialis permainan tembak ikan yang menjadi pelopor di indonesia. Keberhasilan ini menarik banyak perhatian provider lain untuk menyediakan slot arcade yang lebih menarik dan mampu memberikan profit lebih tinggi. Hingga hari ini tembak ikan joker123 terus merilis permainan baru dengan tema yang berbeda dan level kesenangan yang lebih tinggi lagi. Joker123 gaming bekerja sama dengan situs judi online untuk memperluas pasar hingga ke pelosok daerah. Mempermudah pemain untuk mendaftar, bertransaksi dan bermain dengan lancar sehingga banyak dirilis oleh situs judi online sebagai akses login joker123 slot arcade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Link Alternatif Login Joker123 Gaming Slot Arcade Terbaru Anti Nawala</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kesulitan akses login joker123 telah menjadi permasalah klasik yang tak kunjung selesai. Dikarenakan regulasi negara yang memiliki peraturan larangan perjudian dalam bentuk apapun. Bagi pemain lama sudah bukan hal yang baru, mereka telah paham mengatasi permasalah login. Namun bagi pemain baru banyak yang masih panik sewaktu tidak bisa mengakses situs joker123 gaming. Kebanyakan pemain baru tersebut salah menggunakan link alternatif karena pemahaman yang salah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Login joker123 hanya bisa didapat melalui situs judi online tempat user id akun slot nya terdaftar. Biasanya yang terblokir hanya situs agen judi onlinenya saja dan hanya membutuhkan link alternatif terbaru login agen joker123 nya. Link terbaru bisa didapat melalui customer service melalui layanan whatsapp, livechat maupun telegram chat official. Sangat disarankan untuk menyimpan kontak CS agen joker123 di perangkat anda agar mudah untuk menghubunginya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Solusi gagal akses situs joker123 gaming ada 2, pertama menggunakan link alternati joker123 login dan kedua menggunakan joker123 apk android. Untuk joker123 apk bisa di download langsung di situs resmi agen joker123 tempat anda terdaftar sebagai membernya. Atau anda bisa mendaftar ulang di situs agen judi online yang menurut anda bisa dipercaya dan memiliki pelayanan yang jauh lebih baik dibanding agen pertama anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Download Joker123 APK Android Slot Arcade Kingbet89 Versi Terbaru</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Selain menggunakan link alternatif untuk login joker123 slot, anda juga bisa menggunakan aplikasi android joker123 apk yang bernama kingbet89.apk. Aplikasi joker123 apk hanya tersedia di situs judi online tempat akun user id anda terdaftar. Jika agen tembak ikan anda tidak menyediakan aplikasi android joker123, maka anda harus mendaftar ulang di situs agen tembak ikan yang menyediakan aplikasi joker123 apk versi terbaru. Langsung saja berikut tutorial download dan install aplikasi joker123 di perangkat smartphone android anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Klik tombol Unduh APK untuk mengunduh file joker123 apk versi terbaru, jika muncul notifikasi > File mungkin berbahaya, ingin tetap mendownload kingbet89.apk? pilih opsi tetap download. Setelah download selesai, klik file tersebut untuk menginstall ke dalam perangkat anda. Jika muncul notifikasi > Demi keamanan, ponsel Anda tidak diizinkan menginstal aplikasi yang tidak dikenal dari sumber ini. pilih setelah dan aktifkan fitur izinkan dari sumber ini, kemudian pilih instal. Setelah proses instal selesai klik sekali untuk membuka aplikasi dan anda bisa langsung login menggunakan akun user id yang telah terdaftar sebelumnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dikarenakan file joker123 apk ini merupakan aplikasi pihak ke tiga diluar dari android dan google playstore. Maka anda harus mengaktifkan fitur install unknown apps. Caranya buka menu pengaturan smartphone anda, pilih aplikasi > akses khusus > install  aplikasi yang tidak dikenal. Kemudian pilih aplikasi yang akan diaktifkan akses khusus menginstall aplikasi yang tidak dikenal. Tidak semua situs judi online menyediakan aplikasi android joker123, jadi jika agen anda tidak menyediakan apk joker123, anda bisa mendaftar ulang di situs agen joker123 gaming terpercaya yaitu kingbet89.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cara Daftar Akun Joker123 Gaming Slot Arcade Melalui Situs Kingbet89</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi pemain baru anda mungkin belum terbiasa membuat akun user id secara online, berikut tutorial cara mendaftar akun joker123 slot dengan benar di situs judi slot online kingbet89 terpercaya. Ada beberapa data yang harus anda persiapkan terlebih dahulu yang dibutuhkan untuk membuat akun slot joker123. Data diri yang dibutuhkan untuk mengisi formulir pendaftaran secara online seperti email, nomor handphone dan rekening bank. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jika anda pengguna smartphone android maupun iphone, anda bisa menggunakan email yang digunakan pada smartphone anda. Untuk nomor handphone disarankan telah terkoneksi dengan salah satu aplikasi pesan whatsapp maupun telegram chat. Untuk bank rekening pastikan atas nama anda sendiri yang masih aktif, jika rekening belum memiliki akses internet banking ataupun mobile banking, anda bisa menggunakan mesin atm menggunakan kartu atm anda. Setelah data diri lengkap, klik tombol daftar dan isi setiap kolom formulir pendaftaran sesuai data diri yang telah anda siapkan sebelumnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada kolom username isi dengan nama akun yang anda inginkan, minimal 6 karakter dan maksimal 16 karakter tanpa spasi. Gunakan kombinasi huruf dan angka untuk membuat username akun anda. Kolom password harus di isi dengan dengan kombinasi huruf, angka dan karakter khusus minimal 8 karater. Gunakan password kata sandi yang mudah di ingat agar dan jangan sama dengan username akun anda. Pada kolom referral, kosongkan jika tidak ada, setelah semua kolom diisi dengan benar, klik tombol daftar dan tunggu proses selesai. Setelah selesai anda sudah bisa login dan mengisi saldo dengan cara deposit minimal 5000 yang bisa dibayar melalui transfer bank, emoney dana, gopay, ovo dan pulsa telkomsel, tri serta xl axiata.</p>\n<!-- /wp:paragraph -->', 'RTP Live Betsoft Slot', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2023-03-10 11:29:05', '2023-03-10 11:29:05', '', 60, 'http://localhost/indoslot303.com/?p=30445', 0, 'revision', '', 0),
(30446, 1, '2023-03-10 11:29:12', '2023-03-10 11:29:12', '', 'RTP Live CQ9 Gaming', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2023-03-10 11:29:12', '2023-03-10 11:29:12', '', 118, 'http://localhost/indoslot303.com/?p=30446', 0, 'revision', '', 0),
(30447, 1, '2023-03-10 11:29:18', '2023-03-10 11:29:18', '<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>No</th><th>Kode Alam</th><th>Keluaran</th></tr></thead><tbody><tr><td>1</td><td>Cemburu</td><td>003-002</td></tr><tr><td>2</td><td>Batu Nisan</td><td>008-007</td></tr><tr><td>3</td><td>Curi sepeda</td><td>009-037</td></tr><tr><td>4</td><td>Baju Modern</td><td>019-012</td></tr><tr><td>5</td><td>Coklat</td><td>022-020</td></tr><tr><td>6</td><td>Doktor</td><td>024-016</td></tr><tr><td>7</td><td>Baju Kebaya</td><td>026-040</td></tr><tr><td>8</td><td>Cuci film</td><td>028-018</td></tr><tr><td>9</td><td>Beli beras</td><td>031-044</td></tr><tr><td>10</td><td>Bawa barang</td><td>032-010</td></tr><tr><td>11</td><td>Dispensay</td><td>034-023</td></tr><tr><td>12</td><td>Bersihkan rumput</td><td>038-017</td></tr><tr><td>13</td><td>Anai-Anai</td><td>039-005</td></tr><tr><td>14</td><td>Batuk</td><td>042-047</td></tr><tr><td>15</td><td>Dettol</td><td>052-053</td></tr><tr><td>16</td><td>Anak Sakit</td><td>063-079</td></tr><tr><td>17</td><td>Beli botol</td><td>089-055</td></tr><tr><td>18</td><td>Beli perangko</td><td>094-081</td></tr><tr><td>19</td><td>Air Gripe</td><td>099-080</td></tr><tr><td>20</td><td>Bawa jalan-jalan</td><td>103-102</td></tr><tr><td>21</td><td>Bawa nasi basi</td><td>106-141</td></tr><tr><td>22</td><td>Beli ikan busuk</td><td>107-108</td></tr><tr><td>23</td><td>Beli ikan busuk</td><td>107-108</td></tr><tr><td>24</td><td>Dibawa jalan-jalan</td><td>117-138</td></tr><tr><td>25</td><td>Beri minum susu</td><td>118-128</td></tr><tr><td>26</td><td>Antar Mayat</td><td>121-143</td></tr><tr><td>27</td><td>Angkut Barang</td><td>122-120</td></tr><tr><td>28</td><td>Anjing Berkelahi</td><td>125-135</td></tr><tr><td>29</td><td>Danau</td><td>126-140</td></tr><tr><td>30</td><td>Bidan</td><td>127-111</td></tr><tr><td>31</td><td>Cari siput</td><td>131-144</td></tr><tr><td>32</td><td>Cari kerang</td><td>132-110</td></tr><tr><td>33</td><td>Cek</td><td>139-105</td></tr><tr><td>34</td><td>Belajar sepeda</td><td>144-131</td></tr><tr><td>35</td><td>Anak Naik Sepeda</td><td>145-101</td></tr><tr><td>36</td><td>Bank</td><td>146-114</td></tr><tr><td>37</td><td>Cuci mobil</td><td>149-130</td></tr><tr><td>38</td><td>Cuci sepeda</td><td>150-148</td></tr><tr><td>39</td><td>Cap surat</td><td>151-195</td></tr><tr><td>40</td><td>Belat/pagar</td><td>153-152</td></tr><tr><td>41</td><td>Bertunangan</td><td>155-189</td></tr><tr><td>42</td><td>Dapur</td><td>158-157</td></tr><tr><td>43</td><td>Beri sedekah</td><td>160-182</td></tr><tr><td>44</td><td>Copet</td><td>167-188</td></tr><tr><td>45</td><td>Cermin</td><td>175-185</td></tr><tr><td>46</td><td>Beli kain</td><td>176-190</td></tr><tr><td>47</td><td>Anjing Berkasih</td><td>177-161</td></tr><tr><td>48</td><td>Berkasih-kasihan</td><td>186-183</td></tr><tr><td>49</td><td>Berjudi</td><td>190-176</td></tr><tr><td>50</td><td>Anak Kunci</td><td>192-197-652-653</td></tr><tr><td>51</td><td>Dapur tanah/anglo</td><td>193-171</td></tr><tr><td>52</td><td>Biku sungai</td><td>210-232</td></tr><tr><td>53</td><td>Angkat Barang</td><td>217-238</td></tr><tr><td>54</td><td>Baju Cina</td><td>226-240</td></tr><tr><td>55</td><td>Bantal</td><td>229-213</td></tr><tr><td>56</td><td>Cat minyak</td><td>240-226</td></tr><tr><td>57</td><td>Cuci lantai</td><td>242-247</td></tr><tr><td>58</td><td>Dacin</td><td>248-250</td></tr><tr><td>59</td><td>Belajar mobil</td><td>250-248</td></tr><tr><td>60</td><td>Bengkung</td><td>256-291</td></tr><tr><td>61</td><td>Berhias</td><td>258-257</td></tr><tr><td>62</td><td>Batu Bata</td><td>259-287</td></tr><tr><td>63</td><td>Dayung sampan</td><td>264-296</td></tr><tr><td>64</td><td>Bermain</td><td>279-263</td></tr><tr><td>65</td><td>Dawai cina</td><td>285-275</td></tr><tr><td>66</td><td>Berkelahi</td><td>286-283 - 972-970</td></tr><tr><td>67</td><td>Ambil Air</td><td>290-276</td></tr><tr><td>68</td><td>Ambil Kelapa</td><td>297-292</td></tr><tr><td>69</td><td>Chong guan</td><td>301-345</td></tr><tr><td>70</td><td>Ambil Daun</td><td>303-302</td></tr><tr><td>71</td><td>Berlomba</td><td>311-327</td></tr><tr><td>72</td><td>Cecak</td><td>315-304</td></tr><tr><td>73</td><td>Cuci muka</td><td>322-320</td></tr><tr><td>74</td><td>Benang</td><td>328-318</td></tr><tr><td>75</td><td>Dompet</td><td>330-349</td></tr><tr><td>76</td><td>Cermin</td><td>337-309</td></tr><tr><td>77</td><td>Ambulans</td><td>343-321</td></tr><tr><td>78</td><td>Berenang</td><td>344-331</td></tr><tr><td>79</td><td>Daun sirih</td><td>350-348</td></tr><tr><td>80</td><td>Dirikan rumah</td><td>370-372</td></tr><tr><td>81</td><td>Bertengkar</td><td>384-373</td></tr><tr><td>82</td><td>Berjalan</td><td>390-376 - 540-526</td></tr><tr><td>83</td><td>Ambil Telur</td><td>393-371</td></tr><tr><td>84</td><td>Cempedak</td><td>398-400</td></tr><tr><td>85</td><td>Bangku</td><td>404-415 - 817-838</td></tr><tr><td>86</td><td>Air Panas</td><td>412-419</td></tr><tr><td>87</td><td>Api</td><td>417-438</td></tr><tr><td>88</td><td>Bedak</td><td>423-434 - 728-718 - 728-718</td></tr><tr><td>89</td><td>Ayakan</td><td>424-416</td></tr><tr><td>90</td><td>Cukak</td><td>431-444</td></tr><tr><td>91</td><td>Bersiul</td><td>432-410</td></tr><tr><td>92</td><td>Bawang putih</td><td>445-401</td></tr><tr><td>93</td><td>Bayi</td><td>447-442</td></tr><tr><td>94</td><td>Beri pada si mati</td><td>451-495</td></tr><tr><td>95</td><td>Anggur</td><td>456-491</td></tr><tr><td>96</td><td>Diperiksa</td><td>471-493</td></tr><tr><td>97</td><td>Berak</td><td>473-484</td></tr><tr><td>98</td><td>Cuci baju</td><td>483-486</td></tr><tr><td>99</td><td>Ahli Nujum</td><td>490-476</td></tr><tr><td>100</td><td>Baker Rumput</td><td>492-497</td></tr><tr><td>101</td><td>Cerutu</td><td>493-471</td></tr><tr><td>102</td><td>Balon</td><td>497-492</td></tr><tr><td>103</td><td>Alat Tulis Cina</td><td>508-507</td></tr><tr><td>104</td><td>Babi Hutan</td><td>509-537</td></tr><tr><td>105</td><td>Bamboo</td><td>521-543</td></tr><tr><td>106</td><td>Bersolek</td><td>532-510</td></tr><tr><td>107</td><td>Berkencan</td><td>560-582</td></tr><tr><td>108</td><td>Atap</td><td>566-574</td></tr><tr><td>109</td><td>Durian</td><td>570-572</td></tr><tr><td>110</td><td>Batu Tanda</td><td>571-593</td></tr><tr><td>111</td><td>Bendera</td><td>574-566</td></tr><tr><td>112</td><td>Berkabung</td><td>577-561</td></tr><tr><td>113</td><td>Cangkir</td><td>578-568</td></tr><tr><td>114</td><td>Cat</td><td>589-555</td></tr><tr><td>115</td><td>Ayam Berlaga</td><td>594-581</td></tr><tr><td>116</td><td>Angsa</td><td>595-551</td></tr><tr><td>117</td><td>Ayam Betina</td><td>596-564</td></tr><tr><td>118</td><td>Ayam Jantan</td><td>598-600</td></tr><tr><td>119</td><td>Anjing</td><td>600-598-601-645</td></tr><tr><td>120</td><td>Bawang</td><td>619-612</td></tr><tr><td>121</td><td>Arang</td><td>624-616</td></tr><tr><td>122</td><td>Angkut Pasir</td><td>630-649</td></tr><tr><td>123</td><td>Batu</td><td>635-625</td></tr><tr><td>124</td><td>Anting-Anting</td><td>636-633</td></tr><tr><td>125</td><td>Angkut Pasien</td><td>642-647</td></tr><tr><td>126</td><td>Bir</td><td>650-648</td></tr><tr><td>127</td><td>Dapat piala</td><td>654-665</td></tr><tr><td>128</td><td>Beri makan ikan</td><td>655-689</td></tr><tr><td>129</td><td>Dorong kereta</td><td>660-682</td></tr><tr><td>130</td><td>Ayam Kalkun</td><td>661-677</td></tr><tr><td>131</td><td>Dapat lencana</td><td>686-683</td></tr><tr><td>132</td><td>Cuci cawan</td><td>687-659</td></tr><tr><td>133</td><td>Balsem</td><td>688-667</td></tr><tr><td>134</td><td>Bermalas-malasan</td><td>696-664</td></tr><tr><td>135</td><td>Baca Buku</td><td>704-715</td></tr><tr><td>136</td><td>Daun teh</td><td>706-741</td></tr><tr><td>137</td><td>Cuci rambut</td><td>713-729</td></tr><tr><td>138</td><td>Beras</td><td>714-746</td></tr><tr><td>139</td><td>Belinjo</td><td>719-712</td></tr><tr><td>140</td><td>Bercumbuan</td><td>720-722</td></tr><tr><td>141</td><td>Ban Gembos</td><td>729-713</td></tr><tr><td>142</td><td>Anak Angsa</td><td>736-733</td></tr><tr><td>143</td><td>Cikar</td><td>741-706</td></tr><tr><td>144</td><td>Cabut gigi</td><td>745-701</td></tr><tr><td>145</td><td>Cat bibir</td><td>747-742</td></tr><tr><td>146</td><td>Bertemu sanak</td><td>767-788</td></tr><tr><td>147</td><td>Becak</td><td>774-766</td></tr><tr><td>148</td><td>Bertemu</td><td>776-790</td></tr><tr><td>149</td><td>Angkut Babi</td><td>786-783</td></tr><tr><td>150</td><td>Babi Sakit</td><td>787-759</td></tr><tr><td>151</td><td>Berciuman</td><td>789-755</td></tr><tr><td>152</td><td>Dengarkan radio</td><td>801-845</td></tr><tr><td>153</td><td>Bertapa</td><td>806-841</td></tr><tr><td>154</td><td>Batu Gugur</td><td>807-808</td></tr><tr><td>155</td><td>Celana dalam</td><td>809-837</td></tr><tr><td>156</td><td>Bajak</td><td>812-819</td></tr><tr><td>157</td><td>Biksu</td><td>819-812</td></tr><tr><td>158</td><td>Betulkan mobil</td><td>828-818</td></tr><tr><td>159</td><td>BH</td><td>837-809</td></tr><tr><td>160</td><td>Domino</td><td>840-826</td></tr><tr><td>161</td><td>Biksu wanita</td><td>852-853</td></tr><tr><td>162</td><td>Amplifier</td><td>857-858</td></tr><tr><td>163</td><td>Curi ayam</td><td>860-882</td></tr><tr><td>164</td><td>Cambah</td><td>864-896</td></tr><tr><td>165</td><td>Celana pendek</td><td>869-862</td></tr><tr><td>166</td><td>Cukur kumis</td><td>871-893</td></tr><tr><td>167</td><td>Anjing Menggigit</td><td>879-863</td></tr><tr><td>168</td><td>Berkokok</td><td>880-899</td></tr><tr><td>169</td><td>Arloji</td><td>882-860</td></tr><tr><td>170</td><td>Daging babi</td><td>890-876</td></tr><tr><td>171</td><td>Badminton</td><td>891-856</td></tr><tr><td>172</td><td>Dasi kupu-kupu</td><td>892-897</td></tr><tr><td>173</td><td>Dasi</td><td>893-871</td></tr><tr><td>174</td><td>Cermin</td><td>895-851</td></tr><tr><td>175</td><td>Dadu</td><td>897-892</td></tr><tr><td>176</td><td>Burung laut</td><td>898-900</td></tr><tr><td>177</td><td>Cakue</td><td>902-903</td></tr><tr><td>178</td><td>Cincin</td><td>903-902</td></tr><tr><td>179</td><td>Burung jalak</td><td>911-927</td></tr><tr><td>180</td><td>Anak Babi Menyusu</td><td>922-920</td></tr><tr><td>181</td><td>Anak Sapi Menyusu</td><td>925-935</td></tr><tr><td>182</td><td>Anak Kambing Menyusu</td><td>926-940</td></tr><tr><td>183</td><td>Bis</td><td>928-918</td></tr><tr><td>184</td><td>Bayi minum obat</td><td>929-913</td></tr><tr><td>185</td><td>Cukur rambut</td><td>931-944</td></tr><tr><td>186</td><td>Ban</td><td>936-933</td></tr><tr><td>187</td><td>Alat Cukur</td><td>949-930</td></tr><tr><td>188</td><td>Bayar pajak</td><td>951-995</td></tr><tr><td>189</td><td>Bekerja</td><td>952-953</td></tr><tr><td>190</td><td>Cuci karet</td><td>963-979</td></tr><tr><td>191</td><td>Asapi Karet</td><td>964-996</td></tr><tr><td>192</td><td>Cuka</td><td>965-954</td></tr><tr><td>193</td><td>Ballpen</td><td>973-984</td></tr><tr><td>194</td><td>Apotik</td><td>976-990</td></tr><tr><td>195</td><td>Betulkan jalan</td><td>978-968</td></tr><tr><td>196</td><td>Betulkan jembatan</td><td>979-963</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Crowd Play', '', 'inherit', 'closed', 'closed', '', '91-revision-v1', '', '', '2023-03-10 11:29:18', '2023-03-10 11:29:18', '', 91, 'http://localhost/indoslot303.com/?p=30447', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30448, 1, '2023-03-10 11:29:25', '2023-03-10 11:29:25', '<!-- wp:table {\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>No</th><th>Kode Alam</th><th>Keluaran</th></tr></thead><tbody><tr><td>1</td><td>Penyair - Tapir - Sempritan - Rembulan - Tanggalan - Kumbo KARN0</td><td>00 (97-48-64-98)</td></tr><tr><td>2</td><td>Setan - Bandeng - Obor - Jambu Mente - Tangan - BetaraKala</td><td>01 (05-95-12-45)</td></tr><tr><td>3</td><td>Sarjana - Bekicot - Loncat Tinggi - Wortel - Sandal - Betara Brahma</td><td>02 (16-53-09-35)</td></tr><tr><td>4</td><td>Orang Mati - Angsa - Loncat Galah - Sawi - Kaki - Subali</td><td>03 (32-53-85-25)</td></tr><tr><td>5</td><td>Kwan in - Merak - Lompat Jauh - Kangkung - Balon - Dewi Ratih</td><td>04 (12-65-05-15)</td></tr><tr><td>6</td><td>Kepala Rampok - Singa - Loncat Indah - Kayu Manis - Kereta Api - Guru Langit</td><td>05 (01-89-10-39)</td></tr><tr><td>7</td><td>Dewi Bulan - Kelinci - Renang - Kapas - Boneka - Dewi Sri</td><td>06 (20-91-51-41)</td></tr><tr><td>8</td><td>Pelayan - Babi - Perahu Layar - Bawang - Pancing - Sulatri</td><td>07 (24-58-57-08)</td></tr><tr><td>9</td><td>Maling Kecil - Macan - Motor Boat - Kecubung - Pasar - Tala Maria</td><td>08 (17-57-04-07)</td></tr><tr><td>10</td><td>Jendral - Kerbau - Mendayung - Pepaya - Jala - Bima</td><td>09 (33-87-88-37)</td></tr><tr><td>11</td><td>Kelenteng - Kelabang - Menyelam - Kelapa - Bir - Sang Pamuji</td><td>10 (18-82-03-32)</td></tr><tr><td>12</td><td>Menteri Serakah - Anjing - Lari Cepat - Sapu - Kipas - Sengkuni</td><td>11 (15-77-02-27)</td></tr><tr><td>13</td><td>Penasehat Perang - Kuda - Lari Gawang - Lemon - Bola Lampu - Wibisana</td><td>12 (04-69-17-19)</td></tr><tr><td>14</td><td>Penjaga Pintu - Gajah - Lari Estafed - Kipas Angin - Keris - Prabu Kesa</td><td>13 (14-79-07-29)</td></tr><tr><td>15</td><td>Potong Babi - Onta - Tolak Peluru - Jembatan - Spet (SUNTIKAN) - Jaya Langsuan</td><td>14 (13-96-08-46)</td></tr><tr><td>16</td><td>Hakim - Tikus - Lempar Martil - Kantor Pos - Skrup - Kresna</td><td>15 (11-54-00-04)</td></tr><tr><td>17</td><td>Orang Sakit GUDIK - Tawon - Lempar Cakram - Surat - Nanas - Jembawan</td><td>16 (02-74-15-24)</td></tr><tr><td>18</td><td>Pemadat - Bangau - Lempar Lembing - Durian - Telepon - Buto Terong</td><td>17 (08-88-13-38)</td></tr><tr><td>19</td><td>Kas Uang - Kucing - Polo Air - Lombok - Kantor Polisi - Bisma</td><td>18 (10-78-01-28)</td></tr><tr><td>20</td><td>Pelacur Kelas TINGGI - KupuKupu - Sepak Bola - srikaya (sirsat) - Ban Sepeda - Banowati</td><td>19 (27-62-54-12)</td></tr><tr><td>21</td><td>ISTRI sejati - Lalat - Volly Ball - Palu - Ban Mobil - Setiawati</td><td>20 (06-72-19-22)</td></tr><tr><td>22</td><td>Pelacur UMUM - Walet - Bulu TANGKIS - Permen - Kapak - Lesmanawati</td><td>21 (22-93-55-43)</td></tr><tr><td>23</td><td>Peti Mati - Capung - Tenis - Terong - Harmonika - Arjuna &amp; Sembadra</td><td>22 (21-70-50-20)</td></tr><tr><td>24</td><td>Setan Gantung - Kera - Bola Basket - Pisang - Piano - Wilkampana</td><td>23 (30-84-81-34)</td></tr><tr><td>25</td><td>Sumber Air - Katak - Tenis Meja - Sikat GIGI - Padi - Dewa RUCI</td><td>24 (07-66-14-16)</td></tr><tr><td>26</td><td>Menantu Raja - Rajawali - Baseball - Jagung - Tapal GIGI - Kangsa DEWA</td><td>25 (35-85-82-03)</td></tr><tr><td>27</td><td>Raja - Naga - Hockey - Ganggang - Mesin JAHIT - SamiAji</td><td>26 (31-90-80-40)</td></tr><tr><td>28</td><td>Wanita Cantik - Kura KURA - Bola SODOK - Sabun BUBUK - Otak - Dewi Supraba</td><td>27 (19-61-06-11)</td></tr><tr><td>29</td><td>Pencari KAYU - Ayam - Menembak - Tomat - Jarum - Nakula</td><td>28 (29-68-56-18)</td></tr><tr><td>30</td><td>Pendeta SAKTI - Belut - Panahan - Kursi - Koran - Sidiwacana</td><td>29 (28-63-53-13)</td></tr><tr><td>31</td><td>Nelayan - Ikan MAS - Angkat BESI - Belimbing - WC - Naga TATMALA</td><td>30 (23-99-58-49)</td></tr><tr><td>32</td><td>Kelamin - Udang - Senam - Cacing Pita - Sangkar Burung - Yuyu Rumpung</td><td>31 (26-94-59-44)</td></tr><tr><td>33</td><td>Ahli NUJUM - Ular - Yudo - Kamar Mandi - Tali - AbiYASA</td><td>32 (03-60-18-10)</td></tr><tr><td>34</td><td>Pengemis - Laba LABA - Gulat - Gigi - Sabun - Petruk</td><td>33 (09-86-16-36)</td></tr><tr><td>35</td><td>Orang BUTA - Rusa - Silat - Jamu - Paru PARU - Destarata</td><td>34 (36-73-89-23)</td></tr><tr><td>36</td><td>Wanita - KAMBING - Tinju - Lambung - Jalan JALAN - Drupadi</td><td>35 (25-75-52-02)</td></tr><tr><td>37</td><td>Pendeta WANITA - Musang - Balap SEPEDA - MANGGIS - Rumah Obat - SayemPraba</td><td>36 (34-83-87-33)</td></tr><tr><td>38</td><td>Orang BONGKOK - Ikan GAbus - Balap MOBIL - Anggur - BH - Truk - Gareng</td><td>37 (38-59-83-09)</td></tr><tr><td>39</td><td>Putri RAJA - Cendrawasih - Balap SEPEDA motor - Engsel - Drum - Untari</td><td>38 (37-67-84-17)</td></tr><tr><td>40</td><td>Kekasih - Kalajengking - Balap KUDA - Topi - Bemo - Narasuma</td><td>39 (44-55-77-05)</td></tr><tr><td>41</td><td>Penolong - Glatik - Golf - Tang - Peci - Widura</td><td>40 (43-76-78-26)</td></tr><tr><td>42</td><td>Pahlawan - Kepiting - Lompat KUDA - Lilin - Sabuk - Warsaya</td><td>41 (49-56-76-06)</td></tr><tr><td>43</td><td>Jejaka TUA - Buaya - Gerak JALAN - Catur - Dokter - Lesmana WIDAKTA</td><td>42 (45-97-72-47)</td></tr><tr><td>44</td><td>JANDA muda (Rondho) - Ikan SURO - Anggar - Mawar - Grendel - SumbaDRA</td><td>43 (40-71-41-21)</td></tr><tr><td>45</td><td>Berandal - Badak - SkiAIR - Seruling - Sisir - Citraksa</td><td>44 (39-81-86-31)</td></tr><tr><td>46</td><td>Pengembara - Banteng - Terbang LAyang - Kendi - Tas - Rama</td><td>45 (42-51-75-01)</td></tr><tr><td>47</td><td>Nenek MOYANG - Orang UTAN - Terjun BEBAS - Sikat - Toko - Hyang WENANG</td><td>46 (48-64-73-14)</td></tr><tr><td>48</td><td>Banci - Zebra - Upacara BENDERA - Tangga - Hotel - Stuna</td><td>47 (50-92-21-42)</td></tr><tr><td>49</td><td>Si CEROBOH - Landak - Main CATUR - Garuk - Gedung BIOSKOP - Dasamuka</td><td>48 (46-00-79-50)</td></tr><tr><td>50</td><td>Drakula - Kelelawar - Mendaki GUNUNG - Cetok - Rok - Betari DURGA</td><td>49 (41-80-70-30)</td></tr><tr><td>51</td><td>Orang ESKIMO - Beruang - Pembawa OBOR - Pacul - Guru - Bagong</td><td>50 (47-98-74-48)</td></tr><tr><td>52</td><td>Ahli FILSAFAT - Kerang - Pate LELE - Tebu - Celana - Narodo</td><td>51 (55-45-22-95)</td></tr><tr><td>53</td><td>Raja LAUT - Ikan PAUS - Main Tali - Matahari - Dompet - Antasena</td><td>52 (66-03-99-85)</td></tr><tr><td>54</td><td>Penjual SILAT - Ikan DURI - Akrobat - Rambutan - Taxi - AbiMANYU</td><td>53 (82-02-35-52)</td></tr><tr><td>55</td><td>RAJA kera - Ikan LELE - SEPATU roda - Kalung - Dokar - Kera HANOMAN</td><td>54 (62-15-95-65)</td></tr><tr><td>56</td><td>Pertapa - Kanguru - Kasti - Gelang - Kemaron - RDseta</td><td>55 (51-39-20-89)</td></tr><tr><td>57</td><td>Budak - Ikan DUYUNG - BERINGEN - Kenanga - Cikar - Limbuk</td><td>56 (70-41-71-91)</td></tr><tr><td>58</td><td>Anak SAKTI - Ulat SUTRA - LAYANG layang - Sepatu - Ranjang - Gatot KACA</td><td>57 (74-08-47-58)</td></tr><tr><td>59</td><td>Penari - Cumi CUMI - Main KELERENG - RUMAH - Sekolahan - Selir</td><td>58 (67-07-94-57)</td></tr><tr><td>60</td><td>Putra RAJA - KakakTUA - DAKON - Kedondong - Kaos - RD lesmana</td><td>59 (83-37-38-87)</td></tr><tr><td>61</td><td>Kepala POLISI - Cecak - Karambol - Delima - Handuk - Sentiyaki</td><td>60 (68-32-93-82)</td></tr><tr><td>62</td><td>Pedagang - Kecoak - Gendongan - Kaca MATA - BUKU - BalaDEWA</td><td>61 (65-27-92-77)</td></tr><tr><td>63</td><td>Pagoda - Walang KADUNG - Petan - Termos - Selendang PELANGI - CANDI sapta ARGA</td><td>62 (54-19-27-69)</td></tr><tr><td>64</td><td>Pendekar WANITA - Kumbang - trek SANDO - Bantal - Jendela - Larasati</td><td>63 (64-29-97-79)</td></tr><tr><td>65</td><td>Dewa UANG - Kuda LAUT - Bandulan - Apel - Guling - Betara INDRA</td><td>64 (63-46-98-96)</td></tr><tr><td>66</td><td>Raja SETAN - IKAN hiu - Kayang - Klompen - Petromak - Kala SRINGGI</td><td>65 (61-04-90-54)</td></tr><tr><td>67</td><td>Dewa BUMI - Jerapah - Sawatan - Sukun - Gelas - Anta BOGA</td><td>66 (52-24-25-74)</td></tr><tr><td>68</td><td>Penjual DAGING - Burung ONTA - Egrang - Sendok - Korek API - ABILAWA</td><td>67 (58-38-23-88)</td></tr><tr><td>69</td><td>Pembuat PEDANG - Burung HANTU - Panjat PINANG - Pisau - Garbu - Cepot</td><td>68 (60-28-91-78)</td></tr><tr><td>70</td><td>Pencari JEJAK - MIMI - Engklek - Gunting - Gunung - AntaREJA</td><td>69 (77-12-44-62)</td></tr><tr><td>71</td><td>Palingma - Keledai - Tarik TAMBANG - Lampu MINYAK - Rumah MAKAN - Adipati KARNA</td><td>70 (56-22-29-72)</td></tr><tr><td>72</td><td>Pemburu - Macan TUTUL - Lempar KARET - Sumur - Baju - Pandu</td><td>71 (72-43-45-93)</td></tr><tr><td>73</td><td>Dewa LANGIT - Ikan TERBANG - Okol - Kran AIR - ARLOJI - Betara Guru</td><td>72 (71-20-40-70)</td></tr><tr><td>74</td><td>Tuan TANAH - Semut - Tulupan - Anting Anting - Bintang - Dursasana</td><td>73 (80-34-31-84)</td></tr><tr><td>75</td><td>Bajak LAUT - Pinguin - Setipan - Gentong - Radio - Indrajit</td><td>74 (57-16-24-66)</td></tr><tr><td>76</td><td>Suami ISTRI - Bebek - Balapan LARI - Nangka - Lemari - Ratih &amp; Kamajaya</td><td>75 (85-35-32-53)</td></tr><tr><td>77</td><td>Jendral WANITA - Nyamuk - Teplekan - Mata - Timbangan - Srikandi</td><td>76 (81-40-30-90)</td></tr><tr><td>78</td><td>Walikota - Penyu - Bengkel - Cincin - Payung - Togog</td><td>77 (69-11-96-61)</td></tr><tr><td>79</td><td>Orang KAYA - Ikan GERGAJI - Balap BECAK - Semangka - Wajan - Lesmana MandraKumala</td><td>78 (79-18-46-68)</td></tr><tr><td>80</td><td>Jendral SERAKAH - Orong ORONG - Okol - Jeruk BALI - kompor - suyudana</td><td>79 (78-13-43-63)</td></tr><tr><td>81</td><td>Kepala DESA - Bajing - Apolo - potlot - Ceret - Semar</td><td>80 (73-49-48-99)</td></tr><tr><td>82</td><td>Penipu - Kancil - Damdaman - Hidung - Cangkir - AswaTAMA</td><td>81 (76-44-49-94)</td></tr><tr><td>83</td><td>Gembala - Kuda NIL - AS - Telinga - Berlian - Udawa</td><td>82 (53-10-28-60)</td></tr><tr><td>84</td><td>Ibu SURI - Ikan LAYUR - DADU - Kumis - Pipa - Dewi KUNTI</td><td>83 (59-36-26-86)</td></tr><tr><td>85</td><td>Budha - Kalkun - Salto - Mulut - Kacang TANAH - Bagaspati</td><td>84 (86-23-39-73)</td></tr><tr><td>86</td><td>Wanita SIHIR - Jangkrik - Latihan HANSIP - Teratai - Pintu - Sarpa KENAKA</td><td>85 (75-25-42-52)</td></tr><tr><td>87</td><td>Dewa MAUT - Ikan SAMPAN - Gerak BADAN - Salak - Rokok - Yamadipati</td><td>86 (86-33-37-83)</td></tr><tr><td>88</td><td>Orang GILA - Betet - Kerja BAKTI - Botol - Toilet - Buriswara</td><td>87 (88-09-33-59)</td></tr><tr><td>89</td><td>Dewi MEGA - DOMBA - Balap KARUNG - JERUK manis - piring - Wilutama</td><td>88 (87-17-34-67)</td></tr><tr><td>90</td><td>Pemabuk - Ikan BENDERA - Setopan - Jeruk KEPROK - EMBER - Bomanarakasura</td><td>89 (94-05-67-55)</td></tr><tr><td>91</td><td>Tawanan - Trenggiling - Perempatan JALAN - PIL - Sawah - Shinta</td><td>90 (93-26-68-76)</td></tr><tr><td>92</td><td>Siluman AIR - SERIGALA - Ambulan - Bambu - Toples - Witaksini</td><td>91 (99-06-66-56)</td></tr><tr><td>93</td><td>Putri KIPAS besi - Ikan TENGIRI - Garis FINISH - Apokat - Sarung - Siti SUNDARI</td><td>92 (95-47-62-97)</td></tr><tr><td>94</td><td>Penjilat - Babi HUTAN - Perahu LAYAR - Kaos KAKI - LAPANGAN - Durna</td><td>93 (90-21-61-71)</td></tr><tr><td>95</td><td>Kwan KONG - Ikan KAKAP - Pemandian - Jambu - Pen - P.Salya</td><td>94 (89-31-36-81)</td></tr><tr><td>96</td><td>Petani - Perkutut - Jalan RAYA - Kunci - Pisau CUKUR - Irawan</td><td>95 (92-01-65-51)</td></tr><tr><td>97</td><td>Prajurit - Ikan NUS - Laut - Mangga - Minyak ANGIN - CITRAYUDA</td><td>96 (98-14-63-64)</td></tr><tr><td>98</td><td>RAKSASA - TOKEK - Kali BRANTAS - SIRSAT - Lemari ES - PRAHASTA</td><td>97 (00-42-11-92)</td></tr><tr><td>99</td><td>Penjaga MALAM - Tongkol - TV - Lengkeng - Kecelakaan - Trijati</td><td>98 (96-50-69-00)</td></tr><tr><td>100</td><td>Hidung BELANG - Burung JALAK - BAYI - Kodak - Meja - Arjuna</td><td>99 (91-30-60-80)</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Fa Chai', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2023-03-10 11:29:25', '2023-03-10 11:29:25', '', 86, 'http://localhost/indoslot303.com/?p=30448', 0, 'revision', '', 0),
(30449, 1, '2023-03-10 11:29:33', '2023-03-10 11:29:33', '', 'RTP Live Flow Gaming', '', 'inherit', 'closed', 'closed', '', '30376-revision-v1', '', '', '2023-03-10 11:29:33', '2023-03-10 11:29:33', '', 30376, 'http://localhost/indoslot303.com/?p=30449', 0, 'revision', '', 0),
(30450, 1, '2023-03-10 11:29:44', '2023-03-10 11:29:44', '', 'RTP Live Funky Games Slot', '', 'inherit', 'closed', 'closed', '', '30383-revision-v1', '', '', '2023-03-10 11:29:44', '2023-03-10 11:29:44', '', 30383, 'http://localhost/indoslot303.com/?p=30450', 0, 'revision', '', 0),
(30451, 1, '2023-03-10 11:29:51', '2023-03-10 11:29:51', '', 'RTP Live Habanero Gaming', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2023-03-10 11:29:51', '2023-03-10 11:29:51', '', 113, 'http://localhost/indoslot303.com/?p=30451', 0, 'revision', '', 0),
(30452, 1, '2023-03-10 11:29:57', '2023-03-10 11:29:57', '<!-- wp:heading -->\n<h2>Keluaran SGP Hari Ini</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe src=\"https://sgphksdy.info/data-sgp/\" width=\"100%\" height=\"600\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2>Paito Data SGP Dari Tahun 2020 sampai 2022</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-1-name\">Data SGP 2020</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":true} -->\n<figure id=\"tablepress-1\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Senin</th><th>Rabu</th><th>Kamis</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>8100</td><td>0149</td><td>8471</td><td>6668</td><td>3575</td></tr><tr><td>7921</td><td>8446</td><td>5388</td><td>9294</td><td>3580</td></tr><tr><td>8961</td><td>6949</td><td>0842</td><td>7172</td><td>8476</td></tr><tr><td>0903</td><td>0117</td><td>9858</td><td>2900</td><td>7113</td></tr><tr><td>2693</td><td>9888</td><td>1513</td><td>6735</td><td>6518</td></tr><tr><td>7926</td><td>8184</td><td>6784</td><td>2287</td><td>1973</td></tr><tr><td>2203</td><td>2505</td><td>5573</td><td>8355</td><td>8912</td></tr><tr><td>0125</td><td>1115</td><td>7297</td><td>1066</td><td>8291</td></tr><tr><td>6318</td><td>7041</td><td>4532</td><td>3581</td><td>2236</td></tr><tr><td>5109</td><td>1048</td><td>1048</td><td>7852</td><td>7026</td></tr><tr><td>4719</td><td>0448</td><td>6005</td><td>2363</td><td>6084</td></tr><tr><td>5169</td><td>9148</td><td>5154</td><td>8772</td><td>7474</td></tr><tr><td>4941</td><td>3054</td><td>5127</td><td>7061</td><td>8851</td></tr><tr><td>xxxx</td><td>2489</td><td>9044</td><td>0798</td><td>2015</td></tr><tr><td>6763</td><td>2059</td><td>6141</td><td>1650</td><td>2302</td></tr><tr><td>8739</td><td>3133</td><td>2715</td><td>8805</td><td>8092</td></tr><tr><td>6238</td><td>2355</td><td>5767</td><td>3422</td><td>8809</td></tr><tr><td>3405</td><td>3731</td><td>5518</td><td>8249</td><td>2562</td></tr><tr><td>4591</td><td>7064</td><td>8152</td><td>8373</td><td>0629</td></tr><tr><td>3768</td><td>4963</td><td>3083</td><td>1406</td><td>7895</td></tr><tr><td>9598</td><td>8275</td><td>8318</td><td>7791</td><td>8632</td></tr><tr><td>7549</td><td>0667</td><td>4675</td><td>8202</td><td>6333</td></tr><tr><td>3376</td><td>9808</td><td>3361</td><td>2645</td><td>1572</td></tr><tr><td>1863</td><td>0722</td><td>3698</td><td>2506</td><td>9707</td></tr><tr><td>0853</td><td>9866</td><td>8549</td><td>2643</td><td>4522</td></tr><tr><td>4317</td><td>7551</td><td>2579</td><td>0906</td><td>8368</td></tr><tr><td>3737</td><td>3359</td><td>7582</td><td>7575</td><td>4567</td></tr><tr><td>3532</td><td>2659</td><td>1704</td><td>9054</td><td>0902</td></tr><tr><td>4408</td><td>6641</td><td>0363</td><td>9025</td><td>0446</td></tr><tr><td>4189</td><td>1290</td><td>5733</td><td>8347</td><td>1268</td></tr><tr><td>1357</td><td>9765</td><td>3405</td><td>9498</td><td>0432</td></tr><tr><td>9036</td><td>0266</td><td>9699</td><td>1907</td><td>5534</td></tr><tr><td>3217</td><td>9405</td><td>4318</td><td>9599</td><td>5931</td></tr><tr><td>5774</td><td>3504</td><td>5810</td><td>9627</td><td>0234</td></tr><tr><td>2332</td><td>5301</td><td>4776</td><td>3006</td><td>1975</td></tr><tr><td>8234</td><td>3902</td><td>3229</td><td>6331</td><td>6481</td></tr><tr><td>8853</td><td>8585</td><td>5796</td><td>6152</td><td>1681</td></tr><tr><td>7073</td><td>6734</td><td>9055</td><td>8933</td><td>5482</td></tr><tr><td>0253</td><td>7371</td><td>5882</td><td>0172</td><td>7775</td></tr><tr><td>3770</td><td>7283</td><td>0314</td><td>3379</td><td>1550</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-2-name\">Data SGP 2021</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":true} -->\n<figure id=\"tablepress-2\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Senin</th><th>Rabu</th><th>Kamis</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>3964</td><td>8048</td><td>6474</td><td>7948</td><td>9853</td></tr><tr><td>3507</td><td>1023</td><td>4700</td><td>8348</td><td>8431</td></tr><tr><td>5888</td><td>0729</td><td>6612</td><td>9044</td><td>6496</td></tr><tr><td>1037</td><td>4278</td><td>1781</td><td>1087</td><td>8332</td></tr><tr><td>5596</td><td>7185</td><td>0029</td><td>3505</td><td>4941</td></tr><tr><td>5172</td><td>8322</td><td>8439</td><td>1834</td><td>3524</td></tr><tr><td>1455</td><td>2548</td><td>0512</td><td>3676</td><td>4856</td></tr><tr><td>4774</td><td>6883</td><td>4670</td><td>9493</td><td>4862</td></tr><tr><td>3874</td><td>9223</td><td>2856</td><td>6511</td><td>9978</td></tr><tr><td>0066</td><td>8549</td><td>5758</td><td>4235</td><td>8310</td></tr><tr><td>4393</td><td>6676</td><td>7966</td><td>7467</td><td>2213</td></tr><tr><td>2271</td><td>2748</td><td>3236</td><td>6744</td><td>0158</td></tr><tr><td>5364</td><td>7132</td><td>6032</td><td>9604</td><td>0336</td></tr><tr><td>6290</td><td>4756</td><td>7264</td><td>5390</td><td>6498</td></tr><tr><td>0182</td><td>2624</td><td>7089</td><td>9722</td><td>1588</td></tr><tr><td>6709</td><td>0202</td><td>9010</td><td>3399</td><td>0495</td></tr><tr><td>3899</td><td>3000</td><td>1562</td><td>6482</td><td>9408</td></tr><tr><td>5682</td><td>1157</td><td>8124</td><td>3103</td><td>4350</td></tr><tr><td>0793</td><td>3486</td><td>9501</td><td>9730</td><td>9776</td></tr><tr><td>7747</td><td>3386</td><td>0170</td><td>5407</td><td>8331</td></tr><tr><td>1301</td><td>6700</td><td>6036</td><td>4356</td><td>9668</td></tr><tr><td>3928</td><td>3412</td><td>8648</td><td>3143</td><td>3868</td></tr><tr><td>7095</td><td>2140</td><td>4693</td><td>7452</td><td>1154</td></tr><tr><td>9272</td><td>6158</td><td>7871</td><td>3361</td><td>0669</td></tr><tr><td>8178</td><td>4009</td><td>9516</td><td>4141</td><td>0618</td></tr><tr><td>3174</td><td>5054</td><td>4870</td><td>953</td><td>7607</td></tr><tr><td>4744</td><td>9200</td><td>4383</td><td>1301</td><td>0803</td></tr><tr><td>2298</td><td>3977</td><td>4751</td><td>8808</td><td>8292</td></tr><tr><td>1579</td><td>1329</td><td>7221</td><td>6841</td><td>2886</td></tr><tr><td>8315</td><td>7887</td><td>9363</td><td>9520</td><td>2515</td></tr><tr><td>9962</td><td>8831</td><td>6530</td><td>5539</td><td>6079</td></tr><tr><td>7027</td><td>3962</td><td>5199</td><td>1767</td><td>0363</td></tr><tr><td>9888</td><td>4301</td><td>2959</td><td>1151</td><td>0298</td></tr><tr><td>3859</td><td>4737</td><td>2523</td><td>2731</td><td>0404</td></tr><tr><td>7393</td><td>4879</td><td>0957</td><td>1348</td><td>3321</td></tr><tr><td>6587</td><td>8432</td><td>9023</td><td>7817</td><td>6865</td></tr><tr><td>1355</td><td>4901</td><td>5845</td><td>8686</td><td>3691</td></tr><tr><td>6983</td><td>6499</td><td>6504</td><td>3829</td><td>0827</td></tr><tr><td>1891</td><td>0959</td><td>2652</td><td>1239</td><td>8836</td></tr><tr><td>2570</td><td>1413</td><td>5951</td><td>9771</td><td>8490</td></tr><tr><td>3347</td><td>1264</td><td>1976</td><td>4505</td><td>1707</td></tr><tr><td>7116</td><td>6512</td><td>5792</td><td>5353</td><td>3761</td></tr><tr><td>2349</td><td>5686</td><td>7918</td><td>2694</td><td>1197</td></tr><tr><td>7027</td><td>4625</td><td>0022</td><td>1431</td><td>2173</td></tr><tr><td>8639</td><td>0559</td><td>9360</td><td>8626</td><td>8904</td></tr><tr><td>8742</td><td>6801</td><td>9837</td><td>5762</td><td>1687</td></tr><tr><td>9595</td><td>5001</td><td>7292</td><td>8840</td><td>4473</td></tr><tr><td>9400</td><td>0144</td><td>4374</td><td>9431</td><td>5376</td></tr><tr><td>9954</td><td>7971</td><td>7330</td><td>4274</td><td>8967</td></tr><tr><td>7374</td><td>6712</td><td>3758</td><td>1666</td><td>6081</td></tr><tr><td>1291</td><td>9410</td><td>6366</td><td>5134</td><td>7230</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-3-name\">Data SGP 2022</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":true} -->\n<figure id=\"tablepress-3\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Senin</th><th>Rabu</th><th>Kamis</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>2924</td><td>6934</td><td>9450</td><td>0826</td><td>1485</td></tr><tr><td>8158</td><td>0175</td><td>4612</td><td>3978</td><td>3648</td></tr><tr><td>9474</td><td>6498</td><td>5101</td><td>8715</td><td>8829</td></tr><tr><td>8340</td><td>3761</td><td>8200</td><td>8475</td><td>1644</td></tr><tr><td>6505</td><td>1403</td><td>9652</td><td>4048</td><td>5082</td></tr><tr><td>8056</td><td>6071</td><td>7469</td><td>9214</td><td>8465</td></tr><tr><td>2005</td><td>5875</td><td>3285</td><td>9410</td><td>4078</td></tr><tr><td>1480</td><td>6119</td><td>6650</td><td>7960</td><td>8078</td></tr><tr><td>9469</td><td>7585</td><td>7011</td><td>4587</td><td>7668</td></tr><tr><td>6707</td><td>5554</td><td>3711</td><td>5999</td><td>0380</td></tr><tr><td>5227</td><td>8360</td><td>7923</td><td>4863</td><td>3181</td></tr><tr><td>2712</td><td>6766</td><td>7616</td><td>0660</td><td>1099</td></tr><tr><td>9103</td><td>8730</td><td>4613</td><td>1041</td><td>9128</td></tr><tr><td>3128</td><td>3817</td><td>7906</td><td>0905</td><td>7917</td></tr><tr><td>0343</td><td>9749</td><td>9538</td><td>2493</td><td>9709</td></tr><tr><td>3177</td><td>2126</td><td>5086</td><td>4925</td><td>3990</td></tr><tr><td>2102</td><td>8647</td><td>7896</td><td>2958</td><td>5802</td></tr><tr><td>7771</td><td>9284</td><td>8009</td><td>0139</td><td>1670</td></tr><tr><td>7106</td><td>1629</td><td>6941</td><td>1353</td><td>9085</td></tr><tr><td>2366</td><td>7676</td><td>1106</td><td>6969</td><td>5754</td></tr><tr><td>6812</td><td>9759</td><td>1789</td><td>1215</td><td>0384</td></tr><tr><td>2190</td><td>4316</td><td>5440</td><td>2587</td><td>1596</td></tr><tr><td>7539</td><td>0154</td><td>9313</td><td>6053</td><td>2611</td></tr><tr><td>7623</td><td>5241</td><td>3213</td><td>6990</td><td>7340</td></tr><tr><td>3322</td><td>2944</td><td>9470</td><td>1342</td><td>9879</td></tr><tr><td>1634</td><td>1614</td><td>2888</td><td>7844</td><td>0501</td></tr><tr><td>2589</td><td>7287</td><td>7290</td><td>1702</td><td>7561</td></tr><tr><td>9942</td><td>2723</td><td>5561</td><td>7041</td><td>9303</td></tr><tr><td>6439</td><td>6258</td><td>6552</td><td>9614</td><td>2536</td></tr><tr><td>5178</td><td>6715</td><td>7940</td><td>4987</td><td>8423</td></tr><tr><td>2468</td><td>2362</td><td>2011</td><td>3784</td><td>9961</td></tr><tr><td>2106</td><td>6844</td><td>8032</td><td>6206</td><td>9574</td></tr><tr><td>1229</td><td>6262</td><td>6607</td><td>3282</td><td>1505</td></tr><tr><td>3838</td><td>7844</td><td>8791</td><td>0749</td><td>4802</td></tr><tr><td>7756</td><td>4303</td><td>6556</td><td>4526</td><td>9682</td></tr><tr><td>2202</td><td>6046</td><td>9488</td><td>4311</td><td>1590</td></tr><tr><td>6189</td><td>6668</td><td>2716</td><td>9324</td><td>1859</td></tr><tr><td>9326</td><td>5614</td><td>0987</td><td>0892</td><td>0995</td></tr><tr><td>3713</td><td>5053</td><td>0018</td><td>1563</td><td>1559</td></tr><tr><td>6284</td><td>1921</td><td>9834</td><td>1431</td><td>9546</td></tr><tr><td>8896</td><td>8045</td><td>2950</td><td>3908</td><td>0511</td></tr><tr><td>4231</td><td>8680</td><td>8036</td><td>8914</td><td>8531</td></tr><tr><td>8260</td><td>8770</td><td>1633</td><td>6253</td><td>5595</td></tr><tr><td>1459</td><td>5806</td><td>5157</td><td>0776</td><td>8095</td></tr><tr><td>7629</td><td>6468</td><td>1412</td><td>1942</td><td>4297</td></tr><tr><td>7079</td><td>8834</td><td>6149</td><td>9599</td><td>9300</td></tr><tr><td>0643</td><td>8979</td><td>9587</td><td>6993</td><td>3165</td></tr><tr><td>3565</td><td>9978</td><td>2990</td><td>5165</td><td>4640</td></tr><tr><td>3380</td><td>2575</td><td>7278</td><td>4385</td><td>2322</td></tr><tr><td>9165</td><td>2823</td><td>9312</td><td>5233</td><td>5139</td></tr><tr><td>8114</td><td>8840</td><td>4803</td><td>2767</td><td>9120</td></tr><tr><td>1625</td><td>3395</td><td>3898</td><td>7904</td><td></td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live IONSlot', '', 'inherit', 'closed', 'closed', '', '30293-revision-v1', '', '', '2023-03-10 11:29:57', '2023-03-10 11:29:57', '', 30293, 'http://localhost/indoslot303.com/?p=30452', 0, 'revision', '', 0),
(30453, 1, '2023-03-10 11:30:05', '2023-03-10 11:30:05', '<!-- wp:paragraph -->\n<p>IDN Live merupakan situs ion club casino indonesia yang tergabung didalam satu komunitas ionclub casino terbesar di indonesia. Memiliki banyak partner situs judi online yang berperan sebagai tempat pembuatan akun, bertransaksi dan bermain. Lebih dari 10 tahun berjalan di indonesia dan memiliki pengikut yang cukup banyak. Rata-rata pengikutnya merupakan pecinta judi casino konvensional yang telah beralih ke live casino online. ION Club sendiri diambil dari nama provider casino di asia dan kini menjadi provider resmi live casino di indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Live casino bisa dikatakan permainan judi paling tua setelah togel 4d yang tidak pernah ada matinya. Sebelum live casino muncul di indonesia, pemain harus pergi ke negara yang memiliki casino. Nagara malaysia dan singapore yang terdekat dari indonesia. Namun sejak teknologi smartphone masuk ke indonesia, para bandar casino darat juga mengikuti perkembangan tersebut. Membentuk tim IT khusus pengembang igaming dan merevolusi seluruh permainan casino menjadi permainan daring. Permaian daring casino kemudian diberi label live casino yang artinya permainan yang dipertunjukkan langsung dari casino secara real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Menggunakan dealer asli yang berada langsung dibelakang meja untuk membagikan kartu, dadu dan memutar bola roulette. Kemudian pada layar pemain disediakan platform taruhan dengan tampilan elegan persis seperti di casino, mudah digunakan, ringat dan tentunya aman. Setiap tahunnya live casino terus berkembang maju dan mencitapkan banyak permainan casino terbaru. Mulai dari permainan jadul yang hampir punah seperti Oglok, 24D spin dan banyak lagi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Daftar Provider IDN Live Judi Casino Online Terpanas Tahun 2023</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Live casino tidak lagi dikembangkan oleh para bandar casino konvensional namun telah diambil ahli oleh perusahaan igaming. Perusahaan igaming memiliki izin resmi untuk menjadikan setiap permainan casino menjadi permainan live casino online. Perusahaan ini menjadi provider atau penyedia permainan casino yang mutakhir, baru dan memberikan rasa yang berbeda pada setiap game. Adapun provider yang masuk dalam nominasi judi casino online terpanas tahun 2023 adalah sebagai berikut:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>ION Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pragmatic Play Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microgaming Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Allbet Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sexy Gaming Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Opusplus Casino</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Permainan yang bisa anda nikmati melebihi yang ada di casino konvensional seperti sexy baccarat, bullbull, win3card, pokdeng, sweet bonanza candyland, spaceman dan banyak lagi permainan judi casino online terbaru. Keseruan bermain idn live casino diatas dari casino konvensional, lebih banyak permainan dan bisa bermain dengan modal lebih kecil. Namun dapat memberikan keuntungan yang lebih besar dibanding permainan casino konvensional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>IONClub Pelopor Judi Casino Online Pertama di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ION casino berbasis di Asia tenggara yang menjadi pelopor pertama casino online masuk ke indonesia. Perusahaan bernama IONClub memiliki izin resmi live streaing di asia tenggara setelah SBOBET88 casino online. Dengan 4 permainan kas casino, ionclub sukses memperkenalkan live casino dan meraih penghargaan di pameran igaming yang diselenggarakan setiap tahun. Mengajak sejumlah agen casino online indonesia sebagai mitra untuk memasarkan setiap permainan ion casino. Dimana agen judi online berperan sebagai tempat berlangsungnya semua transaksi mulai dari pembuatan akun, deposit saldo, bermain hingga withdraw kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ionclub juga memiliki casino konvensional yang bisa anda kunjungi jika ingin merasakan langsung. Atau anda bisa menikmati secara daring dan menghemat banyak biaya selagi harus memikirkan perjalanan yang panjang ke luar negeri. Ini penyebab Ion casino mengajak agen casino yang memiliki situs judi online untuk menjadi jembatan penghubung antara pemain dengan bandar. Menjadi portal yang dapat memberikan kemudahan pemain yang ingin merasakan pengalaman bermain casino tanpa harus mendatangi tempat casino itu langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mulai dari dealer hingga permainan semua bisa anda nikmati dan tentu saja dilengkapi dengan beragam promosi dan bonus menarik. Platform taruhan ion casino telah bisa dimainkan lebih dari 2 permainan berbeda dalam satu layar perangkat anda. Hal ini tentu dapat mendatangkan keuntungan besar bagi anda jika bisa menggunakan fitur multigame ini dengan benar dan baik. Permainan ion casino yang telah mendukung multigame terdiri dari Baccarat, Sicbo, Roulette dan Dragon tiger. Keuntungan lain bermain live casino adanya promo dan bonus yang bisa anda dapat di situs judi online partner resmi ionclub. Salah satu agen resmi ionclub adalah kingbet89 yang merupakan situs judi online sejak tahun 2008 hingga saat ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Kingbet89 Agen Resmi IONClub Casino Online Terpercaya</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingbet89 memulai karir sebagai agen bola sbobet88 yang menggunakan sistem situs judi online 1 akun untuk semua permainan. Menjadi yang pertama memiliki situs judi online berbasis 1 akun yang sukses memperkenalkan judi sbobet88 di indonesia. Prestasi yang dicapai telah dibangun bertahun-tahun dan terus ditingkatkan agar dapat mempertahankan gelar situs judi online terpercaya di indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kesuksesan kingbet menjadi agen sbobet88 membuat terus mendapat kesempatan emas menjadi partner resmi dari setiap provider igaming. Salah satu nya IONClub yang menjadikan kingbet salah satu agen resmi judi idn live casino peringkat 1 di indonesia. Mempercayakan nama baik ion club casino kepada kingbet89 agar dapat menyalurkan keseruan permainan ion casino kepada pemain indonesia secara totalitas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingbet memberikan pelayanan deposit yang murah mulai dari 5000 rupiah. Metode depositnya juga lengkap terdiri dari deposit bank, deposit e-money seperti dana, ovo dan gopay. Anda juga bisa menggunakan pulsa sebagai metode deposit melalui pulsa axis, telkomsel, xl axiata dan tri. Akses login mudah tersedia dalam versi desktop, mobile dan aplikasi apk android. Banyak promo dan bonus yang bisa anda raih seperti rollingan, turnover, cashback dan referral. Serta jaminan kemenangan anda dibayar full dan tepat waktu diproses langsung ke rekening pribadi anda dengan aman.</p>\n<!-- /wp:paragraph -->', 'RTP Live JDB Slot', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2023-03-10 11:30:05', '2023-03-10 11:30:05', '', 40, 'http://localhost/indoslot303.com/?p=30453', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30454, 1, '2023-03-10 11:30:13', '2023-03-10 11:30:13', '<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><thead><tr><th>No</th><th>Kode Alam</th><th>Keluaran</th></tr></thead><tbody><tr><td>1</td><td>Kalender</td><td>0870-2870</td></tr><tr><td>2</td><td>Surat Serikat</td><td>0876-2876</td></tr><tr><td>3</td><td>Surat Kuasa</td><td>0882-2882</td></tr><tr><td>4</td><td>Buah Limau</td><td>0894-2894</td></tr><tr><td>5</td><td>Sempoa</td><td>0911-2911</td></tr><tr><td>6</td><td>Mayat</td><td>0922-2922</td></tr><tr><td>7</td><td>Minuman Kaleng</td><td>0928-2928</td></tr><tr><td>8</td><td>Surat Gamdai</td><td>0933-2933</td></tr><tr><td>9</td><td>Peti Listrik</td><td>0944-2944</td></tr><tr><td>10</td><td>Mie Instan</td><td>0956-2956</td></tr><tr><td>11</td><td>Gading</td><td>0962-2962</td></tr><tr><td>12</td><td>Sayuran Kaleng</td><td>0968-2968</td></tr><tr><td>13</td><td>Bumbu Kari</td><td>0974-2974</td></tr><tr><td>14</td><td>Cleansing Milk</td><td>0980-2980</td></tr><tr><td>15</td><td>Serbuk Obat</td><td>0986-2986</td></tr><tr><td>16</td><td>Jantung</td><td>0992-2992</td></tr><tr><td>17</td><td>Baju Singlet</td><td>0998-2998</td></tr><tr><td>18</td><td>Empedu</td><td>1004-7004</td></tr><tr><td>19</td><td>Roket</td><td>1010-7010</td></tr><tr><td>20</td><td>Tanda Anggota</td><td>1016-7016</td></tr><tr><td>21</td><td>Lilin</td><td>1022-7022</td></tr><tr><td>22</td><td>Kertas Tissue</td><td>1028-7028</td></tr><tr><td>23</td><td>Hadiah</td><td>1034-7034</td></tr><tr><td>24</td><td>Lotere Palsu</td><td>1039-7039</td></tr><tr><td>25</td><td>Perangkap Tikus</td><td>1045-7045</td></tr><tr><td>26</td><td>Ikan Kalengan</td><td>1057-7057</td></tr><tr><td>27</td><td>Timba</td><td>1062-7062</td></tr><tr><td>28</td><td>Pencukur Rambut</td><td>1068-7068</td></tr><tr><td>29</td><td>Buku Seks</td><td>1074-7074</td></tr><tr><td>30</td><td>Bakul</td><td>1080-7080</td></tr><tr><td>31</td><td>Muka (Wajah)</td><td>1086-7086</td></tr><tr><td>32</td><td>Kue Tahun Baru</td><td>1092-7092</td></tr><tr><td>33</td><td>Bus Mini</td><td>1098-7098</td></tr><tr><td>34</td><td>Mandi Uap</td><td>1109-7109</td></tr><tr><td>35</td><td>Warung Kecil</td><td>1115-7115</td></tr><tr><td>36</td><td>Bintil Jerawat</td><td>1127-7127</td></tr><tr><td>37</td><td>Kerongkongan</td><td>1138-7138</td></tr><tr><td>38</td><td>Reuni</td><td>1159-7159</td></tr><tr><td>39</td><td>Banyak Koran</td><td>1191-7191</td></tr><tr><td>40</td><td>Tape Rusak</td><td>1204-7204</td></tr><tr><td>41</td><td>AC Rusak</td><td>1237-7237</td></tr><tr><td>42</td><td>Tak Ada Orang Di Rumah</td><td>1247-7247</td></tr><tr><td>43</td><td>Tunggu Cuti Tahun Baru</td><td>1252-7252</td></tr><tr><td>44</td><td>Peti Mati Dalam Rumah</td><td>1266-7266</td></tr><tr><td>45</td><td>Extra kartu Mahyong</td><td>1276-7276</td></tr><tr><td>46</td><td>Banyak The.</td><td>1280-7280</td></tr><tr><td>47</td><td>Pohon Rontok</td><td>1286-7286</td></tr><tr><td>48</td><td>Restaurant Penuh</td><td>1292-7292</td></tr><tr><td>49</td><td>Dasi Tertinggal Di Mobil</td><td>1299-7299</td></tr><tr><td>50</td><td>Istri Sakit</td><td>1304-7304</td></tr><tr><td>51</td><td>Toko Tutup</td><td>1309-7309</td></tr><tr><td>52</td><td>Nomor Mobil (Plat Mobil) Ganjil</td><td>1312-7312</td></tr><tr><td>53</td><td>Pinjam Buku Cerita</td><td>1321-7321</td></tr><tr><td>54</td><td>Baku Tembak</td><td>2911-3465</td></tr><tr><td>55</td><td>Gedung Terbakar</td><td>2453-2435</td></tr><tr><td>56</td><td>Kompor Elpiji Terbakar</td><td>8678-8128</td></tr><tr><td>57</td><td>Menyusui Bayi</td><td>8678-8128</td></tr><tr><td>58</td><td>Mau Berangkat Naik Kapal Laut</td><td>2697-3032</td></tr><tr><td>59</td><td>Raja</td><td>0000-2000</td></tr><tr><td>60</td><td>Penjaga Hutan</td><td>0001-2001</td></tr><tr><td>61</td><td>Direktur</td><td>0002-2002</td></tr><tr><td>62</td><td>Orang Melayu (malaysia)</td><td>0003-2003</td></tr><tr><td>63</td><td>Penjual Durian</td><td>0004-2004</td></tr><tr><td>64</td><td>Pembaca Doa</td><td>0005-2005</td></tr><tr><td>65</td><td>Ibu Angkat</td><td>0006-2006</td></tr><tr><td>66</td><td>Pekerja Jalanan</td><td>0007-2007</td></tr><tr><td>67</td><td>Orang Australia (Bule)</td><td>0008-2008</td></tr><tr><td>68</td><td>Pekerja Pameran</td><td>0009-2009</td></tr><tr><td>69</td><td>Permaisuri</td><td>0010-2010</td></tr><tr><td>70</td><td>Operator Mesin</td><td>0011-2011</td></tr><tr><td>71</td><td>Juru Damai</td><td>0012-2012</td></tr><tr><td>72</td><td>Penari Ballet</td><td>0013-2013</td></tr><tr><td>73</td><td>Tukang Reparasi (Servis)</td><td>0014-2014</td></tr><tr><td>74</td><td>Pencuri</td><td>0015-2015</td></tr><tr><td>75</td><td>Ahli Iklan</td><td>0016-2016</td></tr><tr><td>76</td><td>Orang Hong Kong</td><td>0017-2017</td></tr><tr><td>77</td><td>Orang Pincang (keppang)</td><td>0018-2018</td></tr><tr><td>78</td><td>Pemeriksa Pemandu</td><td>0019-2019</td></tr><tr><td>79</td><td>Mentri</td><td>0020-2020</td></tr><tr><td>80</td><td>Juru Rawat (Suster)</td><td>0021-2021</td></tr><tr><td>81</td><td>Pekerja Rumah Sakit</td><td>0022-2022</td></tr><tr><td>82</td><td>Orang India</td><td>0023-2023</td></tr><tr><td>83</td><td>Wanita Pelayan</td><td>0024-2024</td></tr><tr><td>84</td><td>Langganan</td><td>0025-2025</td></tr><tr><td>85</td><td>Orang Rusia</td><td>0026-2026</td></tr><tr><td>86</td><td>Gangster (Preman)</td><td>0027-2027</td></tr><tr><td>87</td><td>Pengawal Pantai (Penjaga Pantai)</td><td>0028-2028</td></tr><tr><td>88</td><td>Naik Gunung Pikul Sepeda</td><td>7971-8128</td></tr><tr><td>89</td><td>Dokter Wanita</td><td>0029-2029</td></tr><tr><td>90</td><td>Inspektur Polisi (Perwira Polisi)</td><td>0030-2030</td></tr><tr><td>91</td><td>Jururawat Pria (Perawat)</td><td>0031-2031</td></tr><tr><td>92</td><td>Dokter Gigi</td><td>0032-2032</td></tr><tr><td>93</td><td>Pengacara</td><td>0033-2033</td></tr><tr><td>94</td><td>Orang Gaib (Makhluk Halus)</td><td>0034-2034</td></tr><tr><td>95</td><td>Penjudi</td><td>0035-2035</td></tr><tr><td>96</td><td>Sinter Klas (Santa Claus)</td><td>0036-2036</td></tr><tr><td>97</td><td>Penterjemah (Ahli Bahasa)</td><td>0037-2037</td></tr><tr><td>98</td><td>Orang Kerdil (Manusia Kate)</td><td>0038-2038</td></tr><tr><td>99</td><td>Polantas (Polisi Lalu Lintas)</td><td>0039-2039</td></tr><tr><td>100</td><td>Orang Gila</td><td>0040-2040</td></tr><tr><td>101</td><td>Pilot</td><td>0041-2041</td></tr><tr><td>102</td><td>Penjaga Mobil</td><td>0042-2042</td></tr><tr><td>103</td><td>Penderes Getah (Tukang Ambil Getah Karet)</td><td>0043-2043</td></tr><tr><td>104</td><td>Orang Gemuk (Gendut</td><td>0044-204</td></tr><tr><td>105</td><td>Anak Laki-Laki</td><td>0045-2045</td></tr><tr><td>106</td><td>Orang Cacat</td><td>0046-2046</td></tr><tr><td>107</td><td>Botak (Gundul)</td><td>0047-2047</td></tr><tr><td>108</td><td>Polwan</td><td>0048-2048</td></tr><tr><td>109</td><td>Karyawan Pompa Bensin (operator pom bensin)</td><td>0049-2049</td></tr><tr><td>110</td><td>Penjaja (Tukang Jual Keliling)</td><td>0050-2050</td></tr><tr><td>111</td><td>Ahli Kecantikan (Pakar Kecantikan)</td><td>0051-2051</td></tr><tr><td>112</td><td>Tersangka</td><td>0052-2052</td></tr><tr><td>113</td><td>Penyanyi Pria (Artis Pria)</td><td>0053-2053</td></tr><tr><td>114</td><td>Paderi</td><td>0054-2054</td></tr><tr><td>115</td><td>Anak Kecil</td><td>0055-2055</td></tr><tr><td>116</td><td>Joki</td><td>0056-2056</td></tr><tr><td>117</td><td>Gadis Buta</td><td>0057-2057</td></tr><tr><td>118</td><td>Peronda (Tukang Ronda)</td><td>0058-2058</td></tr><tr><td>119</td><td>Ibu Guru</td><td>0059-2059</td></tr><tr><td>120</td><td>Penipu (Tukang Tipu)</td><td>0060-2060</td></tr><tr><td>121</td><td>Tukang Emas</td><td>0061-2061</td></tr><tr><td>122</td><td>Pecandu Narkotik (Pecandu Narkoba)</td><td>0062-2062</td></tr><tr><td>123</td><td>Orang Spanyol 0063-2063 Perempuan Tuli</td><td>0064-2064</td></tr><tr><td>124</td><td>Pegawai Kedutaan</td><td>0065-2065</td></tr><tr><td>125</td><td>Hantu Pria (Jin LAki-Laki)</td><td>0066-2066</td></tr><tr><td>126</td><td>Kepala Kantor Pos</td><td>0067-2067</td></tr><tr><td>127</td><td>Sekertaris</td><td>0068-2068</td></tr><tr><td>128</td><td>Pemain Badminton (Pemain Bulu Tangkis)</td><td>0069-0069</td></tr><tr><td>129</td><td>Tukang Sulap (Pesulap)</td><td>0070-2070</td></tr><tr><td>130</td><td>Spesialis</td><td>0071-2071</td></tr><tr><td>131</td><td>Astronout</td><td>0072-2072</td></tr><tr><td>132</td><td>Pemungut Karcis</td><td>0073-2073</td></tr><tr><td>133</td><td>Sopir</td><td>0074-2074</td></tr><tr><td>134</td><td>Penjual Jam</td><td>0075-2075</td></tr><tr><td>135</td><td>Pencopet Wanita</td><td>0076-2076</td></tr><tr><td>136</td><td>Anggota</td><td>1077-2077</td></tr><tr><td>137</td><td>Peramal Nasib (Tukang Ramal)</td><td>0078-2078</td></tr><tr><td>138</td><td>Pemandu Wisata (Guide)</td><td>0079-2079</td></tr><tr><td>139</td><td>Perempuan Pencetak (Tukang Cetak)</td><td>0080-2080</td></tr><tr><td>140</td><td>Polisi</td><td>0081-2081</td></tr><tr><td>141</td><td>Pelayan</td><td>0082-2082</td></tr><tr><td>142</td><td>Pondan</td><td>0083-2083</td></tr><tr><td>143</td><td>Juru Tulis</td><td>0084-2084</td></tr><tr><td>144</td><td>Tukang Mesin</td><td>0085-2085</td></tr><tr><td>145</td><td>Pengantar Barang</td><td>0086-2086</td></tr><tr><td>146</td><td>Orang Amerika</td><td>0087-2087</td></tr><tr><td>147</td><td>Hantu Perempuan (Jin Perempuan)</td><td>0088-2088</td></tr><tr><td>148</td><td>Orang Perancis</td><td>0089-2089</td></tr><tr><td>149</td><td>Orang Asing</td><td>0090-2090</td></tr><tr><td>150</td><td>Makelar Insuran</td><td>0091-2091</td></tr><tr><td>151</td><td>Orang Cina</td><td>0092-2092</td></tr><tr><td>152</td><td>Penjual Obat</td><td>0093-2093</td></tr><tr><td>153</td><td>Inspektur (Perwira)</td><td>0094-2094</td></tr><tr><td>154</td><td>Beli Buku</td><td>8128-7971</td></tr><tr><td>155</td><td>Pencopet</td><td>0095-2095</td></tr><tr><td>156</td><td>Orang Kaya</td><td>0096-2096</td></tr><tr><td>157</td><td>Orang Hamil</td><td>0097-2097</td></tr><tr><td>158</td><td>Detektif Swasta</td><td>0098-2098</td></tr><tr><td>159</td><td>Tentara Pelarian</td><td>0099-2099</td></tr><tr><td>160</td><td>Orang Gila</td><td>0100-2100</td></tr><tr><td>161</td><td>Aktor</td><td>0101-2101</td></tr><tr><td>162</td><td>Aktris</td><td>0102-2102</td></tr><tr><td>163</td><td>Duta Besar</td><td>0103-2103</td></tr><tr><td>164</td><td>Orang Asia</td><td>0104-2104</td></tr><tr><td>165</td><td>Pengawas</td><td>0105-2105</td></tr><tr><td>166</td><td>Salesman</td><td>0106-2106</td></tr><tr><td>167</td><td>Suami</td><td>0107-2107</td></tr><tr><td>168</td><td>Orang Jepang</td><td>0108-2108</td></tr><tr><td>169</td><td>Penjual sayur</td><td>0109-2109</td></tr><tr><td>170</td><td>Nelayan</td><td>0110-2110</td></tr><tr><td>171</td><td>Negro</td><td>0111-2111</td></tr><tr><td>172</td><td>Pekerja</td><td>0112-2112</td></tr><tr><td>173</td><td>Perenang</td><td>0113-2113</td></tr><tr><td>174</td><td>Tukang Kebun</td><td>0114-2114</td></tr><tr><td>175</td><td>Membayar Hutang</td><td>0115-2115</td></tr><tr><td>176</td><td>Ahli Ilmu Ghaib</td><td>0116-2116</td></tr><tr><td>177</td><td>Pemabuk</td><td>0117-2117</td></tr><tr><td>178</td><td>Pemakai Kacamata</td><td>0118-2118</td></tr><tr><td>179</td><td>Pekerja Stasiun Minyak</td><td>0119-2119</td></tr><tr><td>180</td><td>Orang singapura</td><td>0120-2120</td></tr><tr><td>181</td><td>Rahib</td><td>0121-2121</td></tr><tr><td>182</td><td>Tukang Kredit</td><td>0122-2122</td></tr><tr><td>183</td><td>Perempuan Penjudi</td><td>0123-2123</td></tr><tr><td>184</td><td>Cewek Tukang Urut 0124-2124 Resepsionis</td><td>0125-2125</td></tr><tr><td>185</td><td>Orang Sabah</td><td>0126-2126</td></tr><tr><td>186</td><td>Ikan Arwana</td><td>2697-3032</td></tr><tr><td>187</td><td>Pemain Bola Keranjang</td><td>0127-2127</td></tr><tr><td>188</td><td>Memberi Kayu 4006-1969 Perempuan Bisu</td><td>0128-2128</td></tr><tr><td>189</td><td>Penjual Kosmetik</td><td>0129-2129</td></tr><tr><td>190</td><td>Tukang Besi</td><td>0130-2130</td></tr><tr><td>191</td><td>Petani</td><td>0131-2131</td></tr><tr><td>192</td><td>Training Dokter Pelatih 0132-2132 Polwan</td><td>0133-2133</td></tr><tr><td>193</td><td>Angkatan Laut</td><td>0134-2134</td></tr><tr><td>194</td><td>Tukang Sepatu</td><td>0135-2135</td></tr><tr><td>195</td><td>Fotografer</td><td>0136-2136</td></tr><tr><td>196</td><td>Atlit</td><td>0137-2137</td></tr><tr><td>197</td><td>Brimob</td><td>0138-2138</td></tr><tr><td>198</td><td>Karyawan Pemda</td><td>0139-2139</td></tr><tr><td>199</td><td>Kekasih</td><td>0140-2140</td></tr><tr><td>200</td><td>Mendadak Kaya</td><td>0141-2141</td></tr><tr><td>201</td><td>Pemburu</td><td>0142-2142</td></tr><tr><td>202</td><td>Perempuan Telanjang 0143-2143 Pramuka</td><td>0144-2144</td></tr><tr><td>203</td><td>Penjual Buah</td><td>0145-2145</td></tr><tr><td>204</td><td>Tukang Sapu</td><td>0146-2146</td></tr><tr><td>205</td><td>Pengemis</td><td>0147-2147</td></tr><tr><td>206</td><td>Pragawan</td><td>0148-2148</td></tr><tr><td>207</td><td>Buronan</td><td>0149-2149</td></tr><tr><td>208</td><td>Penjaga Hutan</td><td>0150-2150</td></tr><tr><td>209</td><td>Juru Selam</td><td>0151-2151</td></tr><tr><td>210</td><td>Ayah Angkat</td><td>0152-2152</td></tr><tr><td>211</td><td>Musuh</td><td>0153-2153</td></tr><tr><td>212</td><td>Wanita Penjual Sayur</td><td>0154-2154</td></tr><tr><td>213</td><td>Kapten Kapal</td><td>0155-2155</td></tr><tr><td>214</td><td>Orang Taiwan</td><td>0156-2156</td></tr><tr><td>215</td><td>Pemain Pedang</td><td>0157-2157</td></tr><tr><td>216</td><td>Penyapu Lantai</td><td>0158-2158</td></tr><tr><td>217</td><td>Pengacara Wanita</td><td>0159-2159</td></tr><tr><td>218</td><td>Penghutang</td><td>0160-2160</td></tr><tr><td>219</td><td>Penjaga Pintu</td><td>0161-2161</td></tr><tr><td>220</td><td>Gadis Bar</td><td>0162-2162</td></tr><tr><td>221</td><td>Pelukis</td><td>0163-2163</td></tr><tr><td>222</td><td>Pelacur Laki-Laki</td><td>0164-2164</td></tr><tr><td>223</td><td>Orang Bisu</td><td>0165-2165</td></tr><tr><td>224</td><td>Kuat Suka Bicara</td><td>0166-2166</td></tr><tr><td>225</td><td>Tunangan</td><td>0167-2167</td></tr><tr><td>226</td><td>Kondektur</td><td>0168-2168</td></tr><tr><td>227</td><td>Rang Punyab</td><td>0169-2169</td></tr><tr><td>228</td><td>Kutu buku</td><td>0170-2170</td></tr><tr><td>229</td><td>Si Tuli</td><td>0171-2171</td></tr><tr><td>230</td><td>Penjual Es Krim</td><td>0172-2172</td></tr><tr><td>231</td><td>Peladang Tukang Kebun</td><td>0173-2173</td></tr><tr><td>232</td><td>Banjir Bandang</td><td>7971-8128</td></tr><tr><td>233</td><td>Atlit</td><td>0174-2174</td></tr><tr><td>234</td><td>Karyawan Bank</td><td>0175-2175</td></tr><tr><td>235</td><td>Karyawan Pabrik</td><td>0176-2176</td></tr><tr><td>236</td><td>Tukang Angkut Barang</td><td>0177-2177</td></tr><tr><td>237</td><td>Pelatuh Kungfu</td><td>0178-2178</td></tr><tr><td>238</td><td>Tukang Pembersih Sampah</td><td>0179-2179</td></tr><tr><td>239</td><td>Digerebek Polisi</td><td>2697-3032</td></tr><tr><td>240</td><td>Barisan Pengawal 0180-2180 Orang Buta</td><td>0181-2181</td></tr><tr><td>241</td><td>Guide</td><td>0182-2182</td></tr><tr><td>242</td><td>Polantas</td><td>0183-2183</td></tr><tr><td>243</td><td>Penjual Sepeda Motor</td><td>0184-2184</td></tr><tr><td>244</td><td>Dukun India</td><td>0185-2185</td></tr><tr><td>245</td><td>Grup Pencuri</td><td>0186-2186</td></tr><tr><td>246</td><td>Pelacur</td><td>0187-2187</td></tr><tr><td>247</td><td>Tukang Pembersih WC</td><td>0188-2188</td></tr><tr><td>248</td><td>Murid Perempuan</td><td>0189-2189</td></tr><tr><td>249</td><td>Orang Tua</td><td>0190-2190</td></tr><tr><td>250</td><td>Tukang Cukur</td><td>0191-2191</td></tr><tr><td>251</td><td>Tukang Listrik</td><td>0192-2192</td></tr><tr><td>252</td><td>Pemain Sepak Bola</td><td>0193-2193</td></tr><tr><td>253</td><td>Tukang pos</td><td>0194-2194</td></tr><tr><td>254</td><td>Pelawak</td><td>0195-2195</td></tr><tr><td>255</td><td>Tukang Cetak</td><td>0196-2196</td></tr><tr><td>256</td><td>Karyawan Kantor Pengacara</td><td>0197-2197</td></tr><tr><td>257</td><td>Orang Aneh</td><td>0198-2198</td></tr><tr><td>258</td><td>Penarik Becak</td><td>0199-2199</td></tr><tr><td>259</td><td>Bidan</td><td>0200-2200</td></tr><tr><td>260</td><td>Tukang Jahit</td><td>0201-2201</td></tr><tr><td>261</td><td>Kepala Sekolah Wanita</td><td>0202-2202</td></tr><tr><td>262</td><td>Tukang kayu</td><td>0203-2203</td></tr><tr><td>263</td><td>Perompak Lanun</td><td>0204-2204</td></tr><tr><td>264</td><td>Juru Terapi</td><td>0205-2205</td></tr><tr><td>265</td><td>Juru Tik</td><td>0206-2206</td></tr><tr><td>266</td><td>Penjual keliling</td><td>0207-2207</td></tr><tr><td>267</td><td>Tunangan</td><td>0208-2208</td></tr><tr><td>268</td><td>Hakim Perempuan</td><td>0209-2209</td></tr><tr><td>269</td><td>Langganan</td><td>0210-2210</td></tr><tr><td>270</td><td>Pekerja Kantor Bursa</td><td>0211-2211</td></tr><tr><td>271</td><td>Hantu Penghisap darah</td><td>0212-2212</td></tr><tr><td>272</td><td>Orang Philipina</td><td>0213-2213</td></tr><tr><td>273</td><td>Anak Yatim</td><td>0214-2214</td></tr><tr><td>274</td><td>Pembersih Cermin</td><td>0215-2215</td></tr><tr><td>275</td><td>Penjinak Binatang (Pawang</td><td>0216-2216</td></tr><tr><td>276</td><td>Ahli Makeup</td><td>0217-2217</td></tr><tr><td>277</td><td>Tukang Sihir</td><td>0218-2218</td></tr><tr><td>278</td><td>Cewek Penjual Lotre</td><td>0219-2219</td></tr><tr><td>279</td><td>Buruh Tambang</td><td>0220-2220</td></tr><tr><td>280</td><td>Penari</td><td>0221-2221</td></tr><tr><td>281</td><td>Mak Comblang</td><td>0222-2222</td></tr><tr><td>282</td><td>Bayi</td><td>0223-2223</td></tr><tr><td>283</td><td>Perempuan Penjahat 0224-2224 Perdana Menteri</td><td>0225-2225</td></tr><tr><td>284</td><td>Robot</td><td>0226-2226</td></tr><tr><td>285</td><td>Orang Pakistan</td><td>0227-2227</td></tr><tr><td>286</td><td>Pelatih</td><td>0228-2228</td></tr><tr><td>287</td><td>Rahib Perempuan</td><td>0229-2229</td></tr><tr><td>288</td><td>Adik Angkat</td><td>0230-2230</td></tr><tr><td>289</td><td>Penghisap Ganja</td><td>0231-2231</td></tr><tr><td>290</td><td>Tukang Parkir</td><td>0232-2232</td></tr><tr><td>291</td><td>Juru Rawat Persalinan</td><td>0233-2233</td></tr><tr><td>292</td><td>Pemahat</td><td>0234-2234</td></tr><tr><td>293</td><td>Penjaja Perempuan 0235-2235 Rumah Terbakar</td><td>8128-7971</td></tr><tr><td>294</td><td>Murid Laki-Laki</td><td>0236-2236</td></tr><tr><td>295</td><td>Tukang Kedai</td><td>0237-2237</td></tr><tr><td>296</td><td>Pegawai Kesehatan</td><td>0238-2238</td></tr><tr><td>297</td><td>Agen Perumahan</td><td>0239-2239</td></tr><tr><td>298</td><td>Penyanyi Perempuan</td><td>0240-2240</td></tr><tr><td>299</td><td>Pembicara</td><td>0241-2241</td></tr><tr><td>300</td><td>Peramal Perempuan</td><td>0242-2242</td></tr><tr><td>301</td><td>Babu</td><td>0243-2243</td></tr><tr><td>302</td><td>Emak Mertua</td><td>0244-2244</td></tr><tr><td>303</td><td>Pekerja Asuransi</td><td>0245-2245</td></tr><tr><td>304</td><td>Aktris</td><td>0246-2246</td></tr><tr><td>305</td><td>Tukang Kredit Uang</td><td>0247-2247</td></tr><tr><td>306</td><td>Resepsionis</td><td>0248-2248</td></tr><tr><td>307</td><td>Penjaga Stok</td><td>0249-2249</td></tr><tr><td>308</td><td>Abang Angkat</td><td>0250-2250</td></tr><tr><td>309</td><td>Orang Portugis</td><td>0251-2251</td></tr><tr><td>310</td><td>Orang Jerman</td><td>0252-2252</td></tr><tr><td>311</td><td>Orang Inggris</td><td>0253-2253</td></tr><tr><td>312</td><td>Juri</td><td>0254-2254</td></tr><tr><td>313</td><td>Blacklist</td><td>0255-2255</td></tr><tr><td>314</td><td>Hostes</td><td>0256-2256</td></tr><tr><td>315</td><td>Hippie</td><td>0257-2257</td></tr><tr><td>316</td><td>Orang Asing</td><td>0258-2258</td></tr><tr><td>317</td><td>Kakak Angkat</td><td>0259-2259</td></tr><tr><td>318</td><td>Aktor</td><td>0260-2260</td></tr><tr><td>319</td><td>Pramuka Putri</td><td>0261-2261</td></tr><tr><td>320</td><td>Orang Thailand</td><td>0262-2262</td></tr><tr><td>321</td><td>Pemandu Kapal Laut</td><td>0263-2263</td></tr><tr><td>322</td><td>Laki-Laki Telanjang 0264-2264 Penulis</td><td>0265-2265</td></tr><tr><td>323</td><td>Orang Italy</td><td>0266-2266</td></tr><tr><td>324</td><td>Pak Guru</td><td>0267-2267</td></tr><tr><td>325</td><td>Istri</td><td>0268-2268</td></tr><tr><td>326</td><td>Pasukan Pemadam Kebakaran</td><td>0269-2269</td></tr><tr><td>327</td><td>Hartawan</td><td>0270-2270</td></tr><tr><td>328</td><td>Orang Eropa</td><td>0271-2271</td></tr><tr><td>329</td><td>Kepala Sekolah</td><td>0272-2272</td></tr><tr><td>330</td><td>Penjamin</td><td>0273-2273</td></tr><tr><td>331</td><td>Ahli Tata Rambut</td><td>0274-2274</td></tr><tr><td>332</td><td>Dokter</td><td>0275-2275</td></tr><tr><td>333</td><td>Senator</td><td>0276-2276</td></tr><tr><td>334</td><td>Gundik</td><td>0277-2277</td></tr><tr><td>335</td><td>Pelayan Kedai Kopi</td><td>0278-2278</td></tr><tr><td>336</td><td>Orang Buntung</td><td>0279-2279</td></tr><tr><td>337</td><td>Petinju</td><td>0280-2280</td></tr><tr><td>338</td><td>Boss</td><td>0281-2281</td></tr><tr><td>339</td><td>Ahli</td><td>0282-2282</td></tr><tr><td>340</td><td>Wartawan</td><td>0283-2283</td></tr><tr><td>341</td><td>Perempuan Penjual Buah</td><td>0284-2284</td></tr><tr><td>342</td><td>Empunya Penjual Kedai 0285-2285 Pramugari</td><td>0286-2286</td></tr><tr><td>343</td><td>Hakim Laki-Laki</td><td>0287-2287</td></tr><tr><td>344</td><td>Pragawati</td><td>0288-2288</td></tr><tr><td>345</td><td>Jangkung</td><td>0289-2289</td></tr><tr><td>346</td><td>Ahli Kimia</td><td>0290-2290</td></tr><tr><td>347</td><td>Adik Angkat</td><td>0291-2291</td></tr><tr><td>348</td><td>Perempuan Karyawan Pabrik</td><td>0292-2292</td></tr><tr><td>349</td><td>Tante Cerewet</td><td>0293-2293</td></tr><tr><td>350</td><td>Pemandu</td><td>0294-2294</td></tr><tr><td>351</td><td>Pengajar</td><td>0295-2295</td></tr><tr><td>352</td><td>Mando Kepala</td><td>0296-2296</td></tr><tr><td>353</td><td>Tukang Kebun</td><td>0297-2297</td></tr><tr><td>354</td><td>Penjual Mi Goreng</td><td>0298-2298</td></tr><tr><td>355</td><td>Mak Comblang</td><td>0299-2299</td></tr><tr><td>356</td><td>Hari Lahir Raja</td><td>0300-2300</td></tr><tr><td>357</td><td>Hari Lahir Abang</td><td>0301-2301</td></tr><tr><td>358</td><td>Natal</td><td>0302-2302</td></tr><tr><td>359</td><td>Pesta Rembulan</td><td>0303-2303</td></tr><tr><td>360</td><td>Hari Si Bodoh</td><td>0304-2304</td></tr><tr><td>361</td><td>Hari Jadi Dewi</td><td>0305-2305</td></tr><tr><td>362</td><td>Hari Pahlawan</td><td>0306-2306</td></tr><tr><td>363</td><td>Kawin Adat India</td><td>0307-2307</td></tr><tr><td>364</td><td>Hari Raya See Fu</td><td>0308-2308</td></tr><tr><td>365</td><td>Hari Jadi Teman Sekerja</td><td>0309-2309</td></tr><tr><td>366</td><td>Hari Bapak</td><td>0310-2310</td></tr><tr><td>367</td><td>Hari Jadi Kekasih Laki-Laki</td><td>0311-2311</td></tr><tr><td>368</td><td>Hari Jadi Chu Wah 0312-2312 Malam Tahun Baru</td><td>0313-2313</td></tr><tr><td>369</td><td>Thaipusan</td><td>0314-2314</td></tr><tr><td>370</td><td>Pertunangan Teman</td><td>0315-2315</td></tr><tr><td>371</td><td>Festival Orang Melayu</td><td>0316-2316</td></tr><tr><td>372</td><td>Hari Guru</td><td>0317-2317</td></tr><tr><td>373</td><td>Hari Kawin</td><td>0318-2318</td></tr><tr><td>374</td><td>Hari RAya Puasa Orang Melayu</td><td>0319-2319</td></tr><tr><td>375</td><td>Hari Ibu</td><td>0320-2320</td></tr><tr><td>376</td><td>Hari Pria</td><td>0321-2321</td></tr><tr><td>377</td><td>Pesta Hindu</td><td>0322-2322</td></tr><tr><td>378</td><td>Hari Jadi Pak Mertua</td><td>0323-2323</td></tr><tr><td>379</td><td>Hari Libur Sekolah</td><td>0324-2324</td></tr><tr><td>380</td><td>Hari Jadi Agung</td><td>0325-2325</td></tr><tr><td>381</td><td>Kawin Emas</td><td>0326-2326</td></tr><tr><td>382</td><td>Hari Peringatan</td><td>0327-2327</td></tr><tr><td>383</td><td>Tahun Baru Orang Punyab</td><td>0328-2328</td></tr><tr><td>384</td><td>Hari Pesta Bulan Mei (Kuf Cang)</td><td>0329-2329</td></tr><tr><td>385</td><td>Hari Buruh</td><td>0330-2330</td></tr><tr><td>386</td><td>Tahun Baru India</td><td>0331-2331</td></tr><tr><td>387</td><td>Perkawinan Homoseks 0332-2332 Hario Jadi Bapak</td><td>0333-2333</td></tr><tr><td>388</td><td>Gendong Bayi</td><td>8678-8128</td></tr><tr><td>389</td><td>Cheng Beng</td><td>0334-2334</td></tr><tr><td>390</td><td>Tiong Ciu</td><td>0335-2335</td></tr><tr><td>391</td><td>Hari Lahir Kekasih Cewek</td><td>0336-2336</td></tr><tr><td>392</td><td>Kawin Adat Melayu</td><td>0337-2337</td></tr><tr><td>393</td><td>Cap Go Meh</td><td>0338-2338</td></tr><tr><td>394</td><td>Hari Pacuan Kuda</td><td>0339-2339</td></tr><tr><td>395</td><td>Hari PBB</td><td>0340-2340</td></tr><tr><td>396</td><td>Hari Jadi Dewi</td><td>0341-2341</td></tr><tr><td>397</td><td>Perkawinan Lain Bangsa</td><td>0342-2342</td></tr><tr><td>398</td><td>Hari Raya Shin Shi</td><td>0343-2343</td></tr><tr><td>399</td><td>Hari Undi</td><td>0344-2344</td></tr><tr><td>400</td><td>Hari Puasa</td><td>0345-2345</td></tr><tr><td>401</td><td>Hari Kanak-Kanak</td><td>0346-2346</td></tr><tr><td>402</td><td>Kakak Kawin 0347-2347 Hari Menanam</td><td>0348-2348</td></tr><tr><td>403</td><td>Bank Tutup</td><td>0349-2349</td></tr><tr><td>404</td><td>Hari Paskah</td><td>0350-2350</td></tr><tr><td>405</td><td>Hari Waisak</td><td>0351-2351</td></tr><tr><td>406</td><td>Kantor Pos</td><td>0352-2352</td></tr><tr><td>407</td><td>Rumah Sakit</td><td>0353-2353</td></tr><tr><td>408</td><td>Kasino</td><td>0354-2354</td></tr><tr><td>409</td><td>Pabrik Lampu</td><td>0355-2355</td></tr><tr><td>410</td><td>Pasar</td><td>0356-2356</td></tr><tr><td>411</td><td>Bangunan Tinngi</td><td>0357-2357</td></tr><tr><td>412</td><td>Museum</td><td>0358-2358</td></tr><tr><td>413</td><td>Pabrik Kantong Plastik</td><td>0359-2359</td></tr><tr><td>414</td><td>Hari Jadi Tai Pak Kung</td><td>0360-2360</td></tr><tr><td>415</td><td>Kantor Pemerintah</td><td>0361-2361</td></tr><tr><td>416</td><td>Menara</td><td>0362-2362</td></tr><tr><td>417</td><td>Kantor Polisi</td><td>0363-2363</td></tr><tr><td>418</td><td>Pabrik Elektro</td><td>0364-2364</td></tr><tr><td>419</td><td>Pegadaian</td><td>0365-2365</td></tr><tr><td>420</td><td>Pabrik Permen</td><td>0366-2366</td></tr><tr><td>421</td><td>Rumah Berteras</td><td>0367-2367</td></tr><tr><td>422</td><td>Pabrik Tinta</td><td>0368-2368</td></tr><tr><td>423</td><td>Komplex Pertokoan 0369-2369 Tahun Baru Orang Melayu</td><td>0370-2370</td></tr><tr><td>424</td><td>Hari Tepekong Dapur</td><td>0371-2371</td></tr><tr><td>425</td><td>Pulau</td><td>0372-2372</td></tr><tr><td>426</td><td>Gereja Saimese</td><td>0373-2373</td></tr><tr><td>427</td><td>Depot Minyak</td><td>0374-2374</td></tr><tr><td>428</td><td>Stasiun Minyak</td><td>0375-2375</td></tr><tr><td>429</td><td>Pertambangan Emas</td><td>0376-2376</td></tr><tr><td>430</td><td>Kebun Binatang</td><td>0377-2377</td></tr><tr><td>431</td><td>Panti Piatu</td><td>0378-2378</td></tr><tr><td>432</td><td>Panti Orang Buta</td><td>0379-2379</td></tr><tr><td>433</td><td>Hotel</td><td>0380-2380</td></tr><tr><td>434</td><td>Tahun Baru Belanda</td><td>0381-2381</td></tr><tr><td>435</td><td>Penjara</td><td>0382-2382</td></tr><tr><td>436</td><td>Makam Ganjil</td><td>0383-2383</td></tr><tr><td>437</td><td>Club</td><td>0384-2384</td></tr><tr><td>438</td><td>Bungalow</td><td>0385-2385</td></tr><tr><td>439</td><td>Rumah Setengah Terpisah</td><td>0386-2386</td></tr><tr><td>440</td><td>Pos Polisi</td><td>0387-2387</td></tr><tr><td>441</td><td>Panti Jompo</td><td>0388-2388</td></tr><tr><td>442</td><td>Kantor PLN</td><td>0389-2389</td></tr><tr><td>443</td><td>Hari Kemerdekaan</td><td>0390-2390</td></tr><tr><td>444</td><td>Sekolah</td><td>0391-2391</td></tr><tr><td>445</td><td>Kebun Bunga</td><td>0392-2392</td></tr><tr><td>446</td><td>Pabrik Rokok</td><td>0393-2393</td></tr><tr><td>447</td><td>WC LAki-Laki</td><td>0394-2394</td></tr><tr><td>448</td><td>Pabrik Pakaian 0395-2395 Pelabuhan</td><td>0396-2396</td></tr><tr><td>449</td><td>Mesjid</td><td>0397-2397</td></tr><tr><td>450</td><td>Pondok Ganjil</td><td>0398-2398</td></tr><tr><td>451</td><td>Halte Bus</td><td>0399-2399</td></tr><tr><td>452</td><td>Rumah Adat</td><td>0400-2400</td></tr><tr><td>453</td><td>Stasiun KA</td><td>0401-2401</td></tr><tr><td>454</td><td>Rumah Deret Dua Tingkat</td><td>0402-2402</td></tr><tr><td>455</td><td>Panti Orang Buta</td><td>0403-2403</td></tr><tr><td>456</td><td>Kandabg Ayam</td><td>0404-2404</td></tr><tr><td>457</td><td>Tempat Peristirahatan</td><td>0405-2405</td></tr><tr><td>458</td><td>Jendela</td><td>0406-2406</td></tr><tr><td>459</td><td>Pentas</td><td>0407-2407</td></tr><tr><td>460</td><td>Panti Rehab Narkotika</td><td>0408-2408</td></tr><tr><td>461</td><td>Pabrik Kaleng</td><td>0409-2409</td></tr><tr><td>462</td><td>Hotel</td><td>0410-2410</td></tr><tr><td>463</td><td>Pabrik Karet</td><td>0411-2411</td></tr><tr><td>464</td><td>Gudang Rokok</td><td>0412-2412</td></tr><tr><td>465</td><td>Pabrik Kain</td><td>0413-2413</td></tr><tr><td>466</td><td>Kantor Telkom</td><td>0414-2414</td></tr><tr><td>467</td><td>Pabrik Kaos</td><td>0415-2415</td></tr><tr><td>468</td><td>Makam</td><td>0416-2416</td></tr><tr><td>469</td><td>Rumah Sakit Gila</td><td>0417-2417</td></tr><tr><td>470</td><td>Pabrik Hio</td><td>0418-2418</td></tr><tr><td>471</td><td>Panti Cacat</td><td>0419-2419</td></tr><tr><td>472</td><td>Aquarium</td><td>0420-2420</td></tr><tr><td>473</td><td>Pabrik Gas</td><td>0421-2421</td></tr><tr><td>474</td><td>Simpang Empat</td><td>0422-2422</td></tr><tr><td>475</td><td>WC Wanita</td><td>0423-2423</td></tr><tr><td>476</td><td>Perusahaan Angkutan</td><td>0424-2424</td></tr><tr><td>477</td><td>Kandang Kerbau</td><td>0425-2425</td></tr><tr><td>478</td><td>Melempar Sapi</td><td>3195-7167</td></tr><tr><td>479</td><td>Panti Piatu</td><td>0426-2426</td></tr><tr><td>480</td><td>Kantor Koran</td><td>0427-2427</td></tr><tr><td>481</td><td>Museum</td><td>0428-2428</td></tr><tr><td>482</td><td>Rumah Rehabilitasi</td><td>0429-2429</td></tr><tr><td>483</td><td>Kurungan Harimau</td><td>0430-2430</td></tr><tr><td>484</td><td>Pohon Keramat</td><td>0431-2431</td></tr><tr><td>485</td><td>Putaran</td><td>0432-2432</td></tr><tr><td>486</td><td>Pagar Itik</td><td>0433-2433</td></tr><tr><td>487</td><td>Kandang Burung Dara</td><td>0434-2434</td></tr><tr><td>488</td><td>Kawasan Hutan</td><td>0435-2435</td></tr><tr><td>489</td><td>Kandang Anjing</td><td>0436-2436</td></tr><tr><td>490</td><td>Rumah Atap</td><td>0437-2437</td></tr><tr><td>491</td><td>Toko Peti Mati</td><td>0438-2438</td></tr><tr><td>492</td><td>Dewa Bumi</td><td>0439-2439</td></tr><tr><td>493</td><td>Pabrik Mobil</td><td>0440-2440</td></tr><tr><td>494</td><td>Kuil</td><td>0441-2441</td></tr><tr><td>495</td><td>Bilik Keselamatan</td><td>0442-2442</td></tr><tr><td>496</td><td>Anak Anjing</td><td>2400-5271</td></tr><tr><td>497</td><td>Mobil Beriringan</td><td>1010-3459</td></tr><tr><td>498</td><td>Keraton</td><td>0443-2443</td></tr><tr><td>499</td><td>Bank</td><td>0444-2444</td></tr><tr><td>500</td><td>Toko Ban</td><td>0445-2445</td></tr><tr><td>501</td><td>Lapangan Udara</td><td>0446-2446</td></tr><tr><td>502</td><td>Kolam Renang</td><td>0447-2447</td></tr><tr><td>503</td><td>Pabrik</td><td>0448-2448</td></tr><tr><td>504</td><td>Pabrik Sabun</td><td>0449-2449</td></tr><tr><td>505</td><td>Burung Sri Gunting</td><td>0450-2450</td></tr><tr><td>506</td><td>Kuda</td><td>0451-2451</td></tr><tr><td>507</td><td>Zebra</td><td>0452-2452</td></tr><tr><td>508</td><td>Babi</td><td>0453-2453</td></tr><tr><td>509</td><td>Kerbau</td><td>0454-2454</td></tr><tr><td>510</td><td>Beruang</td><td>0455-2455</td></tr><tr><td>511</td><td>Anjing</td><td>0456-2456</td></tr><tr><td>512</td><td>Jerapah</td><td>0457-2457</td></tr><tr><td>513</td><td>Ketam (Kepiting)</td><td>0458-2458</td></tr><tr><td>514</td><td>Semut</td><td>0459-2459</td></tr><tr><td>515</td><td>Lalat</td><td>0460-2460</td></tr><tr><td>516</td><td>Ikan</td><td>0461-2461</td></tr><tr><td>517</td><td>Kelabang</td><td>0462-2462</td></tr><tr><td>518</td><td>Kucing</td><td>0463-2463</td></tr><tr><td>519</td><td>Ayam</td><td>0464-2464</td></tr><tr><td>520</td><td>Nyamuk</td><td>0465-2465</td></tr><tr><td>521</td><td>Mepati</td><td>0466-2466</td></tr><tr><td>522</td><td>Gajah</td><td>0467-2467</td></tr><tr><td>523</td><td>Ikan Mas</td><td>0468-2468</td></tr><tr><td>524</td><td>Ular</td><td>0469-2469</td></tr><tr><td>525</td><td>Kanguru</td><td>0470-2470</td></tr><tr><td>526</td><td>Monyet</td><td>0471-2471</td></tr><tr><td>527</td><td>Tikus</td><td>0472-2472</td></tr><tr><td>528</td><td>Kelelawar</td><td>0473-2473</td></tr><tr><td>529</td><td>Harimau</td><td>0474-2474</td></tr><tr><td>530</td><td>Keldai</td><td>0475-2475</td></tr><tr><td>531</td><td>Burung</td><td>0476-2476</td></tr><tr><td>532</td><td>Gorilla</td><td>0477-2477</td></tr><tr><td>533</td><td>Merak</td><td>0478-2478</td></tr><tr><td>534</td><td>gagak</td><td>0479-2479</td></tr><tr><td>535</td><td>Udang</td><td>0480-2480</td></tr><tr><td>536</td><td>Macan Tutul</td><td>0481-2481</td></tr><tr><td>537</td><td>Cecak</td><td>0482-2482</td></tr><tr><td>538</td><td>Katak</td><td>0483-2483</td></tr><tr><td>539</td><td>Kambing</td><td>0484-2484</td></tr><tr><td>540</td><td>Kelinci</td><td>0485-2485</td></tr><tr><td>541</td><td>Buaya</td><td>0486-2486</td></tr><tr><td>542</td><td>Kupu-Kupu</td><td>0487-2487</td></tr><tr><td>543</td><td>Ayam Belanda</td><td>0488-2488</td></tr><tr><td>544</td><td>Naga</td><td>0489-2489</td></tr><tr><td>545</td><td>Kakaktua</td><td>0490-2490</td></tr><tr><td>546</td><td>Tokek</td><td>0491-2491</td></tr><tr><td>547</td><td>Itik</td><td>0492-2492</td></tr><tr><td>548</td><td>Serangga</td><td>0493-2493</td></tr><tr><td>549</td><td>Singa</td><td>0494-2494</td></tr><tr><td>550</td><td>Lembu</td><td>0495-2495</td></tr><tr><td>551</td><td>Srigala</td><td>0496-2496</td></tr><tr><td>552</td><td>Siput</td><td>0497-2497</td></tr><tr><td>553</td><td>Macan Kumbang 0498-2498 Kumbang</td><td>0499-2499</td></tr><tr><td>554</td><td>Buku TAbungan Bank</td><td>0500-2500</td></tr><tr><td>555</td><td>Akar-Akar</td><td>0501-2501</td></tr><tr><td>556</td><td>Kotak Surat</td><td>0502-2502</td></tr><tr><td>557</td><td>KEpingan Kaca</td><td>0503-2503</td></tr><tr><td>558</td><td>Narkotik</td><td>0504-2504</td></tr><tr><td>559</td><td>Kacang Panjang</td><td>0505-2505</td></tr><tr><td>560</td><td>Retsleting</td><td>0506-2506</td></tr><tr><td>561</td><td>Bola Bowling</td><td>0507-2507</td></tr><tr><td>562</td><td>Hioswa</td><td>0508-2508</td></tr><tr><td>563</td><td>Biji Timah</td><td>0509-2509</td></tr><tr><td>564</td><td>Macam-Macam Kalengan</td><td>0510-2510</td></tr><tr><td>565</td><td>Tanda Kaki</td><td>0511-2511</td></tr><tr><td>566</td><td>Sumpit</td><td>0512-2512</td></tr><tr><td>567</td><td>Kapal Layar</td><td>0513-2513</td></tr><tr><td>568</td><td>Kabel Listrik</td><td>0514-2514</td></tr><tr><td>569</td><td>Mutiara Imitasi</td><td>0515-2515</td></tr><tr><td>570</td><td>Tas Kain</td><td>0516-2516</td></tr><tr><td>571</td><td>Gitar</td><td>0517-2517</td></tr><tr><td>572</td><td>Peledak</td><td>0518-2518</td></tr><tr><td>573</td><td>Telur Penyu</td><td>0519-2519</td></tr><tr><td>574</td><td>Cap Tanggal</td><td>0520-2520</td></tr><tr><td>575</td><td>Lampu</td><td>0521-2521</td></tr><tr><td>576</td><td>Handuk</td><td>0522-2522</td></tr><tr><td>577</td><td>Pengisap Debu</td><td>0523-2523</td></tr><tr><td>578</td><td>Surat Cukai Jalan</td><td>0524-2524</td></tr><tr><td>579</td><td>Bola Golf</td><td>0525-2525</td></tr><tr><td>580</td><td>Rantang Kursi</td><td>0526-2526</td></tr><tr><td>581</td><td>Kursi Batu</td><td>0527-2527</td></tr><tr><td>582</td><td>Arang</td><td>0528-2528</td></tr><tr><td>583</td><td>KTP Palsu</td><td>0529-2529</td></tr><tr><td>584</td><td>Pohon</td><td>0530-2530</td></tr><tr><td>585</td><td>Jam Dinding</td><td>0531-2531</td></tr><tr><td>586</td><td>Bakul Plastik</td><td>0532-2532</td></tr><tr><td>587</td><td>Kutek</td><td>0533-2533</td></tr><tr><td>588</td><td>Pakaian Dalam</td><td>0534-2534</td></tr><tr><td>589</td><td>Sikat Sepatu</td><td>0535-2535</td></tr><tr><td>590</td><td>Batu Bata</td><td>0536-2536</td></tr><tr><td>591</td><td>Garpu Daging</td><td>0537-2537</td></tr><tr><td>592</td><td>Sepatu Anak-Anak</td><td>0538-2538</td></tr><tr><td>593</td><td>Kartu Peringatan</td><td>0539-2539</td></tr><tr><td>594</td><td>Daftar Obat</td><td>0540-2540</td></tr><tr><td>595</td><td>Bunga Imitasi</td><td>0541-2541</td></tr><tr><td>596</td><td>Nanas</td><td>0542-2542</td></tr><tr><td>597</td><td>Pipa Rokok</td><td>0543-2543</td></tr><tr><td>598</td><td>Naik Mobil Semut - Berkelahi</td><td>9894-0435</td></tr><tr><td>599</td><td>Poster</td><td>0544-2544</td></tr><tr><td>600</td><td>Kacang Tanah</td><td>0545-2545</td></tr><tr><td>601</td><td>Surat Bank</td><td>0546-2546</td></tr><tr><td>602</td><td>Obat Nyamuk</td><td>0547-2547</td></tr><tr><td>603</td><td>Panci Listrik</td><td>0548-2548</td></tr><tr><td>604</td><td>Bedak Giling</td><td>0549-2549</td></tr><tr><td>605</td><td>Kaleng Nasi</td><td>0550-2550</td></tr><tr><td>606</td><td>Kran</td><td>0551-2551</td></tr><tr><td>607</td><td>Peti Buah</td><td>0552-2552</td></tr><tr><td>608</td><td>Paku Besi</td><td>0553-2553</td></tr><tr><td>609</td><td>Mata</td><td>0554-2554</td></tr><tr><td>610</td><td>Batu Asah</td><td>0555-2555</td></tr><tr><td>611</td><td>Sepatu Bayi</td><td>0556-2556</td></tr><tr><td>612</td><td>Bedak Bayi</td><td>0557-2557</td></tr><tr><td>613</td><td>Gigi Anjing</td><td>0558-2558</td></tr><tr><td>614</td><td>Pemasak Sangwah</td><td>0559-2559</td></tr><tr><td>615</td><td>Steker Listrik</td><td>0560-2560</td></tr><tr><td>616</td><td>Cerutu</td><td>0561-2561</td></tr><tr><td>617</td><td>Bass Besar</td><td>0562-2562</td></tr><tr><td>618</td><td>Lilin Putih</td><td>0563-2563</td></tr><tr><td>619</td><td>Lilin Merah</td><td>0564-2564</td></tr><tr><td>620</td><td>Notes Peredaran</td><td>0565-2565</td></tr><tr><td>621</td><td>Alat Panggang Roti 0566-2566 Parfume</td><td>0567-2567</td></tr><tr><td>622</td><td>Komponen Sepeda</td><td>0568-2568</td></tr><tr><td>623</td><td>Pemasak Listrik</td><td>0569-2569</td></tr><tr><td>624</td><td>Palu</td><td>0570-2570</td></tr><tr><td>625</td><td>Punggung Telapak Tangan</td><td>0571-2571</td></tr><tr><td>626</td><td>Surat Kabar Lama</td><td>0572-2572</td></tr><tr><td>627</td><td>Sangkar Burung</td><td>0573-2573</td></tr><tr><td>628</td><td>Pencukur</td><td>0574-2574</td></tr><tr><td>629</td><td>Obat Penguat Badan</td><td>0575-2575</td></tr><tr><td>630</td><td>Surat Keluarga</td><td>0576-2576</td></tr><tr><td>631</td><td>Kartu Nama</td><td>0577-2577</td></tr><tr><td>632</td><td>Mantel</td><td>0578-2578</td></tr><tr><td>633</td><td>Sarang Burung</td><td>0579-2579</td></tr><tr><td>634</td><td>Perangko</td><td>0580-2580</td></tr><tr><td>635</td><td>Kancing Baju</td><td>0581-2581</td></tr><tr><td>636</td><td>Piringan Hitam</td><td>0582-2582</td></tr><tr><td>637</td><td>Topeng</td><td>0583-2583</td></tr><tr><td>638</td><td>Besi</td><td>0584-2584</td></tr><tr><td>639</td><td>Sepatu Ganjil</td><td>0585-2585</td></tr><tr><td>640</td><td>Koin Lama</td><td>0586-2586</td></tr><tr><td>641</td><td>Dop Lampu</td><td>0587-2587</td></tr><tr><td>642</td><td>Kartu Pasien</td><td>0588-2588</td></tr><tr><td>643</td><td>Buah Buahan</td><td>0589-2589</td></tr><tr><td>644</td><td>Baki Imitasi BerukirNaga</td><td>0590-2590</td></tr><tr><td>645</td><td>Sayuran Imitas</td><td>0591-2591</td></tr><tr><td>646</td><td>Tembag</td><td>0592-2592</td></tr><tr><td>647</td><td>Kerta</td><td>0593-2593</td></tr><tr><td>648</td><td>Korde</td><td>0594-2594</td></tr><tr><td>649</td><td>Hair Drye</td><td>0595-2595</td></tr><tr><td>650</td><td>Gigi Maca</td><td>0596-2596</td></tr><tr><td>651</td><td>Baterai</td><td>0597-2597</td></tr><tr><td>652</td><td>Gunting Rumput</td><td>0598-2598</td></tr><tr><td>653</td><td>Kartu Undangan</td><td>0599-2599</td></tr><tr><td>654</td><td>Kotak Bedak</td><td>0600-2600</td></tr><tr><td>655</td><td>Bulu Ayam</td><td>0601-2601</td></tr><tr><td>656</td><td>Kaca Pecah</td><td>0602-2602</td></tr><tr><td>657</td><td>Rambutan</td><td>0603-2603</td></tr><tr><td>658</td><td>Botol Arak</td><td>0604-2604</td></tr><tr><td>659</td><td>Sepatu Selam</td><td>0605-2605</td></tr><tr><td>660</td><td>Kalung Mutiara</td><td>0606-2606</td></tr><tr><td>661</td><td>Gelas Pecah</td><td>0607-2607</td></tr><tr><td>662</td><td>Buku Pantangan</td><td>0608-2608</td></tr><tr><td>663</td><td>Hanger Baru</td><td>0609-2609</td></tr><tr><td>664</td><td>Ikan Beracun</td><td>0610-2610</td></tr><tr><td>665</td><td>Balok</td><td>0611-2611</td></tr><tr><td>666</td><td>Kelambu Gantung</td><td>0612-2612</td></tr><tr><td>667</td><td>Ring Kunci</td><td>0613-2613</td></tr><tr><td>668</td><td>Perhiasan Imitasi</td><td>0614-2614</td></tr><tr><td>669</td><td>Sepatu Jinjit</td><td>0615-2615</td></tr><tr><td>670</td><td>Pisang</td><td>0616-2616</td></tr><tr><td>671</td><td>Mesin Tunai</td><td>0617-2617</td></tr><tr><td>672</td><td>Antenna</td><td>0618-2618</td></tr><tr><td>673</td><td>Lisensi Anjing</td><td>0619-2619</td></tr><tr><td>674</td><td>Jembatan Lintas</td><td>0620-2620</td></tr><tr><td>675</td><td>Raket cock</td><td>0621-2621</td></tr><tr><td>676</td><td>Gelang Rematik</td><td>0622-2622</td></tr><tr><td>677</td><td>Jamtangan Air</td><td>0623-2623</td></tr><tr><td>678</td><td>Lampu Jalan</td><td>0624-2624</td></tr><tr><td>679</td><td>Kertas Hijau</td><td>0625-2625</td></tr><tr><td>680</td><td>Pil KB</td><td>0626-2626</td></tr><tr><td>681</td><td>Pil Penggugur Kandungan</td><td>0627-2627</td></tr><tr><td>682</td><td>Kacang Polong</td><td>0628-2628</td></tr><tr><td>683</td><td>Surat Kabar Melayu 0629-2629 Buah Pir</td><td>0630-2630</td></tr><tr><td>684</td><td>Kamar Mandi</td><td>0631-2631</td></tr><tr><td>685</td><td>Kain</td><td>0632-2632</td></tr><tr><td>686</td><td>Kain Gombal</td><td>0633-2633</td></tr><tr><td>687</td><td>Sabun Anjing</td><td>0634-2634</td></tr><tr><td>688</td><td>Pintu Otomatis</td><td>0635-2635</td></tr><tr><td>689</td><td>Sapu Lidi</td><td>0636-2636</td></tr><tr><td>690</td><td>Sarang Lebah</td><td>0637-2637</td></tr><tr><td>691</td><td>Mangkok</td><td>0638-2638</td></tr><tr><td>692</td><td>Kartu Tahun Baru</td><td>0639-2639</td></tr><tr><td>693</td><td>Kembang Api</td><td>0640-2640</td></tr><tr><td>694</td><td>Cat</td><td>0641-2641</td></tr><tr><td>695</td><td>Patung</td><td>0642-2642</td></tr><tr><td>696</td><td>Obat Sayuran</td><td>0643-2643</td></tr><tr><td>697</td><td>Senapan Mainan</td><td>0644-2644</td></tr><tr><td>698</td><td>Surat Tercatat</td><td>0645-2645</td></tr><tr><td>699</td><td>Sabun Jerawat</td><td>0646-2646</td></tr><tr><td>700</td><td>Sikat</td><td>0647-2647</td></tr><tr><td>701</td><td>Poci Kopi</td><td>0648-2648</td></tr><tr><td>702</td><td>Timbangan Berdiri</td><td>0649-2649</td></tr><tr><td>703</td><td>Mainan</td><td>0650-2650</td></tr><tr><td>704</td><td>Amplop</td><td>0651-2651</td></tr><tr><td>705</td><td>Kertas Kuning</td><td>0652-2652</td></tr><tr><td>706</td><td>Magnit</td><td>0653-2653</td></tr><tr><td>707</td><td>Obat</td><td>0654-2654</td></tr><tr><td>708</td><td>Gunting</td><td>0655-2655</td></tr><tr><td>709</td><td>Terowongan</td><td>0656-2656</td></tr><tr><td>710</td><td>Cangkir</td><td>0657-2657</td></tr><tr><td>711</td><td>Bus Sekolah</td><td>0658-2658</td></tr><tr><td>712</td><td>Suryakanta (kaca pembesar)</td><td>0659-2659</td></tr><tr><td>713</td><td>Sumur</td><td>0660-2660</td></tr><tr><td>714</td><td>Bungkusan Nasi Uduk</td><td>0661-2661</td></tr><tr><td>715</td><td>Payung</td><td>0662-2662</td></tr><tr><td>716</td><td>Kelapa</td><td>0663-2663</td></tr><tr><td>717</td><td>Telur Ayam</td><td>0664-2664</td></tr><tr><td>718</td><td>Semangka</td><td>0665-2665</td></tr><tr><td>719</td><td>Surat Pengacara</td><td>0666-2666</td></tr><tr><td>720</td><td>Tempat Lilin</td><td>0667-2667</td></tr><tr><td>721</td><td>Kotak P3K</td><td>0668-2668</td></tr><tr><td>722</td><td>Surat Kabar Asing 0669-2669 Pelampung</td><td>0670-2670</td></tr><tr><td>723</td><td>Harmonika</td><td>0671-2671</td></tr><tr><td>724</td><td>Kotak Rokok</td><td>0672-2672</td></tr><tr><td>725</td><td>Ikat Pinggang</td><td>0673-2673</td></tr><tr><td>726</td><td>Sepatu Robek</td><td>0674-2674</td></tr><tr><td>727</td><td>Sepatu Baru</td><td>0675-2675</td></tr><tr><td>728</td><td>Sabun</td><td>0676-2676</td></tr><tr><td>729</td><td>Buah Pelir</td><td>0677-2677</td></tr><tr><td>730</td><td>Kain Merah</td><td>0678-2678</td></tr><tr><td>731</td><td>Air Mineral</td><td>0679-2679</td></tr><tr><td>732</td><td>Mesin Hitung Otomatis 0680-2680 Pulpen</td><td>0681-2681</td></tr><tr><td>733</td><td>Kulit Binatang</td><td>0682-2682</td></tr><tr><td>734</td><td>Foto Bintang Film</td><td>0683-2683</td></tr><tr><td>735</td><td>Tiket Palsu</td><td>0684-2684</td></tr><tr><td>736</td><td>Bakul Sayuran</td><td>0685-2685</td></tr><tr><td>737</td><td>Layangan</td><td>0686-2686</td></tr><tr><td>738</td><td>Gigi Kucing</td><td>0687-2687</td></tr><tr><td>739</td><td>Lentera Orang Mati</td><td>0688-2688</td></tr><tr><td>740</td><td>Timbangan Duduk</td><td>0689-2689</td></tr><tr><td>741</td><td>Ujung Dasi</td><td>0690-2690</td></tr><tr><td>742</td><td>Celana Dalam</td><td>0691-2691</td></tr><tr><td>743</td><td>Karangan Bunga</td><td>0692-2692</td></tr><tr><td>744</td><td>Dadu Palsu</td><td>0693-2693</td></tr><tr><td>745</td><td>Sengpui Kerang</td><td>0694-2694</td></tr><tr><td>746</td><td>Lonceng Tangan</td><td>0695-2695</td></tr><tr><td>747</td><td>Kaki</td><td>0696-2696</td></tr><tr><td>748</td><td>Kulit Ular</td><td>0697-2697</td></tr><tr><td>749</td><td>Penangkal Petir</td><td>0698-2698</td></tr><tr><td>750</td><td>Lemari Es</td><td>0699-2699</td></tr><tr><td>751</td><td>Gelas</td><td>0700-2700</td></tr><tr><td>752</td><td>Timbangan Gantung</td><td>0701-2701</td></tr><tr><td>753</td><td>Kalung</td><td>0702-2702</td></tr><tr><td>754</td><td>Bulu Mata Palsu</td><td>0703-2703</td></tr><tr><td>755</td><td>Pipa Rokok</td><td>0704-2704</td></tr><tr><td>756</td><td>Kursi Pencukur</td><td>0705-2705</td></tr><tr><td>757</td><td>Alat Pemanas Makanan</td><td>0706-2706</td></tr><tr><td>758</td><td>Tangan</td><td>0707-2707</td></tr><tr><td>759</td><td>Alat Bantu Dengar</td><td>0708-2708</td></tr><tr><td>760</td><td>Mangkok Plastik</td><td>0709-2709</td></tr><tr><td>761</td><td>Kipas Sutra</td><td>0710-2710</td></tr><tr><td>762</td><td>Pisau Buah</td><td>0711-2711</td></tr><tr><td>763</td><td>Tembok</td><td>0712-2712</td></tr><tr><td>764</td><td>Lampu Sinyal Alarm 0713-2713 Keranjang Ikan</td><td>0714-2714</td></tr><tr><td>765</td><td>Matahari</td><td>0715-2715</td></tr><tr><td>766</td><td>Komponen Mesin</td><td>0716-2716</td></tr><tr><td>767</td><td>Meja</td><td>0717-2717</td></tr><tr><td>768</td><td>Baju Ganjil</td><td>0718-2718</td></tr><tr><td>769</td><td>Pakaian Raja</td><td>0719-2719</td></tr><tr><td>770</td><td>Pisau Sayur</td><td>0720-2720</td></tr><tr><td>771</td><td>Suling</td><td>0721-2721</td></tr><tr><td>772</td><td>Gigi Emas</td><td>0722-2722</td></tr><tr><td>773</td><td>Kain</td><td>0723-2723</td></tr><tr><td>774</td><td>Klip</td><td>0724-2724</td></tr><tr><td>775</td><td>Pisau Cukur</td><td>0725-2725</td></tr><tr><td>776</td><td>Buah Melon</td><td>0726-2726</td></tr><tr><td>777</td><td>Buku Mode</td><td>0727-2727</td></tr><tr><td>778</td><td>Telur Burung</td><td>0728-2728</td></tr><tr><td>779</td><td>Mesin Tenun</td><td>0729-2729</td></tr><tr><td>780</td><td>Serbuk Cuci Detergen</td><td>0730-2730</td></tr><tr><td>781</td><td>Topi Baja</td><td>0731-2731</td></tr><tr><td>782</td><td>Bantal</td><td>0732-2732</td></tr><tr><td>783</td><td>Pasta gigi</td><td>0733-2733</td></tr><tr><td>784</td><td>Dompet</td><td>0734-2734</td></tr><tr><td>785</td><td>Surat Wasiat</td><td>0735-2735</td></tr><tr><td>786</td><td>Ranjang Susun</td><td>0736-2736</td></tr><tr><td>787</td><td>Buku Album</td><td>0737-2737</td></tr><tr><td>788</td><td>Peluru</td><td>0738-2738</td></tr><tr><td>789</td><td>Obat Syirup</td><td>0739-2739</td></tr><tr><td>790</td><td>Klip</td><td>0740-2740</td></tr><tr><td>791</td><td>Kertas Merah</td><td>0741-2741</td></tr><tr><td>792</td><td>Kail (Mata Pancing)</td><td>0742-2742</td></tr><tr><td>793</td><td>Buku Desain</td><td>0743-2743</td></tr><tr><td>794</td><td>Bak Cuci (Baskom)</td><td>0744-2744</td></tr><tr><td>795</td><td>Gelembung</td><td>0745-2745</td></tr><tr><td>796</td><td>Surat Persatuan</td><td>0746-2746</td></tr><tr><td>797</td><td>Antena Radio</td><td>0747-2747</td></tr><tr><td>798</td><td>Telur Itik</td><td>0748-2748</td></tr><tr><td>799</td><td>Sangkar Burung</td><td>0749-2749</td></tr><tr><td>800</td><td>Pedati</td><td>0750-2750</td></tr><tr><td>801</td><td>Mahyong</td><td>0751-2751</td></tr><tr><td>802</td><td>Shampo</td><td>0752-2752</td></tr><tr><td>803</td><td>Jarum Pentul</td><td>0753-2753</td></tr><tr><td>804</td><td>Cukai (Pajak Nomor Rumah)</td><td>0754-2754</td></tr><tr><td>805</td><td>Lampu Jalan</td><td>0755-2755</td></tr><tr><td>806</td><td>Penggiling Beras</td><td>0756-2756</td></tr><tr><td>807</td><td>Bawang Bombai</td><td>0757-2757</td></tr><tr><td>808</td><td>Dulang Abu</td><td>0758-2758</td></tr><tr><td>809</td><td>Uang Sokongan</td><td>0759-2759</td></tr><tr><td>810</td><td>Pohon Buah-Buahan 0760-2760 Kartu Ulang Tahun</td><td>0761-2761</td></tr><tr><td>811</td><td>Bendera</td><td>0762-2762</td></tr><tr><td>812</td><td>Meja Makan</td><td>0763-2763</td></tr><tr><td>813</td><td>Patung</td><td>0764-2764</td></tr><tr><td>814</td><td>Badan</td><td>0765-2765</td></tr><tr><td>815</td><td>Tengkorak</td><td>0766-2766</td></tr><tr><td>816</td><td>Kartu Perkawinan</td><td>0767-2767</td></tr><tr><td>817</td><td>Batu Besar</td><td>0768-2768</td></tr><tr><td>818</td><td>Saripati Sayuran (Sayuran)</td><td>0769-2769</td></tr><tr><td>819</td><td>Lambung</td><td>0770-2770</td></tr><tr><td>820</td><td>Batu Bata</td><td>0771-2771</td></tr><tr><td>821</td><td>Rak Kaset</td><td>0772-2772</td></tr><tr><td>822</td><td>Kuda Bambu</td><td>0773-2773</td></tr><tr><td>823</td><td>Lidah</td><td>0774-2774</td></tr><tr><td>824</td><td>Bola Sepak</td><td>0775-2775</td></tr><tr><td>825</td><td>Kurungan Ayam</td><td>0776-2776</td></tr><tr><td>826</td><td>Buku Ramalan</td><td>0777-2777</td></tr><tr><td>827</td><td>Sampul</td><td>0778-2778</td></tr><tr><td>828</td><td>Kamera Baru</td><td>0779-2779</td></tr><tr><td>829</td><td>Hanger</td><td>0780-2780</td></tr><tr><td>830</td><td>Beras</td><td>0781-2781</td></tr><tr><td>831</td><td>Intan Imitasi</td><td>0782-2782</td></tr><tr><td>832</td><td>Kantong Pistol</td><td>0783-2783</td></tr><tr><td>833</td><td>Kuda Kayu</td><td>0784-2784</td></tr><tr><td>834</td><td>Gigi Perak</td><td>0785-2785</td></tr><tr><td>835</td><td>Syal</td><td>0786-2786</td></tr><tr><td>836</td><td>Lampu Minyak</td><td>0787-2787</td></tr><tr><td>837</td><td>Bola Takraw</td><td>0788-2788</td></tr><tr><td>838</td><td>Baju Cina</td><td>0789-2789</td></tr><tr><td>839</td><td>Parasut</td><td>0790-2790</td></tr><tr><td>840</td><td>Asam (Buah Cempa)</td><td>0791-2791</td></tr><tr><td>841</td><td>Bordir (Jahitan)</td><td>0792-2792</td></tr><tr><td>842</td><td>Kursi Ganjil</td><td>0793-2793</td></tr><tr><td>843</td><td>Buah Dada (Payudara) 0794-2794 Meteran Parkir</td><td>0795-2795</td></tr><tr><td>844</td><td>Surat Cinta</td><td>0796-2796</td></tr><tr><td>845</td><td>Roller Skate</td><td>0797-2797</td></tr><tr><td>846</td><td>Lumpang (Lesung)</td><td>0798-2798</td></tr><tr><td>847</td><td>Shampo</td><td>0799-2799</td></tr><tr><td>848</td><td>Mie Kwanlow</td><td>0800-2800</td></tr><tr><td>849</td><td>Bahan Kimia</td><td>0801-2801</td></tr><tr><td>850</td><td>Lampu Listrik</td><td>0802-2802</td></tr><tr><td>851</td><td>Handuk</td><td>0803-2803</td></tr><tr><td>852</td><td>Lemari Besi</td><td>0804-2804</td></tr><tr><td>853</td><td>Borgol</td><td>0805-2805</td></tr><tr><td>854</td><td>Batu Permata</td><td>0806-2806</td></tr><tr><td>855</td><td>Pulpen</td><td>0807-2807</td></tr><tr><td>856</td><td>Kapal Layar</td><td>0808-2808</td></tr><tr><td>857</td><td>Mesin Cetak Foto</td><td>0809-2809</td></tr><tr><td>858</td><td>Obat Naftalin</td><td>0810-2810</td></tr><tr><td>859</td><td>Sari Buah</td><td>0811-2811</td></tr><tr><td>860</td><td>Kail (Mata Pancing) 0812-2812 Kalung Palsu</td><td>0813-2813</td></tr><tr><td>861</td><td>Pot Bunga</td><td>0814-2814</td></tr><tr><td>862</td><td>Kaset Tape</td><td>0815-2815</td></tr><tr><td>863</td><td>Anglo</td><td>0816-2816</td></tr><tr><td>864</td><td>Pencukur</td><td>0817-2817</td></tr><tr><td>865</td><td>Rol Film</td><td>0818-2818</td></tr><tr><td>866</td><td>Timbangan Duduk</td><td>0819-2819</td></tr><tr><td>867</td><td>Kereta Api Mainan</td><td>0820-2820</td></tr><tr><td>868</td><td>Susu Milk</td><td>0821-2821</td></tr><tr><td>869</td><td>Halaman Rumah</td><td>0822-2822</td></tr><tr><td>870</td><td>Formulir Asuransi</td><td>0823-2823</td></tr><tr><td>871</td><td>Surat Express</td><td>0824-2824</td></tr><tr><td>872</td><td>Gigi</td><td>0825-2825</td></tr><tr><td>873</td><td>Buku Harian (Diary)</td><td>0826-2826</td></tr><tr><td>874</td><td>Lilin Kuning</td><td>0827-2827</td></tr><tr><td>875</td><td>Tas Tangan</td><td>0828-2828</td></tr><tr><td>876</td><td>Kembang Gula</td><td>0829-2829</td></tr><tr><td>877</td><td>Buku Cerita Percintaan</td><td>0830-2830</td></tr><tr><td>878</td><td>Pisau Deres</td><td>0831-2831</td></tr><tr><td>879</td><td>Buah Apel</td><td>0832-2832</td></tr><tr><td>880</td><td>Buku Latihan</td><td>0833-2833</td></tr><tr><td>881</td><td>Mata Uang Logam</td><td>0834-2834</td></tr><tr><td>882</td><td>Spoid (Suntikan)</td><td>0835-2835</td></tr><tr><td>883</td><td>Meja Sembahyang Ganjil</td><td>0836-2836</td></tr><tr><td>884</td><td>Pintu</td><td>0837-2837</td></tr><tr><td>885</td><td>Sisir</td><td>0838-2838</td></tr><tr><td>886</td><td>Rumah Tembok</td><td>0839-2839</td></tr><tr><td>887</td><td>Nomor Polis Mobil 0840-2840 Jepitan</td><td>0841-2841</td></tr><tr><td>888</td><td>Dot</td><td>0842-2842</td></tr><tr><td>889</td><td>Surfer (Sky Air)</td><td>0843-2843</td></tr><tr><td>890</td><td>Kayu Bakar</td><td>0844-2844</td></tr><tr><td>891</td><td>Sidik Jari</td><td>0845-2845</td></tr><tr><td>892</td><td>Sawah</td><td>0846-2846</td></tr><tr><td>893</td><td>Antena Mobil</td><td>0847-2847</td></tr><tr><td>894</td><td>Sekoci</td><td>0848-2848</td></tr><tr><td>895</td><td>Patung</td><td>0849-2849</td></tr><tr><td>896</td><td>Medali</td><td>0850-2850</td></tr><tr><td>897</td><td>Benang</td><td>0851-2851</td></tr><tr><td>898</td><td>Gunting</td><td>0852-2852</td></tr><tr><td>899</td><td>Krim Muka</td><td>0853-2853</td></tr><tr><td>900</td><td>Limau Cina</td><td>0854-2854</td></tr><tr><td>901</td><td>Selang Penyiram</td><td>0855-2855</td></tr><tr><td>902</td><td>Baju Pelampung</td><td>0856-2856</td></tr><tr><td>903</td><td>Bibir</td><td>0857-2857</td></tr><tr><td>904</td><td>Lift</td><td>0858-2858</td></tr><tr><td>905</td><td>Meja Tulis</td><td>0859-2859</td></tr><tr><td>906</td><td>Laporan Kematian</td><td>0860-2860</td></tr><tr><td>907</td><td>Pakaian Seragam</td><td>0861-2861</td></tr><tr><td>908</td><td>Anak Panah</td><td>0862-2862</td></tr><tr><td>909</td><td>Keranjang Bunga</td><td>0863-2863</td></tr><tr><td>910</td><td>Mobil</td><td>0864-2864</td></tr><tr><td>911</td><td>Selang Karet</td><td>0865-2865</td></tr><tr><td>912</td><td>Kotak Makanan</td><td>0866-2866</td></tr><tr><td>913</td><td>Penis</td><td>0867-2867</td></tr><tr><td>914</td><td>Perut</td><td>0868-2868</td></tr><tr><td>915</td><td>Arang Membara</td><td>0869-2869</td></tr><tr><td>916</td><td>Batu Giok</td><td>0871-2871</td></tr><tr><td>917</td><td>Piringan Hitam</td><td>0872-2872</td></tr><tr><td>918</td><td>Gitar Cina</td><td>0873-2873</td></tr><tr><td>919</td><td>Kaos Tangan</td><td>0874-2874</td></tr><tr><td>920</td><td>Kulit Buaya</td><td>0875-2875</td></tr><tr><td>921</td><td>Akte Kelahiran</td><td>0877-2877</td></tr><tr><td>922</td><td>Gendang</td><td>0878-2878</td></tr><tr><td>923</td><td>Mobil Balap</td><td>0879-2879</td></tr><tr><td>924</td><td>Bulu Dada</td><td>0880-2880</td></tr><tr><td>925</td><td>Bulu Mata</td><td>0881-2881</td></tr><tr><td>926</td><td>Makanan Tiruan</td><td>0883-2883</td></tr><tr><td>927</td><td>Jarum Jahit</td><td>0884-2884</td></tr><tr><td>928</td><td>Tikar Lantai</td><td>0885-2885</td></tr><tr><td>929</td><td>Uang Kertas Lama</td><td>0886-2886</td></tr><tr><td>930</td><td>Kran Umum</td><td>0887-2887</td></tr><tr><td>931</td><td>Sempritan Polisi 0888-2888 Komponen Motor</td><td>0889-2889</td></tr><tr><td>932</td><td>Botol Minuman</td><td>0890-2890</td></tr><tr><td>933</td><td>Mobil Palsu</td><td>0891-2891</td></tr><tr><td>934</td><td>Timba</td><td>0892-2892</td></tr><tr><td>935</td><td>Batu Kecil</td><td>0893-2893</td></tr><tr><td>936</td><td>Telur Ikan</td><td>0895-2895</td></tr><tr><td>937</td><td>Meja</td><td>0896-2896</td></tr><tr><td>938</td><td>Meja Pimpong</td><td>0897-2897</td></tr><tr><td>939</td><td>Botol Obat</td><td>0898-2898</td></tr><tr><td>940</td><td>Lembaran Karet</td><td>0899-2899</td></tr><tr><td>941</td><td>Amplas</td><td>0900-2900</td></tr><tr><td>942</td><td>Salib</td><td>0901-2901</td></tr><tr><td>943</td><td>Tali</td><td>0902-2902</td></tr><tr><td>944</td><td>Paru-Paru</td><td>0903-2903</td></tr><tr><td>945</td><td>Cap Jari</td><td>0904-2904</td></tr><tr><td>946</td><td>Mesin Pengurang Berat 0905-2905 Kunci Telpon</td><td>0906-2906</td></tr><tr><td>947</td><td>Giok Imitasi</td><td>0907-2907</td></tr><tr><td>948</td><td>Bulu Kaiki</td><td>0908-2908</td></tr><tr><td>949</td><td>Telpon Umum</td><td>0909-2909</td></tr><tr><td>950</td><td>Kantung Kopi</td><td>0910-2910</td></tr><tr><td>951</td><td>Jaring (Jala)</td><td>0912-2912</td></tr><tr><td>952</td><td>Mentega</td><td>0913-2913</td></tr><tr><td>953</td><td>Sepatu Pelajar</td><td>0914-2914</td></tr><tr><td>954</td><td>Tusuk Gigi</td><td>0915-2915</td></tr><tr><td>955</td><td>Lampu Otomatis</td><td>0916-2916</td></tr><tr><td>956</td><td>Surat Dinas Luar Kota 0917-2917 Detektor Kapal Terbang</td><td>0918-2918</td></tr><tr><td>957</td><td>Kompor Minyak</td><td>0919-2919</td></tr><tr><td>958</td><td>Ketiak</td><td>0920-2920</td></tr><tr><td>959</td><td>Tempat Tusuk Gigi</td><td>0921-2921</td></tr><tr><td>960</td><td>Botol Banyak</td><td>0923-2923</td></tr><tr><td>961</td><td>Pohon Natal</td><td>0924-2924</td></tr><tr><td>962</td><td>Kuda Besi</td><td>0925-2925</td></tr><tr><td>963</td><td>Hadiah</td><td>0926-2926</td></tr><tr><td>964</td><td>Cangkir Sembahyang</td><td>0927-2927</td></tr><tr><td>965</td><td>Mesin Potong Rumput</td><td>0929-2929</td></tr><tr><td>966</td><td>Kaleng Timah</td><td>0930-2930</td></tr><tr><td>967</td><td>Shampo</td><td>0931-2931</td></tr><tr><td>968</td><td>Bintil Dimulut</td><td>0932-2932</td></tr><tr><td>969</td><td>Ranjang Kanvas</td><td>0934-2934</td></tr><tr><td>970</td><td>Cap Perusahaan (Stempel)</td><td>0935-2935</td></tr><tr><td>971</td><td>Buku Astrologi</td><td>0936-2936</td></tr><tr><td>972</td><td>Lampu Gas</td><td>0937-2937</td></tr><tr><td>973</td><td>Kantong Kacamata 0938-2938 Pembalut Wanita</td><td>0939-2939</td></tr><tr><td>974</td><td>Jari Tangan</td><td>0940-2940</td></tr><tr><td>975</td><td>Botol Susu Bayi</td><td>0941-2941</td></tr><tr><td>976</td><td>Lampu Meja</td><td>0942-2942</td></tr><tr><td>977</td><td>Pentas</td><td>0943-2943</td></tr><tr><td>978</td><td>Kuas</td><td>0945-2945</td></tr><tr><td>979</td><td>Rekening Air</td><td>0946-2946</td></tr><tr><td>980</td><td>Durian</td><td>0947-2947</td></tr><tr><td>981</td><td>Sepeda Sport</td><td>0948-2948</td></tr><tr><td>982</td><td>Tangga Ganjil</td><td>0949-2949</td></tr><tr><td>983</td><td>Hioswa Berar (Dupa) 0950-2950 Hidung</td><td>0951-2951</td></tr><tr><td>984</td><td>Kotak Kertas</td><td>0952-2952</td></tr><tr><td>985</td><td>Bom Atom</td><td>0953-2953</td></tr><tr><td>986</td><td>Bulan</td><td>0954-2954</td></tr><tr><td>987</td><td>Punggung</td><td>0955-2955</td></tr><tr><td>988</td><td>Tas Kulit Macan</td><td>0957-2957</td></tr><tr><td>989</td><td>Tangga Batu</td><td>0958-2958</td></tr><tr><td>990</td><td>Kartu Magic</td><td>0959-2959</td></tr><tr><td>991</td><td>Tulang Pinggul</td><td>0960-2960</td></tr><tr><td>992</td><td>Mobil Derek</td><td>0961-2961</td></tr><tr><td>993</td><td>Restaurant</td><td>0963-2963</td></tr><tr><td>994</td><td>Pohon Manggis</td><td>0964-2964</td></tr><tr><td>995</td><td>Daging</td><td>0965-2965</td></tr><tr><td>996</td><td>Lilin</td><td>0966-2966</td></tr><tr><td>997</td><td>Tinta</td><td>0967-2967</td></tr><tr><td>998</td><td>Jam Tangan Baterai</td><td>0969-2969</td></tr><tr><td>999</td><td>Pemotong Tiket</td><td>0970-2970</td></tr><tr><td>1000</td><td>Kumis</td><td>0971-2971</td></tr><tr><td>1001</td><td>Sayuran</td><td>0972-2972</td></tr><tr><td>1002</td><td>Lilin Ulang Tahun</td><td>0973-2973</td></tr><tr><td>1003</td><td>Lampu Gas</td><td>0975-2975</td></tr><tr><td>1004</td><td>Kartu Wisata</td><td>0976-2976</td></tr><tr><td>1005</td><td>Hadiah Buku Harian</td><td>0977-2977</td></tr><tr><td>1006</td><td>Yodium</td><td>0978-2978</td></tr><tr><td>1007</td><td>Gelang Giok</td><td>0979-2979</td></tr><tr><td>1008</td><td>Keriput</td><td>0981-2981</td></tr><tr><td>1009</td><td>Gunting Rambut</td><td>0982-2982</td></tr><tr><td>1010</td><td>Kuku</td><td>0983-2983</td></tr><tr><td>1011</td><td>Jepitan Rambut</td><td>0984-2984</td></tr><tr><td>1012</td><td>Kotak Karet</td><td>0985-2985</td></tr><tr><td>1013</td><td>Buah-Buahan</td><td>0987-2987</td></tr><tr><td>1014</td><td>Kepingan Kayu</td><td>0988-2988</td></tr><tr><td>1015</td><td>Kereta Sampah</td><td>0989-2989</td></tr><tr><td>1016</td><td>Mobil Mainan</td><td>0990-2990</td></tr><tr><td>1017</td><td>Jalan Raya</td><td>0991-2991</td></tr><tr><td>1018</td><td>Periuk Obat</td><td>0993-2993</td></tr><tr><td>1019</td><td>Hiasan Mobil</td><td>0994-2994</td></tr><tr><td>1020</td><td>Kaki</td><td>0995-2995</td></tr><tr><td>1021</td><td>Cakar Macan</td><td>0996-2996</td></tr><tr><td>1022</td><td>Surat Cinta</td><td>0997-2997</td></tr><tr><td>1023</td><td>Lentera (Pelita)</td><td>0999-2999</td></tr><tr><td>1024</td><td>Manggis</td><td>1000-7000</td></tr><tr><td>1025</td><td>Kipas</td><td>1001-7001</td></tr><tr><td>1026</td><td>Hot Dog</td><td>1002-7002</td></tr><tr><td>1027</td><td>Blue Lotion</td><td>1003-7003</td></tr><tr><td>1028</td><td>Telegram</td><td>1005-7005</td></tr><tr><td>1029</td><td>Surat Asing</td><td>1006-7006</td></tr><tr><td>1030</td><td>Sepatu Dewasa</td><td>1007-7007</td></tr><tr><td>1031</td><td>Bola Polo</td><td>1008-7008</td></tr><tr><td>1032</td><td>Mesin Test</td><td>1009-7009</td></tr><tr><td>1033</td><td>Peti Uang (Brankas)</td><td>1011-7011</td></tr><tr><td>1034</td><td>Saluran Air</td><td>1012-7012</td></tr><tr><td>1035</td><td>Perut</td><td>1013-7013</td></tr><tr><td>1036</td><td>Kacang Kalengan</td><td>1014-7014</td></tr><tr><td>1037</td><td>Wig</td><td>1015-7015</td></tr><tr><td>1038</td><td>Bola Pingpong</td><td>1017-7017</td></tr><tr><td>1039</td><td>Ginseng Korea</td><td>1018-7018</td></tr><tr><td>1040</td><td>Ruang Tamu</td><td>1019-7019</td></tr><tr><td>1041</td><td>Mulut</td><td>1020-7020</td></tr><tr><td>1042</td><td>Jala Nyamuk</td><td>1021-7021</td></tr><tr><td>1043</td><td>Antena Tv</td><td>1023-7023</td></tr><tr><td>1044</td><td>Lisensi Palsu</td><td>1024-7024</td></tr><tr><td>1045</td><td>Arak Kalengan</td><td>1025-7025</td></tr><tr><td>1046</td><td>Pemadam Api</td><td>1026-7026</td></tr><tr><td>1047</td><td>Rantai Kaki</td><td>1027-7027</td></tr><tr><td>1048</td><td>Monumen</td><td>1029-7029</td></tr><tr><td>1049</td><td>Dahi</td><td>1030-7030</td></tr><tr><td>1050</td><td>Tissue Wc</td><td>1031-7031</td></tr><tr><td>1051</td><td>Kulit Kayu</td><td>1032-7032</td></tr><tr><td>1052</td><td>Karung</td><td>1033-7033</td></tr><tr><td>1053</td><td>Kunci</td><td>1035-7035</td></tr><tr><td>1054</td><td>Mainan Kapal Terbang</td><td>1036-7036</td></tr><tr><td>1055</td><td>Usus Besar</td><td>1037-7037</td></tr><tr><td>1056</td><td>Stetoskop</td><td>1038-7038</td></tr><tr><td>1057</td><td>Teh</td><td>1040-7040</td></tr><tr><td>1058</td><td>Pompa Air</td><td>1041-7041</td></tr><tr><td>1059</td><td>Lengan</td><td>1042-7042</td></tr><tr><td>1060</td><td>Jackpot Palsu</td><td>1043-7043</td></tr><tr><td>1061</td><td>Tong Gas</td><td>1044-7044</td></tr><tr><td>1062</td><td>Pohon Pisang</td><td>1046-7046</td></tr><tr><td>1063</td><td>Roda</td><td>1047-7047</td></tr><tr><td>1064</td><td>Tudung Saji</td><td>1048-7048</td></tr><tr><td>1065</td><td>Pakaian Renang</td><td>1049-7049</td></tr><tr><td>1066</td><td>Antenna Otomatis</td><td>1050-7050</td></tr><tr><td>1067</td><td>Tangga Kebakaran 1051-7051 Beasiswa</td><td>1052-7052</td></tr><tr><td>1068</td><td>Pinggang</td><td>1053-7053</td></tr><tr><td>1069</td><td>Raket</td><td>1054-7054</td></tr><tr><td>1070</td><td>Buku Mimpi</td><td>1055-7055</td></tr><tr><td>1071</td><td>Pinggang</td><td>1056-7056</td></tr><tr><td>1072</td><td>Kloka</td><td>1058-7058</td></tr><tr><td>1073</td><td>Paspor Palsu</td><td>1059-7059</td></tr><tr><td>1074</td><td>Tinta</td><td>1060-7060</td></tr><tr><td>1075</td><td>Gembor (Alat Penyiram Tanaman)</td><td>1061-7061</td></tr><tr><td>1076</td><td>Emas Lantakan</td><td>1063-7063</td></tr><tr><td>1077</td><td>Biskuit Kalengan</td><td>1064-7064</td></tr><tr><td>1078</td><td>Cermin</td><td>1065-7065</td></tr><tr><td>1079</td><td>Ambulance</td><td>1066-7066</td></tr><tr><td>1080</td><td>Penggaris Mistar</td><td>1067-7067</td></tr><tr><td>1081</td><td>Buku Telpon</td><td>1069-7069</td></tr><tr><td>1082</td><td>Paha</td><td>1070-7070</td></tr><tr><td>1083</td><td>Serbuk Deterjen</td><td>1071-7071</td></tr><tr><td>1084</td><td>Pen Warna</td><td>1072-7072</td></tr><tr><td>1085</td><td>Angin Tornado</td><td>1073-7073</td></tr><tr><td>1086</td><td>Telinga</td><td>1075-7075</td></tr><tr><td>1087</td><td>Kaleng Minyak Tanah</td><td>1076-7076</td></tr><tr><td>1088</td><td>Kapas</td><td>1077-7077</td></tr><tr><td>1089</td><td>Pistol Palsu</td><td>1078-7078</td></tr><tr><td>1090</td><td>Bedak Wangi</td><td>1079-7079</td></tr><tr><td>1091</td><td>Gigi Palsu</td><td>1081-7081</td></tr><tr><td>1092</td><td>Nisan</td><td>1082-7082</td></tr><tr><td>1093</td><td>Buah Kalengan</td><td>1083-7083</td></tr><tr><td>1094</td><td>Tahi Lalat</td><td>1084-7084</td></tr><tr><td>1095</td><td>Tang Jepit</td><td>1085-7085</td></tr><tr><td>1096</td><td>Tempat Hio (Dupa)</td><td>1087-7087</td></tr><tr><td>1097</td><td>Peniti</td><td>1088-7088</td></tr><tr><td>1098</td><td>Surat Pajak</td><td>1089-7089</td></tr><tr><td>1099</td><td>Kulit Sapi</td><td>1090-7090</td></tr><tr><td>1100</td><td>Tas Travel</td><td>1091-7091</td></tr><tr><td>1101</td><td>Tumit</td><td>1093-7093</td></tr><tr><td>1102</td><td>Surat Cerai</td><td>1094-7094</td></tr><tr><td>1103</td><td>Balon</td><td>1095-7095</td></tr><tr><td>1104</td><td>Lampu Dinding</td><td>1096-7096</td></tr><tr><td>1105</td><td>Alat Pemasak Listrik</td><td>1097-7097</td></tr><tr><td>1106</td><td>Tumbuhan Obat</td><td>1099-7099</td></tr><tr><td>1107</td><td>Semangka Manis</td><td>1100-7100</td></tr><tr><td>1108</td><td>Baju</td><td>1101-7101</td></tr><tr><td>1109</td><td>Jimat Penangkal</td><td>1102-7102</td></tr><tr><td>1110</td><td>Meja Sembahyang</td><td>1103-7103</td></tr><tr><td>1111</td><td>Kuku Jari Kaki 1104-7104 Bendungan Pecah</td><td>1105-7105</td></tr><tr><td>1112</td><td>Kalung</td><td>1106-7106</td></tr><tr><td>1113</td><td>Produk Kertas Sembahyang</td><td>1107-7107</td></tr><tr><td>1114</td><td>Obat Palsu</td><td>1108-7108</td></tr><tr><td>1115</td><td>Gelang</td><td>1110-7110</td></tr><tr><td>1116</td><td>Kursi Goyang</td><td>1111-7111</td></tr><tr><td>1117</td><td>Bintil Di Hidung</td><td>1112-7112</td></tr><tr><td>1118</td><td>Kue Tart Ulang Tahun</td><td>1113-7113</td></tr><tr><td>1119</td><td>Kapal Mainan</td><td>1114-7114</td></tr><tr><td>1120</td><td>Kipas Kertas</td><td>1116-7116</td></tr><tr><td>1121</td><td>Mobil Kematian</td><td>1117-7117</td></tr><tr><td>1122</td><td>Foto Pigura</td><td>1118-7118</td></tr><tr><td>1123</td><td>Kurungan Kelinci</td><td>1119-7119</td></tr><tr><td>1124</td><td>Pesawat Terbang</td><td>1120-7120</td></tr><tr><td>1125</td><td>Palungan Bak Kuda 1121-7121 Tusuk Gigi</td><td>1122-7122</td></tr><tr><td>1126</td><td>Penjual Gorengan</td><td>1123-7123</td></tr><tr><td>1127</td><td>Kuku Kaki</td><td>1124-7124</td></tr><tr><td>1128</td><td>Permen Batuk</td><td>1125-7125</td></tr><tr><td>1129</td><td>Undian Sosial Palsu</td><td>1126-7126</td></tr><tr><td>1130</td><td>Ban</td><td>1128-7128</td></tr><tr><td>1131</td><td>Palu Lelang</td><td>1129-7129</td></tr><tr><td>1132</td><td>Kotak Surat</td><td>1130-7130</td></tr><tr><td>1133</td><td>Surfer</td><td>1131-7131</td></tr><tr><td>1134</td><td>Torpedo</td><td>1132-7132</td></tr><tr><td>1135</td><td>Celana Panjang 1133-7133 Kumpulan Sampah (Bak Sampah)</td><td>1134-7134</td></tr><tr><td>1136</td><td>Intan</td><td>1135-7135</td></tr><tr><td>1137</td><td>Permata Imitasi</td><td>1136-7136</td></tr><tr><td>1138</td><td>Tikungan</td><td>1137-7137</td></tr><tr><td>1139</td><td>Hioswa Kecil (D</td><td>pa Kecil)</td></tr><tr><td>1140</td><td>Rangkaian Bunga</td><td>1140-7140</td></tr><tr><td>1141</td><td>Kalung Emas</td><td>1141-7141</td></tr><tr><td>1142</td><td>Kaki</td><td>1142-7142</td></tr><tr><td>1143</td><td>Koran Bahasa Inggris 1143-7143 Surat Peringatan</td><td>1144-7144</td></tr><tr><td>1144</td><td>AC Mobil</td><td>1145-7145</td></tr><tr><td>1145</td><td>Lampu Warna</td><td>1146-7146</td></tr><tr><td>1146</td><td>Mobil Kontainer</td><td>1147-7147</td></tr><tr><td>1147</td><td>Kotak Rokok</td><td>1148-7148</td></tr><tr><td>1148</td><td>Tasbih Budha 1149-7149 Lowongan Sekertaris</td><td>1150-7150</td></tr><tr><td>1149</td><td>Sayur Di Dalam Mobil</td><td>1151-7151</td></tr><tr><td>1150</td><td>Baju Jatuh Di Lantai</td><td>1152-7152</td></tr><tr><td>1151</td><td>Permandian Kosong</td><td>1153-7153</td></tr><tr><td>1152</td><td>Kacamata Mengembun 1154-7154 Berita Gempa Bumi</td><td>1155-7155</td></tr><tr><td>1153</td><td>Pom Bensin Meledak</td><td>1156-7156</td></tr><tr><td>1154</td><td>Tak Ada Air Cuci Muka</td><td>1157-7157</td></tr><tr><td>1155</td><td>Kematian Istri</td><td>1158-7158</td></tr><tr><td>1156</td><td>Angsuran Rumah Sampai Masanya</td><td>1160-7160</td></tr><tr><td>1157</td><td>Kereta Api Berhenti</td><td>1161-7161</td></tr><tr><td>1158</td><td>Berdoa Pada Dewa Bumi</td><td>1162-7162</td></tr><tr><td>1159</td><td>Tambak Kebanjiran 1163-7163 Tempat Dibom</td><td>1164-7164</td></tr><tr><td>1160</td><td>Pohon Tumbang Lalu Lintas Macet</td><td>1165-7165</td></tr><tr><td>1161</td><td>Air Mobil Bocor</td><td>1166-7166</td></tr><tr><td>1162</td><td>Proyektor Rusak</td><td>1167-7167</td></tr><tr><td>1163</td><td>Jemur Seragam Sekolah</td><td>1168-7168</td></tr><tr><td>1164</td><td>Sakit Perut</td><td>1169-7169</td></tr><tr><td>1165</td><td>Mati Kena Kanker</td><td>1170-7170</td></tr><tr><td>1166</td><td>Pohon Halangi Jalan</td><td>1171-7171</td></tr><tr><td>1167</td><td>Melukis Muka Aneh</td><td>1172-7172</td></tr><tr><td>1168</td><td>Banyak Pesawat 1173-7173 Lowongan Pelatih</td><td>1174-7174</td></tr><tr><td>1169</td><td>Menggadai Barang</td><td>1175-7175</td></tr><tr><td>1170</td><td>Pertandingan Sepak Bola</td><td>1176-7176</td></tr><tr><td>1171</td><td>Gigi Dicabut Berdarah</td><td>1177-7177</td></tr><tr><td>1172</td><td>Surat Cek Perusahaan Yang Kosong</td><td>1178-7178</td></tr><tr><td>1173</td><td>Bensin Campuran</td><td>1179-7179</td></tr><tr><td>1174</td><td>Menunggu Pembalap Lewat</td><td>1180-7180</td></tr><tr><td>1175</td><td>Berita Lotery</td><td>1181-7181</td></tr><tr><td>1176</td><td>Memakai Tanda Kematian</td><td>1182-7182</td></tr><tr><td>1177</td><td>Belajar Prakarya</td><td>1183-7183</td></tr><tr><td>1178</td><td>Kontest Kucing</td><td>1184-7184</td></tr><tr><td>1179</td><td>Reinkarnasi</td><td>1185-7185</td></tr><tr><td>1180</td><td>Kasino Yang Kosong</td><td>1186-7186</td></tr><tr><td>1181</td><td>Banyak Botol Tonikum</td><td>1187-7187</td></tr><tr><td>1182</td><td>Babi Bunting</td><td>1188-7188</td></tr><tr><td>1183</td><td>Lowongan Pemimpin Tari</td><td>1189-7189</td></tr><tr><td>1184</td><td>Tangkap Kelabang</td><td>1190-7190</td></tr><tr><td>1185</td><td>Restoran Yang Kosong</td><td>1192-7192</td></tr><tr><td>1186</td><td>Harga Saham Jatuh</td><td>1193-7193</td></tr><tr><td>1187</td><td>Kedai Yang Kosong</td><td>1194-7194</td></tr><tr><td>1188</td><td>Tas Plastik Yang Koyak 1195-7195 Bayi Mati</td><td>1196-7196</td></tr><tr><td>1189</td><td>Perjamuan Di Rumah</td><td>1197-7197</td></tr><tr><td>1190</td><td>Pasang Papan Niaga</td><td>1198-7198</td></tr><tr><td>1191</td><td>Kebun Kebanjiran</td><td>1199-7199</td></tr><tr><td>1192</td><td>Lowongan Tukang Masak</td><td>1200-7200</td></tr><tr><td>1193</td><td>Orang Lain Mati</td><td>1201-7201</td></tr><tr><td>1194</td><td>Ribut Dengan Tetangga</td><td>1202-7202</td></tr><tr><td>1195</td><td>Hioswa Patah (Dupa Patah)</td><td>1203-7203</td></tr><tr><td>1196</td><td>Rumah Kebanjiran</td><td>1205-7205</td></tr><tr><td>1197</td><td>Jumpa Ayah Mertua</td><td>1206-7206</td></tr><tr><td>1198</td><td>Surat Iuran TV</td><td>1207-7207</td></tr><tr><td>1199</td><td>Pengacara Tidak Di Kantor</td><td>1208-7208</td></tr><tr><td>1200</td><td>Menuggu Mentri 1209-7209 Dokumen</td><td>1210-7210</td></tr><tr><td>1201</td><td>Semut Di Dapur</td><td>1211-7211</td></tr><tr><td>1202</td><td>Lowongan Kasir</td><td>1212-7212</td></tr><tr><td>1203</td><td>Jok Mobil Terbakar</td><td>1213-7213</td></tr><tr><td>1204</td><td>Cemburu</td><td>1214-7214</td></tr><tr><td>1205</td><td>Harga Saham Naik 1215-7215 Menunggu Di Bus</td><td>1216-7216</td></tr><tr><td>1206</td><td>Kain Terbakar</td><td>1217-7217</td></tr><tr><td>1207</td><td>Mengatur Meja Sembahyang</td><td>1218-7218</td></tr><tr><td>1208</td><td>Naga Langit</td><td>1219-7219</td></tr><tr><td>1209</td><td>Alat Olah Raga Rusak 1220-7220 Buka Toko Cabang</td><td>1221-7221</td></tr><tr><td>1210</td><td>Banyak Pasien</td><td>1222-7222</td></tr><tr><td>1211</td><td>Pohon Bunga Roboh</td><td>1223-7223</td></tr><tr><td>1212</td><td>Bisnis Jelek</td><td>1224-7224</td></tr><tr><td>1213</td><td>Botol Plastik</td><td>1225-7225</td></tr><tr><td>1214</td><td>Tak Ada Orang Di Pompa Bensin</td><td>1226-7226</td></tr><tr><td>1215</td><td>Banyak Kuda</td><td>1227-7227</td></tr><tr><td>1216</td><td>Guntur (Petir)</td><td>1228-7228</td></tr><tr><td>1217</td><td>Buku Catatan Bank</td><td>1229-7229</td></tr><tr><td>1218</td><td>Pemakaman SDR</td><td>1230-7230</td></tr><tr><td>1219</td><td>Mesin Kertas Rusak 1231-7231 Langit Cerah</td><td>1232-7232</td></tr><tr><td>1220</td><td>Bintang Jatuh</td><td>1233-7233</td></tr><tr><td>1221</td><td>Baju Di Mobil</td><td>1234-7234</td></tr><tr><td>1222</td><td>Botol Lemon Pecah</td><td>1235-7235</td></tr><tr><td>1223</td><td>Iklan</td><td>1236-7236</td></tr><tr><td>1224</td><td>Bar Yang Kosong</td><td>1238-7238</td></tr><tr><td>1225</td><td>Macet Kena Banjir</td><td>1239-7239</td></tr><tr><td>1226</td><td>Lowongan Tukang Cukur</td><td>1240-7240</td></tr><tr><td>1227</td><td>Ada Kamar Sewa</td><td>1241-7241</td></tr><tr><td>1228</td><td>Kongsi Buka Kasino 1242-7242 Banyak Kain</td><td>1243-7243</td></tr><tr><td>1229</td><td>Semut Di Pohon</td><td>1244-7244</td></tr><tr><td>1230</td><td>Kaos Kaki Robek</td><td>1245-7245</td></tr><tr><td>1231</td><td>Uang Kertas Baru</td><td>1246-7246</td></tr><tr><td>1232</td><td>Kuil Yang Kosong</td><td>1248-7248</td></tr><tr><td>1233</td><td>Gadis Dapat Beasiswa</td><td>1249-7249</td></tr><tr><td>1234</td><td>Tak Ada Air</td><td>1250-7250</td></tr><tr><td>1235</td><td>Lupa Beri Angpao</td><td>1251-7251</td></tr><tr><td>1236</td><td>Wanita Hilang</td><td>1253-7253</td></tr><tr><td>1237</td><td>Lowongan Tukang Jahit</td><td>1254-7254</td></tr><tr><td>1238</td><td>Koran Bahasa Cina</td><td>1255-7255</td></tr><tr><td>1239</td><td>Tak Ada Surat Radio</td><td>1256-7256</td></tr><tr><td>1240</td><td>Meja kursi Kebakaran 1257-7257 Banyak Air</td><td>1258-7258</td></tr><tr><td>1241</td><td>Air Mengalir Dari Rumah</td><td>1259-7259</td></tr><tr><td>1242</td><td>Sarung Robek</td><td>1260-7260</td></tr><tr><td>1243</td><td>Mesin Uap Rusak</td><td>1261-7261</td></tr><tr><td>1244</td><td>Koran Bahasa India 1262-7262 Banyak Tanaman</td><td>1263-7263</td></tr><tr><td>1245</td><td>Tak Ada Orang Di Kebun</td><td>1264-7264</td></tr><tr><td>1246</td><td>Payung Bocor</td><td>1265-7265</td></tr><tr><td>1247</td><td>Macam-Macam Binatang</td><td>1267-7267</td></tr><tr><td>1248</td><td>Kecelakaan Traktor</td><td>1268-7268</td></tr><tr><td>1249</td><td>Perabotan Rusak</td><td>1269-7269</td></tr><tr><td>1250</td><td>Kartu Pasien Hilang</td><td>1270-7270</td></tr><tr><td>1251</td><td>Banyak Permata 1271-7271 Pembuluh Darah Tersumbat</td><td>1272-7272</td></tr><tr><td>1252</td><td>Kran Bocor</td><td>1273-7273</td></tr><tr><td>1253</td><td>Lalulintas Macet</td><td>1274-7274</td></tr><tr><td>1254</td><td>Relasi Sakit</td><td>1275-7275</td></tr><tr><td>1255</td><td>AC Mobil Rusak</td><td>1277-7277</td></tr><tr><td>1256</td><td>Jalan Kereta Api Rusak</td><td>1278-7278</td></tr><tr><td>1257</td><td>Peti Obat Yang Kosong</td><td>1279-7279</td></tr><tr><td>1258</td><td>Tissu WC Habis</td><td>1281-7281</td></tr><tr><td>1259</td><td>Mengangkut Sayur</td><td>1282-7282</td></tr><tr><td>1260</td><td>Air Termos Dingin</td><td>1283-7283</td></tr><tr><td>1261</td><td>Karyawan Mati</td><td>1284-7284</td></tr><tr><td>1262</td><td>Anak Hilang</td><td>1285-7285</td></tr><tr><td>1263</td><td>Hotel Yang Kosong</td><td>1287-7287</td></tr><tr><td>1264</td><td>Ada Pencuri Di Kuil</td><td>1288-7288</td></tr><tr><td>1265</td><td>Jualan Natal</td><td>1289-7289</td></tr><tr><td>1266</td><td>Warna Baju Pudar</td><td>1290-7290</td></tr><tr><td>1267</td><td>Cahaya Es</td><td>1291-7291</td></tr><tr><td>1268</td><td>Tak Ada Sabun Di Kamar Mandi</td><td>1293-7293</td></tr><tr><td>1269</td><td>Lantai Penuh Kertas Mahyong</td><td>1294-7294</td></tr><tr><td>1270</td><td>TV Tidak Ada Suaranya</td><td>1295-7295</td></tr><tr><td>1271</td><td>Lowongan Pelayan Toko</td><td>1296-7296</td></tr><tr><td>1272</td><td>Banyak Kosmetik</td><td>1297-7297</td></tr><tr><td>1273</td><td>Bensin Mobil Bocor</td><td>1298-7298</td></tr><tr><td>1274</td><td>Mengergaji Papan</td><td>1300-7300</td></tr><tr><td>1275</td><td>Dalam Rumah Ada Tai</td><td>1301-7301</td></tr><tr><td>1276</td><td>Tak Ada Orang Di Kebun</td><td>1302-7302</td></tr><tr><td>1277</td><td>Berita Kecelakaan</td><td>1303-7303</td></tr><tr><td>1278</td><td>Buka Satu Tambang</td><td>1305-7305</td></tr><tr><td>1279</td><td>Serangga Hinggap Di Anjing</td><td>1306-7306</td></tr><tr><td>1280</td><td>Banyak Peti Mati</td><td>1307-7307</td></tr><tr><td>1281</td><td>Pil Jatuh</td><td>1308-7308</td></tr><tr><td>1282</td><td>Manusia Diserang Gajah</td><td>1310-7310</td></tr><tr><td>1283</td><td>Gembor (Alat Penyiram Tanaman) Bocor</td><td>1311-7311</td></tr><tr><td>1284</td><td>Kabar Keributan</td><td>1313-7313</td></tr><tr><td>1285</td><td>Ada Semut Di Pohon Mangga</td><td>1314-7314</td></tr><tr><td>1286</td><td>Kambing Bunting</td><td>1315-7315</td></tr><tr><td>1287</td><td>Kapal Besi Rusak</td><td>1316-7316</td></tr><tr><td>1288</td><td>Anjing Menyalak Tuannya</td><td>1317-7317</td></tr><tr><td>1289</td><td>Radiator Kosong</td><td>1318-7318</td></tr><tr><td>1290</td><td>Berita Aneh</td><td>1319-7319</td></tr><tr><td>1291</td><td>Telpon Umum Dikunci</td><td>1320-7320</td></tr><tr><td>1292</td><td>Beli Kemoceng Baru</td><td>1322-7322</td></tr><tr><td>1293</td><td>Pemogokan Bank</td><td>1323-7323</td></tr><tr><td>1294</td><td>Lowongan Penyanyi Wanita</td><td>1324-7324</td></tr><tr><td>1295</td><td>Makan Nasi</td><td>9431-2491</td></tr><tr><td>1296</td><td>Menerima Kayu</td><td>4006-1969</td></tr><tr><td>1297</td><td>Mendaki</td><td>0397-8252</td></tr><tr><td>1298</td><td>Mobil Parkir Diatas Gedung</td><td>3195-7167</td></tr><tr><td>1299</td><td>Lari Naik Gunung - Anak-Anak Bermain</td><td>4878-3129</td></tr><tr><td>1300</td><td>Orang Melahirkan</td><td>6339-9703</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Jili', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2023-03-10 11:30:13', '2023-03-10 11:30:13', '', 93, 'http://localhost/indoslot303.com/?p=30454', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30455, 1, '2023-03-10 11:30:20', '2023-03-10 11:30:20', '', 'RTP Live Joker Gaming', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2023-03-10 11:30:20', '2023-03-10 11:30:20', '', 116, 'http://localhost/indoslot303.com/?p=30455', 0, 'revision', '', 0),
(30456, 1, '2023-03-10 11:30:29', '2023-03-10 11:30:29', '', 'RTP Live Microgaming', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2023-03-10 11:30:29', '2023-03-10 11:30:29', '', 110, 'http://localhost/indoslot303.com/?p=30456', 0, 'revision', '', 0),
(30457, 1, '2023-03-10 11:30:40', '2023-03-10 11:30:40', '', 'RTP Live Onetouch Slot', '', 'inherit', 'closed', 'closed', '', '30370-revision-v1', '', '', '2023-03-10 11:30:40', '2023-03-10 11:30:40', '', 30370, 'http://localhost/indoslot303.com/?p=30457', 0, 'revision', '', 0),
(30458, 1, '2023-03-10 11:30:48', '2023-03-10 11:30:48', '', 'RTP Live PG Soft', '', 'inherit', 'closed', 'closed', '', '107-revision-v1', '', '', '2023-03-10 11:30:48', '2023-03-10 11:30:48', '', 107, 'http://localhost/indoslot303.com/?p=30458', 0, 'revision', '', 0),
(30459, 1, '2023-03-10 11:30:59', '2023-03-10 11:30:59', '', 'RTP Live Play\'n Go Slot', '', 'inherit', 'closed', 'closed', '', '30367-revision-v1', '', '', '2023-03-10 11:30:59', '2023-03-10 11:30:59', '', 30367, 'http://localhost/indoslot303.com/?p=30459', 0, 'revision', '', 0),
(30460, 1, '2023-03-10 11:31:13', '2023-03-10 11:31:13', '<!-- wp:paragraph -->\n<p>Demo slot merupakan fitur gratis yang disediakan oleh provider slot online yang bisa and nikmati melalui situs judi online kingbet89 slot. Fitur ini sama persis seperti judi slot </p>\n<!-- /wp:paragraph -->', 'RTP Live Playstar', '', 'inherit', 'closed', 'closed', '', '29720-revision-v1', '', '', '2023-03-10 11:31:13', '2023-03-10 11:31:13', '', 29720, 'http://localhost/indoslot303.com/?p=30460', 0, 'revision', '', 0),
(30461, 1, '2023-03-10 11:31:23', '2023-03-10 11:31:23', '', 'RTP Live Playtech', '', 'inherit', 'closed', 'closed', '', '30362-revision-v1', '', '', '2023-03-10 11:31:23', '2023-03-10 11:31:23', '', 30362, 'http://localhost/indoslot303.com/?p=30461', 0, 'revision', '', 0),
(30462, 1, '2023-03-10 11:31:31', '2023-03-10 11:31:31', '', 'RTP Live Pragmatic Play', '', 'inherit', 'closed', 'closed', '', '103-revision-v1', '', '', '2023-03-10 11:31:31', '2023-03-10 11:31:31', '', 103, 'http://localhost/indoslot303.com/?p=30462', 0, 'revision', '', 0),
(30463, 1, '2023-03-10 11:31:41', '2023-03-10 11:31:41', '', 'RTP Live Reel Kingdom', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2023-03-10 11:31:41', '2023-03-10 11:31:41', '', 64, 'http://localhost/indoslot303.com/?p=30463', 0, 'revision', '', 0),
(30464, 1, '2023-03-10 11:31:50', '2023-03-10 11:31:50', '', 'RTP Live RTG Slot', '', 'inherit', 'closed', 'closed', '', '30373-revision-v1', '', '', '2023-03-10 11:31:50', '2023-03-10 11:31:50', '', 30373, 'http://localhost/indoslot303.com/?p=30464', 0, 'revision', '', 0),
(30465, 1, '2023-03-10 11:31:57', '2023-03-10 11:31:57', '<!-- wp:heading -->\n<h2>Keluaran SDY Hari Ini</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe src=\"https://sgphksdy.info/data-sdy/\" width=\"100%\" height=\"600\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2>Paito Data SDY Dari Tahun 2020 Sampai 2022</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-9-name\">Data SDY 2020</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-9\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>xxxx</td><td>xxxx</td><td>7061</td><td>9437</td><td>7173</td><td>3927</td><td>9136</td></tr><tr><td>0033</td><td>7394</td><td>0101</td><td>9206</td><td>1244</td><td>5359</td><td>0386</td></tr><tr><td>4102</td><td>8037</td><td>2156</td><td>1246</td><td>3169</td><td>6637</td><td>2081</td></tr><tr><td>3108</td><td>7185</td><td>5368</td><td>6256</td><td>8069</td><td>8507</td><td>4280</td></tr><tr><td>4169</td><td>3678</td><td>9263</td><td>0586</td><td>5872</td><td>5524</td><td>4727</td></tr><tr><td>3280</td><td>6893</td><td>6539</td><td>8360</td><td>4494</td><td>0968</td><td>4072</td></tr><tr><td>1748</td><td>7014</td><td>6209</td><td>3407</td><td>6494</td><td>4439</td><td>1488</td></tr><tr><td>9538</td><td>1520</td><td>8622</td><td>7967</td><td>8459</td><td>0287</td><td>1336</td></tr><tr><td>2864</td><td>7592</td><td>4534</td><td>1950</td><td>5358</td><td>7290</td><td>3938</td></tr><tr><td>4435</td><td>7154</td><td>3510</td><td>5379</td><td>1462</td><td>7542</td><td>2139</td></tr><tr><td>6247</td><td>5431</td><td>0828</td><td>9446</td><td>7220</td><td>7803</td><td>3975</td></tr><tr><td>2043</td><td>3983</td><td>3578</td><td>9956</td><td>1775</td><td>9179</td><td>4560</td></tr><tr><td>6272</td><td>6198</td><td>2562</td><td>4699</td><td>7624</td><td>4376</td><td>6561</td></tr><tr><td>1865</td><td>0737</td><td>7793</td><td>5074</td><td>7360</td><td>8733</td><td>5404</td></tr><tr><td>5002</td><td>2144</td><td>4788</td><td>7881</td><td>8414</td><td>3843</td><td>1564</td></tr><tr><td>1842</td><td>8691</td><td>0816</td><td>0362</td><td>3278</td><td>8373</td><td>9277</td></tr><tr><td>9807</td><td>2074</td><td>8195</td><td>9507</td><td>6035</td><td>7309</td><td>1519</td></tr><tr><td>9612</td><td>9137</td><td>4601</td><td>6615</td><td>0684</td><td>8040</td><td>1097</td></tr><tr><td>7079</td><td>5757</td><td>9478</td><td>2339</td><td>4996</td><td>1671</td><td>9797</td></tr><tr><td>7093</td><td>4152</td><td>2966</td><td>9041</td><td>8686</td><td>6731</td><td>8762</td></tr><tr><td>4009</td><td>7303</td><td>9922</td><td>8236</td><td>2130</td><td>3090</td><td>8527</td></tr><tr><td>2637</td><td>8758</td><td>7086</td><td>6675</td><td>3880</td><td>1568</td><td>5511</td></tr><tr><td>5246</td><td>7965</td><td>1648</td><td>1882</td><td>8701</td><td>3621</td><td>7663</td></tr><tr><td>3719</td><td>7075</td><td>6224</td><td>8838</td><td>2557</td><td>9594</td><td>7596</td></tr><tr><td>3850</td><td>6889</td><td>1619</td><td>8353</td><td>3896</td><td>5318</td><td>7656</td></tr><tr><td>2411</td><td>1194</td><td>4147</td><td>4336</td><td>8855</td><td>8374</td><td>8682</td></tr><tr><td>6234</td><td>9246</td><td>8188</td><td>4792</td><td>0884</td><td>2805</td><td>5444</td></tr><tr><td>5909</td><td>4698</td><td>0916</td><td>3965</td><td>9148</td><td>0802</td><td>6955</td></tr><tr><td>3703</td><td>4930</td><td>8520</td><td>0895</td><td>8514</td><td>4136</td><td>8926</td></tr><tr><td>7357</td><td>5074</td><td>9931</td><td>9481</td><td>4168</td><td>9069</td><td>4032</td></tr><tr><td>7640</td><td>9235</td><td>7321</td><td>8083</td><td>6638</td><td>1458</td><td>3942</td></tr><tr><td>5319</td><td>2140</td><td>4730</td><td>1531</td><td>2152</td><td>2190</td><td>0869</td></tr><tr><td>7530</td><td>4438</td><td>9221</td><td>8411</td><td>5887</td><td>2512</td><td>9920</td></tr><tr><td>2906</td><td>6353</td><td>8336</td><td>0609</td><td>6159</td><td>8378</td><td>8962</td></tr><tr><td>9056</td><td>0515</td><td>7281</td><td>0476</td><td>8342</td><td>6528</td><td>7867</td></tr><tr><td>1049</td><td>6808</td><td>3948</td><td>5914</td><td>7087</td><td>7189</td><td>6729</td></tr><tr><td>990</td><td>2486</td><td>3892</td><td>5440</td><td>9969</td><td>8505</td><td>6439</td></tr><tr><td>5019</td><td>4463</td><td>0300</td><td>9237</td><td>9344</td><td>5077</td><td>4576</td></tr><tr><td>7385</td><td>5174</td><td>0255</td><td>4561</td><td>0849</td><td>3417</td><td>4943</td></tr><tr><td>9273</td><td>2413</td><td>5788</td><td>4327</td><td>1521</td><td>5230</td><td>0682</td></tr><tr><td>5034</td><td>9869</td><td>2517</td><td>5004</td><td>2858</td><td>0572</td><td>8871</td></tr><tr><td>6882</td><td>0284</td><td>1402</td><td>8008</td><td>2680</td><td>6152</td><td>8517</td></tr><tr><td>7754</td><td>0674</td><td>7727</td><td>4597</td><td>4076</td><td>2636</td><td>0460</td></tr><tr><td>4949</td><td>8334</td><td>5007</td><td>5301</td><td>4689</td><td>2056</td><td>5693</td></tr><tr><td>8733</td><td>5185</td><td>2837</td><td>0341</td><td>6433</td><td>0975</td><td>0479</td></tr><tr><td>5047</td><td>6863</td><td>2161</td><td>6487</td><td>3405</td><td>5081</td><td>3640</td></tr><tr><td>7291</td><td>4150</td><td>5437</td><td>6646</td><td>4267</td><td>3857</td><td>6258</td></tr><tr><td>2372</td><td>5218</td><td>7606</td><td>2111</td><td>2892</td><td>6058</td><td>7699</td></tr><tr><td>9239</td><td>0148</td><td>9151</td><td>8626</td><td>3911</td><td>4370</td><td>3097</td></tr><tr><td>8912</td><td>9824</td><td>5434</td><td>8632</td><td>9649</td><td>7088</td><td>2523</td></tr><tr><td>8960</td><td>3183</td><td>8242</td><td>7590</td><td>1294</td><td>5697</td><td>2359</td></tr><tr><td>4153</td><td>1717</td><td>4035</td><td>3844</td><td>0938</td><td>9271</td><td>8791</td></tr><tr><td>7407</td><td>8522</td><td>1587</td><td>5498</td><td>-</td><td>-</td><td>-</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-10-name\">Data SDY 2021</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-10\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>-</td><td>-</td><td>-</td><td>-</td><td>0338</td><td>5733</td><td>6880</td></tr><tr><td>3206</td><td>6263</td><td>8454</td><td>0895</td><td>3565</td><td>5971</td><td>8143</td></tr><tr><td>4611</td><td>0378</td><td>8163</td><td>1277</td><td>2508</td><td>8723</td><td>0659</td></tr><tr><td>2427</td><td>1255</td><td>7865</td><td>4034</td><td>4047</td><td>0614</td><td>6282</td></tr><tr><td>7693</td><td>0492</td><td>1788</td><td>4741</td><td>3920</td><td>7398</td><td>0702</td></tr><tr><td>1873</td><td>6350</td><td>7683</td><td>8404</td><td>8063</td><td>9149</td><td>9494</td></tr><tr><td>1503</td><td>3840</td><td>7110</td><td>2256</td><td>9165</td><td>8546</td><td>8570</td></tr><tr><td>1399</td><td>0726</td><td>5504</td><td>3653</td><td>3241</td><td>6375</td><td>1705</td></tr><tr><td>3225</td><td>2687</td><td>8950</td><td>0174</td><td>4291</td><td>5024</td><td>8390</td></tr><tr><td>4794</td><td>6055</td><td>0671</td><td>9057</td><td>9581</td><td>4367</td><td>6418</td></tr><tr><td>5690</td><td>1848</td><td>3820</td><td>8116</td><td>7096</td><td>3228</td><td>7469</td></tr><tr><td>0572</td><td>6921</td><td>0580</td><td>6107</td><td>0470</td><td>5162</td><td>2610</td></tr><tr><td>4217</td><td>2342</td><td>8213</td><td>0544</td><td>8102</td><td>4065</td><td>9100</td></tr><tr><td>3970</td><td>6812</td><td>2801</td><td>3948</td><td>6748</td><td>5192</td><td>6754</td></tr><tr><td>2540</td><td>9460</td><td>1786</td><td>5915</td><td>5709</td><td>0459</td><td>4108</td></tr><tr><td>5546</td><td>4163</td><td>6904</td><td>8354</td><td>6051</td><td>7043</td><td>0236</td></tr><tr><td>5136</td><td>2811</td><td>1776</td><td>4155</td><td>3682</td><td>6852</td><td>0845</td></tr><tr><td>7143</td><td>5968</td><td>5569</td><td>7935</td><td>8534</td><td>2632</td><td>7606</td></tr><tr><td>9837</td><td>8911</td><td>1707</td><td>2593</td><td>7414</td><td>9273</td><td>0939</td></tr><tr><td>4707</td><td>7619</td><td>2504</td><td>9018</td><td>3233</td><td>5479</td><td>4113</td></tr><tr><td>8061</td><td>3408</td><td>2054</td><td>8836</td><td>7218</td><td>7098</td><td>3178</td></tr><tr><td>3823</td><td>0312</td><td>9082</td><td>4629</td><td>3905</td><td>6711</td><td>4665</td></tr><tr><td>2493</td><td>2729</td><td>0664</td><td>1441</td><td>3009</td><td>2774</td><td>7525</td></tr><tr><td>0714</td><td>9180</td><td>1354</td><td>9212</td><td>8266</td><td>9748</td><td>3225</td></tr><tr><td>1329</td><td>6950</td><td>0385</td><td>2933</td><td>8898</td><td>3196</td><td>4010</td></tr><tr><td>7638</td><td>2914</td><td>0648</td><td>9209</td><td>8013</td><td>4695</td><td>9383</td></tr><tr><td>2634</td><td>8046</td><td>1401</td><td>9831</td><td>8185</td><td>7958</td><td>7916</td></tr><tr><td>8402</td><td>0647</td><td>3053</td><td>5942</td><td>7123</td><td>2994</td><td>6660</td></tr><tr><td>2900</td><td>4330</td><td>2937</td><td>7672</td><td>0871</td><td>1756</td><td>0944</td></tr><tr><td>1390</td><td>1902</td><td>9312</td><td>1218</td><td>4292</td><td>3087</td><td>6116</td></tr><tr><td>7896</td><td>9982</td><td>2267</td><td>2934</td><td>6223</td><td>0681</td><td>5360</td></tr><tr><td>0503</td><td>3986</td><td>0533</td><td>0761</td><td>2693</td><td>1431</td><td>9411</td></tr><tr><td>2849</td><td>7028</td><td>6529</td><td>1297</td><td>7062</td><td>0325</td><td>0494</td></tr><tr><td>6004</td><td>4602</td><td>1152</td><td>0291</td><td>6046</td><td>0517</td><td>2586</td></tr><tr><td>6987</td><td>2689</td><td>9038</td><td>8452</td><td>5145</td><td>8839</td><td>0599</td></tr><tr><td>9479</td><td>8928</td><td>3105</td><td>8399</td><td>1587</td><td>6183</td><td>9542</td></tr><tr><td>6391</td><td>6386</td><td>5272</td><td>4123</td><td>1686</td><td>6500</td><td>8605</td></tr><tr><td>8027</td><td>1611</td><td>9543</td><td>9991</td><td>3902</td><td>6378</td><td>8036</td></tr><tr><td>5240</td><td>9626</td><td>0784</td><td>2904</td><td>5845</td><td>2846</td><td>5166</td></tr><tr><td>6907</td><td>7221</td><td>1057</td><td>5812</td><td>8098</td><td>3005</td><td>0973</td></tr><tr><td>0524</td><td>8012</td><td>0626</td><td>3119</td><td>8884</td><td>8475</td><td>2359</td></tr><tr><td>6907</td><td>7221</td><td>1057</td><td>5812</td><td>8098</td><td>3005</td><td>0973</td></tr><tr><td>0524</td><td>8012</td><td>0626</td><td>3119</td><td>8884</td><td>8475</td><td>2359</td></tr><tr><td>1331</td><td>3415</td><td>0676</td><td>4966</td><td>8635</td><td>0872</td><td>1238</td></tr><tr><td>7078</td><td>3300</td><td>9470</td><td>7884</td><td>8020</td><td>9327</td><td>0358</td></tr><tr><td>5239</td><td>5230</td><td>7508</td><td>0622</td><td>1406</td><td>0018</td><td>7286</td></tr><tr><td>9381</td><td>4263</td><td>2869</td><td>0996</td><td>9127</td><td>1391</td><td>3111</td></tr><tr><td>1503</td><td>3191</td><td>2612</td><td>3002</td><td>8939</td><td>3341</td><td>7998</td></tr><tr><td>0323</td><td>0420</td><td>8829</td><td>1237</td><td>7656</td><td>9955</td><td>8735</td></tr><tr><td>1092</td><td>9622</td><td>9916</td><td>2760</td><td>6472</td><td>3113</td><td>9161</td></tr><tr><td>3053</td><td>7662</td><td>9956</td><td>3025</td><td>5030</td><td>0588</td><td>0716</td></tr><tr><td>1572</td><td>6066</td><td>0898</td><td>0277</td><td>7880</td><td>1732</td><td>9229</td></tr><tr><td>5569</td><td>2312</td><td>2865</td><td>2019</td><td>5193</td><td>8997</td><td>5990</td></tr><tr><td>3938</td><td>4308</td><td>8367</td><td>0937</td><td>3083</td><td>-</td><td>-</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-11-name\">Data SDY 2022</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-11\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td>xxxx</td><td>xxxx</td><td>xxxx</td><td>xxxx</td><td>xxxx</td><td>9151</td><td>4692</td></tr><tr><td>4266</td><td>309</td><td>5334</td><td>9708</td><td>1547</td><td>5771</td><td>7081</td></tr><tr><td>2738</td><td>8829</td><td>4869</td><td>7828</td><td>2431</td><td>8534</td><td>7515</td></tr><tr><td>6116</td><td>8856</td><td>903</td><td>3917</td><td>6174</td><td>6451</td><td>9030</td></tr><tr><td>9626</td><td>7008</td><td>9192</td><td>7689</td><td>9146</td><td>3265</td><td>1877</td></tr><tr><td>1760</td><td>5350</td><td>3937</td><td>2865</td><td>4690</td><td>2809</td><td>5063</td></tr><tr><td>2740</td><td>443</td><td>2762</td><td>5482</td><td>6350</td><td>0410</td><td>0802</td></tr><tr><td>4187</td><td>3576</td><td>6800</td><td>9479</td><td>785</td><td>6888</td><td>3503</td></tr><tr><td>8401</td><td>9391</td><td>1122</td><td>4802</td><td>2606</td><td>8799</td><td>9405</td></tr><tr><td>2654</td><td>0485</td><td>5884</td><td>8291</td><td>6156</td><td>5697</td><td>8236</td></tr><tr><td>8655</td><td>6429</td><td>9012</td><td>3904</td><td>9866</td><td>6048</td><td>8495</td></tr><tr><td>9620</td><td>2279</td><td>3407</td><td>9382</td><td>3611</td><td>9156</td><td>6359</td></tr><tr><td>8419</td><td>1695</td><td>8959</td><td>1281</td><td>9544</td><td>4810</td><td>9684</td></tr><tr><td>7433</td><td>2727</td><td>3224</td><td>8919</td><td>3064</td><td>6221</td><td>3641</td></tr><tr><td>2905</td><td>0996</td><td>5836</td><td>1646</td><td>5934</td><td>8047</td><td>4077</td></tr><tr><td>5430</td><td>8143</td><td>5649</td><td>2729</td><td>1940</td><td>5494</td><td>4642</td></tr><tr><td>0441</td><td>6064</td><td>9095</td><td>3493</td><td>2824</td><td>0377</td><td>8024</td></tr><tr><td>3920</td><td>6416</td><td>6612</td><td>9722</td><td>1373</td><td>0835</td><td>2818</td></tr><tr><td>6545</td><td>4509</td><td>8893</td><td>2511</td><td>9477</td><td>8642</td><td>0366</td></tr><tr><td>1668</td><td>2663</td><td>8425</td><td>3076</td><td>8094</td><td>8493</td><td>8618</td></tr><tr><td>9600</td><td>8986</td><td>8167</td><td>0550</td><td>1506</td><td>3716</td><td>1290</td></tr><tr><td>7567</td><td>5856</td><td>9020</td><td>0042</td><td>8590</td><td>1346</td><td>3005</td></tr><tr><td>0287</td><td>0452</td><td>6886</td><td>7320</td><td>2061</td><td>6814</td><td>4702</td></tr><tr><td>0665</td><td>8573</td><td>3827</td><td>2052</td><td>4378</td><td>4868</td><td>5250</td></tr><tr><td>5623</td><td>7957</td><td>5409</td><td>6102</td><td>1072</td><td>7191</td><td>7225</td></tr><tr><td>7256</td><td>5939</td><td>3453</td><td>4441</td><td>5269</td><td>2975</td><td>7352</td></tr><tr><td>5271</td><td>8856</td><td>179</td><td>3372</td><td>5166</td><td>6963</td><td>2082</td></tr><tr><td>0488</td><td>9332</td><td>4241</td><td>4078</td><td>0584</td><td>0461</td><td>0667</td></tr><tr><td>0706</td><td>3162</td><td>6763</td><td>5505</td><td>9201</td><td>3637</td><td>2455</td></tr><tr><td>2067</td><td>9277</td><td>1509</td><td>1838</td><td>0317</td><td>1903</td><td>7221</td></tr><tr><td>8182</td><td>0797</td><td>1776</td><td>3858</td><td>2098</td><td>2683</td><td>1787</td></tr><tr><td>0372</td><td>9319</td><td>6698</td><td>1051</td><td>3298</td><td>6166</td><td>1805</td></tr><tr><td>3991</td><td>4247</td><td>4572</td><td>5155</td><td>7922</td><td>2126</td><td>6716</td></tr><tr><td>0571</td><td>1293</td><td>4251</td><td>4982</td><td>7417</td><td>8436</td><td>8229</td></tr><tr><td>0362</td><td>7769</td><td>7576</td><td>3961</td><td>0944</td><td>9835</td><td>4613</td></tr><tr><td>4823</td><td>6818</td><td>1384</td><td>5489</td><td>9657</td><td>4896</td><td>8793</td></tr><tr><td>0658</td><td>6236</td><td>1391</td><td>9449</td><td>8978</td><td>8371</td><td>6135</td></tr><tr><td>2546</td><td>0726</td><td>0798</td><td>3649</td><td>7099</td><td>1245</td><td>7525</td></tr><tr><td>3004</td><td>7243</td><td>538</td><td>5115</td><td>8964</td><td>6154</td><td>5359</td></tr><tr><td>2572</td><td>5715</td><td>7507</td><td>0256</td><td>2808</td><td>9040</td><td>6072</td></tr><tr><td>4674</td><td>0837</td><td>4828</td><td>9057</td><td>6066</td><td>7324</td><td>4132</td></tr><tr><td>2034</td><td>6444</td><td>6388</td><td>2702</td><td>8816</td><td>4268</td><td>5404</td></tr><tr><td>7689</td><td>5088</td><td>4807</td><td>7555</td><td>5309</td><td>6583</td><td>2247</td></tr><tr><td>6569</td><td>8441</td><td>1627</td><td>5914</td><td>7408</td><td>9702</td><td>2169</td></tr><tr><td>5733</td><td>3951</td><td>6459</td><td>6245</td><td>0721</td><td>2744</td><td>4869</td></tr><tr><td>3155</td><td>4505</td><td>2876</td><td>6278</td><td>5064</td><td>8912</td><td>1745</td></tr><tr><td>0216</td><td>6949</td><td>3203</td><td>8399</td><td>6073</td><td>9586</td><td>5998</td></tr><tr><td>6218</td><td>8065</td><td>2456</td><td>0898</td><td>5894</td><td>3953</td><td>2859</td></tr><tr><td>6133</td><td>5484</td><td>8545</td><td>0339</td><td>2495</td><td>5994</td><td>1309</td></tr><tr><td>9393</td><td>0687</td><td>3701</td><td>5909</td><td>4725</td><td>3205</td><td>8939</td></tr><tr><td>3472</td><td>7363</td><td>7550</td><td>0171</td><td>2118</td><td>5977</td><td>7371</td></tr><tr><td>1611</td><td>9235</td><td>5179</td><td>5996</td><td>9851</td><td>9403</td><td>7247</td></tr><tr><td>2690</td><td>3034</td><td>2474</td><td>8505</td><td>8894</td><td>7446</td><td>xxxx</td></tr><tr><td>3938</td><td>4308</td><td>8367</td><td>0937</td><td>3083</td><td>-</td><td>-</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Slot Live22', '', 'inherit', 'closed', 'closed', '', '30297-revision-v1', '', '', '2023-03-10 11:31:57', '2023-03-10 11:31:57', '', 30297, 'http://localhost/indoslot303.com/?p=30465', 0, 'revision', '', 0),
(30466, 1, '2023-03-10 11:32:04', '2023-03-10 11:32:04', '<!-- wp:heading -->\n<h2>Keluaran HK Hari Ini</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe src=\"https://sgphksdy.info/data-hk/\" width=\"100%\" height=\"600\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2>Paito Data HK Dari Tahun 2020 sampai 2022</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-5-name\">Data HK 2020</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table {\"hasFixedLayout\":true} -->\n<figure id=\"tablepress-5\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td></td><td></td><td>0678</td><td>2001</td><td>5270</td><td>5663</td><td>6800</td></tr><tr><td>5684</td><td>9614</td><td>6472</td><td>6876</td><td>7094</td><td>4130</td><td>0977</td></tr><tr><td>7701</td><td>5241</td><td>7946</td><td>7103</td><td>1564</td><td>8262</td><td>9732</td></tr><tr><td>8601</td><td>6399</td><td>6341</td><td>2188</td><td>4629</td><td>2477</td><td>0893</td></tr><tr><td>4290</td><td>9308</td><td>9328</td><td>6217</td><td>4113</td><td>6801</td><td>7234</td></tr><tr><td>2840</td><td>6034</td><td>2654</td><td>8641</td><td>6802</td><td>7320</td><td>0613</td></tr><tr><td>9640</td><td>5908</td><td>8084</td><td>7120</td><td>9180</td><td>4185</td><td>8291</td></tr><tr><td>0256</td><td>3014</td><td>7289</td><td>3432</td><td>3741</td><td>286</td><td>6073</td></tr><tr><td>3765</td><td>7013</td><td>6625</td><td>3754</td><td>5679</td><td>7893</td><td>4725</td></tr><tr><td>3399</td><td>4365</td><td>2521</td><td>1700</td><td>7478</td><td>2182</td><td>9065</td></tr><tr><td>3815</td><td>3694</td><td>4009</td><td>6952</td><td>4069</td><td>4319</td><td>2858</td></tr><tr><td>9550</td><td>3651</td><td>7826</td><td>1212</td><td>2398</td><td>3874</td><td>4278</td></tr><tr><td>8406</td><td>3421</td><td>3336</td><td>1339</td><td>2382</td><td>1894</td><td>3108</td></tr><tr><td>4289</td><td>2954</td><td>8822</td><td>6195</td><td>4272</td><td>4861</td><td>5564</td></tr><tr><td>8691</td><td>2579</td><td>0977</td><td>7553</td><td>1787</td><td>0655</td><td>7690</td></tr><tr><td>0068</td><td>4828</td><td>4510</td><td>0704</td><td>5633</td><td>8711</td><td>4209</td></tr><tr><td>7988</td><td>9282</td><td>8007</td><td>1969</td><td>5979</td><td>2177</td><td>0698</td></tr><tr><td>2343</td><td>8550</td><td>9736</td><td>6275</td><td>6263</td><td>7111</td><td>3457</td></tr><tr><td>9010</td><td>6287</td><td>0013</td><td>2051</td><td>1455</td><td>8038</td><td>4782</td></tr><tr><td>8533</td><td>5352</td><td>2495</td><td>8732</td><td>4241</td><td>4239</td><td>0302</td></tr><tr><td>8189</td><td>8287</td><td>9795</td><td>1707</td><td>0171</td><td>5672</td><td>9677</td></tr><tr><td>8534</td><td>0680</td><td>3579</td><td>9330</td><td>9441</td><td>6344</td><td>3400</td></tr><tr><td>7654</td><td>6775</td><td>1429</td><td>0926</td><td>7291</td><td>9898</td><td>9793</td></tr><tr><td>9805</td><td>7872</td><td>3736</td><td>1989</td><td>8557</td><td>1165</td><td>7274</td></tr><tr><td>2800</td><td>5171</td><td>7695</td><td>1498</td><td>7850</td><td>4504</td><td>8580</td></tr><tr><td>4582</td><td>9586</td><td>8206</td><td>1428</td><td>2100</td><td>2772</td><td>0254</td></tr><tr><td>1094</td><td>5003</td><td>7383</td><td>4135</td><td>2986</td><td>0504</td><td>4174</td></tr><tr><td>0964</td><td>5456</td><td>2352</td><td>6173</td><td>6470</td><td>5706</td><td>3384</td></tr><tr><td>7151</td><td>7083</td><td>0903</td><td>5605</td><td>4548</td><td>540</td><td>9809</td></tr><tr><td>8913</td><td>4353</td><td>5878</td><td>0376</td><td>7316</td><td>2402</td><td>5538</td></tr><tr><td>4561</td><td>9818</td><td>0260</td><td>8701</td><td>4922</td><td>0235</td><td>7492</td></tr><tr><td>9153</td><td>3692</td><td>4206</td><td>6265</td><td>1865</td><td>1985</td><td>1761</td></tr><tr><td>9799</td><td>1603</td><td>5936</td><td>0840</td><td>4282</td><td>7359</td><td>4466</td></tr><tr><td>4824</td><td>2469</td><td>9948</td><td>3178</td><td>9329</td><td>7970</td><td>7294</td></tr><tr><td>9739</td><td>9127</td><td>6978</td><td>9607</td><td>0677</td><td>5940</td><td>8318</td></tr><tr><td>9742</td><td>7681</td><td>0614</td><td>2245</td><td>6093</td><td>5112</td><td>4121</td></tr><tr><td>0420</td><td>4477</td><td>7208</td><td>0941</td><td>3623</td><td>1290</td><td>9422</td></tr><tr><td>0895</td><td>4815</td><td>5291</td><td>4667</td><td>7625</td><td>8967</td><td>0653</td></tr><tr><td>4513</td><td>2138</td><td>3965</td><td>9627</td><td>7640</td><td>8970</td><td>5110</td></tr><tr><td>0758</td><td>9946</td><td>4254</td><td>1489</td><td>9944</td><td>7713</td><td>4919</td></tr><tr><td>1592</td><td>0585</td><td>1090</td><td>2363</td><td>9245</td><td>9784</td><td>3582</td></tr><tr><td>2508</td><td>1818</td><td>7434</td><td>2630</td><td>5547</td><td>7893</td><td>4289</td></tr><tr><td>6109</td><td>1525</td><td>0977</td><td>6783</td><td>0858</td><td>8311</td><td>0187</td></tr><tr><td>5732</td><td>4625</td><td>6235</td><td>6345</td><td>5637</td><td>5836</td><td>6234</td></tr><tr><td>0048</td><td>9726</td><td>9261</td><td>0421</td><td>5441</td><td>8118</td><td>2267</td></tr><tr><td>6405</td><td>5471</td><td>0648</td><td>5217</td><td>2668</td><td>3851</td><td>5726</td></tr><tr><td>8762</td><td>3628</td><td>4782</td><td>1218</td><td>5697</td><td>4757</td><td>8314</td></tr><tr><td>8401</td><td>2085</td><td>6356</td><td>7316</td><td>3916</td><td>6944</td><td>4604</td></tr><tr><td>7566</td><td>0583</td><td>1777</td><td>9280</td><td>3610</td><td>8345</td><td>0864</td></tr><tr><td>4852</td><td>6531</td><td>5379</td><td>5262</td><td>2271</td><td>2620</td><td>2188</td></tr><tr><td>6278</td><td>0943</td><td>9386</td><td>7845</td><td>5159</td><td>1761</td><td>1934</td></tr><tr><td>9276</td><td>8226</td><td>5102</td><td>7409</td><td>1178</td><td>4237</td><td>0680</td></tr><tr><td>7177</td><td>3944</td><td>6871</td><td>8260</td><td></td><td></td><td></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-6-name\">Data HK 2021</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-6\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td>7289</td><td>1734</td><td>9859</td></tr><tr><td>5110</td><td>5805</td><td>9229</td><td>6310</td><td>0712</td><td>9266</td><td>2824</td></tr><tr><td>1773</td><td>6917</td><td>3179</td><td>8652</td><td>1531</td><td>0351</td><td>1244</td></tr><tr><td>3755</td><td>7972</td><td>8020</td><td>710</td><td>3379</td><td>2443</td><td>9602</td></tr><tr><td>7937</td><td>9638</td><td>356</td><td>9630</td><td>9946</td><td>3514</td><td>8306</td></tr><tr><td>5647</td><td>1274</td><td>1597</td><td>8391</td><td>5759</td><td>6968</td><td>5625</td></tr><tr><td>7456</td><td>1531</td><td>9039</td><td>8441</td><td>3006</td><td>6780</td><td>3185</td></tr><tr><td>9316</td><td>7760</td><td>1667</td><td>2139</td><td>8706</td><td>0621</td><td>6049</td></tr><tr><td>3186</td><td>8865</td><td>9561</td><td>3450</td><td>9608</td><td>8184</td><td>3407</td></tr><tr><td>5878</td><td>8173</td><td>1268</td><td>8189</td><td>8481</td><td>3742</td><td>2145</td></tr><tr><td>4617</td><td>1766</td><td>6228</td><td>1147</td><td>4850</td><td>1928</td><td>2370</td></tr><tr><td>7354</td><td>6247</td><td>6082</td><td>0992</td><td>6786</td><td>5394</td><td>7872</td></tr><tr><td>1830</td><td>8494</td><td>2981</td><td>7621</td><td>2323</td><td>6983</td><td>1381</td></tr><tr><td>7224</td><td>6364</td><td>4428</td><td>4010</td><td>0364</td><td>2076</td><td>3801</td></tr><tr><td>8669</td><td>3409</td><td>5734</td><td>8969</td><td>8782</td><td>3046</td><td>9816</td></tr><tr><td>1576</td><td>3488</td><td>9163</td><td>9032</td><td>2790</td><td>4671</td><td>5740</td></tr><tr><td>6394</td><td>0191</td><td>4236</td><td>9554</td><td>8936</td><td>5911</td><td>1298</td></tr><tr><td>3904</td><td>2743</td><td>4503</td><td>4626</td><td>2007</td><td>6851</td><td>8800</td></tr><tr><td>8978</td><td>4705</td><td>5382</td><td>9429</td><td>0449</td><td>7489</td><td>7693</td></tr><tr><td>9360</td><td>6153</td><td>2070</td><td>8135</td><td>8256</td><td>7523</td><td>3368</td></tr><tr><td>4896</td><td>2125</td><td>6297</td><td>3806</td><td>2385</td><td>8738</td><td>6624</td></tr><tr><td>2636</td><td>5979</td><td>0096</td><td>3580</td><td>8762</td><td>4412</td><td>8099</td></tr><tr><td>1651</td><td>1657</td><td>2465</td><td>5917</td><td>3795</td><td>2214</td><td>6020</td></tr><tr><td>7957</td><td>8535</td><td>0829</td><td>7085</td><td>6206</td><td>1760</td><td>8676</td></tr><tr><td>3178</td><td>2169</td><td>0839</td><td>5868</td><td>9233</td><td>6529</td><td>7939</td></tr><tr><td>7994</td><td>4199</td><td>8155</td><td>0742</td><td>2742</td><td>2536</td><td>6992</td></tr><tr><td>5127</td><td>4602</td><td>1113</td><td>3758</td><td>9920</td><td>8918</td><td>2726</td></tr><tr><td>6932</td><td>2580</td><td>7688</td><td>3112</td><td>0822</td><td>6084</td><td>6918</td></tr><tr><td>1472</td><td>0949</td><td>1601</td><td>3992</td><td>4023</td><td>5473</td><td>5210</td></tr><tr><td>9948</td><td>9188</td><td>3570</td><td>6353</td><td>2805</td><td>8920</td><td>4359</td></tr><tr><td>8255</td><td>1753</td><td>6370</td><td>1862</td><td>7605</td><td>8979</td><td>9281</td></tr><tr><td>3075</td><td>5039</td><td>7925</td><td>9078</td><td>5837</td><td>2785</td><td>9294</td></tr><tr><td>6873</td><td>5983</td><td>8005</td><td>0788</td><td>2291</td><td>3231</td><td>0186</td></tr><tr><td>1985</td><td>9229</td><td>3892</td><td>5006</td><td>0439</td><td>0469</td><td>2070</td></tr><tr><td>9960</td><td>2042</td><td>1990</td><td>4798</td><td>0938</td><td>1091</td><td>1296</td></tr><tr><td>3039</td><td>2807</td><td>1299</td><td>7293</td><td>9359</td><td>2291</td><td>0389</td></tr><tr><td>3246</td><td>5959</td><td>9938</td><td>6847</td><td>4607</td><td>6045</td><td>8869</td></tr><tr><td>1487</td><td>5274</td><td>0098</td><td>7861</td><td>1256</td><td>0901</td><td>5039</td></tr><tr><td>0350</td><td>8619</td><td>4662</td><td>5199</td><td>0669</td><td>3483</td><td>3911</td></tr><tr><td>9582</td><td>6524</td><td>7186</td><td>4815</td><td>6902</td><td>2144</td><td>5531</td></tr><tr><td>3330</td><td>0764</td><td>1225</td><td>4069</td><td>1320</td><td>9222</td><td>6389</td></tr><tr><td>1098</td><td>8609</td><td>2834</td><td>9002</td><td>0651</td><td>0899</td><td>0942</td></tr><tr><td>5334</td><td>2174</td><td>6730</td><td>6999</td><td>0452</td><td>7263</td><td>3426</td></tr><tr><td>8304</td><td>1268</td><td>8810</td><td>4743</td><td>6022</td><td>9670</td><td>9905</td></tr><tr><td>4565</td><td>7503</td><td>4809</td><td>9836</td><td>6043</td><td>7439</td><td>2688</td></tr><tr><td>3591</td><td>1198</td><td>4816</td><td>3818</td><td>7453</td><td>5312</td><td>0329</td></tr><tr><td>1051</td><td>9118</td><td>1012</td><td>0870</td><td>2626</td><td>9766</td><td>0874</td></tr><tr><td>4088</td><td>9236</td><td>7465</td><td>2428</td><td>3532</td><td>5725</td><td>1468</td></tr><tr><td>7650</td><td>2229</td><td>9054</td><td>2613</td><td>5825</td><td>6372</td><td>2911</td></tr><tr><td>9440</td><td>8060</td><td>0533</td><td>9164</td><td>7008</td><td>6200</td><td>5032</td></tr><tr><td>8962</td><td>4658</td><td>9001</td><td>7514</td><td>8191</td><td>8338</td><td>1728</td></tr><tr><td>1675</td><td>0833</td><td>2767</td><td>8691</td><td>6456</td><td>1016</td><td>4655</td></tr><tr><td>1497</td><td>0</td><td>8870</td><td>7985</td><td>0083</td><td>xxxx</td><td></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"tablepress-7-name\">Data HK 2022</h3>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure id=\"tablepress-7\" class=\"wp-block-table\"><table><thead><tr><th>Senin</th><th>Selasa</th><th>Rabu</th><th>Kamis</th><th>Jumat</th><th>Sabtu</th><th>Minggu</th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td></td><td>9120</td><td>9270</td></tr><tr><td>4509</td><td>8730</td><td>4851</td><td>3204</td><td>0677</td><td>6292</td><td>5448</td></tr><tr><td>8895</td><td>1420</td><td>7479</td><td>4757</td><td>9220</td><td>9438</td><td>8036</td></tr><tr><td>8270</td><td>2344</td><td>5271</td><td>7500</td><td>8735</td><td>6782</td><td>7017</td></tr><tr><td>4526</td><td>3796</td><td>5631</td><td>5002</td><td>0308</td><td>2789</td><td>8976</td></tr><tr><td>2651</td><td>7422</td><td>9090</td><td>9299</td><td>6493</td><td>4076</td><td>0587</td></tr><tr><td>0630</td><td>3690</td><td>3867</td><td>2936</td><td>5151</td><td>3795</td><td>7610</td></tr><tr><td>2756</td><td>0623</td><td>0949</td><td>7760</td><td>5070</td><td>9420</td><td>4052</td></tr><tr><td>7240</td><td>5009</td><td>7008</td><td>6365</td><td>4670</td><td>9488</td><td>8509</td></tr><tr><td>9011</td><td>4123</td><td>3243</td><td>4719</td><td>0834</td><td>3618</td><td>9842</td></tr><tr><td>1441</td><td>7084</td><td>8761</td><td>9063</td><td>1653</td><td>3169</td><td>1158</td></tr><tr><td>7788</td><td>3606</td><td>6415</td><td>4329</td><td>8221</td><td>7212</td><td>6581</td></tr><tr><td>660</td><td>7115</td><td>2949</td><td>5087</td><td>9230</td><td>4027</td><td>3566</td></tr><tr><td>7900</td><td>0959</td><td>2605</td><td>5530</td><td>2113</td><td>6750</td><td>4179</td></tr><tr><td>8554</td><td>3293</td><td>3115</td><td>9883</td><td>3355</td><td>9327</td><td>8857</td></tr><tr><td>1679</td><td>0897</td><td>2686</td><td>1678</td><td>3825</td><td>6015</td><td>9153</td></tr><tr><td>3803</td><td>0384</td><td>4450</td><td>8737</td><td>6203</td><td>5006</td><td>4285</td></tr><tr><td>9104</td><td>0022</td><td>1779</td><td>0580</td><td>2787</td><td>7339</td><td>5224</td></tr><tr><td>3677</td><td>7132</td><td>6190</td><td>7245</td><td>3705</td><td>5925</td><td>0796</td></tr><tr><td>9633</td><td>6124</td><td>1894</td><td>8137</td><td>4673</td><td>3240</td><td>7197</td></tr><tr><td>3791</td><td>0966</td><td>7278</td><td>1635</td><td>4448</td><td>8738</td><td>8839</td></tr><tr><td>1798</td><td>2903</td><td>6793</td><td>0214</td><td>8494</td><td>9265</td><td>4716</td></tr><tr><td>4162</td><td>1071</td><td>9776</td><td>5658</td><td>3117</td><td>6872</td><td>9884</td></tr><tr><td>5873</td><td>2332</td><td>2119</td><td>6144</td><td>1064</td><td>1417</td><td>7311</td></tr><tr><td>7482</td><td>2264</td><td>0478</td><td>2862</td><td>0948</td><td>2396</td><td>1245</td></tr><tr><td>0141</td><td>7068</td><td>1794</td><td>8367</td><td>1961</td><td>9077</td><td>4121</td></tr><tr><td>3593</td><td>7185</td><td>4592</td><td>8016</td><td>4246</td><td>6480</td><td>7726</td></tr><tr><td>2523</td><td>5216</td><td>4771</td><td>3914</td><td>7056</td><td>3602</td><td>9340</td></tr><tr><td>3046</td><td>5174</td><td>3959</td><td>5438</td><td>4216</td><td>6764</td><td>6315</td></tr><tr><td>2554</td><td>1213</td><td>2121</td><td>8761</td><td>831</td><td>2842</td><td>5955</td></tr><tr><td>9563</td><td>7197</td><td>9813</td><td>8289</td><td>6672</td><td>2309</td><td>9182</td></tr><tr><td>6805</td><td>1911</td><td>2017</td><td>9804</td><td>4594</td><td>3681</td><td>6047</td></tr><tr><td>9836</td><td>9747</td><td>4019</td><td>4629</td><td>0640</td><td>0363</td><td>5523</td></tr><tr><td>1026</td><td>7234</td><td>0181</td><td>6426</td><td>1652</td><td>0920</td><td>7006</td></tr><tr><td>6008</td><td>6538</td><td>3882</td><td>7413</td><td>1881</td><td>1732</td><td>8951</td></tr><tr><td>3278</td><td>4912</td><td>3875</td><td>8829</td><td>1995</td><td>4382</td><td>5097</td></tr><tr><td>3527</td><td>4175</td><td>8250</td><td>6541</td><td>4104</td><td>1201</td><td>5370</td></tr><tr><td>2035</td><td>6877</td><td>4026</td><td>7346</td><td>0687</td><td>4794</td><td>3882</td></tr><tr><td>0236</td><td>8637</td><td>5843</td><td>4901</td><td>3210</td><td>1208</td><td>5432</td></tr><tr><td>9386</td><td>5411</td><td>8806</td><td>3054</td><td>7166</td><td>6657</td><td>8317</td></tr><tr><td>2376</td><td>5880</td><td>7990</td><td>7194</td><td>3707</td><td>4683</td><td>6719</td></tr><tr><td>0480</td><td>5541</td><td>3495</td><td>2511</td><td>0375</td><td>8134</td><td>6851</td></tr><tr><td>2969</td><td>2107</td><td>5980</td><td>7820</td><td>0565</td><td>9422</td><td>8176</td></tr><tr><td>3300</td><td>9284</td><td>3804</td><td>8421</td><td>0387</td><td>7824</td><td>2960</td></tr><tr><td>1345</td><td>9668</td><td>4733</td><td>0986</td><td>8506</td><td>5562</td><td>8396</td></tr><tr><td>8842</td><td>5648</td><td>3760</td><td>6920</td><td>4607</td><td>9934</td><td>3552</td></tr><tr><td>7850</td><td>3705</td><td>9327</td><td>1243</td><td>5488</td><td>3194</td><td>1552</td></tr><tr><td>9323</td><td>0698</td><td>7067</td><td>4689</td><td>6702</td><td>2179</td><td>5134</td></tr><tr><td>7293</td><td>3876</td><td>4739</td><td>9214</td><td>2463</td><td>2991</td><td>1638</td></tr><tr><td>6744</td><td>8572</td><td>7521</td><td>1016</td><td>5867</td><td>4278</td><td>1039</td></tr><tr><td>6582</td><td>4556</td><td>7621</td><td>2355</td><td>0406</td><td>8471</td><td>9765</td></tr><tr><td>3317</td><td>8395</td><td>4475</td><td>2512</td><td>3162</td><td>6126</td><td>7534</td></tr><tr><td>1277</td><td>8498</td><td>3306</td><td>2357</td><td>0913</td><td>0787</td><td>xxxx</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'RTP Live Slot88', '', 'inherit', 'closed', 'closed', '', '30295-revision-v1', '', '', '2023-03-10 11:32:04', '2023-03-10 11:32:04', '', 30295, 'http://localhost/indoslot303.com/?p=30466', 0, 'revision', '', 0),
(30467, 1, '2023-03-10 11:32:11', '2023-03-10 11:32:11', '', 'RTP Live Spadegaming', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2023-03-10 11:32:11', '2023-03-10 11:32:11', '', 124, 'http://localhost/indoslot303.com/?p=30467', 0, 'revision', '', 0),
(30468, 1, '2023-03-10 11:32:23', '2023-03-10 11:32:23', '', 'RTP Live TTG Slot', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-03-10 11:32:23', '2023-03-10 11:32:23', '', 121, 'http://localhost/indoslot303.com/?p=30468', 0, 'revision', '', 0),
(30469, 1, '2023-03-10 11:32:30', '2023-03-10 11:32:30', '', 'RTP Live YGGDrasil Slot', '', 'inherit', 'closed', 'closed', '', '30364-revision-v1', '', '', '2023-03-10 11:32:30', '2023-03-10 11:32:30', '', 30364, 'http://localhost/indoslot303.com/?p=30469', 0, 'revision', '', 0),
(30470, 1, '2023-03-10 11:40:31', '2023-03-10 11:40:31', '', 'RTP Live YGGDrasil', '', 'inherit', 'closed', 'closed', '', '30364-revision-v1', '', '', '2023-03-10 11:40:31', '2023-03-10 11:40:31', '', 30364, 'http://localhost/indoslot303.com/?p=30470', 0, 'revision', '', 0),
(30471, 1, '2023-03-10 11:40:41', '2023-03-10 11:40:41', '', 'RTP Live Play\'n Go', '', 'inherit', 'closed', 'closed', '', '30367-revision-v1', '', '', '2023-03-10 11:40:41', '2023-03-10 11:40:41', '', 30367, 'http://localhost/indoslot303.com/?p=30471', 0, 'revision', '', 0),
(30472, 1, '2023-03-10 11:40:49', '2023-03-10 11:40:49', '', 'RTP Live Onetouch', '', 'inherit', 'closed', 'closed', '', '30370-revision-v1', '', '', '2023-03-10 11:40:49', '2023-03-10 11:40:49', '', 30370, 'http://localhost/indoslot303.com/?p=30472', 0, 'revision', '', 0),
(30473, 1, '2023-03-10 11:40:58', '2023-03-10 11:40:58', '<!-- wp:paragraph -->\n<p>IDN Live merupakan situs ion club casino indonesia yang tergabung didalam satu komunitas ionclub casino terbesar di indonesia. Memiliki banyak partner situs judi online yang berperan sebagai tempat pembuatan akun, bertransaksi dan bermain. Lebih dari 10 tahun berjalan di indonesia dan memiliki pengikut yang cukup banyak. Rata-rata pengikutnya merupakan pecinta judi casino konvensional yang telah beralih ke live casino online. ION Club sendiri diambil dari nama provider casino di asia dan kini menjadi provider resmi live casino di indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Live casino bisa dikatakan permainan judi paling tua setelah togel 4d yang tidak pernah ada matinya. Sebelum live casino muncul di indonesia, pemain harus pergi ke negara yang memiliki casino. Nagara malaysia dan singapore yang terdekat dari indonesia. Namun sejak teknologi smartphone masuk ke indonesia, para bandar casino darat juga mengikuti perkembangan tersebut. Membentuk tim IT khusus pengembang igaming dan merevolusi seluruh permainan casino menjadi permainan daring. Permaian daring casino kemudian diberi label live casino yang artinya permainan yang dipertunjukkan langsung dari casino secara real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Menggunakan dealer asli yang berada langsung dibelakang meja untuk membagikan kartu, dadu dan memutar bola roulette. Kemudian pada layar pemain disediakan platform taruhan dengan tampilan elegan persis seperti di casino, mudah digunakan, ringat dan tentunya aman. Setiap tahunnya live casino terus berkembang maju dan mencitapkan banyak permainan casino terbaru. Mulai dari permainan jadul yang hampir punah seperti Oglok, 24D spin dan banyak lagi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Daftar Provider IDN Live Judi Casino Online Terpanas Tahun 2023</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Live casino tidak lagi dikembangkan oleh para bandar casino konvensional namun telah diambil ahli oleh perusahaan igaming. Perusahaan igaming memiliki izin resmi untuk menjadikan setiap permainan casino menjadi permainan live casino online. Perusahaan ini menjadi provider atau penyedia permainan casino yang mutakhir, baru dan memberikan rasa yang berbeda pada setiap game. Adapun provider yang masuk dalam nominasi judi casino online terpanas tahun 2023 adalah sebagai berikut:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>ION Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pragmatic Play Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Microgaming Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Allbet Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sexy Gaming Casino</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Opusplus Casino</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Permainan yang bisa anda nikmati melebihi yang ada di casino konvensional seperti sexy baccarat, bullbull, win3card, pokdeng, sweet bonanza candyland, spaceman dan banyak lagi permainan judi casino online terbaru. Keseruan bermain idn live casino diatas dari casino konvensional, lebih banyak permainan dan bisa bermain dengan modal lebih kecil. Namun dapat memberikan keuntungan yang lebih besar dibanding permainan casino konvensional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>IONClub Pelopor Judi Casino Online Pertama di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ION casino berbasis di Asia tenggara yang menjadi pelopor pertama casino online masuk ke indonesia. Perusahaan bernama IONClub memiliki izin resmi live streaing di asia tenggara setelah SBOBET88 casino online. Dengan 4 permainan kas casino, ionclub sukses memperkenalkan live casino dan meraih penghargaan di pameran igaming yang diselenggarakan setiap tahun. Mengajak sejumlah agen casino online indonesia sebagai mitra untuk memasarkan setiap permainan ion casino. Dimana agen judi online berperan sebagai tempat berlangsungnya semua transaksi mulai dari pembuatan akun, deposit saldo, bermain hingga withdraw kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ionclub juga memiliki casino konvensional yang bisa anda kunjungi jika ingin merasakan langsung. Atau anda bisa menikmati secara daring dan menghemat banyak biaya selagi harus memikirkan perjalanan yang panjang ke luar negeri. Ini penyebab Ion casino mengajak agen casino yang memiliki situs judi online untuk menjadi jembatan penghubung antara pemain dengan bandar. Menjadi portal yang dapat memberikan kemudahan pemain yang ingin merasakan pengalaman bermain casino tanpa harus mendatangi tempat casino itu langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mulai dari dealer hingga permainan semua bisa anda nikmati dan tentu saja dilengkapi dengan beragam promosi dan bonus menarik. Platform taruhan ion casino telah bisa dimainkan lebih dari 2 permainan berbeda dalam satu layar perangkat anda. Hal ini tentu dapat mendatangkan keuntungan besar bagi anda jika bisa menggunakan fitur multigame ini dengan benar dan baik. Permainan ion casino yang telah mendukung multigame terdiri dari Baccarat, Sicbo, Roulette dan Dragon tiger. Keuntungan lain bermain live casino adanya promo dan bonus yang bisa anda dapat di situs judi online partner resmi ionclub. Salah satu agen resmi ionclub adalah kingbet89 yang merupakan situs judi online sejak tahun 2008 hingga saat ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Kingbet89 Agen Resmi IONClub Casino Online Terpercaya</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kingbet89 memulai karir sebagai agen bola sbobet88 yang menggunakan sistem situs judi online 1 akun untuk semua permainan. Menjadi yang pertama memiliki situs judi online berbasis 1 akun yang sukses memperkenalkan judi sbobet88 di indonesia. Prestasi yang dicapai telah dibangun bertahun-tahun dan terus ditingkatkan agar dapat mempertahankan gelar situs judi online terpercaya di indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kesuksesan kingbet menjadi agen sbobet88 membuat terus mendapat kesempatan emas menjadi partner resmi dari setiap provider igaming. Salah satu nya IONClub yang menjadikan kingbet salah satu agen resmi judi idn live casino peringkat 1 di indonesia. Mempercayakan nama baik ion club casino kepada kingbet89 agar dapat menyalurkan keseruan permainan ion casino kepada pemain indonesia secara totalitas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kingbet memberikan pelayanan deposit yang murah mulai dari 5000 rupiah. Metode depositnya juga lengkap terdiri dari deposit bank, deposit e-money seperti dana, ovo dan gopay. Anda juga bisa menggunakan pulsa sebagai metode deposit melalui pulsa axis, telkomsel, xl axiata dan tri. Akses login mudah tersedia dalam versi desktop, mobile dan aplikasi apk android. Banyak promo dan bonus yang bisa anda raih seperti rollingan, turnover, cashback dan referral. Serta jaminan kemenangan anda dibayar full dan tepat waktu diproses langsung ke rekening pribadi anda dengan aman.</p>\n<!-- /wp:paragraph -->', 'RTP Live JDB', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2023-03-10 11:40:58', '2023-03-10 11:40:58', '', 40, 'http://localhost/indoslot303.com/?p=30473', 0, 'revision', '', 0),
(30474, 1, '2023-03-10 11:41:06', '2023-03-10 11:41:06', '', 'RTP Live Funky Games', '', 'inherit', 'closed', 'closed', '', '30383-revision-v1', '', '', '2023-03-10 11:41:06', '2023-03-10 11:41:06', '', 30383, 'http://localhost/indoslot303.com/?p=30474', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30475, 1, '2023-03-10 11:41:15', '2023-03-10 11:41:15', '<!-- wp:paragraph -->\n<p>Joker123 gaming merupakan situs judi slot arcade tembak ikan nomor 1 di indonesia dengan pemain terbanyak di indonesia. Tembak ikan hampir sama dengan judi slot online yang memiliki jackpot progresive sistem RTP (return to player) serta winrate tertinggi. perbedaannya terletak pada tipe permainan slot, dimana judi slot bertipe video slot sedangkan tembak ikan bertipe arcade slot. Arcade slot dikenal sebagai permainan slot aksi menembak objek yang menjadi target. Slot online harus mendapatkan kombinasi simbol setiap garis (lines).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joker123 salah satu provider spesialis permainan tembak ikan yang menjadi pelopor di indonesia. Keberhasilan ini menarik banyak perhatian provider lain untuk menyediakan slot arcade yang lebih menarik dan mampu memberikan profit lebih tinggi. Hingga hari ini tembak ikan joker123 terus merilis permainan baru dengan tema yang berbeda dan level kesenangan yang lebih tinggi lagi. Joker123 gaming bekerja sama dengan situs judi online untuk memperluas pasar hingga ke pelosok daerah. Mempermudah pemain untuk mendaftar, bertransaksi dan bermain dengan lancar sehingga banyak dirilis oleh situs judi online sebagai akses login joker123 slot arcade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Link Alternatif Login Joker123 Gaming Slot Arcade Terbaru Anti Nawala</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kesulitan akses login joker123 telah menjadi permasalah klasik yang tak kunjung selesai. Dikarenakan regulasi negara yang memiliki peraturan larangan perjudian dalam bentuk apapun. Bagi pemain lama sudah bukan hal yang baru, mereka telah paham mengatasi permasalah login. Namun bagi pemain baru banyak yang masih panik sewaktu tidak bisa mengakses situs joker123 gaming. Kebanyakan pemain baru tersebut salah menggunakan link alternatif karena pemahaman yang salah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Login joker123 hanya bisa didapat melalui situs judi online tempat user id akun slot nya terdaftar. Biasanya yang terblokir hanya situs agen judi onlinenya saja dan hanya membutuhkan link alternatif terbaru login agen joker123 nya. Link terbaru bisa didapat melalui customer service melalui layanan whatsapp, livechat maupun telegram chat official. Sangat disarankan untuk menyimpan kontak CS agen joker123 di perangkat anda agar mudah untuk menghubunginya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Solusi gagal akses situs joker123 gaming ada 2, pertama menggunakan link alternati joker123 login dan kedua menggunakan joker123 apk android. Untuk joker123 apk bisa di download langsung di situs resmi agen joker123 tempat anda terdaftar sebagai membernya. Atau anda bisa mendaftar ulang di situs agen judi online yang menurut anda bisa dipercaya dan memiliki pelayanan yang jauh lebih baik dibanding agen pertama anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Download Joker123 APK Android Slot Arcade Kingbet89 Versi Terbaru</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Selain menggunakan link alternatif untuk login joker123 slot, anda juga bisa menggunakan aplikasi android joker123 apk yang bernama kingbet89.apk. Aplikasi joker123 apk hanya tersedia di situs judi online tempat akun user id anda terdaftar. Jika agen tembak ikan anda tidak menyediakan aplikasi android joker123, maka anda harus mendaftar ulang di situs agen tembak ikan yang menyediakan aplikasi joker123 apk versi terbaru. Langsung saja berikut tutorial download dan install aplikasi joker123 di perangkat smartphone android anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Klik tombol Unduh APK untuk mengunduh file joker123 apk versi terbaru, jika muncul notifikasi > File mungkin berbahaya, ingin tetap mendownload kingbet89.apk? pilih opsi tetap download. Setelah download selesai, klik file tersebut untuk menginstall ke dalam perangkat anda. Jika muncul notifikasi > Demi keamanan, ponsel Anda tidak diizinkan menginstal aplikasi yang tidak dikenal dari sumber ini. pilih setelah dan aktifkan fitur izinkan dari sumber ini, kemudian pilih instal. Setelah proses instal selesai klik sekali untuk membuka aplikasi dan anda bisa langsung login menggunakan akun user id yang telah terdaftar sebelumnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dikarenakan file joker123 apk ini merupakan aplikasi pihak ke tiga diluar dari android dan google playstore. Maka anda harus mengaktifkan fitur install unknown apps. Caranya buka menu pengaturan smartphone anda, pilih aplikasi > akses khusus > install  aplikasi yang tidak dikenal. Kemudian pilih aplikasi yang akan diaktifkan akses khusus menginstall aplikasi yang tidak dikenal. Tidak semua situs judi online menyediakan aplikasi android joker123, jadi jika agen anda tidak menyediakan apk joker123, anda bisa mendaftar ulang di situs agen joker123 gaming terpercaya yaitu kingbet89.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cara Daftar Akun Joker123 Gaming Slot Arcade Melalui Situs Kingbet89</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi pemain baru anda mungkin belum terbiasa membuat akun user id secara online, berikut tutorial cara mendaftar akun joker123 slot dengan benar di situs judi slot online kingbet89 terpercaya. Ada beberapa data yang harus anda persiapkan terlebih dahulu yang dibutuhkan untuk membuat akun slot joker123. Data diri yang dibutuhkan untuk mengisi formulir pendaftaran secara online seperti email, nomor handphone dan rekening bank. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jika anda pengguna smartphone android maupun iphone, anda bisa menggunakan email yang digunakan pada smartphone anda. Untuk nomor handphone disarankan telah terkoneksi dengan salah satu aplikasi pesan whatsapp maupun telegram chat. Untuk bank rekening pastikan atas nama anda sendiri yang masih aktif, jika rekening belum memiliki akses internet banking ataupun mobile banking, anda bisa menggunakan mesin atm menggunakan kartu atm anda. Setelah data diri lengkap, klik tombol daftar dan isi setiap kolom formulir pendaftaran sesuai data diri yang telah anda siapkan sebelumnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada kolom username isi dengan nama akun yang anda inginkan, minimal 6 karakter dan maksimal 16 karakter tanpa spasi. Gunakan kombinasi huruf dan angka untuk membuat username akun anda. Kolom password harus di isi dengan dengan kombinasi huruf, angka dan karakter khusus minimal 8 karater. Gunakan password kata sandi yang mudah di ingat agar dan jangan sama dengan username akun anda. Pada kolom referral, kosongkan jika tidak ada, setelah semua kolom diisi dengan benar, klik tombol daftar dan tunggu proses selesai. Setelah selesai anda sudah bisa login dan mengisi saldo dengan cara deposit minimal 5000 yang bisa dibayar melalui transfer bank, emoney dana, gopay, ovo dan pulsa telkomsel, tri serta xl axiata.</p>\n<!-- /wp:paragraph -->', 'RTP Live Betsoft', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2023-03-10 11:41:15', '2023-03-10 11:41:15', '', 60, 'http://localhost/indoslot303.com/?p=30475', 0, 'revision', '', 0),
(30476, 1, '2023-03-10 11:41:21', '2023-03-10 11:41:21', '', 'RTP Live Astrotech', '', 'inherit', 'closed', 'closed', '', '30379-revision-v1', '', '', '2023-03-10 11:41:21', '2023-03-10 11:41:21', '', 30379, 'http://localhost/indoslot303.com/?p=30476', 0, 'revision', '', 0),
(30496, 1, '2023-03-25 07:35:57', '2023-03-25 07:35:57', '<!-- wp:paragraph -->\n<p><strong>INDOBET303 : Situs Judi Slot Online Terbaik Dan Terpercaya 2023 Terlengkap Di Indonesia.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>INDOBET303 merupakan situs game judi online terbaik di 2023 ini, INDOBET303 pilihan terbaik para pemaian situs judi online, karna INDOBET303 memiliki game perjudian terlengkap di indonesia, slot judi online, live casino Online, poker Online, togel dan masih banyak yang lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan akses mudah INDOBET303 adalah pilihan yang paling tepat untuk dikunjungi, dengan minimal deposit 20.000,- dan minimal withdraw 40.000,-, kami memberikan pelayanan terbaik bagi para player agar dapat merasakan keamanan dan kenyamanan saat bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>INDOBET303 berpengalaman lebih dari 10tahun dalam dunia perjudian online, dan kami pun memiliki sertifikat Resmi PAGGCOR, jadi para pemain tidak perlu khawatir dengan keamanan yang terdapat pada sistem kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Mengapa Harus Memilih INDOBET303 Sebagai Tempat bermain Judi Slot Online Terbaik</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>INDOBET303 memiliki pelayanan terbaik, Live Chat 24 jam Nonstop siap membantu dalam kendala yang dialami para player, selain pelayanan terbaik kamipun mempunyai fitur-fitur yang akan sangat membantu para player dalam permainan Judi Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dan kamipun mengunakan sistem 1 akun untuk semua permainan, jadi player tidak perlu memindah-mindahkan saldo saat dia akan berganti permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kelebihan Yang di Miliki Oleh INDOBET303 Situs Judi Online Terbaik</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\",\"start\":1} -->\n<ol type=\"1\" start=\"1\"><!-- wp:list-item -->\n<li>Cukup dengan 1 akun untuk memainkan semua permainan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Memiliki pelayanan terbaik dan respone yang cepat</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Metode deposit yang sangat mudah dan withdraw yang cepat</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Menerima deposit Pulsa tanpa adanya potongan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Menerima Pembayaran E-wallet</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pembayaran yang Cepat dan 100% aman</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Banyak nya Promo dan Event di setiap minggunya</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Costumer Standby 24 jam Nonstop</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Berapapun kemenangan anda akan kami langsung Bayar</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Cara Melakuan Pendaftaran User ID INDOBET303 Situs Gacor Terbaik</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\",\"start\":1} -->\n<ol type=\"1\" start=\"1\"><!-- wp:list-item -->\n<li>Masuk kedalam situs INDOBET303 akan langsung diarahkan ke tempat pendaftaran</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Isi Formulir yang tertera dengan data asli dan lengkap</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Isi informasi akun bank yang akan anda daftarkan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Setelah semua selesai, jangan lupa deposit dan ikuti semua promo dan Eventnya</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->', 'INDOSLOT303', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-03-25 07:35:57', '2023-03-25 07:35:57', '', 2, 'http://localhost/indobet303.com/?p=30496', 0, 'revision', '', 0),
(30498, 1, '2023-03-25 07:38:14', '2023-03-25 07:38:14', '<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"has-text-align-center\">INDOBET303 : Situs Judi Slot Online Terbaik Dan Terpercaya 2023 Terlengkap Di Indonesia.</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>INDOBET303 merupakan situs game judi online terbaik di 2023 ini, INDOBET303 pilihan terbaik para pemaian situs judi online, karna INDOBET303 memiliki game perjudian terlengkap di indonesia, slot judi online, live casino Online, poker Online, togel dan masih banyak yang lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan akses mudah INDOBET303 adalah pilihan yang paling tepat untuk dikunjungi, dengan minimal deposit 20.000,- dan minimal withdraw 40.000,-, kami memberikan pelayanan terbaik bagi para player agar dapat merasakan keamanan dan kenyamanan saat bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>INDOBET303 berpengalaman lebih dari 10tahun dalam dunia perjudian online, dan kami pun memiliki sertifikat Resmi PAGGCOR, jadi para pemain tidak perlu khawatir dengan keamanan yang terdapat pada sistem kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Mengapa Harus Memilih INDOBET303 Sebagai Tempat bermain Judi Slot Online Terbaik</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>INDOBET303 memiliki pelayanan terbaik, Live Chat 24 jam Nonstop siap membantu dalam kendala yang dialami para player, selain pelayanan terbaik kamipun mempunyai fitur-fitur yang akan sangat membantu para player dalam permainan Judi Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dan kamipun mengunakan sistem 1 akun untuk semua permainan, jadi player tidak perlu memindah-mindahkan saldo saat dia akan berganti permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Kelebihan Yang di Miliki Oleh INDOBET303 Situs Judi Online Terbaik</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\",\"start\":1} -->\n<ol type=\"1\" start=\"1\"><!-- wp:list-item -->\n<li>Cukup dengan 1 akun untuk memainkan semua permainan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Memiliki pelayanan terbaik dan respone yang cepat</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Metode deposit yang sangat mudah dan withdraw yang cepat</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Menerima deposit Pulsa tanpa adanya potongan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Menerima Pembayaran E-wallet</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pembayaran yang Cepat dan 100% aman</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Banyak nya Promo dan Event di setiap minggunya</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Costumer Standby 24 jam Nonstop</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Berapapun kemenangan anda akan kami langsung Bayar</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Cara Melakuan Pendaftaran User ID INDOBET303 Situs Gacor Terbaik</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\",\"start\":1} -->\n<ol type=\"1\" start=\"1\"><!-- wp:list-item -->\n<li>Masuk kedalam situs INDOBET303 akan langsung diarahkan ke tempat pendaftaran</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Isi Formulir yang tertera dengan data asli dan lengkap</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Isi informasi akun bank yang akan anda daftarkan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Setelah semua selesai, jangan lupa deposit dan ikuti semua promo dan Eventnya</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->', 'INDOBET303 SITUS TERGACOR 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-03-25 07:38:14', '2023-03-25 07:38:14', '', 2, 'http://localhost/indobet303.com/?p=30498', 0, 'revision', '', 0),
(30502, 1, '2023-04-03 11:06:49', '2023-04-03 11:06:49', '<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">INDOBET303 : Situs Judi Slot Online Terbaik Dan </h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>INDOBET303 merupakan situs game judi online terbaik di 2023 ini, INDOBET303 pilihan terbaik para pemaian situs judi online, karna INDOBET303 memiliki game perjudian terlengkap di indonesia, slot judi online, live casino Online, poker Online, togel dan masih banyak yang lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan akses mudah INDOBET303 adalah pilihan yang paling tepat untuk dikunjungi, dengan minimal deposit 20.000,- dan minimal withdraw 40.000,-, kami memberikan pelayanan terbaik bagi para player agar dapat merasakan keamanan dan kenyamanan saat bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>INDOBET303 berpengalaman lebih dari 10tahun dalam dunia perjudian online, dan kami pun memiliki sertifikat Resmi PAGGCOR, jadi para pemain tidak perlu khawatir dengan keamanan yang terdapat pada sistem kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Mengapa Harus Memilih INDOBET303 Sebagai Tempat bermain Judi Slot Online Terbaik</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>INDOBET303 memiliki pelayanan terbaik, Live Chat 24 jam Nonstop siap membantu dalam kendala yang dialami para player, selain pelayanan terbaik kamipun mempunyai fitur-fitur yang akan sangat membantu para player dalam permainan Judi Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dan kamipun mengunakan sistem 1 akun untuk semua permainan, jadi player tidak perlu memindah-mindahkan saldo saat dia akan berganti permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Kelebihan Yang di Miliki Oleh INDOBET303 Situs Judi Online Terbaik</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\",\"start\":1} -->\n<ol type=\"1\" start=\"1\"><!-- wp:list-item -->\n<li>Cukup dengan 1 akun untuk memainkan semua permainan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Memiliki pelayanan terbaik dan respone yang cepat</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Metode deposit yang sangat mudah dan withdraw yang cepat</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Menerima deposit Pulsa tanpa adanya potongan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Menerima Pembayaran E-wallet</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pembayaran yang Cepat dan 100% aman</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Banyak nya Promo dan Event di setiap minggunya</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Costumer Standby 24 jam Nonstop</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Berapapun kemenangan anda akan kami langsung Bayar</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Cara Melakuan Pendaftaran User ID INDOBET303 Situs Gacor Terbaik</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\",\"start\":1} -->\n<ol type=\"1\" start=\"1\"><!-- wp:list-item -->\n<li>Masuk kedalam situs INDOBET303 akan langsung diarahkan ke tempat pendaftaran</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Isi Formulir yang tertera dengan data asli dan lengkap</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Isi informasi akun bank yang akan anda daftarkan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Setelah semua selesai, jangan lupa deposit dan ikuti semua promo dan Eventnya</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->', 'INDOBET303 SITUS TERGACOR 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-03 11:06:49', '2023-04-03 11:06:49', '', 2, 'http://localhost/panen138bet.net/?p=30502', 0, 'revision', '', 0),
(30503, 1, '2023-04-03 11:07:05', '2023-04-03 11:07:05', '<!-- wp:paragraph -->\n<p><strong>Panen138bet : Situs Daftar Slot Online Tergacor dan Terbaik Resmi Indonesia</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen138bet merupakan Slot Online merupakan situs judi&nbsp;<a href=\"https://wbscvt.org/\">slot online ter</a>baik, sebagai situs perjudian slot online terbaik,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>situs kami menyediakan permainan perjudian online terlengkap dan memiliki winrate yang tinggi,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen138 bet tidak hanya menyediakan game-game slot online terbaik,situs kami pun menyediakan game perjudian online yang lainnya seperti, live Casino, Poker Online, Togel dan lainya yang bisa dimainkan hanya dengan 1 akun saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai Agen situs slot online terpercaya Panen 138bet, kami menyediakan layanan costumer servis online seperti Live Chat yang akan melayani kendala yang anda hadapi selama berada disitus kami selama 24 jam nonstop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen 138bet adalah situs terbaik dengan memiliki fasilitas dan fitur-fitur terbaik yang kami sediakan, untuk membantu para player dalam meraih kemenangan di dalam permainan game perjudian online game slot online Panen138 bet.<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bermain Perjudian Slot Online Terbaik di Indonesia</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bermain di perjudian slot online, seorang pemain slot online pasti memiliki resiko dan keuntangan yang berbeda-beda, tergantung cara bermain kita sendiri, jadi dalam bermain game slot online pastinya harus memiliki strategi dan pola masing-masing.<br><br>berikut ini adalah tips dan trik dalam bermain game perjudian slot online yang baik, agar terhindar dari kerungkatan.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Melakukan Pertaruhan Dengan Menyesuaikan Kemampuan Finansial</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Yaitu dimana kita harus bisa memenegement keuangan kita sendiri dalam hal kemampuan, karna apabila kita melakukan pertaruhan dengan melebihi kemampuan finansial dan apabila pada akhirnya mendapatkan kekalahan, sudah pasti kita akan menemui kesusahan, maka dari itu kita harus menyesuaikan pertaruhan dengan kemampuan finansial kita.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bermain Dengan Penuh Perhitungan</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Perlu nya bermain dengan penuh perhitungan, karna apabila kita bermain dengan cara bermain yang asal-asalan sudah pasti permainan akan di akhiri dengan kekalahan.maka dari itu wajib bagi player untuk melakukan permainan dengan penuh perhitungan.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bermain dengan Sabar dan Tidak Terbawa Emosi dan Nafsu</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Perlu disadari oleh para pemain game slot online untuk bermain dengan pikiran tenang dan nyaman,karena apabila kita bermain dengan nafsu dan emosi semua perhitungan yang kita lakukan akan mulai hancur,maka dari itu bermainlah sesantai dan sesabar mungkin demi mendapatkan hasil kemenangan terbaik.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Cara Memilih Situs Judi Slot Online Resmi Panen138bet</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain game perjudian online kita harus bisa memilih game mana yang bisa kita percaya dan membuat kita aman dan nyaman dalam bermain game perjudian game online.<br>berikut ini cara memilih situs game perjudian online yang baik :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Melihat segi Pelayanan dan Fitur yang di Tawarkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Player harus bisa melihat agen situs dari pelayanan dan fitur-fitur yang ditawarkan, mengapa ? karena semakin baik segi pelayanan dan fiturnya maka akan semakin baik pula agen situs perjudian, seperti yang kami tawar kan dalam segi pelayanan terbaik kami dan fitur-fitur yang kami miliki.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mempunyai Sertifikat Resmi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setiap situs yang memiliki sertifikat resmi sudah pasti, agen situs tersebut memiliki sistem keamanan yang sangat baik, dan di akui.<br>Panen138 bet memiliki sertifikat resmi Paggcor yang akan menjamin keamanan dan kenyamanan, palyer di dalam game perjudian slot Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Info Provider Slot Online Mudah Menang Paling Populer</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen 138bet bekerjasama dengan provider-provider ternama dan terbaik dalam game perjudian slot online, maka dari itu Panen138bet merupakan situs dengan permainan game slot online terlengkap dan terbaik,<br>berikut ini adalah provider-provider game slot online terbaik yang selalu memberikan tingkat kemenangan yang tinggi dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Slot online Pragmatic Play</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Provider game yang satu ini memiliki banyak game yang sangat popular di permainan game slot online, provider yang satu ini selalu memberikan jackpot-jackpot tinggi kepada player yang memainkan game slot online tersebut,<br>contoh game-game yang memiliki winrate tertinggi :<br>- Gates Of Olympus<br>- Starlight Princess<br>- Sweet Bonanza<br>- Piramid Bonanza<br>- Joker’s Jewels</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Slot Online Slot88</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jika pemain ingin mencoba slot online lainnya, mereka dapat memilih slot online slot88. Tema dan konsep permainan dari provider ini sangat berbeda dengan provider slot online lainnya yang lebih banyak menggunakan bertemakan asia<br>berikut ini contoh game-game terbaiknya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Dolphine Reef<br>- Qixi<br>- Laughing Budha<br>- God Of Wealth<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. Slot Online Habanero</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang satu ini, memiliki Design yang cukup menarik perhatian para player game slot online, selain design yang menarik game yang satu ini mempunyai bayaran atas taruhan yang cukup tinggi.<br>contoh game terbaiknya :<br>- Koi Gate<br>- Fa Chai Shen<br>- 5 Lucky Lion<strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. Slot Online Microgaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Penyedia slot online populer dengan tema dan konsep game terbaru. Banyak&nbsp;<a href=\"https://wbscvt.org/\">slot online gacor</a>&nbsp;Microgaming menawarkan jackpot besar dan putaran bonus tambahan.<br>game terbaiknya :<br>- Lucky Twins Wilds<br>- Master Of Olympus<br>- Emerald Gold<br>- Amazing Links Zeus<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Slot Online Joker123</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider yangsatu ini, tidak tanggung-tanggung menyediakan slot online di luar wilayah aman nya agar para pemain bisa merasakan konsep dan tema gaming terbaru dari provider besar ini.<br>Contoh Game Terbaiknya :<br>- Lucky God Proggresif<br>- Nepthun Treasure<br>- Lucky Strike<br>- Caishen Riches Bingo<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah Provider-provider terbaik yang selalu memberikan kememenangan yang tinggi kepada player yang memainkan gamenya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Keuntungan Bermain Game Slot Online</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbicara keuntungan bermain game slot online, Pastinya banyak sekali keuntungan yang bisa di dapatkan saat bermain game slot Online, berikut ini kami akan beritahu beberapa keuntungan bermain game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mengisi Waktu Luang</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Player dapat mengisi waktu luangnya,saat bermain game slot Online,dengan kemudahan akses game yang satu ini bisa dimainkan di mana pun dan kapan pun saat anda ingin memainkannya, hanya bermodal sebuah Gadget anda bisa langsung memainkannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mendapatkan Keuntungan yang Tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hanya bermodal kecil anda akan mendapatkan hasil yang berlipat-lipat, inilah yang selalu di incar oleh semua player game slot Online, dengan modal kecil kita bisa mendapatkan keuntungan yang sangat tinggi,namun semua itu kembali lagi kepada cara permainan player itu sendiri dalam meraih kemenangannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br><strong>3 Daftar Game Slot Online Gacor Hari Ini</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum kalian bermain,sebaliknya kalian Pilih terlebih dahulu game-game mana saja yang akan memberikan tingkat kemenangan yang tinggi, seperti yang akan Panen138 bet berikan, tentang bocoran game Gacor terbaik di hari ini dan memiliki tingkat Winrate tertinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Slot Gacor Gates of Olympus - Pragmatic play</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot yang satui ini adalah game yang sangat popular, dikalangan player game slot online, dengan&nbsp; permainan yang mudah untuk di&nbsp; pahami dan game yang satu ini selalu memberikan kemenangan ke player yang memainkannya<br>siapa yang tidak mengetahui Game Gates Of Olympus yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Slot Gacor Sweet Bonanza - Pragmaktic Play</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Siapa yang tidak tahu game yang satu ini, game yang memiliki Tema buah-buahan yang satu ini memiliki winrate sampai 98%, game ini akan selalu memberikan kemenangannya lewat Free Spin nya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Slot Gacor Koi Gates – Habanero</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang satu ini memiliki, pembayaran yang cukup tinggi dalam sebuah permainan, ditambah dengan design dari&nbsp; game ini sangat menarik untuk sebuah permainan,game yang satu ini memiliki winrate 97%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Cara Daftar Situs Slot Online Terbaik&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>&nbsp;(FAQ) Mengenai Situs Judi Slot Online Panen138 bet</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Apa itu Situs Slot online Panen138 ?</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Mengapa Harus Bermain Game Slot Online Di Panen138 ?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Apa Jenis Permainan Yang Tersedia Di Situs Slot Online?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Apa Kelebihan Yang Akan Anda Dapatkan Saat Bermain di Panen138 ?</strong></p>\n<!-- /wp:paragraph -->', 'INDOBET303 SITUS TERGACOR 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-03 11:07:05', '2023-04-03 11:07:05', '', 2, 'http://localhost/panen138bet.net/?p=30503', 0, 'revision', '', 0),
(30505, 1, '2023-04-03 11:12:12', '2023-04-03 11:12:12', '<!-- wp:paragraph -->\n<p><strong>Panen138bet : Situs Daftar Slot Online Tergacor dan Terbaik Resmi Indonesia</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen138bet merupakan Slot Online merupakan situs judi slot online terbaik, sebagai situs perjudian slot online terbaik,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>situs kami menyediakan permainan perjudian online terlengkap dan memiliki winrate yang tinggi,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen138 bet tidak hanya menyediakan game-game slot online terbaik,situs kami pun menyediakan game perjudian online yang lainnya seperti, live Casino, Poker Online, Togel dan lainya yang bisa dimainkan hanya dengan 1 akun saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai Agen situs slot online terpercaya Panen 138bet, kami menyediakan layanan costumer servis online seperti Live Chat yang akan melayani kendala yang anda hadapi selama berada disitus kami selama 24 jam nonstop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen 138bet adalah situs terbaik dengan memiliki fasilitas dan fitur-fitur terbaik yang kami sediakan, untuk membantu para player dalam meraih kemenangan di dalam permainan game perjudian online game slot online Panen138 bet.<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain Perjudian Slot Online Terbaik di Indonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain di perjudian slot online, seorang pemain slot online pasti memiliki resiko dan keuntangan yang berbeda-beda, tergantung cara bermain kita sendiri, jadi dalam bermain game slot online pastinya harus memiliki strategi dan pola masing-masing.<br><br>berikut ini adalah tips dan trik dalam bermain game perjudian slot online yang baik, agar terhindar dari kerungkatan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Melakukan Pertaruhan Dengan Menyesuaikan Kemampuan Finansial</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yaitu dimana kita harus bisa memenegement keuangan kita sendiri dalam hal kemampuan, karna apabila kita melakukan pertaruhan dengan melebihi kemampuan finansial dan apabila pada akhirnya mendapatkan kekalahan, sudah pasti kita akan menemui kesusahan, maka dari itu kita harus menyesuaikan pertaruhan dengan kemampuan finansial kita.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain Dengan Penuh Perhitungan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perlu nya bermain dengan penuh perhitungan, karna apabila kita bermain dengan cara bermain yang asal-asalan sudah pasti permainan akan di akhiri dengan kekalahan.maka dari itu wajib bagi player untuk melakukan permainan dengan penuh perhitungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain dengan Sabar dan Tidak Terbawa Emosi dan Nafsu</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perlu disadari oleh para pemain game slot online untuk bermain dengan pikiran tenang dan nyaman,karena apabila kita bermain dengan nafsu dan emosi semua perhitungan yang kita lakukan akan mulai hancur,maka dari itu bermainlah sesantai dan sesabar mungkin demi mendapatkan hasil kemenangan terbaik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cara Memilih Situs Judi Slot Online Resmi Panen138bet</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain game perjudian online kita harus bisa memilih game mana yang bisa kita percaya dan membuat kita aman dan nyaman dalam bermain game perjudian game online.<br>berikut ini cara memilih situs game perjudian online yang baik :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Melihat segi Pelayanan dan Fitur yang di Tawarkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Player harus bisa melihat agen situs dari pelayanan dan fitur-fitur yang ditawarkan, mengapa ? karena semakin baik segi pelayanan dan fiturnya maka akan semakin baik pula agen situs perjudian, seperti yang kami tawar kan dalam segi pelayanan terbaik kami dan fitur-fitur yang kami miliki.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mempunyai Sertifikat Resmi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setiap situs yang memiliki sertifikat resmi sudah pasti, agen situs tersebut memiliki sistem keamanan yang sangat baik, dan di akui.<br>Panen138 bet memiliki sertifikat resmi Paggcor yang akan menjamin keamanan dan kenyamanan, palyer di dalam game perjudian slot Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Info Provider Slot Online Mudah Menang Paling Populer</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen 138bet bekerjasama dengan provider-provider ternama dan terbaik dalam game perjudian slot online, maka dari itu Panen138bet merupakan situs dengan permainan game slot online terlengkap dan terbaik,<br>berikut ini adalah provider-provider game slot online terbaik yang selalu memberikan tingkat kemenangan yang tinggi dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot online Pragmatic Play</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider game yang satu ini memiliki banyak game yang sangat popular di permainan game slot online, provider yang satu ini selalu memberikan jackpot-jackpot tinggi kepada player yang memainkan game slot online tersebut,<br>contoh game-game yang memiliki winrate tertinggi :<br>- Gates Of Olympus<br>- Starlight Princess<br>- Sweet Bonanza<br>- Piramid Bonanza<br>- Joker’s Jewels</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online Slot88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jika pemain ingin mencoba slot online lainnya, mereka dapat memilih slot online slot88. Tema dan konsep permainan dari provider ini sangat berbeda dengan provider slot online lainnya yang lebih banyak menggunakan bertemakan asia<br>berikut ini contoh game-game terbaiknya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Dolphine Reef<br>- Qixi<br>- Laughing Budha<br>- God Of Wealth<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Slot Online Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang satu ini, memiliki Design yang cukup menarik perhatian para player game slot online, selain design yang menarik game yang satu ini mempunyai bayaran atas taruhan yang cukup tinggi.<br>contoh game terbaiknya :<br>- Koi Gate<br>- Fa Chai Shen<br>- 5 Lucky Lion<strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online Microgaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Penyedia slot online populer dengan tema dan konsep game terbaru. Banyak&nbsp;<a href=\"https://wbscvt.org/\">slot online gacor</a>&nbsp;Microgaming menawarkan jackpot besar dan putaran bonus tambahan.<br>game terbaiknya :<br>- Lucky Twins Wilds<br>- Master Of Olympus<br>- Emerald Gold<br>- Amazing Links Zeus<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online Joker123</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider yangsatu ini, tidak tanggung-tanggung menyediakan slot online di luar wilayah aman nya agar para pemain bisa merasakan konsep dan tema gaming terbaru dari provider besar ini.<br>Contoh Game Terbaiknya :<br>- Lucky God Proggresif<br>- Nepthun Treasure<br>- Lucky Strike<br>- Caishen Riches Bingo<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah Provider-provider terbaik yang selalu memberikan kememenangan yang tinggi kepada player yang memainkan gamenya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Keuntungan Bermain Game Slot Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbicara keuntungan bermain game slot online, Pastinya banyak sekali keuntungan yang bisa di dapatkan saat bermain game slot Online, berikut ini kami akan beritahu beberapa keuntungan bermain game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mengisi Waktu Luang</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Player dapat mengisi waktu luangnya,saat bermain game slot Online,dengan kemudahan akses game yang satu ini bisa dimainkan di mana pun dan kapan pun saat anda ingin memainkannya, hanya bermodal sebuah Gadget anda bisa langsung memainkannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mendapatkan Keuntungan yang Tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hanya bermodal kecil anda akan mendapatkan hasil yang berlipat-lipat, inilah yang selalu di incar oleh semua player game slot Online, dengan modal kecil kita bisa mendapatkan keuntungan yang sangat tinggi,namun semua itu kembali lagi kepada cara permainan player itu sendiri dalam meraih kemenangannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>3 Daftar Game Slot Online Gacor Hari Ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum kalian bermain,sebaliknya kalian Pilih terlebih dahulu game-game mana saja yang akan memberikan tingkat kemenangan yang tinggi, seperti yang akan Panen138 bet berikan, tentang bocoran game Gacor terbaik di hari ini dan memiliki tingkat Winrate tertinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor Gates of Olympus - Pragmatic play</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot yang satui ini adalah game yang sangat popular, dikalangan player game slot online, dengan&nbsp; permainan yang mudah untuk di&nbsp; pahami dan game yang satu ini selalu memberikan kemenangan ke player yang memainkannya<br>siapa yang tidak mengetahui Game Gates Of Olympus yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor Sweet Bonanza - Pragmaktic Play</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Siapa yang tidak tahu game yang satu ini, game yang memiliki Tema buah-buahan yang satu ini memiliki winrate sampai 98%, game ini akan selalu memberikan kemenangannya lewat Free Spin nya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor Koi Gates – Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang satu ini memiliki, pembayaran yang cukup tinggi dalam sebuah permainan, ditambah dengan design dari&nbsp; game ini sangat menarik untuk sebuah permainan,game yang satu ini memiliki winrate 97%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cara Daftar Situs Slot Online Terbaik </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> (FAQ) Mengenai Situs Judi Slot Online Panen138 bet</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apa itu Situs Slot online Panen138 ?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mengapa Harus Bermain Game Slot Online Di Panen138 ?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apa Jenis Permainan Yang Tersedia Di Situs Slot Online?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apa Kelebihan Yang Akan Anda Dapatkan Saat Bermain di Panen138 ?</p>\n<!-- /wp:paragraph -->', 'PANEN138BET, SITUS PERTAHUAN ONLINE TERBAIK DITAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-03 11:12:12', '2023-04-03 11:12:12', '', 2, 'http://localhost/panen138bet.net/?p=30505', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30510, 1, '2023-04-04 04:58:53', '2023-04-04 04:58:53', '<!-- wp:paragraph -->\n<p><strong>Panen138bet : Situs Daftar Slot Online Tergacor</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen138bet merupakan Slot Online merupakan situs judi&nbsp;slot online terbaik, sebagai situs perjudian slot online terbaik,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>situs kami menyediakan permainan perjudian online terlengkap dan memiliki winrate yang tinggi,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen138 bet tidak hanya menyediakan game-game slot online terbaik,situs kami pun menyediakan game perjudian online yang lainnya seperti, live Casino, Poker Online, Togel dan lainya yang bisa dimainkan hanya dengan 1 akun saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai Agen situs slot online terpercaya Panen 138bet, kami menyediakan layanan costumer servis online seperti Live Chat yang akan melayani kendala yang anda hadapi selama berada disitus kami selama 24 jam nonstop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen 138bet adalah situs terbaik dengan memiliki fasilitas dan fitur-fitur terbaik yang kami sediakan, untuk membantu para player dalam meraih kemenangan di dalam permainan game perjudian online game slot online Panen138 bet.<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain Perjudian Slot Online Terbaik di Indonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain di perjudian slot online, seorang pemain slot online pasti memiliki resiko dan keuntangan yang berbeda-beda, tergantung cara bermain kita sendiri, jadi dalam bermain game slot online pastinya harus memiliki strategi dan pola masing-masing.<br><br>berikut ini adalah tips dan trik dalam bermain game perjudian slot online yang baik, agar terhindar dari kerungkatan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Melakukan Pertaruhan Dengan Menyesuaikan Kemampuan Finansial</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yaitu dimana kita harus bisa memenegement keuangan kita sendiri dalam hal kemampuan, karna apabila kita melakukan pertaruhan dengan melebihi kemampuan finansial dan apabila pada akhirnya mendapatkan kekalahan, sudah pasti kita akan menemui kesusahan, maka dari itu kita harus menyesuaikan pertaruhan dengan kemampuan finansial kita.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain Dengan Penuh Perhitungan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perlu nya bermain dengan penuh perhitungan, karna apabila kita bermain dengan cara bermain yang asal-asalan sudah pasti permainan akan di akhiri dengan kekalahan.maka dari itu wajib bagi player untuk melakukan permainan dengan penuh perhitungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain dengan Sabar dan Tidak Terbawa Emosi dan Nafsu</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perlu disadari oleh para pemain game slot online untuk bermain dengan pikiran tenang dan nyaman,karena apabila kita bermain dengan nafsu dan emosi semua perhitungan yang kita lakukan akan mulai hancur,maka dari itu bermainlah sesantai dan sesabar mungkin demi mendapatkan hasil kemenangan terbaik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cara Memilih Situs Judi Slot Online Resmi Panen138bet</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain game perjudian online kita harus bisa memilih game mana yang bisa kita percaya dan membuat kita aman dan nyaman dalam bermain game perjudian game online.<br>berikut ini cara memilih situs game perjudian online yang baik :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Melihat segi Pelayanan dan Fitur yang di Tawarkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Player harus bisa melihat agen situs dari pelayanan dan fitur-fitur yang ditawarkan, mengapa ? karena semakin baik segi pelayanan dan fiturnya maka akan semakin baik pula agen situs perjudian, seperti yang kami tawar kan dalam segi pelayanan terbaik kami dan fitur-fitur yang kami miliki.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mempunyai Sertifikat Resmi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setiap situs yang memiliki sertifikat resmi sudah pasti, agen situs tersebut memiliki sistem keamanan yang sangat baik, dan di akui.<br>Panen138 bet memiliki sertifikat resmi Paggcor yang akan menjamin keamanan dan kenyamanan, palyer di dalam game perjudian slot Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Info Provider Slot Online Mudah Menang Paling Populer</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panen 138bet bekerjasama dengan provider-provider ternama dan terbaik dalam game perjudian slot online, maka dari itu Panen138bet merupakan situs dengan permainan game slot online terlengkap dan terbaik,<br>berikut ini adalah provider-provider game slot online terbaik yang selalu memberikan tingkat kemenangan yang tinggi dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot online Pragmatic Play</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider game yang satu ini memiliki banyak game yang sangat popular di permainan game slot online, provider yang satu ini selalu memberikan jackpot-jackpot tinggi kepada player yang memainkan game slot online tersebut,<br>contoh game-game yang memiliki winrate tertinggi :<br>- Gates Of Olympus<br>- Starlight Princess<br>- Sweet Bonanza<br>- Piramid Bonanza<br>- Joker’s Jewels</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online Slot88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jika pemain ingin mencoba slot online lainnya, mereka dapat memilih slot online slot88. Tema dan konsep permainan dari provider ini sangat berbeda dengan provider slot online lainnya yang lebih banyak menggunakan bertemakan asia<br>berikut ini contoh game-game terbaiknya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Dolphine Reef<br>- Qixi<br>- Laughing Budha<br>- God Of Wealth<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Slot Online Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang satu ini, memiliki Design yang cukup menarik perhatian para player game slot online, selain design yang menarik game yang satu ini mempunyai bayaran atas taruhan yang cukup tinggi.<br>contoh game terbaiknya :<br>- Koi Gate<br>- Fa Chai Shen<br>- 5 Lucky Lion<strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online Microgaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Penyedia slot online populer dengan tema dan konsep game terbaru. Banyak&nbsp;<a href=\"https://wbscvt.org/\">slot online gacor</a>&nbsp;Microgaming menawarkan jackpot besar dan putaran bonus tambahan.<br>game terbaiknya :<br>- Lucky Twins Wilds<br>- Master Of Olympus<br>- Emerald Gold<br>- Amazing Links Zeus<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online Joker123</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider yangsatu ini, tidak tanggung-tanggung menyediakan slot online di luar wilayah aman nya agar para pemain bisa merasakan konsep dan tema gaming terbaru dari provider besar ini.<br>Contoh Game Terbaiknya :<br>- Lucky God Proggresif<br>- Nepthun Treasure<br>- Lucky Strike<br>- Caishen Riches Bingo<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah Provider-provider terbaik yang selalu memberikan kememenangan yang tinggi kepada player yang memainkan gamenya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Keuntungan Bermain Game Slot Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbicara keuntungan bermain game slot online, Pastinya banyak sekali keuntungan yang bisa di dapatkan saat bermain game slot Online, berikut ini kami akan beritahu beberapa keuntungan bermain game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mengisi Waktu Luang</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Player dapat mengisi waktu luangnya,saat bermain game slot Online,dengan kemudahan akses game yang satu ini bisa dimainkan di mana pun dan kapan pun saat anda ingin memainkannya, hanya bermodal sebuah Gadget anda bisa langsung memainkannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mendapatkan Keuntungan yang Tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hanya bermodal kecil anda akan mendapatkan hasil yang berlipat-lipat, inilah yang selalu di incar oleh semua player game slot Online, dengan modal kecil kita bisa mendapatkan keuntungan yang sangat tinggi,namun semua itu kembali lagi kepada cara permainan player itu sendiri dalam meraih kemenangannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>3 Daftar Game Slot Online Gacor Hari Ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum kalian bermain,sebaliknya kalian Pilih terlebih dahulu game-game mana saja yang akan memberikan tingkat kemenangan yang tinggi, seperti yang akan Panen138 bet berikan, tentang bocoran game Gacor terbaik di hari ini dan memiliki tingkat Winrate tertinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor Gates of Olympus - Pragmatic play</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot yang satui ini adalah game yang sangat popular, dikalangan player game slot online, dengan&nbsp; permainan yang mudah untuk di&nbsp; pahami dan game yang satu ini selalu memberikan kemenangan ke player yang memainkannya<br>siapa yang tidak mengetahui Game Gates Of Olympus yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor Sweet Bonanza - Pragmaktic Play</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Siapa yang tidak tahu game yang satu ini, game yang memiliki Tema buah-buahan yang satu ini memiliki winrate sampai 98%, game ini akan selalu memberikan kemenangannya lewat Free Spin nya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor Koi Gates – Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang satu ini memiliki, pembayaran yang cukup tinggi dalam sebuah permainan, ditambah dengan design dari&nbsp; game ini sangat menarik untuk sebuah permainan,game yang satu ini memiliki winrate 97%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cara Daftar Situs Slot Online Terbaik&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;(FAQ) Mengenai Situs Judi Slot Online Panen138 bet</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apa itu Situs Slot online Panen138 ?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mengapa Harus Bermain Game Slot Online Di Panen138 ?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apa Jenis Permainan Yang Tersedia Di Situs Slot Online?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apa Kelebihan Yang Akan Anda Dapatkan Saat Bermain di Panen138 ?</p>\n<!-- /wp:paragraph -->', 'PANEN138BET, SITUS PERTAHUAN ONLINE TERBAIK DITAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-04 04:58:53', '2023-04-04 04:58:53', '', 2, 'http://localhost/bosslot999.com/?p=30510', 0, 'revision', '', 0),
(30512, 1, '2023-04-04 05:02:06', '2023-04-04 05:02:06', '<!-- wp:paragraph -->\n<p>BOS SLOT99: Situs Judi Slot Deposit Pulsa Tanpa Potongan, Slot Terbaik dan Terlengkap</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selamat datang di SLOT99 - situs judi online slot deposit pulsa tanpa adanya potongan terlengkap di Indonesia Bos Slot99,<br>Bosslot 99 merupakan pilihan situs agen judi Slot Tanpa Potongan resmi yang akan memberikan pilihan permainan terlengkap untuk setiap player yang mendaftar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pilihan lengkap yang BOS SLOT 99 tawarkan di antaranya dari koleksi permainan yang sangat lengkap. Selain permainan mesin slot online,<br>tapi juga Kamu dapat menikmati dan mencoba bermain game permainan online seperti Casino Online, Sportsbooks judi bola, poker online dan togel online, dan masih banyak lagi pilihan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain perjudian slot online di situs BOSSLOT 99 juga sangat mudah karena banyak sekali keuntungan yang BOSSLOT99 berikan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kemudahan dalam transaksi deposit juga sangat bisa didapatkan oleh para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Player dapat melakukan proses transaksi deposit menggunakan transfer antar rekening, e-wallet dan pulsa.<br>Maka dari itu, Kamu bisa mengunakan semua metode deposit sebagai pilihan,<br>deposit dengan menggunakan semua transaksi ini sangat mudah dan praktis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar 18 Provider Slot Deposit Pulsa Tanpa Potongan Terlengkap dan Pastinya Mudah Menang</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bos Slot99 menghadirkan banyak pilihan permainan pertaruhan perjudi slot tanpa potongan dari banyak provider game.<br>Provider atau penyedia permainan slot adalah developer yang mengembangkan permainan slot sehingga semakin banyak dan semakin menarik seperti saat ini.<br>SLOT 99 bekerjasama dengan provider terbaik untuk menyajikan banyak pilihan permainan yang tentunya lebih lengkap dan menarik melalui situs website BOSS SLOT99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut daftar-daftar provider permainan slot yang bisa SLOT99 tawarkan Sebagai pilihan:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong> Yggrassil</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong> Pragmatic Play</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Spadegaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>RTG slot</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Playstar</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Microgaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>PG Soft</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Netent</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Joker123</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Flow gaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Habanero</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>CQ9</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Slot88</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Deposit Gamatron</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>JDB Gaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ION Slot</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamatron</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Astrotech</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar 13 Provider Bos slot99 Perjudian Gacor Gampang Menang RTP Live Tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 juga menghadirkan berbagai pilihan game pertaruhan judi slot gacor dengan nilai RTP Live tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BOSSLOT 99 memahami setiap player yang bermain pastinya mengharapkan kemenangan dengan mudah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Salah satu cara terbaiknya yang mungkin dilakukan agar dapat kemenang dengan mudah dalam permainan slot adalah memilih permainan slot gacor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game pertaruhan judi slot yang gacor dan pastinya mudah menang saat ini banyak sekali pilihannya namun player disarankan memilih rekomendasi permainan berdasarkan nilai RTP Live.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada Dasarnya semakin tinggi nilai RTP Live dalam satu permainan slot online tersebut, maka semakin besar pula kemengan dan kemudahan yang bisa didapat.<br>Berikut data rekomendasi Game dengan RTP Live :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gold Train = 98.15%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gates Of Olympus = 95.56%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sweet Bonanza = 98.55%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong> Wild West Gold = 93.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong> Sweet Bonanza Xmas = 96.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Starlight Princess = 98.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Lucky Koi = 98.44%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Knockout Football Rush = 97.55%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Hot Hot Fruit = 91.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Flow gaming = 94.58%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>FaFaFa = 98.55%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Fa Cai Shen Deluxe = 98.44%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Mahjong Ways = 96.14%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5 Keuntungan Bermain Perjudi Slot Bersama Bos slot99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Banyak sekali keuntungan yang bisa kamu dapatkan jika bermain slot di Bosslot99 Mengapa demikian?<br>Karena Bos slot99 merupakan salah satu Agen pertaruhan terbaik di tahun 2023 ini dengan permainan Terlengkap dan Gacor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adapun keuntungan dan kelebihan bermain slot shopeepay tanpa potongan memberikan banyak kemudahan diluar dari perkiraan dan kesempatan seperti ini hanya ada pada situs tidak dimiliki oleh website manapun. Berikut ini adalah 5 keuntungan dan kelebihan bermain Slot Shopeepay tanpa potongan bersama Slot99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pendaftaran yang Sangat Mudah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sistem pendaftar yang sangat mudah di akses dan tidak ribet, player cukup mengisi formulir yang tersedia dengan data yang sebenar-benarnya, tidak perlu khawatir data anda akan bocor, karna di dalam situs kami pastinya data para member adalah sebuah kerahasiaan yang akan kami jaga</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Banyaknya Promo dan Event yang Menarik</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs Bos slot 99 kami yang satu ini memiliki banyak sekali promo dan event-event yang sangat menarik dan pastinya akan menguntungkan bagi player yang akan mengikuti promo dan&nbsp; event-event yang kami adakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Livechat Online 24 jam Nonstop</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 siap menjawab semua pertanyaan dan keluhan yang di alami oleh player dalam situs kami ini, jadi player tidak perlu khawatir dengan kendala yang terjadi di dalam situs,cukup hubungi kami dan kami akan selesaikan setiap kendala yang player alami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kemudahan Mendapatkan Jackpot Dengan RTP Live Slot Tertinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Di situs kami player akan dimudahkan dalam mendapatkan kemenangan Jackpot dll dengan mengunakan, RTP live yang telah kami sediakan, jadi player cukup memngecek Game mana saja yang memiliki Nilai RTP live tertinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Klik submit formulir</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 Situs Pertaruhan Slot Dengan Promo Bonus Terbanyak Dan Terbesar</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bosslot99 merupak situs pertahuran dengan Promo-promo terbaik dan terbesar yang ada di Indonesia,<br>berikut ini adalah Promo-promo yang terdapat disitus pertaruhan slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Member BaruReferral</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rollingan Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cashback Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deposit Perdana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cashback Sabung Ayam</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen Bosslot99 Situs Terbaik dan Terlengkap Di Indonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 adalah pilihan situs pertaruhan judi online terbaik dan terlengkap di Indonesia,<br>situs kami memiliki permainan terlengkap dan tergacor dengan winrate yang tinggi, dengan pelayanan terbaik dan fitur-fitur yang sangat lengkap, situs kami adalah situs yang paling di rekomendasikan oleh para player game slot online.</p>\n<!-- /wp:paragraph -->', 'BOSSLOT99, SITUS PERTAHUAN ONLINE TERBAIK DITAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-04 05:02:06', '2023-04-04 05:02:06', '', 2, 'http://localhost/bosslot999.com/?p=30512', 0, 'revision', '', 0),
(30514, 1, '2023-04-04 05:04:41', '2023-04-04 05:04:41', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">BOS SLOT99: Situs Judi Slot Deposit Pulsa Tanpa Potongan, Slot Terbaik dan Terlengkap</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Selamat datang di SLOT99 - situs judi online slot deposit pulsa tanpa adanya potongan terlengkap di Indonesia Bos Slot99,<br>Bosslot 99 merupakan pilihan situs agen judi Slot Tanpa Potongan resmi yang akan memberikan pilihan permainan terlengkap untuk setiap player yang mendaftar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pilihan lengkap yang BOS SLOT 99 tawarkan di antaranya dari koleksi permainan yang sangat lengkap. Selain permainan mesin slot online,<br>tapi juga Kamu dapat menikmati dan mencoba bermain game permainan online seperti Casino Online, Sportsbooks judi bola, poker online dan togel online, dan masih banyak lagi pilihan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bermain perjudian slot online di situs BOSSLOT 99 juga sangat mudah karena banyak sekali keuntungan yang BOSSLOT99 berikan.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kemudahan dalam transaksi deposit juga sangat bisa didapatkan oleh para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Player dapat melakukan proses transaksi deposit menggunakan transfer antar rekening, e-wallet dan pulsa.<br>Maka dari itu, Kamu bisa mengunakan semua metode deposit sebagai pilihan,<br>deposit dengan menggunakan semua transaksi ini sangat mudah dan praktis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Daftar 18 Provider Slot Deposit Pulsa Tanpa Potongan Terlengkap dan Pastinya Mudah Menang</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bos Slot99 menghadirkan banyak pilihan permainan pertaruhan perjudi slot tanpa potongan dari banyak provider game.<br>Provider atau penyedia permainan slot adalah developer yang mengembangkan permainan slot sehingga semakin banyak dan semakin menarik seperti saat ini.<br>SLOT 99 bekerjasama dengan provider terbaik untuk menyajikan banyak pilihan permainan yang tentunya lebih lengkap dan menarik melalui situs website BOSS SLOT99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Berikut daftar-daftar provider permainan slot yang bisa SLOT99 tawarkan Sebagai pilihan:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong> Yggrassil</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong> Pragmatic Play</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Spadegaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>RTG slot</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Playstar</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Microgaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>PG Soft</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Netent</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Joker123</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Flow gaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Habanero</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>CQ9</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Slot88</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Deposit Gamatron</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>JDB Gaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ION Slot</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamatron</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Astrotech</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Daftar 13 Provider Bos slot99 Perjudian Gacor Gampang Menang RTP Live Tinggi</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 juga menghadirkan berbagai pilihan game pertaruhan judi slot gacor dengan nilai RTP Live tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BOSSLOT 99 memahami setiap player yang bermain pastinya mengharapkan kemenangan dengan mudah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Salah satu cara terbaiknya yang mungkin dilakukan agar dapat kemenang dengan mudah dalam permainan slot adalah memilih permainan slot gacor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game pertaruhan judi slot yang gacor dan pastinya mudah menang saat ini banyak sekali pilihannya namun player disarankan memilih rekomendasi permainan berdasarkan nilai RTP Live.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada Dasarnya semakin tinggi nilai RTP Live dalam satu permainan slot online tersebut, maka semakin besar pula kemengan dan kemudahan yang bisa didapat.<br>Berikut data rekomendasi Game dengan RTP Live :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gold Train = 98.15%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gates Of Olympus = 95.56%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sweet Bonanza = 98.55%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Wild West Gold = 93.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sweet Bonanza Xmas = 96.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Starlight Princess = 98.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Lucky Koi = 98.44%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Knockout Football Rush = 97.55%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Hot Hot Fruit = 91.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Flow gaming = 94.58%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>FaFaFa = 98.55%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Fa Cai Shen Deluxe = 98.44%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Mahjong Ways = 96.14%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">5 Keuntungan Bermain Perjudi Slot Bersama Bos slot99</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Banyak sekali keuntungan yang bisa kamu dapatkan jika bermain slot di Bosslot99 Mengapa demikian?<br>Karena Bos slot99 merupakan salah satu Agen pertaruhan terbaik di tahun 2023 ini dengan permainan Terlengkap dan Gacor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adapun keuntungan dan kelebihan bermain slot shopeepay tanpa potongan memberikan banyak kemudahan diluar dari perkiraan dan kesempatan seperti ini hanya ada pada situs tidak dimiliki oleh website manapun. Berikut ini adalah 5 keuntungan dan kelebihan bermain Slot Shopeepay tanpa potongan bersama Slot99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Pendaftaran yang Sangat Mudah</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sistem pendaftar yang sangat mudah di akses dan tidak ribet, player cukup mengisi formulir yang tersedia dengan data yang sebenar-benarnya, tidak perlu khawatir data anda akan bocor, karna di dalam situs kami pastinya data para member adalah sebuah kerahasiaan yang akan kami jaga</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Banyaknya Promo dan Event yang Menarik</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Situs Bos slot 99 kami yang satu ini memiliki banyak sekali promo dan event-event yang sangat menarik dan pastinya akan menguntungkan bagi player yang akan mengikuti promo dan&nbsp; event-event yang kami adakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Livechat Online 24 jam Nonstop</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 siap menjawab semua pertanyaan dan keluhan yang di alami oleh player dalam situs kami ini, jadi player tidak perlu khawatir dengan kendala yang terjadi di dalam situs,cukup hubungi kami dan kami akan selesaikan setiap kendala yang player alami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kemudahan Mendapatkan Jackpot Dengan RTP Live Slot Tertinggi</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Di situs kami player akan dimudahkan dalam mendapatkan kemenangan Jackpot dll dengan mengunakan, RTP live yang telah kami sediakan, jadi player cukup memngecek Game mana saja yang memiliki Nilai RTP live tertinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bosslot 99 Situs Pertaruhan Slot Dengan Promo Bonus Terbanyak Dan Terbesar</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bosslot99 merupak situs pertahuran dengan Promo-promo terbaik dan terbesar yang ada di Indonesia,<br>berikut ini adalah Promo-promo yang terdapat disitus pertaruhan slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Member BaruReferral</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rollingan Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cashback Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deposit Perdana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cashback Sabung Ayam</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Agen Bosslot99 Situs Terbaik dan Terlengkap Di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 adalah pilihan situs pertaruhan judi online terbaik dan terlengkap di Indonesia,<br>situs kami memiliki permainan terlengkap dan tergacor dengan winrate yang tinggi, dengan pelayanan terbaik dan fitur-fitur yang sangat lengkap, situs kami adalah situs yang paling di rekomendasikan oleh para player game slot online.</p>\n<!-- /wp:paragraph -->', 'BOSSLOT99, SITUS PERTAHUAN ONLINE TERBAIK DITAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-04 05:04:41', '2023-04-04 05:04:41', '', 2, 'http://localhost/bosslot999.com/?p=30514', 0, 'revision', '', 0),
(30515, 1, '2023-04-04 06:53:14', '2023-04-04 06:53:14', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">BOS SLOT99: Situs Judi Slot Deposit Pulsa Tanpa Potongan, Slot T</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Selamat datang di SLOT99 - situs judi online&nbsp;slot deposit pulsa tanpa adanya potongan terlengkap di Indonesia Bos Slot99,<br>Bosslot 99 merupakan pilihan situs agen judi Slot Tanpa Potongan resmi yang akan memberikan pilihan permainan terlengkap untuk setiap player yang mendaftar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pilihan lengkap yang BOS SLOT 99 tawarkan di antaranya dari koleksi permainan yang sangat lengkap. Selain permainan mesin slot online,<br>tapi juga Kamu dapat menikmati dan mencoba bermain game permainan online seperti Casino Online, Sportsbooks judi bola, poker online dan togel online, dan masih banyak lagi pilihan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bermain perjudian slot online di situs&nbsp;BOSSLOT 99&nbsp;juga sangat mudah karena banyak sekali keuntungan yang BOSSLOT99 berikan.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kemudahan dalam transaksi deposit juga sangat bisa didapatkan oleh para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Player dapat melakukan proses transaksi deposit menggunakan transfer antar rekening, e-wallet dan pulsa.<br>Maka dari itu, Kamu bisa mengunakan semua metode deposit sebagai pilihan,<br>deposit dengan menggunakan semua transaksi ini sangat mudah dan praktis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Daftar 18 Provider Slot Deposit Pulsa Tanpa Potongan Terlengkap dan Pastinya Mudah Menang</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bos Slot99 menghadirkan banyak pilihan permainan pertaruhan perjudi&nbsp;slot tanpa potongan&nbsp;dari banyak provider game.<br>Provider atau penyedia permainan slot adalah developer yang mengembangkan permainan slot sehingga semakin banyak dan semakin menarik seperti saat ini.<br>SLOT 99 bekerjasama dengan provider terbaik untuk menyajikan banyak pilihan permainan yang tentunya lebih lengkap dan menarik melalui situs website BOSS SLOT99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Berikut daftar-daftar provider permainan slot yang bisa SLOT99 tawarkan Sebagai pilihan:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong> Yggrassil</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong> Pragmatic Play</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Spadegaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>RTG slot</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Playstar</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Microgaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>PG Soft</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Netent</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Joker123</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Flow gaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Habanero</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>CQ9</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Slot88</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Deposit Gamatron</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>JDB Gaming</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>ION Slot</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gamatron</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Astrotech</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Daftar 13 Provider Bos slot99 Perjudian Gacor Gampang Menang RTP Live Tinggi</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 juga menghadirkan berbagai pilihan game pertaruhan judi slot gacor dengan nilai RTP Live tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BOSSLOT 99 memahami setiap player yang bermain pastinya mengharapkan kemenangan dengan mudah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Salah satu cara terbaiknya yang mungkin dilakukan agar dapat kemenang dengan mudah dalam permainan slot adalah memilih permainan slot gacor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game pertaruhan judi slot yang gacor dan pastinya mudah menang saat ini banyak sekali pilihannya namun player disarankan memilih rekomendasi permainan berdasarkan nilai RTP Live.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada Dasarnya semakin tinggi nilai RTP Live dalam satu permainan slot online tersebut, maka semakin besar pula kemengan dan kemudahan yang bisa didapat.<br>Berikut data rekomendasi Game dengan RTP Live :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gold Train = 98.15%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gates Of Olympus = 95.56%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sweet Bonanza = 98.55%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Wild West Gold = 93.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sweet Bonanza Xmas = 96.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Starlight Princess = 98.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Lucky Koi = 98.44%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Knockout Football Rush = 97.55%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Hot Hot Fruit = 91.25%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Flow gaming = 94.58%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>FaFaFa = 98.55%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Fa Cai Shen Deluxe = 98.44%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Mahjong Ways = 96.14%</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">5 Keuntungan Bermain Perjudi Slot Bersama Bos slot99</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Banyak sekali keuntungan yang bisa kamu dapatkan jika bermain slot di Bosslot99 Mengapa demikian?<br>Karena Bos slot99 merupakan salah satu Agen pertaruhan terbaik di tahun 2023 ini dengan permainan Terlengkap dan Gacor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Adapun keuntungan dan kelebihan bermain&nbsp;slot shopeepay&nbsp;tanpa potongan memberikan banyak kemudahan diluar dari perkiraan dan kesempatan seperti ini hanya ada pada situs tidak dimiliki oleh website manapun. Berikut ini adalah 5 keuntungan dan kelebihan bermain Slot Shopeepay tanpa potongan bersama Slot99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Pendaftaran yang Sangat Mudah</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sistem pendaftar yang sangat mudah di akses dan tidak ribet, player cukup mengisi formulir yang tersedia dengan data yang sebenar-benarnya, tidak perlu khawatir data anda akan bocor, karna di dalam situs kami pastinya data para member adalah sebuah kerahasiaan yang akan kami jaga</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Banyaknya Promo dan Event yang Menarik</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Situs Bos slot 99 kami yang satu ini memiliki banyak sekali promo dan event-event yang sangat menarik dan pastinya akan menguntungkan bagi player yang akan mengikuti promo dan&nbsp; event-event yang kami adakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Livechat Online 24 jam Nonstop</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 siap menjawab semua pertanyaan dan keluhan yang di alami oleh player dalam situs kami ini, jadi player tidak perlu khawatir dengan kendala yang terjadi di dalam situs,cukup hubungi kami dan kami akan selesaikan setiap kendala yang player alami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kemudahan Mendapatkan Jackpot Dengan RTP Live Slot Tertinggi</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Di situs kami player akan dimudahkan dalam mendapatkan kemenangan Jackpot dll dengan mengunakan, RTP live yang telah kami sediakan, jadi player cukup memngecek Game mana saja yang memiliki Nilai RTP live tertinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bosslot 99 Situs Pertaruhan Slot Dengan Promo Bonus Terbanyak Dan Terbesar</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bosslot99 merupak situs pertahuran dengan Promo-promo terbaik dan terbesar yang ada di Indonesia,<br>berikut ini adalah Promo-promo yang terdapat disitus pertaruhan slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Member BaruReferral</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rollingan Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cashback Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deposit Perdana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cashback Sabung Ayam</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Agen Bosslot99 Situs Terbaik dan Terlengkap Di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bosslot 99 adalah pilihan situs pertaruhan judi online terbaik dan terlengkap di Indonesia,<br>situs kami memiliki permainan terlengkap dan tergacor dengan winrate yang tinggi, dengan pelayanan terbaik dan fitur-fitur yang sangat lengkap, situs kami adalah situs yang paling di rekomendasikan oleh para player game slot online.</p>\n<!-- /wp:paragraph -->', 'BOSSLOT99, SITUS PERTAHUAN ONLINE TERBAIK DITAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-04 06:53:14', '2023-04-04 06:53:14', '', 2, 'http://localhost/agenasia889.com/?p=30515', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30517, 1, '2023-04-04 08:23:19', '2023-04-04 08:23:19', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">AGENASIA 88  Rekomendasi Slot Gacor Online Gampang Menang Terbaik di Indonesia</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor dari AGEN ASIA88 adalah situs perjudian slot online terbaik karena mengahadirkan banyak pilihan-pilihan permainan judi online terlengkap, </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game Slot Online, taruhan judi bola online, poker online, casino online, dan tembak ikan online yang sudah pasti seru untuk dimainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi anda tidak salah memilih saat mencari situs judi slot online paling gacor karena sudah pasti jawabannya AGEN ASIA88, Karna setiap kemenangan player berapapun akan dibayar secara langsung. Seperti yang sudah kita ketahui permainan judi online adalah permainan yang sangat di favoritkan ditahun ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hal ini terlihat dari beberapa tahun ini permainan slot gacor menjadi permainan paling difavoritkan,<br>dengan banyaknya varian game dalam permainan game slot online mebuat game ini menjadi game yang paling di favoritkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Di tambah dengan Pelayanan terbaik yang kami miliki membuat situs kami ini menjadi situs yang paling di rekomendasikan oleh para player senior dalam dunia perjudian online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tidak perlu khawatir dengan segi keamanan, karna situs kami memiliki lisensi Keamanan yang sudah terbukti, jadi player dapat bermain dengan tenang dan nyaman,di adalam situs AGEN ASIA88.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Trik Aman Main di Situs Slot Gacor Online Gampang Menang</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Menjadi Member AGEN ASIA88 adalah suatu pilihan yang tepat dikarna kan, AGENASIA 88 kami memiliki winrate yang tinggi dalam semua permainan game slot online, selain itu kami pun selalu memberikan tips dan trik bermain game slot online gacor, demi memenuhi keinginan player dalam mencapai kemenangan di permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>berikut ini adalah tips dan trick bermain game slot online 2023.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Memilih Perminan yang Player Mengerti dan Pahami</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Player harus bisa memilih game slot online yang mereka pahami dan mengerti, karna pengetahuan tentang game yang akan dimainkan sangat penting dan menjadi modal utama dalam mengejar kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lakukan Pertaruhan secara naik dan turun bet</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Melakukan sistem bet dengan menaikan dan menurun kan bet secara acak, jadi player harus tau dimana saat dia menaikan dan dimana saat dia menurunkan taruhannya, ini dibuat agar memancing ola untuk keluar dari kemonotonan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Melihat RTP Live yang Kami sediakan.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cara berikutnya adalah melihat RTP Live, dengan melihat RTP Live anda akan mengetahui,<br>permainan mana yang memiliki persentase tertinggi untuk sebuah kemenangan, jadi di dalam RTP Live ini kalian bisa mengetahui Game mana yang memiliki peluang kemenangan yang sangat tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bocoran Jam Hoki Main Slot Gacor Pasti Menang Maxwin</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AGEN ASIA88 sebagai situs terpercaya dan terbaik kami akan membantu para player dalam meraih kemenangan di permainan Game Pertaruhan Online, game dalam permainan Slot Online mempunyai jam gacor masing-masing, dimana ketika jam itu, permainan tersebut selalu memberikan jackpotnya.<br>berikut ini adalah jam-jam gacor di dalam permainan Game Slot Online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pragmatic Play    Jam 01:15 - 03.30 WIB </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>HABANERO         Jam 06:20 - 08.00WIB</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PG SOFT               Jam 13:25 - 16.30WIB</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>MICROGAMING  Jam 18:25 - 18.55 WIB</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SPADEGAMING   Jam 00:50- 01.50  WIB</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada jam berikut-berikutlah biasanya game-game yang disebutkan di atas selalu memberikan jackpot-jackpotnya kepada, para player yang sedang bermain di dalam game tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Rekomendasi Daftar Slot Gacor Hari Ini Gampang Menang&nbsp;</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>banyak sekali varian dan nama-nama Provider game yang sangat di favoritkan oleh setiap player,<br>di sini AGENASIA  88 akan memberikan sedikit Bocoran, dimana Provider game ini adalah provider game-game yang difavoritkan dan selalu memberikan kemenangan kepada player yang memainkan<br>berikut ini adalah game-game tersebut :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Pragmatic Play</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pragmatic play ialah provider terbaik dan terpopuler di dunia yang ada di AGEN ASIA88 yang tentu saja menyediakan banyak game slot gacor hari ini seperti,<br>permainan dengan RTP dan volatilitas tinggi seperti Aztec Gems, Gate Of Olympus, Sweet Bonanza, Wild West Gold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Microgaming</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Microgaming ini mempunyai RTP 96.86% dengan fitur khusus berbentuk perputaran gratis dari link slot gacor dari fitur Wilds yang bisa membantu, dalam kesempatan player untuk meraih kemenangan.<br>Slot ini memilki fitur unik Chamber of Spins yang membuka fitur bonus baru saat anda memainkan semakin banyak.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>CQ9</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permainan yang bertopik mitologi Norse yang menawarkan perputaran gratis atau disebut dengan Fitur Wild.<br>Slot RTP 98.65% ini mempunyai fitur unik namanya Great Hall of Spins yang buka fitur bonus dan menggandakan Kemenangan Player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>PG Soft</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Menjadi salah satu game yang cukup Populer dengan tampilan dan Effect yang sangat keren,<br>denga Persentase RTP Live yang Cukup tinggi Seperti dalam Permainan Mahjong Ways, Candy Bonanza, Cai Shen Wins, Treasures of Aztec, dan banyak beberapa game lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Habanero</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider kelas kakap dalam permainan situs slot online terpercaya yang disukai, karena menyediakan taruhan yang kecil dengan pembayaran kemenangan yang tinggi.<br>Game slot favorite yang ada di sini ialah Koi Gate, Fa Cai Shen, Hot Hot Fruit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Istilah - Istilah Penting Dalam Game Slot Gacor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>istilah-istilah dalam Permainan Game slot Online Gacor 2023</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Slot Gacor</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gacor adalah singkatan dari Gampang Bocor yang memiliki arti game yang selalu memberikan kemenagan yang mudah kepada player yang memainkan game tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>RTP Slot</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>merupakan Fitur dalam sebuah situs yang memiliki fungsi memperlihatkan persentase kemenangan pada sebuah game, Jadi semakin tinggi persentase di dlam game tersebut maka semakin tinggi pula tingkat kemenangan yang akan di dapat oleh para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Pola Slot Gacor</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pola Slot Gacor adalaha sebuah pola permainan atau bisa juga disebut dengan strategi permainan yang biasanya meningkatkan persentase kemenangan seorang player dalam permainan game slot Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Maxwin</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Maxwin adalah Sebuah kata yang memiliki kepanjangan dari maksimal win yang berarti kemenangan maksial, jadi disini player meraih kemenangan maksimalnya dalam nilai taruhan yang dia mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Bonus New Member</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>merupakan bonus yang didapat oleh player dari Agen situs game, disini berartikan semua bonus untuk seorang member baru bergabung dengan situs tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'AGENASIA88, SITUS PERTAHUAN ONLINE TERBAIK DITAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-04 08:23:19', '2023-04-04 08:23:19', '', 2, 'http://localhost/agenasia889.com/?p=30517', 0, 'revision', '', 0),
(30521, 1, '2023-04-05 02:36:53', '2023-04-05 02:36:53', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">AGENASIA 8  Rekomendasi Slot Gacor Online Gampang Menang Terbaik di Indonesia</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor&nbsp;dari AGEN ASIA88 adalah situs perjudian slot online terbaik karena mengahadirkan banyak pilihan-pilihan permainan judi online terlengkap, </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game Slot Online, taruhan judi bola online, poker online, casino online, dan tembak ikan online yang sudah pasti seru untuk dimainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi anda tidak salah memilih saat mencari situs judi slot online paling gacor karena sudah pasti jawabannya AGEN ASIA88, Karna setiap kemenangan player berapapun akan dibayar secara langsung. Seperti yang sudah kita ketahui permainan judi online adalah permainan yang sangat di favoritkan ditahun ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hal ini terlihat dari beberapa tahun ini permainan slot gacor menjadi permainan paling difavoritkan,<br>dengan banyaknya varian game dalam permainan game slot online mebuat game ini menjadi game yang paling di favoritkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Di tambah dengan Pelayanan terbaik yang kami miliki membuat situs kami ini menjadi situs yang paling di rekomendasikan oleh para player senior dalam dunia perjudian online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tidak perlu khawatir dengan segi keamanan, karna situs kami memiliki lisensi Keamanan yang sudah terbukti, jadi player dapat bermain dengan tenang dan nyaman,di adalam situs AGEN ASIA88.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Trik Aman Main di Situs Slot Gacor Online Gampang Menang</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Menjadi Member AGEN ASIA88 adalah suatu pilihan yang tepat dikarna kan, AGENASIA 88 kami memiliki winrate yang tinggi dalam semua permainan game slot online, selain itu kami pun selalu memberikan tips dan trik bermain game slot online gacor, demi memenuhi keinginan player dalam mencapai kemenangan di permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>berikut ini adalah tips dan trick bermain game slot online 2023.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Memilih Perminan yang Player Mengerti dan Pahami</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Player harus bisa memilih game slot online yang mereka pahami dan mengerti, karna pengetahuan tentang game yang akan dimainkan sangat penting dan menjadi modal utama dalam mengejar kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Lakukan Pertaruhan secara naik dan turun bet</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Melakukan sistem bet dengan menaikan dan menurun kan bet secara acak, jadi player harus tau dimana saat dia menaikan dan dimana saat dia menurunkan taruhannya, ini dibuat agar memancing ola untuk keluar dari kemonotonan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Melihat RTP Live yang Kami sediakan.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cara berikutnya adalah melihat RTP Live, dengan melihat RTP Live anda akan mengetahui,<br>permainan mana yang memiliki persentase tertinggi untuk sebuah kemenangan, jadi di dalam RTP Live ini kalian bisa mengetahui Game mana yang memiliki peluang kemenangan yang sangat tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bocoran Jam Hoki Main Slot Gacor Pasti Menang Maxwin</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AGEN ASIA88 sebagai situs terpercaya dan terbaik kami akan membantu para player dalam meraih kemenangan di permainan Game Pertaruhan Online, game dalam permainan Slot Online mempunyai jam gacor masing-masing, dimana ketika jam itu, permainan tersebut selalu memberikan jackpotnya.<br>berikut ini adalah jam-jam gacor di dalam permainan Game Slot Online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pragmatic Play    Jam 01:15 - 03.30 WIB </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>HABANERO         Jam 06:20 - 08.00WIB</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PG SOFT               Jam 13:25 - 16.30WIB</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>MICROGAMING  Jam 18:25 - 18.55 WIB</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SPADEGAMING   Jam 00:50- 01.50  WIB</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pada jam berikut-berikutlah biasanya game-game yang disebutkan di atas selalu memberikan jackpot-jackpotnya kepada, para player yang sedang bermain di dalam game tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Rekomendasi Daftar Slot Gacor Hari Ini Gampang Menang&nbsp;</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>banyak sekali varian dan nama-nama Provider game yang sangat di favoritkan oleh setiap player,<br>di sini AGENASIA  88 akan memberikan sedikit Bocoran, dimana Provider game ini adalah provider game-game yang difavoritkan dan selalu memberikan kemenangan kepada player yang memainkan<br>berikut ini adalah game-game tersebut :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Pragmatic Play</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pragmatic play ialah provider terbaik dan terpopuler di dunia yang ada di AGEN ASIA88 yang tentu saja menyediakan banyak game slot gacor hari ini seperti,<br>permainan dengan RTP dan volatilitas tinggi seperti Aztec Gems, Gate Of Olympus, Sweet Bonanza, Wild West Gold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Microgaming</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Microgaming ini mempunyai RTP 96.86% dengan fitur khusus berbentuk perputaran gratis dari&nbsp;link slot gacor&nbsp;dari fitur Wilds yang bisa membantu, dalam kesempatan player untuk meraih kemenangan.<br>Slot ini memilki fitur unik Chamber of Spins yang membuka fitur bonus baru saat anda memainkan semakin banyak.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>CQ9</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permainan yang bertopik mitologi Norse yang menawarkan perputaran gratis atau disebut dengan Fitur Wild.<br>Slot RTP 98.65% ini mempunyai fitur unik namanya Great Hall of Spins yang buka fitur bonus dan menggandakan Kemenangan Player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>PG Soft</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Menjadi salah satu game yang cukup Populer dengan tampilan dan Effect yang sangat keren,<br>denga Persentase RTP Live yang Cukup tinggi Seperti dalam Permainan Mahjong Ways, Candy Bonanza, Cai Shen Wins, Treasures of Aztec, dan banyak beberapa game lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Habanero</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider kelas kakap dalam permainan situs slot online terpercaya yang disukai, karena menyediakan taruhan yang kecil dengan pembayaran kemenangan yang tinggi.<br>Game slot favorite yang ada di sini ialah Koi Gate, Fa Cai Shen, Hot Hot Fruit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Istilah - Istilah Penting Dalam Game Slot Gacor</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>istilah-istilah dalam Permainan Game slot Online Gacor 2023</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Slot Gacor</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gacor adalah singkatan dari Gampang Bocor yang memiliki arti game yang selalu memberikan kemenagan yang mudah kepada player yang memainkan game tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>RTP Slot</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>merupakan Fitur dalam sebuah situs yang memiliki fungsi memperlihatkan persentase kemenangan pada sebuah game, Jadi semakin tinggi persentase di dlam game tersebut maka semakin tinggi pula tingkat kemenangan yang akan di dapat oleh para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Pola Slot Gacor</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pola Slot Gacor adalaha sebuah pola permainan atau bisa juga disebut dengan strategi permainan yang biasanya meningkatkan persentase kemenangan seorang player dalam permainan game slot Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Maxwin</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Maxwin adalah Sebuah kata yang memiliki kepanjangan dari maksimal win yang berarti kemenangan maksial, jadi disini player meraih kemenangan maksimalnya dalam nilai taruhan yang dia mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Bonus New Member</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>merupakan bonus yang didapat oleh player dari Agen situs game, disini berartikan semua bonus untuk seorang member baru bergabung dengan situs tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'AGENASIA88, SITUS PERTAHUAN ONLINE TERBAIK DITAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-05 02:36:53', '2023-04-05 02:36:53', '', 2, 'http://localhost/sumo777slot.com/?p=30521', 0, 'revision', '', 0),
(30523, 1, '2023-04-05 04:35:38', '2023-04-05 04:35:38', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">SUMO777 SLOT: Daftar Situs Judi Slot Online Gacor Terpercaya Indonesia</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Selamat datang disitus judi&nbsp;SUMO777 Slot dan Agen Judi Slot Online terbaik Indonesia,<br>Tempat dimana para player dapat memainkan Provider-provider terpopuler seperti : Slot Online pragmatic, slot online habanero, slot Online microgaming, slot Online joker dan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online merupakan salah satu permainan game judi Online dengan mengunakan tampilan mesin slot online yang ditambah dengan efek-efek menarik, game yangsatu ini cukup mudah di mengerti dan di pahami segala kalangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bermain game slot online, kalianpun harus memilih-milih situs/agen amna yang akan kalian ikuti,karena sudah pasti kalian wajib tau situs mana saja yang mempunyai kelebihan dalam segi pelayanan dan segi fitur-fitur di dalamnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saat ini di Indonesia banyak sekali agen-agen situs yang bertebaran dimana-mana namun kalian harus bisa memilih dan memmilah situs mana-mana saja yang dapat anda percaya dan memiliki layanan dan fitur yang baik dan menguntungkan untuk player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Agen Judi Slot Online Gacor Gampang Menang Serta Aman di Indonesia SUMO 777Slot</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Player masih bingung untuk bergabung dengan agen situs mana yang dapat memberi kenyamanan dan keamanan di dalam permainan game slot online,<br>kami Agen situs SUMO 777slot merekomendasikan situs kami, dengan percaya diri kami akan memberikan para player keamanan dan kenyamanan didalam permainan perjudian online kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kami pun mempunyai layanan terbaik yang sedia membantu setiap kendala yang player hadapi di situs kami,<br>selain itu kami pun memiliki beberapa Fitur menarik yang sangat membantu player dalam mendapatkan kemenangan di dalam permainan.<br>berikut ini adalah Fitur-fitur menarik yang akan sangat membantu player :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur Demo Slot Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Demo Slot Online adalah sebuah demo permainan game slot online yang dapat player mainkan di dalam permainan game online tanpa melakukan pertaruhan, jadi fitur yang satu ini bisa player mainkan sebagai bahan latihan dalam mencoba game yang baru maupun game yang ingin player mainkan, jadi Player dapat mengerti cara bermain dan sensasi permainannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur RTP Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RTP Live merupakan kepanjangan dari Retrun To Player yang memiliki arti kembali ke player, yang pada penjelasannya fitur ini memperlihatkan persentase kemenangan yang akan di dapat oleh seorang player ketika bermain di sebuah game,<br>Contohnya : RTP Live Gates Of Olympus 95% jadi kesempatan menang player dalam game tersebut adalah 95% .<br>Jadi RTP Live sangatlah menguntungkan Player dalam Permainan Game Slot Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur Live Chat<br><br>merupakan Fitur yang di gunakan untuk menghubungi Costumer servis kami yang akan siap melayani keluh kesah dan Kendala yang player hadapi didalam sebuah situs game judi online,<br>Layanan Live Chat akan melayani Player selama 24 Jam Nonstop, jadi player tidak perlu khawatir, akan adanya kendala di situs SUMO777 Slot Karena Pastinya kami akan siap membantu.<br><br><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">10 Provider Judi Slot Gacor Online Terbaik Dan Terpercaya Situs Judi Online SUMO777 Slot</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Saat ini banyak sekali situs judi onlie yang memiliki banyak sekali provider-provider yang menarik, namun setiap provider pasrtinya mempunyai kelebihan dan kekurangannya masing-masing, baik dalam segi kemenangan, tampilan dan permainannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Namun ada beberapa Provider yang memiliki Winrate yang cukup tinggi didalam Game perjudian online serta memiliki Design yang menarik yang pastinya, akan membuat para player merasa nyaman saat bermain game slot online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini akan kami berikan beberapa bocoran Provider-provider terbaik didalam permainan game slot Online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Provider Game PRAGMATIC PLAY INDONESIA</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Provider Game HABANERO</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Provider Game MICROGAMING</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Provider Game CQ9</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Provider Game JOKER GAMING</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Provider Game POCKET GAME SOFT</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Provider Game YGGDRASIL</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Provider Game SPADEGAMING</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Provider Game SLOT 88</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Provider Game TOP TREND GAMING</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah 10 daftar Provider game Terbaik dan Terpopuler di dalam permainan Game slot online, masing-masing Provider pastinya memiliki kelebihannya masing-masing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Keunggulan Bermain di Situs Judi Slot Online Gacor Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Semenjak kemunculan permainan judi online, banyak sekali menarik perhatian para player yang penasaran dengan jenis-jenis permainan, cara bermain dan apa saja keuntungan dari permainan game judi slot online.<br><br>Dengan kemudahan permainan yang bisa dimengerti oleh semua kalangan, game slot online menjadi game yang paling popular hingga saat ini, tapi yang pastinya bukan hanya karna kemudahannya, ya tentu saja atas bayaram kemenangannya yang sangat tinggi membuat game slot online menjadi permainan yang banyak diminati dan diikuti oleh para player,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Namun kebanyakan player merasa takut akan adanya kecurangan yang terjadi di dalam situs, seperti nilai kemenangan terlalu tinggi tidak akan dibayar atau terjadinya hal-hal yang tidak diinginkan oleh player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen situs Judi Online SUMO 777Slot &nbsp;bisa pastikan, semua hal ini tidak akan pernah terjadi kepada Player member kami,karna kami akan lakukan yang terbaik untuk menjada member adgar tetap nyaman dalam bermain disitus judi slot online kami,selain itu kami akan memberikan beberapa keuntungan yang menarik bagi New Member Kami, Berikut ini adalah kelebihan kami sebagai Agen situs terbaik :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>1 . </strong><strong>Situs Slot Gacor Online Dengan Lisensi Resmi</strong><strong></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kami selaku Agen resmi situs perjudian online, pastinya memiliki Lisensi Resmi sebagai agen, jadi player tidak perlu merasa khawatir dan takut jika bermain didalam situs SUMO777 Slot karna kami akan menjaga keamanan dan kenyamana player dalam permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>2 . Memiliki Sistem Transaksi yang Mudah</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Situs SUMO 777Slot sebagai situs terbaik, pastinya kami memiliki sistem transaksi yang mudah agar player tidak merasa kesulitan dalam bertransaksi, kami menyediakan transaksi beragam Seperti Transfer antara Rekening, E-wallet dan Deposit Pulsa tanpa adanya potongan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>3 . </strong><strong>Menghadirkan Banyak Game Judi Online Lainnya</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Selain memilki Permainan Game Slot Online kami pun memiliki banyak permainan lainnya ,<br>Seperti&nbsp; :<br>- Live Casino Online<br>- Poker Live<br>- Sportsbook<br>- Arcade Online<br>- E-Spots Online<br>- Togel 4D Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>4</strong><strong> </strong><strong>. Mudah di Akses ke Segala Jenis Perangkat</strong><strong></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kemudahan dalam mengakses Situs SUMO777 Slot, Cukup dengan Gadget player,akan bisa langsung mengaskes Permainan kami dimanapun dan kapanpun, saat anda ingin memainkannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Rekomendasi Permainan Judi Slot Gacor Gampang Menang</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game Slot Online adalah Permainan dengan Bertemakan permainan Slot Modern yang memiliki Design menarik dengan ditambah dengan Efek-efek yang sangat keren, permainan Game slot Onlie sangat diminati oleh Para player karna game nya yang sangat mudah untuk dipahami dan dimainkan oleh para player, dan memiliki tingkat kemenangan yang cukup tinggi dalam permainan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah rekomendasi game-game terbaik dan memilki winrate yang cukup tinggi dalam permainan game slot online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1 . Gates Of Olympus</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2 . Sweet Bonanza</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3 . Stralight Princess</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4 . Jokers Jewels</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5 . Koi Gates</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>6 . Mahjong Ways</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>7 . Hot Hot Fruit</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>8 . Candy Tower</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>9 . Sugar Bonanza</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>10 . Wild Truck</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah beberapa Permainan game slot online yang terpopuler dan memiliki winrate yang cukup tinggi dalam permainan, jadi game apa yang player favoritkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'AGENASIA88, SITUS PERTAHUAN ONLINE TERBAIK DITAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-05 04:35:38', '2023-04-05 04:35:38', '', 2, 'http://localhost/sumo777slot.com/?p=30523', 0, 'revision', '', 0),
(30540, 1, '2023-04-24 12:39:20', '2023-04-24 12:39:20', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">GEMBIRA77 SITUS PERJUDIAN GAME SLOT TERBAIK DAN TERLENGKAP GAMPANG MENANG DITAHUN 2023 INI</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>GEMBIRA77 adalah salah satu agens situs perjudian slot online terbaik dan terpercaya di Indonesia yang pastinya akan memberikan sensasi yang sangat berbeda dibandingkan agen situs lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain situs slot baru GEMBIRA77 menyediakan game yang lengkap yang bisa kalian mainkan dengan cukup menggunakan 1 akun pada semua permainan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagian player mungkin sedang mencari situs yang aman dan dapat dipercaya oleh player hingga player bisa bermain dengan aman dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GEMBIRA77 dengan percaya diri menyatakan kami akan memenuhi segala ekspetasi anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>para player akan mendapatkan rasa aman dan nyaman saat bermain di tempat kami, selain mendapatkan keamanan dan kenyamanan saat bermain, player pun akan banyak mendapatkan keuntungan dari promosi dan event-event yang kami adakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GEMBIRA77 mempunyai pengalaman dalam pengelolaan agen situs judi Online, jadi kami akan memberikan pelayanan dan fasilitas terbaik yang kami miliki</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>seperti pelayanan Live Chat yang akan tersedia selama 24 jam nonstop, kami akan membantu kendala yang di alami setiap player dalam situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>selain Live Chat, kami pun menyediakan Whatsapp, Telegram dll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kami menyediakan banyak sekali metode bertransaksi Baik Transfer antar rekening, pembayaran E-wallet dan deposit Via Pulsa tanpa adanya Potongan, minimal deposit 20.000,- dan minimal Withdraw 40.000, akan lebih memudahkan para player dalam bertransaksi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">BEBERAPA ALASAN SITUS PERJUDIAN GAME SLOT SANGAT DIMINATI PLAYER DI INDONESIA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permainan game slot Online cukup popular di Indonesia, karna permaianan dengan akses yang mudah dan trasaksi yang cukup mudah, dan di tambah keuntungan dari permainan yang cukup menggiurkan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>tidak di pungkiri permainan judi online memiliki keuntungan yang cukup tinggi, dan itulah yang membuat permainan&nbsp; ini sangat popular di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah alasan-alasan mengapa permainan slot online sangat diminati oleh player di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Permainan yang mudah di mengerti oleh segala kalangan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;   Beberapa orang mungkin tidak pernah bermain game slot online, namun apabila dia bermain dalam<br>&nbsp;&nbsp;&nbsp; game slot online ini dia kan mengerti cara bermain dan pola permainan dengan mudah,<br>&nbsp;&nbsp;&nbsp; karna game slot online cukup mudah di mengerti oleh semua kalangan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Permainan Game slot Online yang mudah di akses</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>    Situs permainan game slot online, adalah game dengan akses yang cukup mudah,<br>&nbsp;&nbsp;&nbsp; jadi game ini bisa dimainkan dimana pun dan kapan pun,<br>&nbsp;&nbsp;&nbsp; hanya dengan menggunakan Handphone atau Gadget yang player miliki.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Besarnya Bayaran Kemenangan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>    Ini adalah hal utama permainan game slot online sangat diminati oleh palyer di Indonesia, game yang<br>&nbsp;&nbsp;&nbsp; satu ini memberikan bayaran kemenangan yang sangat tinggi dari modal taruhannya<br>&nbsp;&nbsp;&nbsp; namun kembali lagi kepada player masing-masing dengan strategi dan pola bermainnya.<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Demikianlah sebagian besar aslasan mengapa, game slot judi online sangat popular dan diminati oleh player di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR PROVIDER SITUS SLOT GEMBIRA77 MUDAH MENANG GACOR DAN TERBAIK</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sepanjang tahun 2023 ini banyak sekali provider game slot Online yang naik dan mulai di kenal oleh para player game judi online,<br>dengan semakin banyak game yang dikeluarkan dan banyak di kenal maka semakin terkenal juga nama Provider game tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>berikut ini adalah nama-nama Provider game slot Online yang cukup terkenal dan diminati.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Slot Online Pragmatic Play Indonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot pertama Ini sudah ada sejak tahun 2007, Provider game Pragmatic Play adalah salah satu provider yang cukup terkenal dikalangan Player Game Slot Online,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>dengan banyak nya permainan game slot online yang dimiliki dan popularnya game yang mereka miliki, membuat provider game slot online ini menjadi sangat terkenal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Game Slot Gacor CQ9</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider game yang satu ini datang dari negri tirai bambu, Provider yang terkenal dengan banyak nya game yang diangkat dari Permainan Tradisional ini ,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>selalu memberikan banyak jackpot pada player yang memainkan game dari provider slot ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. game Slot Online PG SOFT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PG Soft adalah provider game yang cukup terkenal di tahun 2023 ini, dengan banyaknya permainan yang memberikan kemenangan kepada playernya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>provider game yang satu ini banyak diminati oleh player game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. game Slot Online Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Siapa yang tidak mengenali provider game yang satu ini, provider yang selalu ada di peringkat ke 2 di provider game terpopuler,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Habanero selalu sangat di minati oleh player dengan banyaknya permainan dengan win rate yang tinggi seperti Koi Gate selain game itu masih banyak game yang memberikan kemenangan tinggi bagi para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. game Slot Gacor Microgaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot Microgaming ikut bekerja sama dengan Slot77&nbsp; sehingga dengan kerjasama ini banyak menghasilkan game-game yang cukup popular,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>dan banyak diminati oleh para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. game Slot Online Joker123</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joker 123 atau yang lebih dikenal dengan nama JOKER Gaming ini adalah salah satu Provider game yang pertama kali mengenalkan Game Slot Online ke Indonesia,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>jadi Joker gaming adalah game slot utama yang datang dan di mainkan oleh player game slot, permainan ini banyak diminati oleh para senior-senior player game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. game Slot Online Spadegaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider yang satu ini dangat di kenal, sebagai Pelopor Utama RTP Live (RETRUN TO PLAYER) sehingga banyak Provider lain yang mengikuti Fitur tersebut,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spadegaming juga banyak diminati dengan permainan-permaianan menarik di dalamnya.Provider game<br><br>8. Slot Online RTG</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider RTG atau yang di sebut REAL TIME GAMING adalah salah satu provider yang berfokus memasarkan game nya di asia,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>game yang satu ini perlu beberapa tahun, untuk bisa memasuki jajaran Provider-provider terkenal lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. game Slot Online Play’n Go</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot online yang satu ini adalah game yang mendedikasi kan Dirinya dalam perkembangan Game judi Online, dengan banyaknya game yang dipunyai provider game yang satu ini sangat memiliki banyak varian game yang menarik untuk di mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">ISTILAH-ISTILAH DALAM PERMAINAN SLOT ONLINE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah istilah dan Fitur-fitur dalam game slot Online yang sering di sebut da nada di dalam permainan game slot Online,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>nah ini dia beberapa istilah dan fitur-fitur game slot Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Gacor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gacor adalah istilah dari para pemain game slot Online yang memiliki arti kata “Gampang Bocor “ yang jika di artikan game ini selalu mudah memberikan kemenangan kepada para Player yang memainkannya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. RTP Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RTP (Return To Player), adalah salah satu fitur yang dapat memperlihatkan persentase kemenangan player, Rtp biasanya di Update dengan banyaknya kemenangan yang di dapat di dalam satu game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Jackpot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jakpot adalah istilah dalam permainan game slot online yang memiliki arti kemenangan yang besar yang didapatkan oleh player dalam suatu permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Maxwin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maxwin merupakan kata yang berarti kemenangan maksimal, jadi di dalam kemenangan Maxwin ini player berhasil meraih kemengan dengan maksimal taruhan yang dia lakukan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Rungkat</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rungkat merupakan kata yang berartikan kekalahan berturut-turut, biasanya kata-kata ini keluar dimana kondisi seorang player mengalami kekalahan terus menerus dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Pola Slot Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola Slot game online adalah pola yang di punyai oleh seorang player dan dimainkan dalam permainan game slot online, banyak sekali player yang bermain menggunakan pola,dan kebanyakan adalah para player yang sudah berpengalaman bermain game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Buy Free Spin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur dalam permainan game slot online, fitur ini berguna bagi player yang memiliki keinginan mendapatkan maxwin dalam permainan namun tentu saja di fitur ini memiliki kemungkinan 50/50 dalam kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah istilah-istilah kata dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">TIPS DAN TRIK GACOR MENANG BERMAIN SLOT ONLINE GEMBIRA77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika anda ingin lebih besar lagi peluang untuk memenangkan permainan slot, anda juga perlu memiliki keahlian atau taktik dalam bermain. Kami juga telah banyak melakukan surver menggunakan berbagai taktik dan menemukan ada 3 cara ampuh untuk memenangkan permainan slot online. Penasaran? Baik berikut ini caranya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Menggunakan Bocoran RTP Slot Gacor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama yaitu menggunakan fitur bocoran RTP Slot yang dimana akan memberikan persentase tingkat kemenangan dalam setiap game slot yang ada. RTP Slot Live sangat berguna bagi para membernya untuk memilih game slot gacor mana yang memiliki persentase kemenangan paling tinggi. Maka dari itu kami sarankan untuk anda mengecek RTP game slot terlebih dahulu sebelum bermain game slot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Menggunakan Pola Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikutnya setelah anda sudah menentukan game slot dengan RTP yang tinggi, anda dapat menggunakan Pola Slot Gacor yang banyak digunakan oleh para ahli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola ini biasanya menggunakan fitur – fitur yang disediakan seperti Fast Spin, Turbo Spin, Double Chance dan Juga Fitur Buy Free Spin. Berikut ini pola paling baik digunakan disetiap permainan slot :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turbo Spin 10x (DC ON)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manual Spin 20x (DC OFF)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast Spin 25x (DC OFF)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turbo Spin 20x (DC ON)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beli Fitur Buy Free Spin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Tarik Hasil Kemenangan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Terakhir adalah jika anda sudah meraih untung kami sarankan langsung menarik total kemenangan yang didapatkan. Karena banyak yang terjerumus ketika berhasil mendapatkan kemenangan, mereka berharap akan mendapatkan lebih dan akhirnya malah semakin habis. Jadi kami sarankan berapapun kemenangan yang anda dapatkan lebih baik menarik hasilnya dan lanjut dengan modal awal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ Seputar GEMBIRA77 slot online terbaik dan terpercaya</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Apa Itu Slot Gacor ?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor merupakan sebuah istilah untuk permainan atau provider slot yang mudah memberikan kemenangan. Gacor sendiri singkatan dari ‘GAMPANG BOCOR’ yang artinya suatu permainan yang gampang dimenangkan dan gampang kasih jackpot. Apabila anda memainkan sebuah game slot dan sering mendapatkan kemenangan digame tersebut, maka permainan itu dapat dikatakan Gacor.</p>\n<!-- /wp:paragraph -->', '', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-24 12:39:20', '2023-04-24 12:39:20', '', 2, 'http://localhost/gembira77.co/?p=30540', 0, 'revision', '', 0),
(30542, 1, '2023-04-24 12:43:16', '2023-04-24 12:43:16', '', '64076a1d1a224_QRIS-DESKTOP', '', 'inherit', 'open', 'closed', '', '64076a1d1a224_qris-desktop', '', '', '2023-04-24 12:43:16', '2023-04-24 12:43:16', '', 2, 'http://localhost/gembira77.co/wp-content/uploads/2023/04/64076a1d1a224_QRIS-DESKTOP.webp', 0, 'attachment', 'image/webp', 0),
(30543, 1, '2023-04-24 12:43:30', '2023-04-24 12:43:30', '', '641c3068339fb_BonusRamadan-Desktop', '', 'inherit', 'open', 'closed', '', '641c3068339fb_bonusramadan-desktop', '', '', '2023-04-24 12:43:30', '2023-04-24 12:43:30', '', 2, 'http://localhost/gembira77.co/wp-content/uploads/2023/04/641c3068339fb_BonusRamadan-Desktop.webp', 0, 'attachment', 'image/webp', 0);
INSERT INTO `wpoc_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
(30544, 1, '2023-04-24 12:43:42', '2023-04-24 12:43:42', '', '62da1500057a6_1920-x-474-doyan303_TAMBAHAN', '', 'inherit', 'open', 'closed', '', '62da1500057a6_1920-x-474-doyan303_tambahan', '', '', '2023-04-24 12:43:42', '2023-04-24 12:43:42', '', 2, 'http://localhost/gembira77.co/wp-content/uploads/2023/04/62da1500057a6_1920-x-474-doyan303_TAMBAHAN.webp', 0, 'attachment', 'image/webp', 0),
(30545, 1, '2023-04-24 12:44:33', '2023-04-24 12:44:33', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">GEMBIRA77 SITUS PERJUDIAN GAME SLOT TERBAIK DAN TERLENGKAP GAMPANG MENANG DITAHUN 2023 INI</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>GEMBIRA77 adalah salah satu agens situs perjudian slot online terbaik dan terpercaya di Indonesia yang pastinya akan memberikan sensasi yang sangat berbeda dibandingkan agen situs lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain situs slot baru GEMBIRA77 menyediakan game yang lengkap yang bisa kalian mainkan dengan cukup menggunakan 1 akun pada semua permainan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagian player mungkin sedang mencari situs yang aman dan dapat dipercaya oleh player hingga player bisa bermain dengan aman dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GEMBIRA77 dengan percaya diri menyatakan kami akan memenuhi segala ekspetasi anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>para player akan mendapatkan rasa aman dan nyaman saat bermain di tempat kami, selain mendapatkan keamanan dan kenyamanan saat bermain, player pun akan banyak mendapatkan keuntungan dari promosi dan event-event yang kami adakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GEMBIRA77 mempunyai pengalaman dalam pengelolaan agen situs judi Online, jadi kami akan memberikan pelayanan dan fasilitas terbaik yang kami miliki</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>seperti pelayanan Live Chat yang akan tersedia selama 24 jam nonstop, kami akan membantu kendala yang di alami setiap player dalam situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>selain Live Chat, kami pun menyediakan Whatsapp, Telegram dll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kami menyediakan banyak sekali metode bertransaksi Baik Transfer antar rekening, pembayaran E-wallet dan deposit Via Pulsa tanpa adanya Potongan, minimal deposit 20.000,- dan minimal Withdraw 40.000, akan lebih memudahkan para player dalam bertransaksi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":30542,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://localhost/gembira77.co/wp-content/uploads/2023/04/64076a1d1a224_QRIS-DESKTOP.webp\" alt=\"\" class=\"wp-image-30542\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">BEBERAPA ALASAN SITUS PERJUDIAN GAME SLOT SANGAT DIMINATI PLAYER DI INDONESIA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permainan game slot Online cukup popular di Indonesia, karna permaianan dengan akses yang mudah dan trasaksi yang cukup mudah, dan di tambah keuntungan dari permainan yang cukup menggiurkan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>tidak di pungkiri permainan judi online memiliki keuntungan yang cukup tinggi, dan itulah yang membuat permainan&nbsp; ini sangat popular di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah alasan-alasan mengapa permainan slot online sangat diminati oleh player di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Permainan yang mudah di mengerti oleh segala kalangan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;   Beberapa orang mungkin tidak pernah bermain game slot online, namun apabila dia bermain dalam<br>&nbsp;&nbsp;&nbsp; game slot online ini dia kan mengerti cara bermain dan pola permainan dengan mudah,<br>&nbsp;&nbsp;&nbsp; karna game slot online cukup mudah di mengerti oleh semua kalangan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Permainan Game slot Online yang mudah di akses</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>    Situs permainan game slot online, adalah game dengan akses yang cukup mudah,<br>&nbsp;&nbsp;&nbsp; jadi game ini bisa dimainkan dimana pun dan kapan pun,<br>&nbsp;&nbsp;&nbsp; hanya dengan menggunakan Handphone atau Gadget yang player miliki.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Besarnya Bayaran Kemenangan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>    Ini adalah hal utama permainan game slot online sangat diminati oleh palyer di Indonesia, game yang<br>    satu ini memberikan bayaran kemenangan yang sangat tinggi dari modal taruhannya<br>    namun kembali lagi kepada player masing-masing dengan strategi dan pola bermainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Demikianlah sebagian besar aslasan mengapa, game slot judi online sangat popular dan diminati oleh player di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":30543,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://localhost/gembira77.co/wp-content/uploads/2023/04/641c3068339fb_BonusRamadan-Desktop.webp\" alt=\"\" class=\"wp-image-30543\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR PROVIDER SITUS SLOT GEMBIRA77 MUDAH MENANG GACOR DAN TERBAIK</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sepanjang tahun 2023 ini banyak sekali provider game slot Online yang naik dan mulai di kenal oleh para player game judi online,<br>dengan semakin banyak game yang dikeluarkan dan banyak di kenal maka semakin terkenal juga nama Provider game tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>berikut ini adalah nama-nama Provider game slot Online yang cukup terkenal dan diminati.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Slot Online Pragmatic Play Indonesia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot pertama Ini sudah ada sejak tahun 2007, Provider game Pragmatic Play adalah salah satu provider yang cukup terkenal dikalangan Player Game Slot Online,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>dengan banyak nya permainan game slot online yang dimiliki dan popularnya game yang mereka miliki, membuat provider game slot online ini menjadi sangat terkenal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Game Slot Gacor CQ9</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game yang satu ini datang dari negri tirai bambu, Provider yang terkenal dengan banyak nya game yang diangkat dari Permainan Tradisional ini ,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>selalu memberikan banyak jackpot pada player yang memainkan game dari provider slot ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. game Slot Online PG SOFT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>PG Soft adalah provider game yang cukup terkenal di tahun 2023 ini, dengan banyaknya permainan yang memberikan kemenangan kepada playernya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>provider game yang satu ini banyak diminati oleh player game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. game Slot Online Habanero</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Siapa yang tidak mengenali provider game yang satu ini, provider yang selalu ada di peringkat ke 2 di provider game terpopuler,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Habanero selalu sangat di minati oleh player dengan banyaknya permainan dengan win rate yang tinggi seperti Koi Gate selain game itu masih banyak game yang memberikan kemenangan tinggi bagi para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. game Slot Gacor Microgaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot Microgaming ikut bekerja sama dengan Slot77&nbsp; sehingga dengan kerjasama ini banyak menghasilkan game-game yang cukup popular,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>dan banyak diminati oleh para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. game Slot Online Joker123</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Joker 123 atau yang lebih dikenal dengan nama JOKER Gaming ini adalah salah satu Provider game yang pertama kali mengenalkan Game Slot Online ke Indonesia,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>jadi Joker gaming adalah game slot utama yang datang dan di mainkan oleh player game slot, permainan ini banyak diminati oleh para senior-senior player game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. game Slot Online Spadegaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider yang satu ini dangat di kenal, sebagai Pelopor Utama RTP Live (RETRUN TO PLAYER) sehingga banyak Provider lain yang mengikuti Fitur tersebut,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spadegaming juga banyak diminati dengan permainan-permaianan menarik di dalamnya.Provider game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. Slot Online RTG</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider RTG atau yang di sebut REAL TIME GAMING adalah salah satu provider yang berfokus memasarkan game nya di asia,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>game yang satu ini perlu beberapa tahun, untuk bisa memasuki jajaran Provider-provider terkenal lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">9. game Slot Online Play’n Go</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot online yang satu ini adalah game yang mendedikasi kan Dirinya dalam perkembangan Game judi Online, dengan banyaknya game yang dipunyai provider game yang satu ini sangat memiliki banyak varian game yang menarik untuk di mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":30544,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://localhost/gembira77.co/wp-content/uploads/2023/04/62da1500057a6_1920-x-474-doyan303_TAMBAHAN.webp\" alt=\"\" class=\"wp-image-30544\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">ISTILAH-ISTILAH DALAM PERMAINAN SLOT ONLINE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah istilah dan Fitur-fitur dalam game slot Online yang sering di sebut da nada di dalam permainan game slot Online,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>nah ini dia beberapa istilah dan fitur-fitur game slot Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Gacor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gacor adalah istilah dari para pemain game slot Online yang memiliki arti kata “Gampang Bocor “ yang jika di artikan game ini selalu mudah memberikan kemenangan kepada para Player yang memainkannya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. RTP Live</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RTP (Return To Player), adalah salah satu fitur yang dapat memperlihatkan persentase kemenangan player, Rtp biasanya di Update dengan banyaknya kemenangan yang di dapat di dalam satu game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Jackpot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jakpot adalah istilah dalam permainan game slot online yang memiliki arti kemenangan yang besar yang didapatkan oleh player dalam suatu permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Maxwin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Maxwin merupakan kata yang berarti kemenangan maksimal, jadi di dalam kemenangan Maxwin ini player berhasil meraih kemengan dengan maksimal taruhan yang dia lakukan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Rungkat</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Rungkat merupakan kata yang berartikan kekalahan berturut-turut, biasanya kata-kata ini keluar dimana kondisi seorang player mengalami kekalahan terus menerus dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Pola Slot Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pola Slot game online adalah pola yang di punyai oleh seorang player dan dimainkan dalam permainan game slot online, banyak sekali player yang bermain menggunakan pola,dan kebanyakan adalah para player yang sudah berpengalaman bermain game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. Buy Free Spin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur dalam permainan game slot online, fitur ini berguna bagi player yang memiliki keinginan mendapatkan maxwin dalam permainan namun tentu saja di fitur ini memiliki kemungkinan 50/50 dalam kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah istilah-istilah kata dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">TIPS DAN TRIK GACOR MENANG BERMAIN SLOT ONLINE GEMBIRA77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika anda ingin lebih besar lagi peluang untuk memenangkan permainan slot, anda juga perlu memiliki keahlian atau taktik dalam bermain. Kami juga telah banyak melakukan surver menggunakan berbagai taktik dan menemukan ada 3 cara ampuh untuk memenangkan permainan slot online. Penasaran? Baik berikut ini caranya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Menggunakan Bocoran RTP Slot Gacor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pertama yaitu menggunakan fitur bocoran RTP Slot yang dimana akan memberikan persentase tingkat kemenangan dalam setiap game slot yang ada. RTP Slot Live sangat berguna bagi para membernya untuk memilih game slot gacor mana yang memiliki persentase kemenangan paling tinggi. Maka dari itu kami sarankan untuk anda mengecek RTP game slot terlebih dahulu sebelum bermain game slot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Menggunakan Pola Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikutnya setelah anda sudah menentukan game slot dengan RTP yang tinggi, anda dapat menggunakan Pola Slot Gacor yang banyak digunakan oleh para ahli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola ini biasanya menggunakan fitur – fitur yang disediakan seperti Fast Spin, Turbo Spin, Double Chance dan Juga Fitur Buy Free Spin. Berikut ini pola paling baik digunakan disetiap permainan slot :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turbo Spin 10x (DC ON)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manual Spin 20x (DC OFF)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast Spin 25x (DC OFF)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turbo Spin 20x (DC ON)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beli Fitur Buy Free Spin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Tarik Hasil Kemenangan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Terakhir adalah jika anda sudah meraih untung kami sarankan langsung menarik total kemenangan yang didapatkan. Karena banyak yang terjerumus ketika berhasil mendapatkan kemenangan, mereka berharap akan mendapatkan lebih dan akhirnya malah semakin habis. Jadi kami sarankan berapapun kemenangan yang anda dapatkan lebih baik menarik hasilnya dan lanjut dengan modal awal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ Seputar GEMBIRA77 slot online terbaik dan terpercaya</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apa Itu Slot Gacor ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor merupakan sebuah istilah untuk permainan atau provider slot yang mudah memberikan kemenangan. Gacor sendiri singkatan dari ‘GAMPANG BOCOR’ yang artinya suatu permainan yang gampang dimenangkan dan gampang kasih jackpot. Apabila anda memainkan sebuah game slot dan sering mendapatkan kemenangan digame tersebut, maka permainan itu dapat dikatakan Gacor.</p>\n<!-- /wp:paragraph -->', 'SITUS PENYEDIA GAME JUDI ONLINE TERLENGKAP DAN TERPERCAYA 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-24 12:44:33', '2023-04-24 12:44:33', '', 2, 'http://localhost/gembira77.co/?p=30545', 0, 'revision', '', 0),
(30547, 1, '2023-04-24 12:47:52', '2023-04-24 12:47:52', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\"><a href=\"http://gembira77.co\">GEMBIRA77 </a>SITUS PERJUDIAN GAME SLOT TERBAIK DAN TERLENGKAP GAMPANG MENANG DITAHUN 2023 INI</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/gembira77new/\">GEMBIRA77 </a>adalah salah satu agens situs <a href=\"https://beacons.ai/gembira77\">perjudian slot online</a> terbaik dan terpercaya di Indonesia yang pastinya akan memberikan sensasi yang sangat berbeda dibandingkan agen situs lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain situs slot baru <a href=\"https://heylink.me/gembira77new/\">GEMBIRA77 </a>menyediakan game yang lengkap yang bisa kalian mainkan dengan cukup menggunakan 1 akun pada semua permainan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagian player mungkin sedang mencari situs yang aman dan dapat dipercaya oleh player hingga player bisa bermain dengan aman dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/gembira77new/\">GEMBIRA77 </a>dengan percaya diri menyatakan kami akan memenuhi segala ekspetasi anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>para player akan mendapatkan rasa aman dan nyaman saat bermain di tempat kami, selain mendapatkan keamanan dan kenyamanan saat bermain, player pun akan banyak mendapatkan keuntungan dari promosi dan event-event yang kami adakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/gembira77new/\">GEMBIRA77</a> mempunyai pengalaman dalam pengelolaan agen situs judi Online, jadi kami akan memberikan pelayanan dan fasilitas terbaik yang kami miliki</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>seperti pelayanan Live Chat yang akan tersedia selama 24 jam nonstop, kami akan membantu kendala yang di alami setiap player dalam situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>selain Live Chat, kami pun menyediakan Whatsapp, Telegram dll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kami menyediakan banyak sekali metode bertransaksi Baik Transfer antar rekening, pembayaran E-wallet dan deposit Via Pulsa tanpa adanya Potongan, minimal deposit 20.000,- dan minimal Withdraw 40.000, akan lebih memudahkan para player dalam bertransaksi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":30542,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://localhost/gembira77.co/wp-content/uploads/2023/04/64076a1d1a224_QRIS-DESKTOP.webp\" alt=\"\" class=\"wp-image-30542\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">BEBERAPA ALASAN SITUS PERJUDIAN GAME SLOT SANGAT DIMINATI PLAYER DI INDONESIA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permainan <a href=\"https://beacons.ai/gembira77\">game slot Online</a> cukup popular di Indonesia, karna permaianan dengan akses yang mudah dan trasaksi yang cukup mudah, dan di tambah keuntungan dari permainan yang cukup menggiurkan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>tidak di pungkiri permainan judi online memiliki keuntungan yang cukup tinggi, dan itulah yang membuat permainan&nbsp; ini sangat popular di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah alasan-alasan mengapa permainan slot online sangat diminati oleh player di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Permainan yang mudah di mengerti oleh segala kalangan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>    Beberapa orang mungkin tidak pernah bermain game <a href=\"https://beacons.ai/gembira77\">slot online</a>, namun apabila dia bermain dalam<br>    game slot online ini dia kan mengerti cara bermain dan pola permainan dengan mudah,<br>    karna game slot online cukup mudah di mengerti oleh semua kalangan,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Permainan Game slot Online yang mudah di akses</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>    Situs permainan game <a href=\"https://beacons.ai/gembira77\">slot online</a>, adalah game dengan akses yang cukup mudah,<br>    jadi game ini bisa dimainkan dimana pun dan kapan pun,<br>    hanya dengan menggunakan Handphone atau Gadget yang player miliki.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Besarnya Bayaran Kemenangan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>    Ini adalah hal utama permainan <a href=\"https://beacons.ai/gembira77\">game slot online</a> sangat diminati oleh palyer di Indonesia, game yang<br>    satu ini memberikan bayaran kemenangan yang sangat tinggi dari modal taruhannya<br>    namun kembali lagi kepada player masing-masing dengan strategi dan pola bermainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Demikianlah sebagian besar aslasan mengapa, game slot judi online sangat popular dan diminati oleh player di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":30543,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://localhost/gembira77.co/wp-content/uploads/2023/04/641c3068339fb_BonusRamadan-Desktop.webp\" alt=\"\" class=\"wp-image-30543\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR PROVIDER SITUS SLOT GEMBIRA77 MUDAH MENANG GACOR DAN TERBAIK</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sepanjang tahun 2023 ini banyak sekali provider game <a href=\"https://beacons.ai/gembira77\">slot Online </a>yang naik dan mulai di kenal oleh para player game judi online,<br>dengan semakin banyak game yang dikeluarkan dan banyak di kenal maka semakin terkenal juga nama Provider game tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>berikut ini adalah nama-nama Provider game slot Online yang cukup terkenal dan diminati.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Slot Online Pragmatic Play Indonesia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot pertama Ini sudah ada sejak tahun 2007, Provider game Pragmatic Play adalah salah satu provider yang cukup terkenal dikalangan Player Game Slot Online,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>dengan banyak nya permainan <a href=\"https://beacons.ai/gembira77\">game slot</a> online yang dimiliki dan popularnya game yang mereka miliki, membuat provider game slot online ini menjadi sangat terkenal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Game Slot Gacor CQ9</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game yang satu ini datang dari negri tirai bambu, Provider yang terkenal dengan banyak nya game yang diangkat dari Permainan Tradisional ini ,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>selalu memberikan banyak jackpot pada player yang memainkan game dari provider slot ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. game Slot Online PG SOFT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>PG Soft adalah provider game yang cukup terkenal di tahun 2023 ini, dengan banyaknya permainan yang memberikan kemenangan kepada playernya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>provider game yang satu ini banyak diminati oleh player game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. game Slot Online Habanero</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Siapa yang tidak mengenali provider game yang satu ini, provider yang selalu ada di peringkat ke 2 di provider game terpopuler,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Habanero selalu sangat di minati oleh player dengan banyaknya permainan dengan win rate yang tinggi seperti Koi Gate selain game itu masih banyak game yang memberikan kemenangan tinggi bagi para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. game Slot Gacor Microgaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot Microgaming ikut bekerja sama dengan Slot77&nbsp; sehingga dengan kerjasama ini banyak menghasilkan game-game yang cukup popular,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>dan banyak diminati oleh para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. game Slot Online Joker123</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Joker 123 atau yang lebih dikenal dengan nama JOKER Gaming ini adalah salah satu Provider game yang pertama kali mengenalkan Game Slot Online ke Indonesia,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>jadi Joker gaming adalah game slot utama yang datang dan di mainkan oleh player game slot, permainan ini banyak diminati oleh para senior-senior player game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. game Slot Online Spadegaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider yang satu ini dangat di kenal, sebagai Pelopor Utama RTP Live (RETRUN TO PLAYER) sehingga banyak Provider lain yang mengikuti Fitur tersebut,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spadegaming juga banyak diminati dengan permainan-permaianan menarik di dalamnya.Provider game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. Slot Online RTG</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider RTG atau yang di sebut REAL TIME GAMING adalah salah satu provider yang berfokus memasarkan game nya di asia,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>game yang satu ini perlu beberapa tahun, untuk bisa memasuki jajaran Provider-provider terkenal lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">9. game Slot Online Play’n Go</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider <a href=\"https://beacons.ai/gembira77\">game slot online</a> yang satu ini adalah game yang mendedikasi kan Dirinya dalam perkembangan Game judi Online, dengan banyaknya game yang dipunyai provider game yang satu ini sangat memiliki banyak varian game yang menarik untuk di mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":30544,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://localhost/gembira77.co/wp-content/uploads/2023/04/62da1500057a6_1920-x-474-doyan303_TAMBAHAN.webp\" alt=\"\" class=\"wp-image-30544\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">ISTILAH-ISTILAH DALAM PERMAINAN SLOT ONLINE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah istilah dan Fitur-fitur dalam game slot Online yang sering di sebut da nada di dalam permainan game <a href=\"https://beacons.ai/gembira77\">slot Online</a>,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>nah ini dia beberapa istilah dan fitur-fitur game slot Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Gacor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gacor adalah istilah dari para pemain game slot Online yang memiliki arti kata “Gampang Bocor “ yang jika di artikan game ini selalu mudah memberikan kemenangan kepada para Player yang memainkannya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. RTP Live</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RTP (Return To Player), adalah salah satu fitur yang dapat memperlihatkan persentase kemenangan player, Rtp biasanya di Update dengan banyaknya kemenangan yang di dapat di dalam satu game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Jackpot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jakpot adalah istilah dalam permainan game slot online yang memiliki arti kemenangan yang besar yang didapatkan oleh player dalam suatu permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Maxwin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Maxwin merupakan kata yang berarti kemenangan maksimal, jadi di dalam kemenangan Maxwin ini player berhasil meraih kemengan dengan maksimal taruhan yang dia lakukan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Rungkat</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Rungkat merupakan kata yang berartikan kekalahan berturut-turut, biasanya kata-kata ini keluar dimana kondisi seorang player mengalami kekalahan terus menerus dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Pola Slot Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pola Slot game online adalah pola yang di punyai oleh seorang player dan dimainkan dalam permainan game slot online, banyak sekali player yang bermain menggunakan pola,dan kebanyakan adalah para player yang sudah berpengalaman bermain game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. Buy Free Spin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur dalam permainan game slot online, fitur ini berguna bagi player yang memiliki keinginan mendapatkan maxwin dalam permainan namun tentu saja di fitur ini memiliki kemungkinan 50/50 dalam kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah istilah-istilah kata dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">TIPS DAN TRIK GACOR MENANG BERMAIN SLOT ONLINE <a href=\"https://heylink.me/gembira77new/\">GEMBIRA77</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika anda ingin lebih besar lagi peluang untuk memenangkan permainan slot, anda juga perlu memiliki keahlian atau taktik dalam bermain. Kami juga telah banyak melakukan surver menggunakan berbagai taktik dan menemukan ada 3 cara ampuh untuk memenangkan permainan slot online. Penasaran? Baik berikut ini caranya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Menggunakan Bocoran RTP Slot Gacor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pertama yaitu menggunakan fitur bocoran RTP Slot yang dimana akan memberikan persentase tingkat kemenangan dalam setiap game slot yang ada. <a href=\"https://beacons.ai/gembira77\">RTP Slot Live</a> sangat berguna bagi para membernya untuk memilih game slot gacor mana yang memiliki persentase kemenangan paling tinggi. Maka dari itu kami sarankan untuk anda mengecek RTP game slot terlebih dahulu sebelum bermain game slot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Menggunakan Pola Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikutnya setelah anda sudah menentukan game slot dengan RTP yang tinggi, anda dapat menggunakan Pola Slot Gacor yang banyak digunakan oleh para ahli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola ini biasanya menggunakan fitur – fitur yang disediakan seperti Fast Spin, Turbo Spin, Double Chance dan Juga Fitur Buy Free Spin. Berikut ini pola paling baik digunakan disetiap permainan slot :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turbo Spin 10x (DC ON)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manual Spin 20x (DC OFF)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast Spin 25x (DC OFF)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turbo Spin 20x (DC ON)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beli Fitur Buy Free Spin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Tarik Hasil Kemenangan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Terakhir adalah jika anda sudah meraih untung kami sarankan langsung menarik total kemenangan yang didapatkan. Karena banyak yang terjerumus ketika berhasil mendapatkan kemenangan, mereka berharap akan mendapatkan lebih dan akhirnya malah semakin habis. Jadi kami sarankan berapapun kemenangan yang anda dapatkan lebih baik menarik hasilnya dan lanjut dengan modal awal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ Seputar <a href=\"https://heylink.me/gembira77new/\">GEMBIRA77 </a>slot online terbaik dan terpercaya</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apa Itu Slot Gacor ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://beacons.ai/gembira77\">Slot Gacor</a> merupakan sebuah istilah untuk permainan atau provider slot yang mudah memberikan kemenangan. Gacor sendiri singkatan dari ‘GAMPANG BOCOR’ yang artinya suatu permainan yang gampang dimenangkan dan gampang kasih jackpot. Apabila anda memainkan sebuah game slot dan sering mendapatkan kemenangan digame tersebut, maka permainan itu dapat dikatakan Gacor.</p>\n<!-- /wp:paragraph -->', 'SITUS PENYEDIA GAME JUDI ONLINE TERLENGKAP DAN TERPERCAYA 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-24 12:47:52', '2023-04-24 12:47:52', '', 2, 'http://localhost/gembira77.co/?p=30547', 0, 'revision', '', 0),
(30551, 1, '2023-04-25 06:48:11', '2023-04-25 06:48:11', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">JAGOAN88 SITUS PERJUDAIN MPO SLOT ONLINE RESMI TERBAIK DI TAHUN 2023 INI</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Baru memulai permainan game slot online? Bingung dalam mencari situs yang terpercaya dan terbaik di tahun 2023 ini?<br>belakangan ini banyak sekali situs-situs perjudian online yang banyak bertebaran di dalam pencarian web, namun para player harus dapat memilih dengan teliti situs-situs mana saja yang resmi dan terpercaya di tahun 2023 ini, yang dapat menjaga kepercayaan player dalam keamanan data player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JAGOAN88 merupakan situs terbaik dan terpopuler gampang menang di tahun 2023 ini, situs dengan sertifikat resmi dunia perjudian slot online terbaik dan terlengkap tentunya akan sangat menjada keamanan data player dan member didalam situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs yang selalu menjadi rekomendasi terlengkap dalam dunia perjudian game slot online yang satu ini, menawarkan sensasi bermain game perjudian slot online yang berbeda di dalam permainan situs kami, dengan permainan terlengkap dan terbaik yang selalu memberikan kemenangan kepada player-player yang memainkan game permainan didalam situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kami pun memiliki pelayanan terbaik didalam situs yang di lengkapi dengan fitur-fitur yang tentu saja sangat membantu player dan member kami didalam permainan dan pelayanan didalam situs perjudian slot online gacor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JAGOAN88 juga memiliki banyak metode pembayaran dalam bertransaksi, yang tentunya di buat untuk mempermudah player dan member dalam bertransaksi di dam situs slot gacor kami ini, seperti transfer antar bank, e-wallet dan deposit pulsa tanpa adanya potongan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">SLOT ONLINE GACOR PERMAINAN DI FAVORITKAN DAN TERPOPULER DI TAHUN 2023 INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Siapa yang tidak mengenal game situs perjudian slot online, permainan yang satu ini adalah jenis permainan game slot online modern yang disajikan dengan tampilan dan efek yang menarik yang tentunya akan sangat menarik minat para player dalam situs perjudian game slot online, game yang satu ini terntunya mempunyai nilai nilai plus dalam segi permainan dan kemenangan di dalam nya yang membuat game ini sangat diminati oleh para player dan member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah alasan-alasan mengapa game slot online sangat diminati dan di favoritkan dalam game perjudian online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan yang mudah dimainkan dan di mengerti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. game yang mudah dalam akses</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan yang bervariasi dengan efek dan tampilan yang menarik</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. modal yang kecil dengan pembayaran yang sangat tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan yang selalu memberikan kemenangan mudah dalam game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. memiliki Jackpot yang sangat tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah alasan-alasan utama mengapa permainan game slot online sangat di favoritkan dalam permainan perjudian game online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR PROVIDER TERBAIK DAN TERPOPULER YANG MEMILIKI BANYAK GAME GACOR GAMPANG MENANG DI TAHUN 2023 INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider merupakan sebuah perusahaan yang mengembangkan game dan permainan slot online maupun perjudian online, dalam sebuah provider tentunya memiliki banyak game-game yang menarik dan di minati oleh para player dan member situs perjudian slot online JAGOAN88 yang pastinya game-game berikut selalu memberikan kemenangan mudah dalam permainannya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa provider terbaik dan terpopuler yang banyak memiliki permainan game slot online yang sangat menarik dan tentunya gampang menang dalam situs JAGOAN88 :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Mpo Slot Pragmatic Play</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Mpo Slot Spadegaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Mpo Slot Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Mpo Slot Joker123</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mpo Slot CQ9 Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">JAGOAN88 | SITUS JUDI SLOT ONLINE DENGAN WINRATE TERTINGGI DALAM SITUS JUDI ONLINE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Agen situs perjudian slot online JAGOAN88 merupakan sebuah agen yang sudah banyak dikenal di dalam dunia perjudian slot online saat ini, karna memiliki winrate yang sangat tinggi di dalam situs perjudian game slot online, yang tentu dan pastinya akan memberikan kemenangan terbaik dan terbesar di sebuah situs game perjudian slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs JAGOAN88 juga menawarkan sensasi bermain game slot perjudian online yang berbeda dengan situs-situs lainnya, lengkap nya permainan yang kami sediakan, serta fitur-fitur yang akan selalu membantu para player dan member setia kami dalam permianan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yang pastinya ketika anda bergabung dengan situs perjudian sslot online kami yang satu ini, anda akan mengetahui perbedaan antara kami dengan situs-situs lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FITUR-FITUR MENARIK DAN TERBAIK DALAM SITUS PERJUDIAN SLOT ONLINE 2023</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebagai situs terbaik dan terpercaya tentunya kami akan memberikan semua layanan terbaik yang kami miliki dalam setiap permainan dan pelayanan, yang akan membantu para player dan member setia kami dalam mencapai kemenangan didalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa fitur yang akan sangat membantu player dan member dalam mencapai kemenangan dalam sebuah permainan game slot online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. FITUR RTP LIVE ONLINE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang dapat memprediksi persentase kemenangan seorang player didalam sebuah permainan, jadi fitur ini sangat membantu player dalam menentukan permainan yang memiliki persentase kemenangan tertinggi dalam sebuah permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. FITUR DEMO SLOT ONLINE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah permainan game slot online yang dapat dimainkan secara gratis oleh player dan member dalam situs perjudian slot online, karna pada dasarnya fitur yang satu ini merupakan sebauh fitur yang digunakan player dan member untuk mempelajari sebuah permainan game slot online sebelum melakukan pertaruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. FITUR LIVE CHAT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang digunakan dalam situs perjudian online untuk berinteraksi antara player dan costumer servis kami, kekita player atau member mempunyai pertanyaan dan kendala di dalam sebuah situs permianan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR PERMAINAN PERJUDIAN GAME ONLINE TERBAIK DAN TERPOPULER</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Perjudian online : Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan Perjudian online : Sportsbook (Judi Bola)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan Perjudian online : Casino</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan Perjudian online : Arcade (Tembak Ikan)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan Perjudian online : E-Sport</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan Perjudian online : Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan Perjudian online : Togel 4D (Judi Togel)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">KEUNTUNGAN BERMAIN DIDALAM SITUS PERJUDIAN SLOT ONLINE GACOR TERBAIK DAN TERLENGKAP DALAM SITUS JAGOAN88</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Akan banyak sekali keuntungan-keuntungan yang akan didapat kan oleh player dan member di dalam situs perjudian online JAGOAN88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Memiliki minimal deposit terhitung Murah , Rp. 10.000.00-</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Minimal Withdraw, Rp. 50.000.00-</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Deposit dan Withdraw 24 Jam Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Free daftar akun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Cukup 1 akun untuk semua permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Dapat Mengunakan, semua Gadget Dalam bermain</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Metode Deposit terlengkap, yakni bisa dengan Bank Lokal, via Pulsa , via E-Wallet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Provider slot lengkap, Game Sportsbook, Game Casino, Game Fishing, Game Lottery, Game<br>&nbsp;&nbsp;&nbsp; Poker, Game Lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Teraman dan terpercaya, dengan kemenangan berapapun itu akan dibayar LUNAS !</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Layanan yang siap standby selama 24jam nonstop.</p>\n<!-- /wp:paragraph -->', 'JAGOAN88 | SITUS PERJUDIAN SLOT ONLINE TERGACOR', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-25 06:48:11', '2023-04-25 06:48:11', '', 2, 'http://localhost/jagoan88.com/?p=30551', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30555, 1, '2023-04-26 05:05:00', '2023-04-26 05:05:00', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">JAGOAN88 SITUS PERJUDAIN MPO SLOT ONLINE RESMI TERBAIK DI TAHUN 2023 INI</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Baru memulai permainan game slot online? Bingung dalam mencari situs yang terpercaya dan terbaik di tahun 2023 ini?<br>belakangan ini banyak sekali situs-situs perjudian online yang banyak bertebaran di dalam pencarian web, namun para player harus dapat memilih dengan teliti situs-situs mana saja yang resmi dan terpercaya di tahun 2023 ini, yang dapat menjaga kepercayaan player dalam keamanan data player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JAGOAN88 merupakan situs terbaik dan terpopuler gampang menang di tahun 2023 ini, situs dengan sertifikat resmi dunia perjudian slot online terbaik dan terlengkap tentunya akan sangat menjada keamanan data player dan member didalam situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs yang selalu menjadi rekomendasi terlengkap dalam dunia perjudian game slot online yang satu ini, menawarkan sensasi bermain game perjudian slot online yang berbeda di dalam permainan situs kami, dengan permainan terlengkap dan terbaik yang selalu memberikan kemenangan kepada player-player yang memainkan game permainan didalam situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kami pun memiliki pelayanan terbaik didalam situs yang di lengkapi dengan fitur-fitur yang tentu saja sangat membantu player dan member kami didalam permainan dan pelayanan didalam situs perjudian slot online gacor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>JAGOAN88 juga memiliki banyak metode pembayaran dalam bertransaksi, yang tentunya di buat untuk mempermudah player dan member dalam bertransaksi di dam situs slot gacor kami ini, seperti transfer antar bank, e-wallet dan deposit pulsa tanpa adanya potongan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">SLOT ONLINE GACOR PERMAINAN DI FAVORITKAN DAN TERPOPULER DI TAHUN 2023 INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Siapa yang tidak mengenal game situs perjudian slot online, permainan yang satu ini adalah jenis permainan game slot online modern yang disajikan dengan tampilan dan efek yang menarik yang tentunya akan sangat menarik minat para player dalam situs perjudian game slot online, game yang satu ini terntunya mempunyai nilai nilai plus dalam segi permainan dan kemenangan di dalam nya yang membuat game ini sangat diminati oleh para player dan member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah alasan-alasan mengapa game slot online sangat diminati dan di favoritkan dalam game perjudian online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan yang mudah dimainkan dan di mengerti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. game yang mudah dalam akses</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan yang bervariasi dengan efek dan tampilan yang menarik</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. modal yang kecil dengan pembayaran yang sangat tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan yang selalu memberikan kemenangan mudah dalam game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. memiliki Jackpot yang sangat tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah alasan-alasan utama mengapa permainan game slot online sangat di favoritkan dalam permainan perjudian game online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR PROVIDER TERBAIK DAN TERPOPULER YANG MEMILIKI BANYAK GAME GACOR GAMPANG MENANG DI TAHUN 2023 INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider merupakan sebuah perusahaan yang mengembangkan game dan permainan slot online maupun perjudian online, dalam sebuah provider tentunya memiliki banyak game-game yang menarik dan di minati oleh para player dan member situs perjudian slot online JAGOAN88 yang pastinya game-game berikut selalu memberikan kemenangan mudah dalam permainannya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa provider terbaik dan terpopuler yang banyak memiliki permainan game slot online yang sangat menarik dan tentunya gampang menang dalam situs JAGOAN88 :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Mpo Slot Pragmatic Play</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Mpo Slot Spadegaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Mpo Slot Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Mpo Slot Joker123</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mpo Slot CQ9 Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">JAGOAN88 | SITUS JUDI SLOT ONLINE DENGAN WINRATE TERTINGGI DALAM SITUS JUDI ONLINE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Agen situs perjudian slot online JAGOAN88 merupakan sebuah agen yang sudah banyak dikenal di dalam dunia perjudian slot online saat ini, karna memiliki winrate yang sangat tinggi di dalam situs perjudian game slot online, yang tentu dan pastinya akan memberikan kemenangan terbaik dan terbesar di sebuah situs game perjudian slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs JAGOAN88 juga menawarkan sensasi bermain game slot perjudian online yang berbeda dengan situs-situs lainnya, lengkap nya permainan yang kami sediakan, serta fitur-fitur yang akan selalu membantu para player dan member setia kami dalam permianan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yang pastinya ketika anda bergabung dengan situs perjudian sslot online kami yang satu ini, anda akan mengetahui perbedaan antara kami dengan situs-situs lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FITUR-FITUR MENARIK DAN TERBAIK DALAM SITUS PERJUDIAN SLOT ONLINE 2023</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebagai situs terbaik dan terpercaya tentunya kami akan memberikan semua layanan terbaik yang kami miliki dalam setiap permainan dan pelayanan, yang akan membantu para player dan member setia kami dalam mencapai kemenangan didalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa fitur yang akan sangat membantu player dan member dalam mencapai kemenangan dalam sebuah permainan game slot online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. FITUR RTP LIVE ONLINE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang dapat memprediksi persentase kemenangan seorang player didalam sebuah permainan, jadi fitur ini sangat membantu player dalam menentukan permainan yang memiliki persentase kemenangan tertinggi dalam sebuah permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. FITUR DEMO SLOT ONLINE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah permainan game slot online yang dapat dimainkan secara gratis oleh player dan member dalam situs perjudian slot online, karna pada dasarnya fitur yang satu ini merupakan sebauh fitur yang digunakan player dan member untuk mempelajari sebuah permainan game slot online sebelum melakukan pertaruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. FITUR LIVE CHAT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang digunakan dalam situs perjudian online untuk berinteraksi antara player dan costumer servis kami, kekita player atau member mempunyai pertanyaan dan kendala di dalam sebuah situs permianan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR PERMAINAN PERJUDIAN GAME ONLINE TERBAIK DAN TERPOPULER</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Perjudian online : Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan Perjudian online : Sportsbook (Judi Bola)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan Perjudian online : Casino</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan Perjudian online : Arcade (Tembak Ikan)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan Perjudian online : E-Sport</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan Perjudian online : Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan Perjudian online : Togel 4D (Judi Togel)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">KEUNTUNGAN BERMAIN DIDALAM SITUS PERJUDIAN SLOT ONLINE GACOR TERBAIK DAN TERLENGKAP DALAM SITUS JAGOAN88</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Akan banyak sekali keuntungan-keuntungan yang akan didapat kan oleh player dan member di dalam situs perjudian online JAGOAN88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Memiliki minimal deposit terhitung Murah , Rp. 10.000.00-</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Minimal Withdraw, Rp. 50.000.00-</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Deposit dan Withdraw 24 Jam Online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Free daftar akun.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Cukup 1 akun untuk semua permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Dapat Mengunakan, semua Gadget Dalam bermain</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Metode Deposit terlengkap, yakni bisa dengan Bank Lokal, via Pulsa , via E-Wallet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Provider slot lengkap, Game Sportsbook, Game Casino, Game Fishing, Game Lottery, Game<br>&nbsp;&nbsp;&nbsp; Poker, Game Lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Teraman dan terpercaya, dengan kemenangan berapapun itu akan dibayar LUNAS !</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Layanan yang siap standby selama 24jam nonstop.</p>\n<!-- /wp:paragraph -->', 'JAGOAN88 | SITUS PERJUDIAN SLOT ONLINE TERGACR', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-26 05:05:00', '2023-04-26 05:05:00', '', 2, 'http://localhost/armada888.net/?p=30555', 0, 'revision', '', 0),
(30557, 1, '2023-04-26 05:06:54', '2023-04-26 05:06:54', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">SITUS ARMADA888 SITUS PERJUDIAN SLOT ONLINE TERPERCAYA DAN RESMI DI INDONESIA</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>⭐Min Deposit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 💸Rp10.000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Situs                               :               🎰MPO SLOT </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Jenis Permainan             :               🎰Slot, 🎲Casino Online, ⚖️Togel Online, ⚽️Judi Bola, ♠Idn Poker</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Provider SLOT                 :               🟦 Pragmatic Play, 🟧 Habanero, 🟩 Micro Gaming, 🟥 Joker123</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Permainan SLOT             :               🔱 Gates of Olympus, 🍭 Sweet Bonanza, 💎 Aztec Gems</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Win Rate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ⚡ 98%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Mata Uang                      :               💸IDR (Indonesian Rupiah)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Metode Deposit              :               🏧BANK LOKAL, 💲VIA PULSA, 💸VIA E-WALLET &amp; PULSA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Withdraw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ✅ONLINE 24 JAM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">HOME » SLOT GACOR 2023 » ARMADA888 SITUS PERJUDIAN GAME SLOT ONLINE TERBAIK DAN TERLENGKAP DI TAHUN 2023</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ARMADA888 Merupakan situs perjudian game slot online terbaik dan terlengkap di Indonesia tahun 2023 ini, situs yang selalu menjadi rekomendasi utama bagi player dan member yang ingin merasakan sensasi bermain game perjudian slot online yang berbeda, kami memiliki banyak sekali menyediakan permainan game perjudian online yang sangat lengkap di dalam situs perjudian, yang bisa dimainkan oleh player dan member cukup mengunakan 1 akun saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs kami juga memiliki layanan yang siap membantu player dan member ketika mengalami kendala atau bertransaski selama 24 jam nonstop, jadi player tidak perlu khawatir ketika mengalami kenadala dalam sebuah situs terutama di situs perjudian game slot online kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Akses yang sangat mudah, situs kami memberikan kemudahan dalam akses, agar player dan member dapat bermain dengan nyaman dan aman, ketika player ingin memainkannya dimanapun dan kapanpun player ingin memainkan permainan perjudian online di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Metode transaksi terlengkap dan tercepat di situs perjudian game online ARMADA888 , kami memiliki metode pembayaran terlengkap dan tentunya dengan akses yang sangat mudah, mulai dari transfer antar Bank, E-wallet dan deposit pulsa tanpa adanya potongan, tentu saja dengan proses yang cepat 1 menit Deposit dan 2 menit untuk withdraw.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini akan kami informasikan seputar agen situs penyedia game perjudian game slot online yang tentunya gampang menang dan terpercaya resmi di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FITUR-FITUR TERBAIK DALAM SITUS PERJUDIAN GAME SLOT ONLINE GAMPANG MENANG</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dalam situs ARMADA888 kami memiliki beberapa fitur yang membantu player dan member mencapai kemenangan didalam situs perjudian game slot online, tentunya kami sediakan untuk para player dan member setia kami dalam membantu memenangkan permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa fitur yang akan membantu player dan member dalam mencapai kemenangan di dalam situs game perjudain slot online ARMADA888</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. FITUR RTP LIVE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu sebuah fitur yang disediakan oleh situs dalam membantu player dan member yang dimana fitur ini mempuyai fungsi untuk memprediksi persentase kemenagan seorang player didalam sebuah permianan game slot online, jadi player bisa memilih game mana yang akan memberikan kemenangan yang besar dalam sebuah permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. FITUR DEMO SLOT ONLINE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu adalah sebuah permainan demo yang bisa dimainkan oleh player dan member secara gratis tanpa perlu melakukakan pertaruahan terlebih dahulu,jadi disini player bisa mencoba untuk bermain sambil belajar mengetahui cara bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. FITUR LIVE CHAT ONLINE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur untuk melakukan interaksi antara player dan member ketika memiliki sebuah pertanyaan atau kendala yang terjadi didalam situs pejudian game slot online, dan fitur ini akan siap membantu dalam 24jam nonstop, jadi player dan member tidak perlu merasaakan khawatir, ketika memiliki kendala didalam sebuah situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah beberapa fitur yang akan membantu player dan member mencapaikemenangan di dalam situs perjudian slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">INFORMASI BOCORAN PROVIDER PEMILIK RTP TERTINGGI DIDALAM SITUS PERJUDAIN ARMADA888</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider adalah sebuah perusahaan yang mengembangkan dan mengeluarkan sebuah permainan game slot online yang tentunya mempunyai banyak sekali permainan-permainan bervariasi dan menarik untuk dimainkan, dan beberapa provider game slot online pastinya memiliki permainan dan game yang sangat terkenal dan popular dikalangan player permainan game slot online gacor yang memiliki RTP Tertinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah Provider-provider game slot gacor yang memiliki Nilai RTP tertinggi :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provider Slot Online Gacor Pragmatic Play Indonesia&nbsp;&nbsp; RTP : 98.55%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Provider Slot Online Gacor Play Game Soft (PG Soft)&nbsp; RTP : 98.22%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provider Slot Online Gacor CQ9 Game &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 98.13%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Provider Slot Online Gacor ADVANTPLAY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 98.00%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Provider Slot Online Gacor Habanero&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.59%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Provider Slot Online Gacor Spadegaming &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.44%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Provider Slot Online Gacor Microgaming &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.33%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Provider Slot Online Gacor Joker Gaming &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.12%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Provider Slot Online Gacor Slot88&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.02%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Provider Slot Online Gacor Live22&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 96.58%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah perusahaan provider game terbaik dan terpopuler yang memiliki permainan dengan RTP Live tertinggi dalam Game Perjudian Slot Online yang tentunya mudah menang dan memiliki banyak game menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">BOCORAN GAME GACOR HARI INI DENGAN RTP TERTINGGI DI SITUS ARMADA888</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game slot online merupakan sebuah permainan bertemakan slot modern dengan efek dan tampilan yang sangat menarik di dalam game perjudian slot, game slot online juga memiliki banyak sekali permainan game dengan beberapa varian permainan yang banyak memnberikan kemenangan dalam permianan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan game slot online juga memiliki permainan yang cukup mudah dimengerti dan dimainkan oelh karna itu banyak sekali player yang sangat memfavoritkan game perjudian yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa permainan game slot online mudah menang dengan RTP Tertinggi dalam permainan nya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Game Slot Gacor Gate Of Olympus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 99.21%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Game Slot Gacor Sweet Bonanza Xmas&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 99.00%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Game Slot Gacor Jokers Jewels&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 98.55%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Game Slot Gacor Wild Bandito &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rtp Live : 98.32%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Game Slot Gacor Koi Gate &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 98.22%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Game Slot Gacor Mahjong Ways 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 98.05%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Game Slot Gacor Lucky Neko&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 97.59%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Game Slot Gacor Lucky Twins Wild&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 97.49%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Game Slot Gacor 5 Lucky Lions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 97.38%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Game Slot Gacor Hand Of Midas&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 97.20%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut merupakan permainan-permainan game slot online gacor yang banyak memberikan kemenangan kepada player dan membernya, dan tak jarang memberikan hjackpot kemenangan terbesar didalam sebuah permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">INFORMASI GAME PERJUDIAN ONLINE SITUS PERJUDIAN GAME ONLINE ARMADA888</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ARMADA888 merupakan agen situs penyedia game permainan online yang terbaik dan terlengkap di tahun 2023 ini, tentu saja situs kami yang satu ini tak hanya memiki game slot online saja , kami&nbsp; masih memiliki banyak pilihan permainan game slot online yang tentunya memberiakan permainan yang menarik dan mudah menang di tahun 2023 ini ,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah daftar permainan-permainan perjudian yang di sediakan&nbsp; situs ARMADA888 :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>.1. Game Slot Online Gacor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Game Casino Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Game SportsBooks&nbsp; ( Perjudian game slot Online)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Game Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Game Arcade Online ( Tembak ikan )</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Game E-Sports</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Game Togel 4D Online&nbsp; (Judi Togel )</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ- SEPUTAR AGEN SITUS PERMAINAN GAME SLOT ONLINE GAMPANG MENANG SITUS ARMADA888</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah yang dimaksud dengan game online ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kepanjang dari apa itu RTP Live ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah bermain di situs Perjudian Online ARMADA888 aman ?</h3>\n<!-- /wp:heading -->', '', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-26 05:06:54', '2023-04-26 05:06:54', '', 2, 'http://localhost/armada888.net/?p=30557', 0, 'revision', '', 0),
(30559, 1, '2023-04-26 10:12:28', '2023-04-26 10:12:28', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">SITUS SITUS PERJUDIAN SLOT ONLINE TERPERCAYA DAN RESMI DI INDONESIA</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>⭐Min Deposit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 💸Rp10.000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Situs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 🎰MPO SLOT </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Jenis Permainan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 🎰Slot, 🎲Casino Online, ⚖️Togel Online, ⚽️Judi Bola, ♠Idn Poker</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Provider SLOT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 🟦 Pragmatic Play, 🟧 Habanero, 🟩 Micro Gaming, 🟥 Joker123</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Permainan SLOT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 🔱 Gates of Olympus, 🍭 Sweet Bonanza, 💎 Aztec Gems</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Win Rate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ⚡ 98%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Mata Uang&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 💸IDR (Indonesian Rupiah)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Metode Deposit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    &nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 🏧BANK LOKAL, 💲VIA PULSA, 💸VIA E-WALLET &amp; PULSA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>⭐Withdraw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ✅ONLINE 24 JAM</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">HOME » SLOT GACOR 2023 » ARMADA888 SITUS PERJUDIAN GAME SLOT ONLINE TERBAIK DAN TERLENGKAP DI TAHUN 2023</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ARMADA888 Merupakan situs perjudian game slot online terbaik dan terlengkap di Indonesia tahun 2023 ini, situs yang selalu menjadi rekomendasi utama bagi player dan member yang ingin merasakan sensasi bermain game perjudian slot online yang berbeda, kami memiliki banyak sekali menyediakan permainan game perjudian online yang sangat lengkap di dalam situs perjudian, yang bisa dimainkan oleh player dan member cukup mengunakan 1 akun saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs kami juga memiliki layanan yang siap membantu player dan member ketika mengalami kendala atau bertransaski selama 24 jam nonstop, jadi player tidak perlu khawatir ketika mengalami kenadala dalam sebuah situs terutama di situs perjudian game slot online kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Akses yang sangat mudah, situs kami memberikan kemudahan dalam akses, agar player dan member dapat bermain dengan nyaman dan aman, ketika player ingin memainkannya dimanapun dan kapanpun player ingin memainkan permainan perjudian online di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Metode transaksi terlengkap dan tercepat di situs perjudian game online ARMADA888 , kami memiliki metode pembayaran terlengkap dan tentunya dengan akses yang sangat mudah, mulai dari transfer antar Bank, E-wallet dan deposit pulsa tanpa adanya potongan, tentu saja dengan proses yang cepat 1 menit Deposit dan 2 menit untuk withdraw.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini akan kami informasikan seputar agen situs penyedia game perjudian game slot online yang tentunya gampang menang dan terpercaya resmi di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FITUR-FITUR TERBAIK DALAM SITUS PERJUDIAN GAME SLOT ONLINE GAMPANG MENANG</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dalam situs ARMADA888 kami memiliki beberapa fitur yang membantu player dan member mencapai kemenangan didalam situs perjudian game slot online, tentunya kami sediakan untuk para player dan member setia kami dalam membantu memenangkan permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa fitur yang akan membantu player dan member dalam mencapai kemenangan di dalam situs game perjudain slot online ARMADA888</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. FITUR RTP LIVE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu sebuah fitur yang disediakan oleh situs dalam membantu player dan member yang dimana fitur ini mempuyai fungsi untuk memprediksi persentase kemenagan seorang player didalam sebuah permianan game slot online, jadi player bisa memilih game mana yang akan memberikan kemenangan yang besar dalam sebuah permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. FITUR DEMO SLOT ONLINE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu adalah sebuah permainan demo yang bisa dimainkan oleh player dan member secara gratis tanpa perlu melakukakan pertaruahan terlebih dahulu,jadi disini player bisa mencoba untuk bermain sambil belajar mengetahui cara bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. FITUR LIVE CHAT ONLINE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur untuk melakukan interaksi antara player dan member ketika memiliki sebuah pertanyaan atau kendala yang terjadi didalam situs pejudian game slot online, dan fitur ini akan siap membantu dalam 24jam nonstop, jadi player dan member tidak perlu merasaakan khawatir, ketika memiliki kendala didalam sebuah situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah beberapa fitur yang akan membantu player dan member mencapaikemenangan di dalam situs perjudian slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">INFORMASI BOCORAN PROVIDER PEMILIK RTP TERTINGGI DIDALAM SITUS PERJUDAIN ARMADA888</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider adalah sebuah perusahaan yang mengembangkan dan mengeluarkan sebuah permainan game slot online yang tentunya mempunyai banyak sekali permainan-permainan bervariasi dan menarik untuk dimainkan, dan beberapa provider game slot online pastinya memiliki permainan dan game yang sangat terkenal dan popular dikalangan player permainan game slot online gacor yang memiliki RTP Tertinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah Provider-provider game slot gacor yang memiliki Nilai RTP tertinggi :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provider Slot Online Gacor Pragmatic Play Indonesia&nbsp;&nbsp; RTP : 98.55%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Provider Slot Online Gacor Play Game Soft (PG Soft)&nbsp; RTP : 98.22%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provider Slot Online Gacor CQ9 Game &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 98.13%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Provider Slot Online Gacor ADVANTPLAY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 98.00%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Provider Slot Online Gacor Habanero&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.59%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Provider Slot Online Gacor Spadegaming &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.44%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Provider Slot Online Gacor Microgaming &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.33%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Provider Slot Online Gacor Joker Gaming &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.12%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Provider Slot Online Gacor Slot88&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 97.02%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Provider Slot Online Gacor Live22&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP : 96.58%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah perusahaan provider game terbaik dan terpopuler yang memiliki permainan dengan RTP Live tertinggi dalam Game Perjudian Slot Online yang tentunya mudah menang dan memiliki banyak game menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">BOCORAN GAME GACOR HARI INI DENGAN RTP TERTINGGI DI SITUS ARMADA888</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game slot online merupakan sebuah permainan bertemakan slot modern dengan efek dan tampilan yang sangat menarik di dalam game perjudian slot, game slot online juga memiliki banyak sekali permainan game dengan beberapa varian permainan yang banyak memnberikan kemenangan dalam permianan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan game slot online juga memiliki permainan yang cukup mudah dimengerti dan dimainkan oelh karna itu banyak sekali player yang sangat memfavoritkan game perjudian yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa permainan game slot online mudah menang dengan RTP Tertinggi dalam permainan nya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Game Slot Gacor Gate Of Olympus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 99.21%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Game Slot Gacor Sweet Bonanza Xmas&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 99.00%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Game Slot Gacor Jokers Jewels&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 98.55%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Game Slot Gacor Wild Bandito &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rtp Live : 98.32%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Game Slot Gacor Koi Gate &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 98.22%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Game Slot Gacor Mahjong Ways 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 98.05%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Game Slot Gacor Lucky Neko&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 97.59%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Game Slot Gacor Lucky Twins Wild&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 97.49%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Game Slot Gacor 5 Lucky Lions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 97.38%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Game Slot Gacor Hand Of Midas&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RTP Live : 97.20%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut merupakan permainan-permainan game slot online gacor yang banyak memberikan kemenangan kepada player dan membernya, dan tak jarang memberikan hjackpot kemenangan terbesar didalam sebuah permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">INFORMASI GAME PERJUDIAN ONLINE SITUS PERJUDIAN GAME ONLINE ARMADA888</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ARMADA888 merupakan agen situs penyedia game permainan online yang terbaik dan terlengkap di tahun 2023 ini, tentu saja situs kami yang satu ini tak hanya memiki game slot online saja , kami&nbsp; masih memiliki banyak pilihan permainan game slot online yang tentunya memberiakan permainan yang menarik dan mudah menang di tahun 2023 ini ,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah daftar permainan-permainan perjudian yang di sediakan&nbsp; situs ARMADA888 :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>.1. Game Slot Online Gacor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Game Casino Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Game SportsBooks&nbsp; ( Perjudian game slot Online)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Game Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Game Arcade Online ( Tembak ikan )</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Game E-Sports</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Game Togel 4D Online&nbsp; (Judi Togel )</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ- SEPUTAR AGEN SITUS PERMAINAN GAME SLOT ONLINE GAMPANG MENANG SITUS ARMADA888</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah yang dimaksud dengan game online ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kepanjang dari apa itu RTP Live ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah bermain di situs Perjudian Online ARMADA888 aman ?</h3>\n<!-- /wp:heading -->', '', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-26 10:12:28', '2023-04-26 10:12:28', '', 2, 'http://localhost/depoxito77.com/?p=30559', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30561, 1, '2023-04-26 10:16:49', '2023-04-26 10:16:49', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DEPOXITO 77 SITUS PERJUDIAN SLOT ONLINE GAMPANG MENANG TERLENGKAP DAN RESMI DI INDONESIA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Selamat datang di situs perjudian game slot online gacor gampang menang terlengkap dan resmi di Indonesia 2023 ini situs DEPOXITO 77,<br>situs perjudian slot online terbaik dan terpercaya di tahun ini, dengan permainan game perjudian slot online terlengkap yang selalu memberikan kemenangan kepada player dan member setianya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs DEPOXITO 77 &nbsp;yang menjadi rekomendasi pilihan permainan player-player perjudian slot online ditahun 2023 ini yang menawarkan sensasi bermain game slot online yang berbeda dengan situs-situs lainya, situs dengan sertifikat resmi dan terpercaya di dalam perjudian game slot online gacor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs yang memberikan pelayanan terbaik dan promosi-promosi terbesar didalam situs perjudian game slot online, merupakan situs yang telah memiliki pengalaman lebih dari 10 tahun di dunia perjudian game slot online gacor, tentu saja kami mengetahui apa-apa saja yang di butuhkan oleh player permainan game slot gacor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai situs terbaik dan terlengkap dalam dunia perjudian game slot online tentunya kami memiliki banyak sekali permainan-permainan dengan RTP dan winrate tertinggi dalam permainan game slot gacor,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kamipun memiliki metode pembayaran terlengkap didalam situs kami yang pastinya akan sangat memudahkan bagi player dan member dalam melakukan transaksi, mulai dari transfer antar bank, e-wallet dan deposit Pulsa tanpa adanya potongan tentu saja hanya di situs DEPOXITO 77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">BERIKUT INI PENJELASAN SINGKAT TENTANG SITUS SLOT ONLINE TERGACOR DEPOXITO 77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nama Website DEPOXITO 77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>MetodeBank&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 💲 BCA,💲 Mandiri,💲 BNI,💲 BRI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rate RTP Live&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 97%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider Terbaik&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 🤡 Joker123,👽 Microgaming,🎰 Slot88,🦈 Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game Slot88 Gacor&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : ⛈️ Gate of Olympus,👸 Starlight Princess,💣 Double Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FITUR TERBAIK DI DALAM PROVIDER PRAGMATIC PLAY</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider Pragmatic play adalah sebuah provider ternama dan terpopuler di tahun ini dengan banyak pemainanannya yang menjadi primadona didalam permainan game slot online, karna selalu memberikan kemenangan dan jackpot-jackpot yang tinggi dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider pragmatic play adalah salah satu provider terpopuler dan terbesar yang masuk dalam jajaran 3 besar provider teratas, dan provider pragmatic play pun memiliki banyak fitur yang tersedia didalam permainnnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa fitur yang di miliki provider Pragmatic play Indonesia :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Daily Wins</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Di pragmatic play situs olympus slot88 selalu memperhatikan hiburan pemain. Karena itu, pihak pengembang merancang sebuah hadiah tambahan kedalam game slot favorit anda! Konsep daily wins memberikan kesempatan kepada semua pemain situs judi slot online gampang menang setiap hari mendapatkan jackpot uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bonus Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Setiap game slot terbaik nomor satu di Indonesia, pragmatic play dilengkapi dengan fitur bonus yang dapat diaktifkan kapan saja saat bermain. Babak bonus slot menawarkan segalanya mulai dari hadiah instan hingga kemenangan berlipat ganda. Contoh beberapa fitur yang telah dirancang pihak pragmatic play di agen slot88 gacor adalah opsi beli free spin, jackpot progresif, dan mini games.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Demo Slot Olympus</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Fitur terakhir yang sangat berguna terutama bagi pemain pemula yaitu demo slot. Harap dicatat bahwa seluruh daftar slot demo pragmatic play dapat dimainkan tanpa harus melakukan registrasi. Mode slot online demo memberikan kesempatan bermain secara gratis sebagai bentuk sarana pemain berlatih mencari pola slot gacor olympus.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">TIPS BERMAIN GAME SLOT ONLINE GAMPANG MENANG 2023</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bermain game slot online gacor memanglah game yang sangat mudah untuk dipahami dan di mengerti namun, pastinya player harus mengerti trik-trik dalam bermain dalam permainan game slot online yang pastinya akan selalu memberikan profit terbaik dalam permainan game slot online situs DEPOXITO 77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah sedikit tips dalam bermain game slot online gacor 2023</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Memilih Situs terbaik dan terpercaya yang memiliki winrate tertinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Kendalikan Emosi dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Manajemen Risiko atau antisipasi dalam kekalahan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Latihan Demo Slot untuk memahami cara bermain</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Pahami dan pilih Daftar RTP Live dengan persentase kemenangan tertinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. tahu kapan waktunya untuk berhenti, tidak terbawa nafsu</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">JENIS PERMAINAN GAME JUDI ONLINE YANG DI MILIKI OLEH SITUS DEPOXITO 77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Situs DEPOXITO 77 memiliki daftar game perjudian online terlengkap didalam situs perjudian game online gacor, yang memiliki bermacam-macam varian game di dalamnya, yang memiliki kelebihan dalam permainannya masing-masing dan tentunya gampang menang</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah daftar-daftar game lengkap dalam situs perjudian slot online DEPOXITO 77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Game Perjudian Slot Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Game Perjudain Casino Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Game Perjudian Sportsbook Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Game Perjudian Arcade</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Game Perjudian Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Game Perjudian E-Sports</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Game Perjudian Togel 4D</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR PROVIDER TERBAIK BESERTA GAME GACOR YANG DIMILIKINYA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot gacor adalah sebuah perusahaan besar yang membuat dan mengembangkan permainan-permianan judi online yang saat ini kita mainkan, banyak sekali provider game yang memiliki permainan-permainan yang sangat menarik dan asik untuk dimainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah daftar provider-provider terbaik bersama dengan game-game tergacornya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Provider Game Slot Online Pragmatic Play</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>  -  Gates Of Olympus<br>  -  Sweet Bonanza<br>  -  Starlight Princess</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Provider Game Slot Habanero</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>  - Koi Gates<br> - 5 Lucky Lions<br> - Lucky Twins</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Provider Game Slot PG Soft</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> - Wild Bandito<br> - Lucky Neko<br> - Mahjong Ways</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Provider Microgaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> - Candy Rush Wild<br> - Spin Spin Sugar<br> - Bison Moon</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Joker Gaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> - Roma<br> - Lucky Streak<br> - Lighting God</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ – PERTANYAAN SEPUTAR SITUS PERJUDIAN DEPOXITO 77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apa itu judi slot online?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apa itu RTP live slot dan mengapa itu penting?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apa saja game slot online gacor saat ini?</h3>\n<!-- /wp:heading -->', 'DEPOXITO 77 SITUS PERJUDIAN SLOT ONLINE TERBAIK DAN TERPERCAYA 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-26 10:16:49', '2023-04-26 10:16:49', '', 2, 'http://localhost/depoxito77.com/?p=30561', 0, 'revision', '', 0),
(30566, 1, '2023-04-29 06:49:03', '2023-04-29 06:49:03', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">VIRALSLOT77 SITUS PENYEDIA GAME PERJUDIAN ONLINE RESMI DAN TERBAIK DI INDONESIA</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>VIRALSLOT77 merupakan situs penyedia game slot perjudian Online, yang memiliki sertifikasi resmi dalam dunia perjudian game slot online, situs yang selalu menjadi rekomendasi utama para player dalam permainan slot online ini, memberikan sensasi yang berbeda dalam dunia permainan game slot online dan dalam permainannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs VIRALSLOT77 memiliki banyak kelebihan yang selalu memberikan perlayanan terbaik dalam situs, kami selalu mendukung para bettor untuk mendapatkan kemenangan yang tinggi dalam situs perjudian slot online kami,oleh karna itu situs VIRALSLOT77 menyiapkan fitur-fitur menarik demi memberikan pelayanan dan fasilitas terbaik dalam dunia perjudian game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah fitur-fitur yang akan membantu player dan member dalam mencapai kemenangan dalam situs perjudian game slot online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. FITUR RTP LIVE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur mesin yang dapat memprediksi persentase kemenangan seorang bettor/player dalam sebuah permainan game slot online, jadi disini fitur ini akan sangat membantu player dalam memilih sebuah situs yang memiliki persentase kemenangan yang tinggi dalam permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. FITUR LIVE CHAT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Adalah sebuah fitur yang berguna dan berfungsi untuk berinteraksi secara realtime antara player dan costumer servis ketika memiliki pertanyaan atau menghadapi sebuah kendala dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. FITUR DEMO SLOT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur permainan demo game slot online yang sangat lengkap, disini player dapat memainakan permainan game slot online secara gratis tanpa perlu melakukan pertaruhan, jadi didalam fitur yang satu ini, player dapat belajar memainkan permainan game slot online yang mereka ingin mainkan sebelum bertaruh secara langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah fitur-fitur yang disiapkan oleh situs VIRALSLOT77 dalam membantu player dan member untuk mencapai kemenangan dalam permainan game slot online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">TENTANG SITUS VIRALSLOT77 GAME PERJUDIAN GAME SLOT ONLINE RESMI DAN TERLENGKAP 2023 INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>VIRALSLOT77 adalah agen penyedia game perjudian slot online yang memiliki banyak kelebihan dalam pelayan dan fitur yang disiapkannya,<br>situs VIRALSLOT77 adalah situs yang memiliki sertifikat resmi dalam dunia perjudian slot online yang tentunya memiliki keamanan yang sangat tinggi didlam situs jadi player dan member dapat bermain dengan tenang dan nyaman didalam situs kami yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dan situs VIRALSLOT77 juga memiliki game terlengkap dalam banyak jenis permainan perjudian online, yang tentunya memiliki permainan yang sangat menarik dan mudah menang yang selalu memberikan jackpot-jackpot yang tinggi dalam permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">JENIS PERMAINAN YANG DIMILIKI OLEH SITUS BABASLOT</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permainana game perjudian online tentunya tak hanya mempunyai game slot online dalam permianannya, situs VIRALSLOT77 juga memiliki banyak jenis-jenis permainan game perjudian yang sangat lengkap dari provider-provider ternama dan terbaik di permaian perjudian online yang tentunya sangat menarik untuk dimainkan dan mudah untuk dimenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah jenis-jenis permainan game slot online yang kami miliki didalam situs perjudian online situs VIRALSLOT77 :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.  Permainan Game Slot Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan Game Casino Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan Game Sportsbook&nbsp; ( Perjudian Bola)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permaiann Game Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan Arcade ( Tembak Ikan )</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan E-Sports</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan Togel 4D ( Judi Togel Online )</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah permainan-permainan game perjudian online yang tersedia disitus Perjudian Slot Online VIRALSLOT77 yang tentunya sangat menarik untuk dimainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">ALASAN MENGAPA GAME SOLT ONLINE SANGAT POPULER DAN DIFAVORITKAN</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game slot online merupakan game permainan slot online yang di sajikan secara online dengan tampilan dan efek yang sangat menarik dalam sebuah permainan, dalam situs VIRALSLOT77 permainan game slot online sangat di minati dan di favoritkan oleh player-player pemain game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan yang satu ini pun adalah sebuah permainan yang memiliki banyak variasi dalam permainan game slot online dari bermacam-macam provider didalam situs permainan game slot online VIRALSLOT77 yang tentunya memiliki game yang sangat menarik dan mudah menang dalam permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa alasan permainan game perjudian slot online sangat diminanti dan difavoritkan oleh para player dan bettor :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan yang mudah dimengerti dan dimainkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Akses yang sangat mudah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Nilai taruhan yang kecil dengan pembayan yang sangat tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Game yang memiliki banyak varian permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Banyak fitur jackpot dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. memiliki banyak permainan gacor (Gampang Menang)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa alasan mengapa player dan member sangat memfavoritkan game perjudian slot online dalam situs VIRALSLOT77 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR SITUS PROVIDER TERBAIK DITAHUN 2023 INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game perjudian online adalah sebuah perusahaan yang mengembangkan dan mengeluarkan sebuah game perjudian slot online yang memiliki banyak permainan dan diantara pastinya memiliki permainan-permainan gacor mdampang menang  yang selalu memberikan kemenangan dalam permainan perjudian game slot online dalam situs VIRALSLOT77 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa provider terbaik dalam permainan game slot online gacor yang pastinya selalu memberikan kemenangan mudah dalam permainan game perjudian slot online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provider Pragmatic play Indonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Provider Habanero Game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provider PG Soft Game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Provider CQ9 Game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Provider Spadegaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Provider Microgaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Provider Joker Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Provider Slot88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Provider Advantplay</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Provider Live22</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah provider terbaik dan terpercaya di dalam situs perjudian game slot online VIRALSLOT77 </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">BOCORAN PERMAINAN GAME SLOT ONLINE TERGACOR MUDAH MENANG HARI INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permaiann game slot online memang permainan yang sangat di favoritkan dan diminati oleh player dan member didalam permainan game perjudian slot online, yang pasti dan tentunya banyak memberikan permainan terbaik dan kemenangan yang sangat tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah permainan game yang selalu memberikan kemenangan dalam permainan perjudian slot online hari ini :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Slot online Gates Of Olympus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Slot Online Sweet Bonanza</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Slot Online Starlight Princes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Slot Online Koi Gate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Slot Online 5 Lucky Lions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Slot Online Lucky Twins Wild</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Slot Online Wild Bandito</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Slot Online Mahjong Ways</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Slot Online Lucky Neko</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Slot Online Mochimon</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan game slot online yang memberikan kemenangan terbaik dan tentunya dengan jackpot-jackpot tertingginya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ- SEPUTAR PERMAINAN GAME PERJUDIAN SLOT ONLINE SITUS VIRALSLOT77 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah bermain dalam situs VIRALSLOT77 aman ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah itu bettor ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Mengapa harus berpatokan pada RTP Live ?</h3>\n<!-- /wp:heading -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERGACOR GAMPANG MENANG DAN TERLENGKAP DI TAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-29 06:49:03', '2023-04-29 06:49:03', '', 2, 'http://localhost/viralslot77.com/?p=30566', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30569, 1, '2023-04-30 07:15:18', '2023-04-30 07:15:18', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">INFORMASI SITUS SLOTKAKEKZEUS</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nama Situs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :🔱 SLOTKAKEKZEUS</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Server Slot &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 🤖 Nexus Engine</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minimal Deposit                                                 : 💸 Rp20,000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Metode Deposit                                                  : 🏧 Transfer Bank, 💳 E-Money/Qris, 📱Pulsa, 🔥NexusPay</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Transaksi Nexuspay                                             : ⚡ 1 menit ⚡</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Provider Slot Tergacor                                         : Pragmatic Play, SLOT88, Habanero, Microgaming, Sbobet</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor Mudah Menang                                 : 🔱Gates of Olympus, 🤴Gates of Gatot Kaca, </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">SLOTKAKEK ZEUS &gt; &nbsp;DAFTAR SLOT KAKEKZEUS &gt; LOGIN SLOTKAKEKZEUS SLOT GACOR SITUS JUDI ONLINE PRAGMATIC PLAY GAMPANG MENANG HARI INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Masih mencari-cari situs game perjudian slot online gacor, pengen bermain dengan situs yang pasti menang? SLOTKAKEK ZEUS agen situs penyedia game permainan game slot online resmi terbaik dan terpopuler di Indonesia, situs yang selalu menjadi rekomendasi para bettor game slot online ini adalah situs yang menawarkan sensasi berbeda didalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs SLOTKAKEK ZEUS juga memiliki provider game terlengkap dan tentunya banyak memiliki permainan game slot online gacor didalamnya, yang pastinya akan sangat mudah memberikan kemenangan dalam permainan game slot online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah daftar-daftar provider game slot online terbaik dan Terpopuler yang dimiliki Oleh situs SLOTKAKEKZEUS :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Slot Gacor Pragmatic Play (HOT)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Slot Gacor Playtech</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Slot Gacor Joker123</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Slot Gacor PG SLOT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Slot Gacor CQ9</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Slot Gacor Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Slot Gacor MicroGaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Slot Gacor Play N Go</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Slot Gacor RTG Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Slot Gacor Flow Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Slot Gacor Spade Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Slot Gacor OneTouch</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Slot Gacor Slot88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Slot Gacor Live22</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Slot Gacor ION Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Slot Gacor JDB Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>17. Slot Gacor Gamatron</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>18. Slot Gacor Advant Play</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>19. Slot Gacor YGG Drasil</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>20. Slot Gacor Astrotech (NEW)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai memilih permainan, para bettor wajib mengetahui Kekurangan dan kelebihan dari provider-provider terbaik dalam situs perjudian game slot online, berikut ini adalah beberapa Provider yang memiliki Winrate tertinggi dan permaian gacor didalam situsnya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Gacor Pragmatic Play</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot Pragmatic Play adalah sebuah provider yang sekarang ini permainan nya sedang melejit didalam situs permainan game slot online, karna banyak nya permainan permainan game slot online gacor didalam provider yang satu ini,<br>berikut ini adalah nama-nama game terfavorit dari Pragmatic Play :<br>Gates Of Olympus, Sweet Bonanza, Starlight Princes, Aztec Gems dan masih banyak game-game lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Habanero</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Adalah sebuah provider dengan Banyak permainan yang memiliki RTP Live tertinggi dalam sebuah Permainan, dan tentunya tidak akan mengecewakan ketika anda memainkan game slot gacor &nbsp;yang satu ini, Provider ini adalah salah satu provider lama di dunia perjudian game slot online dengan mengunakan server luar (thailand, malaysia, kamboja, vietnam, dan hongkong), Permain sederhana dengan tampilan design dan Efek yang sangat menarik, banyak sekali menarik permainan game slot online ini menjadi sangat di populerkan oleh para bettor di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online PG Soft</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game PG Soft atau Play Game Soft ini adalah pelopor permainan game perjudian online yang memiliki banyak jackpot-jackpot yang cukup tinggi dalam sebuah permain, Provider yang ada sejak tahun 2015 ini terus berinovasi dan memberikan permainan-permainnan terbaik nya dalam permainan game slot Judi Online Gacor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Slot88</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Slot88 adalah sebuah permainan game slot online terbaik dan sensasi yang sangat tinggi dalam sebauh permainan game slot online, Perusahaan yang telah berdiri sejak 2007 yang satu ini, menjadi sebuah provider yang terpercaya dan terlengkap didalam dunia perjudian game, dengan nilai RTP tinggi di atas 90 % jelas provider ini banyak sekali diminati dan dimainkan oleh para bettor dalam permainan game slot judi online sebagai permainan game terfavorit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Joker Gaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Joker Gaming Provider yang satu ini sangat dikenal dengan game andalan nya yaitu Permainan tembak ikan,<br>anda juga harus mencoba beberapa situs permainan Slot Gacor online ini ,karena memberikan nilai RTP berkisar 98%. Selain jenis permainan slot juga tersedia live casino untuk memenuhi keinginan Anda meraih kemenangan dan jackpot terbesar dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Spadegaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ingin merasakan permainan dengan varian berbeda? Provider Spadegaming merupakan sebuah provider yang menyajikan permainan&nbsp; game slot dengan&nbsp; permainan dan varian berbeda didalam situs, game yang sudah berdiri dari tahun 2007 ini merupakan provider yang sudah lama ada namun tetap bertahan dalam persaingan, dan terus berinovasi dalam permainan game slot online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online ION Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ION Slot atau yang disebut dengan nama aslinya ION CLUB merupakan perusahaan game yang cukup terkenal di Kamboja, dengan pengalaman lebih dari 10 tahun dan memiliki Lisensi dari keraajaan kamboja, Provider yang satu ini banyak di mainkan dan diminati oleh para bettor di Indonesia,<br>adapun permainan popular yang berada di ionslot  adalah fafafa game yang mengangkat tema tentang sebuah dewa yang membawa kehokian.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Playtech</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Playtech adalah sebuah provider resmi yang memiliki banyak game menarik dan seru untuk dimainkan oleh para player dan member game slot online, banyak permianan yang menghasilkan jackpot tertinggi dalam sebuah permainan di Playtech ini yang tentunya akan sangat menguntungkan saat memainkannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online CQ9</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider slot online yang satu ini sangat di kenal dengan permainannya yang selalu memberikan Jackpot Progresif dalam sebuah permainan game slot online, &nbsp;Provider yang berasal dari server Taiwan yang satu ini sangat dikenal dengan permainan game tembak ikan dan Arcade nya yang tentu saja banyak memberikan pembayaran atas kemenangan yang sangat tinggi dalam sebuah permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Microgaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Microgaming adalah salah satu Provider senior dalam dunia game perjudian slot online, dengan banyak permainan lebih dari 300 permainan dengan 30 bahasa yang berbeda di dalam permainan, Game yang satu ini sangat terkenal dengan permainan nya yang sangat mudah dan selalu memberikan kemenangan yang tinggi dalam sebuah permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">SLOT GACOR SITUS RESMI TERBAIK DAN TERPOPULER&nbsp; DALAM SITUS PERJUDIAN SLOT ONLOINE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Perkembangan zaman saat ini membuat semua menjadi serba mudah dan instan begipula dengan permainan game slot online, kami membuat semuanya menjadi sangat Praktis dan mudah untuk dimainkan dan diakses, kini player dan Bettor dapat memainkan semua jenis provider permainan dengan cukup hanya mengunakan 1 akun saja untuk semua jenis permainan, dan para bettor pun dapat melakukan transaksi yang mudah dimanapun dan kapan pun saat ingin memainkannya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR SITUS LINK RESMI GACOR TERPOPULER GAMPANG MENANG HARI INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dalam situs perjudian game slot online terbaru dan terbaik tentunya harus banyak memiliki game permainan yang terbaik dan tergacor dan agen slot online tersebut hendaklah memiliki fasilitas terbaik dalam permainan maupun transaksi yang baik dalam situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Didalam agen situs hendaklah memiliki sistem transaksi yang terbaik dan terlengkap didalam dunia perjudian game slot online, seperti dalam situs kami kami memiliki sistem pembayaran terlengkap dan terpercaya didalam permainan game slot judi online, mulai dari transaski antar bank, E-wallet dan deposit mengunakan pulsa tanpa adaya potongan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah bocoran permainan-permainan game slot gacor terbaik dan terpoluler didalam situs perjudian game slot online terbaik dan tergacor gampang menang di tahun 2023 ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sweet Bonanza ( Pragmatic Play )</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah permainan game slot online yang berasal dari provider Pragmatic play, permainan yang memiliki karakter lucu dan unik yang satu ini selalu memberikan kemenangan yang sangat tinggi dalam sebuah permainan game slot Online, dengan permainan yang sangat mudah di mengerti dan dimainkan ditambah dengan selalu memberikan kemenangan yang cukup tinggi dalam permainan, tentu saja game yang satu ini sangat diminanti dan difavoritkan oleh para bettor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Koi Gate ( Habanero )</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game Koi Gate merupakan sebuah game permainan yang selalu menjadi permainan game andalan dalam provider game Habanero, peermainan yang satu ini pun sangat di kenal dengan design yang sangat menarik dan nyaman dimainkan, jadi wajar saja apabila provider game slot yang satu ini menjadi game terfavorit dalam provider game slot habanero.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Gates of Olympus ( Pragmatic Play )</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game yang satu ini adalah game andalan Prgamatic play yang selalu menajdi game paling popular dan tergacor yang memiliki winrate dan Rtp Tertinggi dalam game slot online gacor hari, Game Gates of Olympus memiliki Karakter permainan game Yaitu Zeus yang Dewa petir yang kini sering disebut kakek zeus oleh para bettor, game yang satu ini sangat sering memberikan kemenangan dan jackot yang sangat tinggi dalam sebuah permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Mahjong Ways ( PG Slots )</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan permainan yang diangkat dari permainan tradisional negri tirai bambu yang di edit dalam permainan game slot online dengan efek dan design yang sangat menarik dalam permainannya, permainan game yang satu ini juga memiliki pembayaran yang sangat tinggi dalam dunia perjudian game slot online, dan banyak sekali bettor yang memfavoritkan game yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Wild Fairies ( Joker123 )</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Wild Fairies permainan dari provider game JOKER123 paling diminati dan disukai oleh bettor di Indonesia, permainan yang sangat mudah memberikan jackpot tinggi dalam permainan nya, dengan tampilan 3 peri yang datang memberikan kemenangan jackpot yang tinggi, menjadikan nilai deposit anda bertambah berkali-kali lipat dalam waktu yang sangat cepat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Poseidon ( MicroGaming )</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permainan yang satu ini adalah salah satu permainan yang cukup menarik dalam permainan game slot judi online yang berasal dari Provider microgaming,yang memiliki cukup banyak permainan yang menarikdan terbaik didlaam permainan agme slot online, permainan game ayang satu ini juga mempunyai nilai taruhan yang sangat kecil dengan bayaran atas kemenagan yang sangat besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Joker Jewels ( Slot88 )</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permainan yang satu ini adalah salah satu permainan paling senior dalam Permaina game slot online, game yang berasal dari Provider slot88 ini adalah sebuah permainan yang cukup banyak diketahui dan dimainkan karna merupakan permainan yang sangat lama ada di dalam permainan game slot judi online, walaupun permainan game ini sudah sangat lama ada anmun permainan ini masih sangat di favoritkan oleh player dan member permainan game perjudian slot online gacor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Gate of GatotKaca ( Pragmatic Play )</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gate Of Gatot kaca adalah sebuah permainan baru dalam sebuah permainan game slot online, game yang satu ini adalah game yang baru-baru saja di keluarkan oleh provider pragmatic play, namun permainan yang satu ini walau pun terbilang sebuah permainan baru, game yang satu ini sangat banyak diminati oleh para player dan bettor dalam peramainan game perjudian online, dan mampu bersaing sejajar dengan para game seniornya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">REKOMENDASI PERMAINAN GAME SLOT ONLINE TERBAIK DAN TERGACOR BERDASARKAN RTP LIVE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provdier gacor berdasarkan RTP tertinggi sudah pasti memiliki banyak permainan game lsot online gacor didalamnya yang memberikan permainan-permainan denagn kemenangan dan jackpot tertinggi dalam sebuah permainan game slot online, dan tentunya para bettor tidak akan melewatkan kesempatan untuk memenangkan permainan dengan RTP tertinggi yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa provider yang masuk dalam rekomendasidengan RTP Live yang tinggi dalam sebauh permainan game perjudian slot online, yang apastinya akan sangat banyak memiliki game-game tergacor di dalam permainan nya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Slot88</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Slot88 adalah sebuah permainan game slot online terbaik dan sensasi yang sangat tinggi dalam sebauh permainan game slot online, Perusahaan yang telah berdiri sejak 2007 yang satu ini, menjadi sebuah provider yang terpercaya dan terlengkap didalam dunia perjudian game, dengan nilai RTP tinggi di atas 90 % jelas provider ini banyak sekali diminati dan dimainkan oleh para bettor dalam permainan game slot judi online sebagai permainan game terfavorit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Joker Gaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Joker Gaming Provider yang satu ini sangat terkenal dengan Permainan andalan nya yaitu Permainan tembak ikan. Anda juga perlu mencoba Slot Gacor online mereka karena memberikan nilai RTP Live berkisar 92%. Selain jenis permainan slot juga tersedia live casino untuk memenuhi keinginan Anda meraih kemenangan terbesar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online ION Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ION Slot atau yang disebut dengan nama aslinya ION CLUB merupakan perusahaan game yang cukup terkenal di Kamboja, dengan pengalaman lebih dari 10 tahun dan memiliki Lisensi dari keraajaan kamboja, Provider yang satu ini banyak di mainkan dan diminati oleh para bettor di Indonesia,<br>adapun permainan popular yang berada di ionslot &nbsp;adalah fafafa game yang mengangkat tema tentang sebuah dewa yang membawa kehokian. Game yang satu ini memiliki RTP live 92%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online CQ9</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider slot online yang satu ini sangat di kenal dengan permainannya yang selalu memberikan Jackpot Progresif dalam sebuah permainan game slot online, &nbsp;Provider yang berasal dari server Taiwan yang satu ini sangat dikenal dengan permainan game tembak ikan dan Arcade nya yang tentu saja banyak memberikan pembayaran atas kemenangan yang sangat tinggi dalam sebuah permainan, permainan yang satu ini memiliki RTP Live 98%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Online Microgaming</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Microgaming adalah salah satu Provider senior dalam dunia game perjudian slot online, dengan banyak permainan lebih dari 300 permainan dengan 30 bahasa yang berbeda di dalam permainan, Game yang satu ini sangat terkenal dengan permainan nya yang sangat mudah dan selalu memberikan kemenangan yang tinggi dalam sebuah permainan game slot online. Provider ini memiliki RTp Live 89%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">KUMPULAN INFO BOCORAN GAME GAMPANG MENANG HARI INI SITUSSLOT KAKEKZEUS</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Agar kamu sanggup meraih kemenangan saat main judi slot, maka kamu wajib sekali untuk mengetahui pola slot gacor malam ini yang nanti nya akan kami beritahu. Sebelum membaca info pola slot gacor rtp paling tinggi, kamu juga wajib untuk mengetahui kumpulan bocoran Slot Gacor gampang menang, seperti:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Gacor Wild West Gold</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game pertama yaitu game Wild West Gold merupakan game tertinggi dalam situs perjudian game slot online yang memiliki RTP Live Tertinggi dalam Permainan game slot online yaitu 98.54%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Gacor Sweet Bonanza</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tetap dari Provider Pragmatic Play dengan permainan yang memiliki Nilai RTP Live tertinggi di posisi 2 dengan nilai 98.24%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Gacor Great Rhino Megaways</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game yang bertemakan safari yang satu ini memiliki nilai RTP Live tertinggi di peringkat ke 3 dalam game slot online , denagan nilai RTP 98,02%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Gacor Joker\'s Jewels</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game yang berasala dari slot88 merupakan permainan game terlama di dalam permainan game slot online, dan game yang satu ini memiliki nilai RTP libe 98.56%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Gacor The Dead Escape</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The dead Escape adalah salah satu game slot 88 yuang memiliki nilai RTP live yang cukup tinggi dalam permainan game slot online, dengan nilai RTP 98.45%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Gacor Mahjong Ways</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game yang mengambil tema permainan tradisional cina ini memberikan kemenangan yang sangat tinggi dalam permainan, dan permainan game Mahjong Ways memiliki RTP Live 98.26%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Gacor Hot Hot Fruit</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Permainan berikut dengan RTP live tertinggi datang dari Provider game slot online Gacor Hot hot Fruit yang mempunayi nilai RTP Live 98.07%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Gacor Queen of Alexandria</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lalu terdapat online slot bernama Queen of Alexandria persembahan situs slot online Microgaming. Return to Player dari game judi slot tersebut memberikan keuntungan sebesar 95.75%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Slot Gacor Gates Of Olympus</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yang terakhir adalah game yang selalu di favoritkan dan terpopuler di tahun 2023 ini , tak lain dan tak bukan Gates Of Olympus, permainan yang selalu menjadi primadona dalam dunia perjudian game slot online yang satu ini merupakan pemiliki RTP Live tertinggi di hari ini yaitu dengan nilai RTP Live 99.06%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">BOCORAN PERMAINAN SLOT TERBAIK DAN TERGACOR</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kami akan memberikanbeberapa bocoran permainan game slot online yang pastinya akan memberikan kemenangan dan jackpot tertinggi dalam permainan game judi slot Online Pragmatic play dengan lengkap dan pastinya mudah menang Berikut ini adalah beberapap bocorannya :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">BOCORAN PRAGMATIC PLAY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Sweet Bonanza</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jam&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 22:25 malam - 00:45 pagi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 20-30-100 (💚💔💚) DC OFF</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RTP LIVE &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 98.80 %</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur Spin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Ya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Starlight Princess</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Waktu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 22:00 malam - 23:45 malam</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 10-50-80 (💚💔💚) DC On</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 97.60 %</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur Spin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Ya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Gates of Olympus</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Waktu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 16:30 siang - 19:45 sore</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 10-60-80 (💚💔💚) DC ON</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 99.51 %</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur Beli Spin&nbsp;&nbsp;&nbsp;&nbsp; : Ya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">BOCORAN HABANERO</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Return To The Future</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jam&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 23:00 malam - 03:00 pagi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 20-50-100 (💚💔💚) DC Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 92.64 %</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Ninetails</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Waktu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 22:00 malam - 23:00 malam</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 10-60-80 (❌✔️✔️) DC ON</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 98.24 %</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">BOCORAN PROVIDER SPADEGAMING</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mega7</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Waktu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 20:15 malam - 02:15 Pagi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 20-30-100 (💚💔💚) DC On</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 98.56 %</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volatilitas&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Sedang</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Three Lucky Stars</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Waktu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 21:15 malam - 23:55 malam</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pola&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 20-60-80 (❌✔️✔️) DC OFF</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 97.60 %</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volatilitas&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Rendah</p>\n<!-- /wp:paragraph -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERGACOR GAMPANG MENANG DAN TERLENGKAP DI TAHUN 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-30 07:15:18', '2023-04-30 07:15:18', '', 2, 'http://localhost/slotkakekzeus.com/?p=30569', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30572, 1, '2023-05-01 06:25:15', '2023-05-01 06:25:15', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">Mega303 Situs Judi Online Slot Tergacor &amp; Terbaik Indonesia</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mega303 adalah satu dari banyaknya situs judi online Tergacor dan Terpercaya di Indonesia yang akan membantu anda memberikan sebuah sensasi dalam bermain slot yang berbeda dengan kebanyakan situs lainnya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai Salah satu Slot tergacor Mega303  menyediakan banyak pilihan-pilihan Permainan Judi Online yang sangat lengkap yang bisa para player mainkan hanya dengan mengunakan 1 buah akun saja dalam semua permainan contohnya seperti Judi Togel Online, Slot Online,Casino online, dan juga Judi Bola Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>mungkin sekarang para player sedang mencari cari situs situs terpercaya yang akan para player pilih untuk tempat bermain para player dengan aman dan nyaman, </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mega303 dengan pasti mengajak para player untuk mencoba bergabung dan bermain ditempat kami,<br>kami pastikan para player akan mendapatkan banyak sekali keuntungan dan pelayanan dan kenyamanan saat bermain game online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mega303 telah banyak berpengalaman dalam bidang perjudian online dan pastinya kami akan mengerti apakah apakah saja yang sangat di butuhkan dan diinginan oleh para player<br>dan untuk kepuasan, <br>dan pelayanan terbaik kami pun telah menyediakan banyak fitur fitur untuk mendukung dan membantu para player dalam setiap kendala yang terjadi seperti  telah kami sediakan,<br>Cs 24jam Non Stop yang bias di akses dengan bermacam-macam plattfrom seperti Whatapps,Telegram,Line,dan kami menyediakan Call langsung kepada Cs Untuk lebih memudahkan para player<br><br>selain layanan 24jam Live Chat Kami pun Turut menyediakan banyak medote transaksi terbaik dan teraman yang akan membantu memudahkan para player untuk bertransaksi,<br>baik Deposit ataupun withdraw tidak semua situs turut menyediakan semua metode transaksi<br>di Mega303 kami menyediakan banyak sekali provider untuk transaksi<br><br>para player baik bank dan E wallet seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. BANK BCA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. BANK BNI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. BANK MANDIRI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. BANK BRI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. BANK CIMB<br>Adapun E walletnya Seperti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Gopay</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Ovo</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. LinkAJa<br><br>Selain Transakti Antar Bank Dan Ewallet kami pun turut menyediakan transaksi berupa PULSA agar lebih memudahkan .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Berikut ini beberapa banyak alasan mengapa game slot onine sangat di minati oleh para player dan Populer di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Permainan yang sangat Mudah dan gampang untuk di menerti dan dimainkan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>permainan judi slot online atau yang lainnya sangat mudah untuk dimainkan dan mudah untuk dipahami segala usia,namun dibalik mudahnya untuk dimengerti situs judi online tidak dapat digunakan bagi player yang berumur dibawah 18tahun karna sudah ada undang-undang yang mengatur tentang perjudian online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Akses yang mudah untuk dapat bermain dimanapun dan keadaan apapun</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>slot game online sangat mudah untuk di akses oleh para player ditambah ada dapat memainkan slot online itu dimanapun dan kapanpun itu waktunya,para player bisa memainkan game slot inline ini di manapun dan saat apapun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Kemenangan dibayar dengan besar</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>inilah yang dicari cari oleh para player yang menjadi alasan utama mereka memainkan permainan  slot online yaitu kemenangan dibayar dengan sangat besar namun dibalik itu semua kembali lagi pada keberuntungan ke perhitungan para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">9 Daftar Situs terbaik dan Terbesar di tahun ini</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Slot Pragmatic Play Indonesia </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>adalah salah satu game slot online yang terbaik dan jadi rekomendasi bagi para player dan mungkin menjadi salah satu yang terfavorit dalam permainan slot online<br>kafrna dengan gamenya yang cukup banyak sekali di kenal,Provider  game online ini pun banyak memberikan persentase kemenangan kepada pala playernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Slot Gacor CQ9 </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game slot online yang satu ini berasal dari Negara tirai bamboo alias negri cina ini banyak sekali menawarkan yang bertemakan tradisional  dan banyak memberikan tawaran tawaran kemenangan yang menggiurkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Slot Online PG Soft </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>salah satu game yang ikut bersaing dengan saingan terberat dari pragmatic namannya semakin melambung di awal 2023 ini dengan permainan nya yang sedikit berbeda dari judi slot online biasanya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Slot Online Habanero </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>siapa yang tidak mengenal provider game yang satu ini dengan game nya yang selalu update dan game game nya yang dibilang cukup menarik,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Slot Gacor Microgaming </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>provider game slot satu ini adalah satu provider yang berkerja sama dengan provider lainnya dan menghasilkan banyak game yang menarik perhatian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Slot Gacor Gamatron </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game online yang satu ini cukup menarik dengan  hampir semua game nya mempunyai nilai taruhan yang cukup kecil namun memberikan kemenangan yang tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. Slot Online Joker123 </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>nah ini dia sang pembawa game slot ke Indonesia induk pertama dari semua provider yang membawa game nya masuk keindonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. Slot Online Spadegaming  </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>satu provider ini adalah pemuka dan pelopor adanya system RTV atau yang di sebut dengan RETURN TO PLAYER yang pertama mengaktifkan system bocoran RTP</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">9. Slot Online Yggdrasil </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>salah satu pengembang game online di Indonesia dan banyak mendapatkan pilihan terbaik untuk permainan permainan casino dan table game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online RTG ini salah satu game menarik yang bertemakan REAL TIME GAMING</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Beberapa istilah kata dan fitur aplikasi Dalam permainan Judi Slot Online</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Gacor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>istilah ini beristilah kata GAMPANG BOCOR yangb berarti game ini sangat mudah memberikan kemenangan bagi playernya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2.RTP Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RTP berasal dari kata Return To Player yaitu sebuah kemampuan mesin untuk memprediksi persentase kemenangan teringgi namun semua itu kembali lagi ke player itu sendiri</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Jakpot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>jakpot adalah istilah kata yang berartikan kemenengan yang tinggi,yang artinya sang player berhasil mendapatkan kemenangan yang cukup tinggi dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Maxwin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>adalah istilah kata dari maksimal winner yang berarti kemenengan maksimal,yaitu yang player yang bermain mendapatkan kemenangan maksimal yang mapu iya dapatkan dalam taruhan yang iya mainkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Rungkat</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>rungkad adalah sebuah istilah yang dibuat oleh para player game judi online kata ini berartikan kekalahan yang terus menerus terjadi pada si player dikarna kan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Pola Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>pola slot adalah sebuah taktik yang dimainkan dalam permainnan judi slot online,namun biasanya taktik atau yang disebut pola slot hanya dapat di lakukan opleh orang yang sudah berpengalaman dalam judi slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. Buy Free Spin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>buy free spin adalah sebuah fitur dalam game atau permainan slot online yang dimana player membeli sebuah fitur buy free spin untuk mendapatkan tingkat kemenangan yang sangat tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Kami beri Tips dan Trik Menang Slot Online</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>jika para player sekalian ingin lebih mendapatkan banyak peluang dalam permainan slot ini<br>ada beberapa tips dan trik yang bisa para player lakukan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Mengunakan pola Slot yang player percayai</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>mengunakan pola slot yangpara player percai yaitu mengunakan trik pola dalam permainan slot online agar tidak melakukan permainan secara akan karna dengan pola slot kemungkinan kemenangan akan player dapatkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Melihat bocoran RTP </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>yang biasa situs share dihalaman muka,banyak sekali situs yang memberikan Bocoran RTP untuk para player nya<br>begitupun situs kami,kami memberikan Bocoran RTP agar para player mampu mendapatkan tingkat kemenangan yang tinggi<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Tidak bernafsu dan pintar pintar menahan diri</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>banyak player yang main dengan sembarangan dan sangat tergesa gesa mengejar kemenangan,namun pada dasarnya hal yang dilakukan dengan tergesa-gesa akan mebuahkan hasil yang kurang menarik</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Kumpulan Game slot Judi Gacor Yang Selalu memberikan JACKPOT</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Slot Gacor Gate Of Olympus</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu salah satu game yang paling popular dikalangan para pemain slot online ,game yang bertemakan kerajaan Olympus dan bermaskotkan Sang DEWA PETIR ZEUS ini selalu memberikan tingkat kemenangan yang tinggi untuk para playernya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Slot Gacor Mahjong Ways</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu game yang berasal dari Provider PG Soft ini merupakan salah satu game dengan tingakt pembayaran yang tinggi sehingga game ini banyak diminati oleh para player</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Slot Gacor Sweet Bonanza</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ini dia salah satu game yang berasal dari provider PRAGMATIC PLAY menjadi game yang yang popular dikalangan para player dengan bertema kan buah buahan dengan perkalian bertaruh yang lumayan tinggi game ini banyak diminati</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Slot Gacor Koi Gate</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game slot yang satu ini berasal dari provider game Habanero permainan yang bertemakan Kolam yang dipenuhi ikan ini banyak menarik minat para player dengan temanya yang menenangkan ketika dimainkan dan bayaran kemenangan yang tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Slot Gacor Power Of thor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>bermain dengan tampilan yang sangat unit,game ini mengharapkan palu sang thor yang menghancurkan symbol symbol dalam game<br>dan tingakat bayaran kemenangannya pun lumayan tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">6 game Judi Online terbaik dan terbesar di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"> 1. Judi Bola Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu dimana para player dapat mendukung tim bola kesayangan nya sambil bertaruh karna di permainan ini kita dapat mendukung tim kesangan sambil mendapatkan uang yang cukup tinggi,<br>banyak provider terkenal dalam judi bola seperti Sababet,Dafabet,Sbobet dll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Live Casino</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Judi Live casino Onlinme tetap memiliki banyak penggemar,karna sensasi berhadapan langsung dengan bandaran dan kemungkinan yang smapai 50;50 dan memberikan sensasi Keberuntungan dan<br>banyak live casino terkenal dengan berbagai macam provider game seperti casino online ION Casino, Asia Gaming,Sexy Casino dll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Poker Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game ini bertema kan Kita berjudi dimeja dengan mengunakan kartu untuk lawan para player lainnya ,game satu ini cukup banyak diminati oleh para player game online banyak sekali provider game poker online seperti IDN poker,Poker V , P2Play dan banyak lainya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Togel Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>untuk game yang satu ini mungkin sudah taka sing ditelinga ornag Indonesia karna togel ini sudah ada sejak lama di Indonesia,namun kini togel dapat diakses secara online jadi anda tidak perlu pergi kemanapun untuk memasang angka online ini cukup membuka situs dimana pun dan kapan pun kami pun bekerja sama dengan banyak penyedia game togel seperti Singapore,Sydney Hongkong dan banyak lagi yang lainya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Sabung ayam</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game tang bertema kan tradisional ini banyak di minati dan diikuti oleh para player yang menyenangi game bertemakan tradisional walaupun dulu nya sangat dikenal dengan Bandar daratnya namun kita ada bisa memainkan taruhan secara online dan menyaksikan langsung tanpa harus pergi ketempat</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Keuntungan bergabung dan bermain di situs judi online slot terbaik dan tergacor Mega303</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Banyak sekali keuntungan yang akan di dapat oleh para player sekalian<br>tentunya player dapat bermain dengan aman dan nyaman tak hanya itu kami memberikan banyak keuntungan untuk player kami seperti promo promo disetiap minggunya dana event event tertentu seperti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. NEW MEMBER 20%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. BONUS ROLLINGAN POKER 0,3%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. BONUS CASHBACK SPORTSBOOK 8%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. BONUS ROLLINGAN SLOT GAME 0.5%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.BONUS ROLLINGAN CASINO 0.5%<br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen Situs Online Mega303 akan selalu memberikan pelayan dan&nbsp; fasilitas- fasilitas terbaik kami kepada para member dan player kami agar para player kami dapat bermain dengan aman dan nyaman,dan kami akan terus ber inovasi dengan fasilitas dan pelayanan kami<br><br>Mega303 juga telah mendapatkan lisensi lisensi resmi dari para pengawas dan pengamat perjudian online dunia<br>agar kami tetap menjadi situs judi online terpercaya dan memiliki kemanan yang tinggi,dan kami berharap agar para player&nbsp; tetap memilih Mega303</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai situs judi online terpercaya dan menjadi sarana perjudian Online Terbaik</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ Seputar Game Perjudian game slot online terbaik dan resmi di indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apa itu slot Judi Gacor ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor adalah salah satu game slot yang selalu mudah memberikan Kemenangan kepada para playernya ,arti kata Dari Gacor Adalah “ GAMPANG BOCOR ‘’’yang berarti game tersebut mudah mainkan dan selalu memberikan rate kemenangan yang tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Game Slot Apa saja yang Gacor?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Gate Of Olympus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Mahjong Ways</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Sweet Bonanza</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Koi Gate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Power Of Thor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Jam Jam Gacor?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pragmatic Play&nbsp; : 02.30 wib – 05.22wib</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Habanero&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 04.00 wib – 08.00wib</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PG Soft &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 09.00 wib – 10.00wib</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Microgaming     : 16.45 wib – 19.30 wib<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah Mega303 adalah situs judi terpercaya?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>tentu saja ,kami berpengalaman lebih dari 10 bergelut di duni game perjudian jadi dalam kualitas,kuantitas dan pelayan kami adalah no.1 yang akan selalu memuaskan member kami<br><br><br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERBAIK DAN TERPERCAYA DISITUS PERJUDIAN GAME SLOT ONLINE 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-05-01 06:25:15', '2023-05-01 06:25:15', '', 2, 'http://localhost/mega303.co/?p=30572', 0, 'revision', '', 0),
(30574, 1, '2023-05-01 06:30:52', '2023-05-01 06:30:52', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">Mega303 Situs Judi Online Slot Tergacor &amp; Terbaik Indonesia</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mega303 adalah satu dari banyaknya situs judi online Tergacor dan Terpercaya di Indonesia yang akan membantu anda memberikan sebuah sensasi dalam bermain slot yang berbeda dengan kebanyakan situs lainnya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai Salah satu Slot tergacor Mega303  menyediakan banyak pilihan-pilihan Permainan Judi Online yang sangat lengkap yang bisa para player mainkan hanya dengan mengunakan 1 buah akun saja dalam semua permainan contohnya seperti Judi Togel Online, Slot Online,Casino online, dan juga Judi Bola Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>mungkin sekarang para player sedang mencari cari situs situs terpercaya yang akan para player pilih untuk tempat bermain para player dengan aman dan nyaman, </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mega303 dengan pasti mengajak para player untuk mencoba bergabung dan bermain ditempat kami,<br>kami pastikan para player akan mendapatkan banyak sekali keuntungan dan pelayanan dan kenyamanan saat bermain game online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mega303 telah banyak berpengalaman dalam bidang perjudian online dan pastinya kami akan mengerti apakah apakah saja yang sangat di butuhkan dan diinginan oleh para player<br>dan untuk kepuasan, <br>dan pelayanan terbaik kami pun telah menyediakan banyak fitur fitur untuk mendukung dan membantu para player dalam setiap kendala yang terjadi seperti  telah kami sediakan,<br>Cs 24jam Non Stop yang bias di akses dengan bermacam-macam plattfrom seperti Whatapps,Telegram,Line,dan kami menyediakan Call langsung kepada Cs Untuk lebih memudahkan para player<br><br>selain layanan 24jam Live Chat Kami pun Turut menyediakan banyak medote transaksi terbaik dan teraman yang akan membantu memudahkan para player untuk bertransaksi,<br>baik Deposit ataupun withdraw tidak semua situs turut menyediakan semua metode transaksi<br>di Mega303 kami menyediakan banyak sekali provider untuk transaksi<br><br>para player baik bank dan E wallet seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. BANK BCA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. BANK BNI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. BANK MANDIRI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. BANK BRI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. BANK CIMB<br>Adapun E walletnya Seperti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Gopay</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Ovo</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. LinkAJa<br><br>Selain Transakti Antar Bank Dan Ewallet kami pun turut menyediakan transaksi berupa PULSA agar lebih memudahkan .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Berikut ini beberapa banyak alasan mengapa game slot onine sangat di minati oleh para player dan Populer di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Permainan yang sangat Mudah dan gampang untuk di menerti dan dimainkan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>permainan judi slot online atau yang lainnya sangat mudah untuk dimainkan dan mudah untuk dipahami segala usia,namun dibalik mudahnya untuk dimengerti situs judi online tidak dapat digunakan bagi player yang berumur dibawah 18tahun karna sudah ada undang-undang yang mengatur tentang perjudian online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Akses yang mudah untuk dapat bermain dimanapun dan keadaan apapun</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>slot game online sangat mudah untuk di akses oleh para player ditambah ada dapat memainkan slot online itu dimanapun dan kapanpun itu waktunya,para player bisa memainkan game slot inline ini di manapun dan saat apapun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Kemenangan dibayar dengan besar</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>inilah yang dicari cari oleh para player yang menjadi alasan utama mereka memainkan permainan  slot online yaitu kemenangan dibayar dengan sangat besar namun dibalik itu semua kembali lagi pada keberuntungan ke perhitungan para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">9 Daftar Situs terbaik dan Terbesar di tahun ini</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Slot Pragmatic Play Indonesia </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>adalah salah satu game slot online yang terbaik dan jadi rekomendasi bagi para player dan mungkin menjadi salah satu yang terfavorit dalam permainan slot online<br>kafrna dengan gamenya yang cukup banyak sekali di kenal,Provider  game online ini pun banyak memberikan persentase kemenangan kepada pala playernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Slot Gacor CQ9 </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game slot online yang satu ini berasal dari Negara tirai bamboo alias negri cina ini banyak sekali menawarkan yang bertemakan tradisional  dan banyak memberikan tawaran tawaran kemenangan yang menggiurkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Slot Online PG Soft </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>salah satu game yang ikut bersaing dengan saingan terberat dari pragmatic namannya semakin melambung di awal 2023 ini dengan permainan nya yang sedikit berbeda dari judi slot online biasanya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Slot Online Habanero </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>siapa yang tidak mengenal provider game yang satu ini dengan game nya yang selalu update dan game game nya yang dibilang cukup menarik,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Slot Gacor Microgaming </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>provider game slot satu ini adalah satu provider yang berkerja sama dengan provider lainnya dan menghasilkan banyak game yang menarik perhatian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Slot Gacor Gamatron </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game online yang satu ini cukup menarik dengan  hampir semua game nya mempunyai nilai taruhan yang cukup kecil namun memberikan kemenangan yang tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. Slot Online Joker123 </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>nah ini dia sang pembawa game slot ke Indonesia induk pertama dari semua provider yang membawa game nya masuk keindonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. Slot Online Spadegaming  </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>satu provider ini adalah pemuka dan pelopor adanya system RTV atau yang di sebut dengan RETURN TO PLAYER yang pertama mengaktifkan system bocoran RTP</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">9. Slot Online Yggdrasil </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>salah satu pengembang game online di Indonesia dan banyak mendapatkan pilihan terbaik untuk permainan permainan casino dan table game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online RTG ini salah satu game menarik yang bertemakan REAL TIME GAMING</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Beberapa istilah kata dan fitur aplikasi Dalam permainan Judi Slot Online</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Gacor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>istilah ini beristilah kata GAMPANG BOCOR yangb berarti game ini sangat mudah memberikan kemenangan bagi playernya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2.RTP Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RTP berasal dari kata Return To Player yaitu sebuah kemampuan mesin untuk memprediksi persentase kemenangan teringgi namun semua itu kembali lagi ke player itu sendiri</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Jakpot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>jakpot adalah istilah kata yang berartikan kemenengan yang tinggi,yang artinya sang player berhasil mendapatkan kemenangan yang cukup tinggi dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Maxwin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>adalah istilah kata dari maksimal winner yang berarti kemenengan maksimal,yaitu yang player yang bermain mendapatkan kemenangan maksimal yang mapu iya dapatkan dalam taruhan yang iya mainkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Rungkat</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>rungkad adalah sebuah istilah yang dibuat oleh para player game judi online kata ini berartikan kekalahan yang terus menerus terjadi pada si player dikarna kan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Pola Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>pola slot adalah sebuah taktik yang dimainkan dalam permainnan judi slot online,namun biasanya taktik atau yang disebut pola slot hanya dapat di lakukan opleh orang yang sudah berpengalaman dalam judi slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. Buy Free Spin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>buy free spin adalah sebuah fitur dalam game atau permainan slot online yang dimana player membeli sebuah fitur buy free spin untuk mendapatkan tingkat kemenangan yang sangat tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Kami beri Tips dan Trik Menang Slot Online</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>jika para player sekalian ingin lebih mendapatkan banyak peluang dalam permainan slot ini<br>ada beberapa tips dan trik yang bisa para player lakukan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Mengunakan pola Slot yang player percayai</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>mengunakan pola slot yangpara player percai yaitu mengunakan trik pola dalam permainan slot online agar tidak melakukan permainan secara akan karna dengan pola slot kemungkinan kemenangan akan player dapatkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Melihat bocoran RTP </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>yang biasa situs share dihalaman muka,banyak sekali situs yang memberikan Bocoran RTP untuk para player nya<br>begitupun situs kami,kami memberikan Bocoran RTP agar para player mampu mendapatkan tingkat kemenangan yang tinggi<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Tidak bernafsu dan pintar pintar menahan diri</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>banyak player yang main dengan sembarangan dan sangat tergesa gesa mengejar kemenangan,namun pada dasarnya hal yang dilakukan dengan tergesa-gesa akan mebuahkan hasil yang kurang menarik</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Kumpulan Game slot Judi Gacor Yang Selalu memberikan JACKPOT</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Slot Gacor Gate Of Olympus</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu salah satu game yang paling popular dikalangan para pemain slot online ,game yang bertemakan kerajaan Olympus dan bermaskotkan Sang DEWA PETIR ZEUS ini selalu memberikan tingkat kemenangan yang tinggi untuk para playernya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Slot Gacor Mahjong Ways</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu game yang berasal dari Provider PG Soft ini merupakan salah satu game dengan tingakt pembayaran yang tinggi sehingga game ini banyak diminati oleh para player</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Slot Gacor Sweet Bonanza</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ini dia salah satu game yang berasal dari provider PRAGMATIC PLAY menjadi game yang yang popular dikalangan para player dengan bertema kan buah buahan dengan perkalian bertaruh yang lumayan tinggi game ini banyak diminati</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Slot Gacor Koi Gate</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game slot yang satu ini berasal dari provider game Habanero permainan yang bertemakan Kolam yang dipenuhi ikan ini banyak menarik minat para player dengan temanya yang menenangkan ketika dimainkan dan bayaran kemenangan yang tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Slot Gacor Power Of thor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>bermain dengan tampilan yang sangat unit,game ini mengharapkan palu sang thor yang menghancurkan symbol symbol dalam game<br>dan tingakat bayaran kemenangannya pun lumayan tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">6 game Judi Online terbaik dan terbesar di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"> 1. Judi Bola Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu dimana para player dapat mendukung tim bola kesayangan nya sambil bertaruh karna di permainan ini kita dapat mendukung tim kesangan sambil mendapatkan uang yang cukup tinggi,<br>banyak provider terkenal dalam judi bola seperti Sababet,Dafabet,Sbobet dll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Live Casino</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Judi Live casino Onlinme tetap memiliki banyak penggemar,karna sensasi berhadapan langsung dengan bandaran dan kemungkinan yang smapai 50;50 dan memberikan sensasi Keberuntungan dan<br>banyak live casino terkenal dengan berbagai macam provider game seperti casino online ION Casino, Asia Gaming,Sexy Casino dll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Poker Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game ini bertema kan Kita berjudi dimeja dengan mengunakan kartu untuk lawan para player lainnya ,game satu ini cukup banyak diminati oleh para player game online banyak sekali provider game poker online seperti IDN poker,Poker V , P2Play dan banyak lainya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Togel Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>untuk game yang satu ini mungkin sudah taka sing ditelinga ornag Indonesia karna togel ini sudah ada sejak lama di Indonesia,namun kini togel dapat diakses secara online jadi anda tidak perlu pergi kemanapun untuk memasang angka online ini cukup membuka situs dimana pun dan kapan pun kami pun bekerja sama dengan banyak penyedia game togel seperti Singapore,Sydney Hongkong dan banyak lagi yang lainya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Sabung ayam</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game tang bertema kan tradisional ini banyak di minati dan diikuti oleh para player yang menyenangi game bertemakan tradisional walaupun dulu nya sangat dikenal dengan Bandar daratnya namun kita ada bisa memainkan taruhan secara online dan menyaksikan langsung tanpa harus pergi ketempat</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Keuntungan bergabung dan bermain di situs judi online slot terbaik dan tergacor Mega303</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Banyak sekali keuntungan yang akan di dapat oleh para player sekalian<br>tentunya player dapat bermain dengan aman dan nyaman tak hanya itu kami memberikan banyak keuntungan untuk player kami seperti promo promo disetiap minggunya dana event event tertentu seperti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. NEW MEMBER 20%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. BONUS ROLLINGAN POKER 0,3%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. BONUS CASHBACK SPORTSBOOK 8%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. BONUS ROLLINGAN SLOT GAME 0.5%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.BONUS ROLLINGAN CASINO 0.5%<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen Situs Online Mega303 akan selalu memberikan pelayan dan&nbsp; fasilitas- fasilitas terbaik kami kepada para member dan player kami agar para player kami dapat bermain dengan aman dan nyaman,dan kami akan terus ber inovasi dengan fasilitas dan pelayanan kami<br><br>Mega303 juga telah mendapatkan lisensi lisensi resmi dari para pengawas dan pengamat perjudian online dunia<br>agar kami tetap menjadi situs judi online terpercaya dan memiliki kemanan yang tinggi,dan kami berharap agar para player&nbsp; tetap memilih Mega303</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai situs judi online terpercaya dan menjadi sarana perjudian Online Terbaik</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ Seputar Game Perjudian game slot online terbaik dan resmi di indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apa itu slot Judi Gacor ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor adalah salah satu game slot yang selalu mudah memberikan Kemenangan kepada para playernya ,arti kata Dari Gacor Adalah “ GAMPANG BOCOR ‘’’yang berarti game tersebut mudah mainkan dan selalu memberikan rate kemenangan yang tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Game Slot Apa saja yang Gacor?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Gate Of Olympus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Mahjong Ways</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Sweet Bonanza</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Koi Gate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Power Of Thor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Jam Jam Gacor?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pragmatic Play&nbsp; : 02.30 wib – 05.22wib</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Habanero&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 04.00 wib – 08.00wib</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PG Soft &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 09.00 wib – 10.00wib</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Microgaming     : 16.45 wib – 19.30 wib<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah Mega303 adalah situs judi terpercaya?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>tentu saja ,kami berpengalaman lebih dari 10 bergelut di duni game perjudian jadi dalam kualitas,kuantitas dan pelayan kami adalah no.1 yang akan selalu memuaskan member kami<br><br><br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERBAIK DAN TERPERCAYA DISITUS PERJUDIAN GAME SLOT ONLINE 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-05-01 06:30:52', '2023-05-01 06:30:52', '', 2, 'http://localhost/mega303.co/?p=30574', 0, 'revision', '', 0),
(30575, 1, '2023-05-01 06:31:13', '2023-05-01 06:31:13', '', '25-25-643a69c1c1062', '', 'inherit', 'open', 'closed', '', '25-25-643a69c1c1062', '', '', '2023-05-01 06:31:13', '2023-05-01 06:31:13', '', 2, 'http://localhost/mega303.co/wp-content/uploads/2023/05/25-25-643a69c1c1062.webp', 0, 'attachment', 'image/webp', 0);
INSERT INTO `wpoc_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
(30577, 1, '2023-05-01 06:31:41', '2023-05-01 06:31:41', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">Mega303 Situs Judi Online Slot Tergacor &amp; Terbaik Indonesia</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Mega303 adalah satu dari banyaknya situs judi online Tergacor dan Terpercaya di Indonesia yang akan membantu anda memberikan sebuah sensasi dalam bermain slot yang berbeda dengan kebanyakan situs lainnya,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai Salah satu Slot tergacor Mega303  menyediakan banyak pilihan-pilihan Permainan Judi Online yang sangat lengkap yang bisa para player mainkan hanya dengan mengunakan 1 buah akun saja dalam semua permainan contohnya seperti Judi Togel Online, Slot Online,Casino online, dan juga Judi Bola Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>mungkin sekarang para player sedang mencari cari situs situs terpercaya yang akan para player pilih untuk tempat bermain para player dengan aman dan nyaman, </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mega303 dengan pasti mengajak para player untuk mencoba bergabung dan bermain ditempat kami,<br>kami pastikan para player akan mendapatkan banyak sekali keuntungan dan pelayanan dan kenyamanan saat bermain game online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mega303 telah banyak berpengalaman dalam bidang perjudian online dan pastinya kami akan mengerti apakah apakah saja yang sangat di butuhkan dan diinginan oleh para player<br>dan untuk kepuasan, <br>dan pelayanan terbaik kami pun telah menyediakan banyak fitur fitur untuk mendukung dan membantu para player dalam setiap kendala yang terjadi seperti  telah kami sediakan,<br>Cs 24jam Non Stop yang bias di akses dengan bermacam-macam plattfrom seperti Whatapps,Telegram,Line,dan kami menyediakan Call langsung kepada Cs Untuk lebih memudahkan para player<br><br>selain layanan 24jam Live Chat Kami pun Turut menyediakan banyak medote transaksi terbaik dan teraman yang akan membantu memudahkan para player untuk bertransaksi,<br>baik Deposit ataupun withdraw tidak semua situs turut menyediakan semua metode transaksi<br>di Mega303 kami menyediakan banyak sekali provider untuk transaksi<br><br>para player baik bank dan E wallet seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. BANK BCA</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. BANK BNI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. BANK MANDIRI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. BANK BRI</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. BANK CIMB<br>Adapun E walletnya Seperti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Gopay</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Ovo</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. LinkAJa<br><br>Selain Transakti Antar Bank Dan Ewallet kami pun turut menyediakan transaksi berupa PULSA agar lebih memudahkan .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Berikut ini beberapa banyak alasan mengapa game slot onine sangat di minati oleh para player dan Populer di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Permainan yang sangat Mudah dan gampang untuk di menerti dan dimainkan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>permainan judi slot online atau yang lainnya sangat mudah untuk dimainkan dan mudah untuk dipahami segala usia,namun dibalik mudahnya untuk dimengerti situs judi online tidak dapat digunakan bagi player yang berumur dibawah 18tahun karna sudah ada undang-undang yang mengatur tentang perjudian online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Akses yang mudah untuk dapat bermain dimanapun dan keadaan apapun</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>slot game online sangat mudah untuk di akses oleh para player ditambah ada dapat memainkan slot online itu dimanapun dan kapanpun itu waktunya,para player bisa memainkan game slot inline ini di manapun dan saat apapun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Kemenangan dibayar dengan besar</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>inilah yang dicari cari oleh para player yang menjadi alasan utama mereka memainkan permainan  slot online yaitu kemenangan dibayar dengan sangat besar namun dibalik itu semua kembali lagi pada keberuntungan ke perhitungan para player.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">9 Daftar Situs terbaik dan Terbesar di tahun ini</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Slot Pragmatic Play Indonesia </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>adalah salah satu game slot online yang terbaik dan jadi rekomendasi bagi para player dan mungkin menjadi salah satu yang terfavorit dalam permainan slot online<br>kafrna dengan gamenya yang cukup banyak sekali di kenal,Provider  game online ini pun banyak memberikan persentase kemenangan kepada pala playernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Slot Gacor CQ9 </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game slot online yang satu ini berasal dari Negara tirai bamboo alias negri cina ini banyak sekali menawarkan yang bertemakan tradisional  dan banyak memberikan tawaran tawaran kemenangan yang menggiurkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Slot Online PG Soft </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>salah satu game yang ikut bersaing dengan saingan terberat dari pragmatic namannya semakin melambung di awal 2023 ini dengan permainan nya yang sedikit berbeda dari judi slot online biasanya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Slot Online Habanero </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>siapa yang tidak mengenal provider game yang satu ini dengan game nya yang selalu update dan game game nya yang dibilang cukup menarik,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Slot Gacor Microgaming </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>provider game slot satu ini adalah satu provider yang berkerja sama dengan provider lainnya dan menghasilkan banyak game yang menarik perhatian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Slot Gacor Gamatron </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game online yang satu ini cukup menarik dengan  hampir semua game nya mempunyai nilai taruhan yang cukup kecil namun memberikan kemenangan yang tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. Slot Online Joker123 </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>nah ini dia sang pembawa game slot ke Indonesia induk pertama dari semua provider yang membawa game nya masuk keindonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. Slot Online Spadegaming  </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>satu provider ini adalah pemuka dan pelopor adanya system RTV atau yang di sebut dengan RETURN TO PLAYER yang pertama mengaktifkan system bocoran RTP</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">9. Slot Online Yggdrasil </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>salah satu pengembang game online di Indonesia dan banyak mendapatkan pilihan terbaik untuk permainan permainan casino dan table game</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Slot Online RTG ini salah satu game menarik yang bertemakan REAL TIME GAMING</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Beberapa istilah kata dan fitur aplikasi Dalam permainan Judi Slot Online</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Gacor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>istilah ini beristilah kata GAMPANG BOCOR yangb berarti game ini sangat mudah memberikan kemenangan bagi playernya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2.RTP Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RTP berasal dari kata Return To Player yaitu sebuah kemampuan mesin untuk memprediksi persentase kemenangan teringgi namun semua itu kembali lagi ke player itu sendiri</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Jakpot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>jakpot adalah istilah kata yang berartikan kemenengan yang tinggi,yang artinya sang player berhasil mendapatkan kemenangan yang cukup tinggi dalam permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Maxwin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>adalah istilah kata dari maksimal winner yang berarti kemenengan maksimal,yaitu yang player yang bermain mendapatkan kemenangan maksimal yang mapu iya dapatkan dalam taruhan yang iya mainkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Rungkat</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>rungkad adalah sebuah istilah yang dibuat oleh para player game judi online kata ini berartikan kekalahan yang terus menerus terjadi pada si player dikarna kan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. Pola Slot</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>pola slot adalah sebuah taktik yang dimainkan dalam permainnan judi slot online,namun biasanya taktik atau yang disebut pola slot hanya dapat di lakukan opleh orang yang sudah berpengalaman dalam judi slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. Buy Free Spin</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>buy free spin adalah sebuah fitur dalam game atau permainan slot online yang dimana player membeli sebuah fitur buy free spin untuk mendapatkan tingkat kemenangan yang sangat tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Kami beri Tips dan Trik Menang Slot Online</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>jika para player sekalian ingin lebih mendapatkan banyak peluang dalam permainan slot ini<br>ada beberapa tips dan trik yang bisa para player lakukan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Mengunakan pola Slot yang player percayai</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>mengunakan pola slot yangpara player percai yaitu mengunakan trik pola dalam permainan slot online agar tidak melakukan permainan secara akan karna dengan pola slot kemungkinan kemenangan akan player dapatkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Melihat bocoran RTP </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>yang biasa situs share dihalaman muka,banyak sekali situs yang memberikan Bocoran RTP untuk para player nya<br>begitupun situs kami,kami memberikan Bocoran RTP agar para player mampu mendapatkan tingkat kemenangan yang tinggi<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Tidak bernafsu dan pintar pintar menahan diri</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>banyak player yang main dengan sembarangan dan sangat tergesa gesa mengejar kemenangan,namun pada dasarnya hal yang dilakukan dengan tergesa-gesa akan mebuahkan hasil yang kurang menarik</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Kumpulan Game slot Judi Gacor Yang Selalu memberikan JACKPOT</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. Slot Gacor Gate Of Olympus</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu salah satu game yang paling popular dikalangan para pemain slot online ,game yang bertemakan kerajaan Olympus dan bermaskotkan Sang DEWA PETIR ZEUS ini selalu memberikan tingkat kemenangan yang tinggi untuk para playernya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Slot Gacor Mahjong Ways</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu game yang berasal dari Provider PG Soft ini merupakan salah satu game dengan tingakt pembayaran yang tinggi sehingga game ini banyak diminati oleh para player</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Slot Gacor Sweet Bonanza</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ini dia salah satu game yang berasal dari provider PRAGMATIC PLAY menjadi game yang yang popular dikalangan para player dengan bertema kan buah buahan dengan perkalian bertaruh yang lumayan tinggi game ini banyak diminati</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Slot Gacor Koi Gate</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Game slot yang satu ini berasal dari provider game Habanero permainan yang bertemakan Kolam yang dipenuhi ikan ini banyak menarik minat para player dengan temanya yang menenangkan ketika dimainkan dan bayaran kemenangan yang tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Slot Gacor Power Of thor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>bermain dengan tampilan yang sangat unit,game ini mengharapkan palu sang thor yang menghancurkan symbol symbol dalam game<br>dan tingakat bayaran kemenangannya pun lumayan tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">6 game Judi Online terbaik dan terbesar di Indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"> 1. Judi Bola Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yaitu dimana para player dapat mendukung tim bola kesayangan nya sambil bertaruh karna di permainan ini kita dapat mendukung tim kesangan sambil mendapatkan uang yang cukup tinggi,<br>banyak provider terkenal dalam judi bola seperti Sababet,Dafabet,Sbobet dll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. Live Casino</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Judi Live casino Onlinme tetap memiliki banyak penggemar,karna sensasi berhadapan langsung dengan bandaran dan kemungkinan yang smapai 50;50 dan memberikan sensasi Keberuntungan dan<br>banyak live casino terkenal dengan berbagai macam provider game seperti casino online ION Casino, Asia Gaming,Sexy Casino dll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. Poker Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game ini bertema kan Kita berjudi dimeja dengan mengunakan kartu untuk lawan para player lainnya ,game satu ini cukup banyak diminati oleh para player game online banyak sekali provider game poker online seperti IDN poker,Poker V , P2Play dan banyak lainya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. Togel Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>untuk game yang satu ini mungkin sudah taka sing ditelinga ornag Indonesia karna togel ini sudah ada sejak lama di Indonesia,namun kini togel dapat diakses secara online jadi anda tidak perlu pergi kemanapun untuk memasang angka online ini cukup membuka situs dimana pun dan kapan pun kami pun bekerja sama dengan banyak penyedia game togel seperti Singapore,Sydney Hongkong dan banyak lagi yang lainya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. Sabung ayam</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>game tang bertema kan tradisional ini banyak di minati dan diikuti oleh para player yang menyenangi game bertemakan tradisional walaupun dulu nya sangat dikenal dengan Bandar daratnya namun kita ada bisa memainkan taruhan secara online dan menyaksikan langsung tanpa harus pergi ketempat</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Keuntungan bergabung dan bermain di situs judi online slot terbaik dan tergacor Mega303</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Banyak sekali keuntungan yang akan di dapat oleh para player sekalian<br>tentunya player dapat bermain dengan aman dan nyaman tak hanya itu kami memberikan banyak keuntungan untuk player kami seperti promo promo disetiap minggunya dana event event tertentu seperti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. NEW MEMBER 20%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. BONUS ROLLINGAN POKER 0,3%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. BONUS CASHBACK SPORTSBOOK 8%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. BONUS ROLLINGAN SLOT GAME 0.5%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.BONUS ROLLINGAN CASINO 0.5%<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen Situs Online Mega303 akan selalu memberikan pelayan dan&nbsp; fasilitas- fasilitas terbaik kami kepada para member dan player kami agar para player kami dapat bermain dengan aman dan nyaman,dan kami akan terus ber inovasi dengan fasilitas dan pelayanan kami<br><br>Mega303 juga telah mendapatkan lisensi lisensi resmi dari para pengawas dan pengamat perjudian online dunia<br>agar kami tetap menjadi situs judi online terpercaya dan memiliki kemanan yang tinggi,dan kami berharap agar para player&nbsp; tetap memilih Mega303</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai situs judi online terpercaya dan menjadi sarana perjudian Online Terbaik</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ Seputar Game Perjudian game slot online terbaik dan resmi di indonesia</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apa itu slot Judi Gacor ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Slot Gacor adalah salah satu game slot yang selalu mudah memberikan Kemenangan kepada para playernya ,arti kata Dari Gacor Adalah “ GAMPANG BOCOR ‘’’yang berarti game tersebut mudah mainkan dan selalu memberikan rate kemenangan yang tinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Game Slot Apa saja yang Gacor?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Gate Of Olympus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Mahjong Ways</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Sweet Bonanza</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Koi Gate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Power Of Thor</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Jam Jam Gacor?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pragmatic Play&nbsp; : 02.30 wib – 05.22wib</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Habanero&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 04.00 wib – 08.00wib</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>PG Soft &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 09.00 wib – 10.00wib</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Microgaming     : 16.45 wib – 19.30 wib<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah Mega303 adalah situs judi terpercaya?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>tentu saja ,kami berpengalaman lebih dari 10 bergelut di duni game perjudian jadi dalam kualitas,kuantitas dan pelayan kami adalah no.1 yang akan selalu memuaskan member kami<br><br><br><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERBAIK DAN TERPERCAYA DISITUS PERJUDIAN GAME SLOT ONLINE 2023', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-05-01 06:31:41', '2023-05-01 06:31:41', '', 2, 'http://localhost/mega303.co/?p=30577', 0, 'revision', '', 0),
(30579, 0, '2023-06-15 18:32:53', '2023-06-15 18:32:53', '[]', 'https://ayoslot.co/', '', 'publish', 'closed', 'closed', '', '77b53933015100df09589956b74936b0', '', '', '2023-06-15 18:32:53', '2023-06-15 18:32:53', '', 0, 'https://ayoslot.co/amp_validated_url/77b53933015100df09589956b74936b0/', 0, 'amp_validated_url', '', 0),
(30581, 1, '2023-05-13 08:38:13', '2023-05-13 08:38:13', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\"><a href=\"https://ayoslot.co/\">AYOSLOT </a>SITUS PERJUDIAN GAME SLOT GAMPANG MENANG RESMI TERBAIK DI INDONESIA TAHUN 2023</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://ayoslot.co/\">AYOSLOT </a>merupakan situs perjudian yang kini namanya menjulang tinggi dengan winrate dalam permainan yang tinggi dalam permainan game perjudian <a href=\"https://ayoslot.co/\">game online</a>, situs yang memberikan pelayan terbaik dan gampang menang satu ini adalah salah satu situs resmi dalam perjudian game <a href=\"https://ayoslot.co/\">slot online</a> tahun 2023 ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs AYOSLOT adalah situs yang memberikanpelayanan terbaik dalam situs yang tentunya akan sangat membantu player dan member dalam situs permainan game slot online yang pastinya akan sangat membantu player dan bettor selama di dalam situs <a href=\"https://ayoslot.co/\">Slot online gacor</a> kami yang satu ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>juga bekerja sama dengan provider-provider game perjudian<a href=\"https://ayoslot.co/\"> slot online terbaik</a> dan ternama yang kini game nya sangat di favoritkan oleh para player dan bettor dalam permainan game slot online gacor situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>yang tentunya banyak memiliki permainan-permainan terbaik dan terpopuler didunia perjudian online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kamipun mempersiapkan segala metode pembayaran terlengkap dalam situs perjudian slot online yang tentu dan pastinya akan sangat memudahkan para player dan bettor melakukan transaksi di dalam situs kami ini, mulai dari transfer antar bank lokal, Dompet digital (e-wallet) dan Deposit Pulsa tanpa adanya potongan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs kamipun memberikan beberapa fitur menarik yang tentunya akan sangat membantu para player dan bettor dalam meraih kemenangan didalam <a href=\"https://ayoslot.co/\">game slot online</a>, berikut ini adalah beberapa fitur yang kami siapkan didalam situs perjudian game slot online gacor :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FITUR-FITUR MENARIK GAMPANG MENANG SITUS <a href=\"https://ayoslot.co/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. FITUR RTP LIVE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur yang dapat memprediksi persentase kemenangan player dalam suatu permainan game perjudian game slot online gacor, jadi didalam fitur ini player dapat melihat game mana yang memiliki persentase kemenangan tertinggi dalam permainan <a href=\"https://heylink.me/AyoSLotNew/\">game slot online</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. FITUR DEMO <a href=\"https://heylink.me/AyoSLotNew/\">SLOT ONLINE</a></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur demo slot yang dapat dimainkan oleh player dan bettor dalam game slot online yang bisa player dan member mainkan secara gratis atau tanpa melakukan pertaruhan terlebih dahulu.<br>jadi player dan bettor dapat mempelajari permainan game slot sebelum bermain secara langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. FITUR LIVE CHAT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang berguna untuk player dan bettor dalam melakukan interaksi dengan costumer servis kami secara realtime ketika memiliki sebuah kendala dalam situs atau memiliki sebauh pertanyaan dalam permainan, fitur lice chat akan siap membantu selama 24jam nonstop jadi player dan bettor tak perlu khawatir ketika menghadapi kenadala karna ada kami yang akan siap membantu</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR GAME PERJUDIAN SLOT ONLINE TERBAIK DAN TERPOPULER DALAM SITUS PERJUDIAN <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>TERBAIK DAN TERGACOR HARI INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>merupakan agen situs perjudian game slot online terbaik dan terlengkap dalam situs perjudian game slot online, yang tentunya situs kami yang satu ini mempunyai banyak jenis permainan game terlengkap dan menarik yang tentunya sangat asik untuk dimainkan dalam situs perjudian game online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa jenis permainan <a href=\"https://beacons.ai/ayoslotnew\">game slot online</a> yang kami miliki dalam situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>terbaik dan tergacor mudah menang di tahun 2023 ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan <a href=\"https://heylink.me/AyoSLotNew/\">Slot Online Gacor</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan Casino Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan Sportsbooks Online / Judi Bola Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan Arcade Online / Tembak ikan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan E-Sports</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan Togel 4D / Judi Togel Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah beberapa jenis permainan game perjudian online yang situs kami sediakan, demi melengkapi semua permainan game perjudian online game yang player dan bettor inginkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR SITUS PROVIDER TERBAIK DAN TERGACOR DALAM PERMAINAN <a href=\"https://beacons.ai/ayoslotnew\">GAME SLOT ONLINE TERBAIK</a> DAN TERPERCAYA SITUS <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot merupakan sebuah perusahaan besar pengembang dan pembuat permainan-permainan game slot online yang kini kita mainkan, dan dengan banyak provider tentu daja memiliki beberapa provider terbesar terbaik dan paling popular di tahun 2023 ini yang pastinya  memiliki banyak permainan gacor mudah menang dalam situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>juga bekerja sama dengan provider-provider ternama dan terpopuler yang memiliki banyak permainan-permainan gacor dalam permainan nya, berikut ini adalah beberapa provider game slot yang memiliki permainan <a href=\"https://beacons.ai/ayoslotnew\">game tergacor</a> dan terbaik dalam situs perjudian game slot online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provider Games Terbaik Pragmatic Play Indonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Provider Games Terbaik Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provider Games Terbaik PG Soft</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Provider Games Terbaik Joker Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Provider Games Terbaik Microgaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Provider Games Terbaik SpadeGaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Provider Games Terbaik CQ9</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Provider Games Terbaik Advantplay</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Provider Games Terbaik AMBSlot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Provider Games Terbaik BIGPOT Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Provider Games Terbaik V Power</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Provider Games Terbaik DRAGOON Soft</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Provider Games Terbaik Slot88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Provider Games Terbaik ION Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Provider Games Terbaik Jili</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Provider Games Terbaik Live22</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">PERMAINAN GAME SLOT ONLINE TERBAIK DAN TERPOPULER DIDALAM SITUS <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gates Of Olympus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Koi Gate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Wild Bandito</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Sweet Bonanza Xmas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Lucky Twins Wild</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor mahjong Ways 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Starlight Princes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Permainan  <a href=\"https://beacons.ai/ayoslotnew\">Games Slot Online Terbaik</a>  Gacor 5 Lucky Lions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Lucky Neko</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Gatot Kacas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Aztec Gems</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Hong Long Meng</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Just Jewels</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ-SITUS PERMAINAN GAME PERJUDIAN SLOT ONLINE GAMPANG MENANG SITUS AYOSLOT TERBAIK DAN TERGACOR RESMI INDONESIA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah itu Slot Online ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah permainan game online, merupakan sebuah permainan yang berasal dari permain slot modern yang kini dikembangkan secara online dengan akses terbaik dalam situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Fitur apa saja yang dimiliki situs <a href=\"https://ayoslot.co/\">AYOSLOT </a>?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. FITUR RTP LIVE</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur yang dapat memprediksi persentase kemenangan player dalam suatu permainan game perjudian game slot online gacor, jadi didalam fitur ini player dapat melihat game mana yang memiliki persentase kemenangan tertinggi dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. FITUR DEMO <a href=\"https://heylink.me/AyoSLotNew/\">SLOT ONLINE</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur demo slot yang dapat dimainkan oleh player dan bettor dalam game slot online yang bisa player dan member mainkan secara gratis atau tanpa melakukan pertaruhan terlebih dahulu.<br>jadi player dan bettor dapat mempelajari permainan game slot sebelum bermain secara langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. FITUR LIVE CHAT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang berguna untuk player dan bettor dalam melakukan interaksi dengan costumer servis kami secara realtime ketika memiliki sebuah kendala dalam situs atau memiliki sebauh pertanyaan dalam permainan, fitur lice chat akan siap membantu selama 24jam nonstop jadi player dan bettor tak perlu khawatir ketika menghadapi kenadala karna ada kami yang akan siap membantu</p>\n<!-- /wp:paragraph -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERGACOR MUDAH MENANG RESMI INDONESIA', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-05-13 08:38:13', '2023-05-13 08:38:13', '', 2, 'https://ayoslot.co/?p=30581', 0, 'revision', '', 0),
(30582, 1, '2023-05-13 08:38:34', '2023-05-13 08:38:34', '', 'banner', '', 'inherit', 'open', 'closed', '', 'banner', '', '', '2023-05-13 08:38:34', '2023-05-13 08:38:34', '', 2, 'http://ayoslot.co/wp-content/uploads/2023/05/banner.webp', 0, 'attachment', 'image/webp', 0),
(30584, 1, '2023-05-13 08:39:22', '2023-05-13 08:39:22', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\"><a href=\"https://ayoslot.co/\">AYOSLOT </a>SITUS PERJUDIAN GAME SLOT GAMPANG MENANG RESMI TERBAIK DI INDONESIA TAHUN 2023</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://ayoslot.co/\">AYOSLOT </a>merupakan situs perjudian yang kini namanya menjulang tinggi dengan winrate dalam permainan yang tinggi dalam permainan game perjudian <a href=\"https://ayoslot.co/\">game online</a>, situs yang memberikan pelayan terbaik dan gampang menang satu ini adalah salah satu situs resmi dalam perjudian game <a href=\"https://ayoslot.co/\">slot online</a> tahun 2023 ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs AYOSLOT adalah situs yang memberikanpelayanan terbaik dalam situs yang tentunya akan sangat membantu player dan member dalam situs permainan game slot online yang pastinya akan sangat membantu player dan bettor selama di dalam situs <a href=\"https://ayoslot.co/\">Slot online gacor</a> kami yang satu ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>juga bekerja sama dengan provider-provider game perjudian<a href=\"https://ayoslot.co/\"> slot online terbaik</a> dan ternama yang kini game nya sangat di favoritkan oleh para player dan bettor dalam permainan game slot online gacor situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>yang tentunya banyak memiliki permainan-permainan terbaik dan terpopuler didunia perjudian online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kamipun mempersiapkan segala metode pembayaran terlengkap dalam situs perjudian slot online yang tentu dan pastinya akan sangat memudahkan para player dan bettor melakukan transaksi di dalam situs kami ini, mulai dari transfer antar bank lokal, Dompet digital (e-wallet) dan Deposit Pulsa tanpa adanya potongan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs kamipun memberikan beberapa fitur menarik yang tentunya akan sangat membantu para player dan bettor dalam meraih kemenangan didalam <a href=\"https://ayoslot.co/\">game slot online</a>, berikut ini adalah beberapa fitur yang kami siapkan didalam situs perjudian game slot online gacor :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":30582,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ayoslot.co/wp-content/uploads/2023/05/banner-1024x497.webp\" alt=\"\" class=\"wp-image-30582\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FITUR-FITUR MENARIK GAMPANG MENANG SITUS <a href=\"https://ayoslot.co/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. FITUR RTP LIVE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur yang dapat memprediksi persentase kemenangan player dalam suatu permainan game perjudian game slot online gacor, jadi didalam fitur ini player dapat melihat game mana yang memiliki persentase kemenangan tertinggi dalam permainan <a href=\"https://heylink.me/AyoSLotNew/\">game slot online</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. FITUR DEMO <a href=\"https://heylink.me/AyoSLotNew/\">SLOT ONLINE</a></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur demo slot yang dapat dimainkan oleh player dan bettor dalam game slot online yang bisa player dan member mainkan secara gratis atau tanpa melakukan pertaruhan terlebih dahulu.<br>jadi player dan bettor dapat mempelajari permainan game slot sebelum bermain secara langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. FITUR LIVE CHAT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang berguna untuk player dan bettor dalam melakukan interaksi dengan costumer servis kami secara realtime ketika memiliki sebuah kendala dalam situs atau memiliki sebauh pertanyaan dalam permainan, fitur lice chat akan siap membantu selama 24jam nonstop jadi player dan bettor tak perlu khawatir ketika menghadapi kenadala karna ada kami yang akan siap membantu</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR GAME PERJUDIAN SLOT ONLINE TERBAIK DAN TERPOPULER DALAM SITUS PERJUDIAN <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>TERBAIK DAN TERGACOR HARI INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>merupakan agen situs perjudian game slot online terbaik dan terlengkap dalam situs perjudian game slot online, yang tentunya situs kami yang satu ini mempunyai banyak jenis permainan game terlengkap dan menarik yang tentunya sangat asik untuk dimainkan dalam situs perjudian game online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa jenis permainan <a href=\"https://beacons.ai/ayoslotnew\">game slot online</a> yang kami miliki dalam situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>terbaik dan tergacor mudah menang di tahun 2023 ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan <a href=\"https://heylink.me/AyoSLotNew/\">Slot Online Gacor</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan Casino Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan Sportsbooks Online / Judi Bola Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan Arcade Online / Tembak ikan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan E-Sports</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan Togel 4D / Judi Togel Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah beberapa jenis permainan game perjudian online yang situs kami sediakan, demi melengkapi semua permainan game perjudian online game yang player dan bettor inginkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR SITUS PROVIDER TERBAIK DAN TERGACOR DALAM PERMAINAN <a href=\"https://beacons.ai/ayoslotnew\">GAME SLOT ONLINE TERBAIK</a> DAN TERPERCAYA SITUS <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot merupakan sebuah perusahaan besar pengembang dan pembuat permainan-permainan game slot online yang kini kita mainkan, dan dengan banyak provider tentu daja memiliki beberapa provider terbesar terbaik dan paling popular di tahun 2023 ini yang pastinya  memiliki banyak permainan gacor mudah menang dalam situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>juga bekerja sama dengan provider-provider ternama dan terpopuler yang memiliki banyak permainan-permainan gacor dalam permainan nya, berikut ini adalah beberapa provider game slot yang memiliki permainan <a href=\"https://beacons.ai/ayoslotnew\">game tergacor</a> dan terbaik dalam situs perjudian game slot online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provider Games Terbaik Pragmatic Play Indonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Provider Games Terbaik Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provider Games Terbaik PG Soft</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Provider Games Terbaik Joker Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Provider Games Terbaik Microgaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Provider Games Terbaik SpadeGaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Provider Games Terbaik CQ9</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Provider Games Terbaik Advantplay</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Provider Games Terbaik AMBSlot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Provider Games Terbaik BIGPOT Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Provider Games Terbaik V Power</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Provider Games Terbaik DRAGOON Soft</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Provider Games Terbaik Slot88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Provider Games Terbaik ION Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Provider Games Terbaik Jili</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Provider Games Terbaik Live22</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">PERMAINAN GAME SLOT ONLINE TERBAIK DAN TERPOPULER DIDALAM SITUS <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gates Of Olympus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Koi Gate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Wild Bandito</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Sweet Bonanza Xmas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Lucky Twins Wild</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor mahjong Ways 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Starlight Princes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Permainan  <a href=\"https://beacons.ai/ayoslotnew\">Games Slot Online Terbaik</a>  Gacor 5 Lucky Lions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Lucky Neko</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Gatot Kacas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Aztec Gems</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Hong Long Meng</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Just Jewels</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ-SITUS PERMAINAN GAME PERJUDIAN SLOT ONLINE GAMPANG MENANG SITUS AYOSLOT TERBAIK DAN TERGACOR RESMI INDONESIA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah itu Slot Online ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah permainan game online, merupakan sebuah permainan yang berasal dari permain slot modern yang kini dikembangkan secara online dengan akses terbaik dalam situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Fitur apa saja yang dimiliki situs <a href=\"https://ayoslot.co/\">AYOSLOT </a>?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. FITUR RTP LIVE</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur yang dapat memprediksi persentase kemenangan player dalam suatu permainan game perjudian game slot online gacor, jadi didalam fitur ini player dapat melihat game mana yang memiliki persentase kemenangan tertinggi dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. FITUR DEMO <a href=\"https://heylink.me/AyoSLotNew/\">SLOT ONLINE</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur demo slot yang dapat dimainkan oleh player dan bettor dalam game slot online yang bisa player dan member mainkan secara gratis atau tanpa melakukan pertaruhan terlebih dahulu.<br>jadi player dan bettor dapat mempelajari permainan game slot sebelum bermain secara langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. FITUR LIVE CHAT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang berguna untuk player dan bettor dalam melakukan interaksi dengan costumer servis kami secara realtime ketika memiliki sebuah kendala dalam situs atau memiliki sebauh pertanyaan dalam permainan, fitur lice chat akan siap membantu selama 24jam nonstop jadi player dan bettor tak perlu khawatir ketika menghadapi kenadala karna ada kami yang akan siap membantu</p>\n<!-- /wp:paragraph -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERGACOR MUDAH MENANG RESMI INDONESIA', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-05-13 08:39:22', '2023-05-13 08:39:22', '', 2, 'https://ayoslot.co/?p=30584', 0, 'revision', '', 0),
(30587, 0, '2023-06-16 06:10:44', '2023-06-16 06:10:44', '[]', 'https://ayoslot.co/gates-of-gatotkaca/', '', 'publish', 'closed', 'closed', '', '445f674b09bc49509a4bb43eb24b1b18', '', '', '2023-06-16 06:10:44', '2023-06-16 06:10:44', '', 0, 'https://ayoslot.co/amp_validated_url/445f674b09bc49509a4bb43eb24b1b18/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wpoc_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
(30594, 1, '2023-05-26 10:01:02', '2023-05-26 10:01:02', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://localhost/ipkingbet89.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2023-05-26 10:01:02', '2023-05-26 10:01:02', '', 3, 'https://ayoslot.co/?p=30594', 0, 'revision', '', 0),
(30596, 1, '2023-05-26 10:10:15', '2023-05-26 10:10:15', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\"><a href=\"https://ayoslot.co/\">AYOSLOT</a> SITUS PERJUDIAN GAME SLOT GAMPANG MENANG RESMI TERBAIK DI INDONESIA TAHUN 2023</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://ayoslot.co/\">AYOSLOT </a>merupakan situs perjudian yang kini namanya menjulang tinggi dengan winrate dalam permainan yang tinggi dalam permainan game perjudian <a href=\"https://ayoslot.co/\">game online</a>, situs yang memberikan pelayan terbaik dan gampang menang satu ini adalah salah satu situs resmi dalam perjudian game <a href=\"https://ayoslot.co/\">slot online</a> tahun 2023 ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs AYOSLOT adalah situs yang memberikanpelayanan terbaik dalam situs yang tentunya akan sangat membantu player dan member dalam situs permainan game slot online yang pastinya akan sangat membantu player dan bettor selama di dalam situs <a href=\"https://ayoslot.co/\">Slot online gacor</a> kami yang satu ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>juga bekerja sama dengan provider-provider game perjudian<a href=\"https://ayoslot.co/\"> slot online terbaik</a> dan ternama yang kini game nya sangat di favoritkan oleh para player dan bettor dalam permainan game slot online gacor situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>yang tentunya banyak memiliki permainan-permainan terbaik dan terpopuler didunia perjudian online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kamipun mempersiapkan segala metode pembayaran terlengkap dalam situs perjudian slot online yang tentu dan pastinya akan sangat memudahkan para player dan bettor melakukan transaksi di dalam situs kami ini, mulai dari transfer antar bank lokal, Dompet digital (e-wallet) dan Deposit Pulsa tanpa adanya potongan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs kamipun memberikan beberapa fitur menarik yang tentunya akan sangat membantu para player dan bettor dalam meraih kemenangan didalam <a href=\"https://ayoslot.co/\">game slot online</a>, berikut ini adalah beberapa fitur yang kami siapkan didalam situs perjudian game slot online gacor :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":30582,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ayoslot.co/wp-content/uploads/2023/05/banner-1024x497.webp\" alt=\"\" class=\"wp-image-30582\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FITUR-FITUR MENARIK GAMPANG MENANG SITUS <a href=\"https://ayoslot.co/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. FITUR RTP LIVE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur yang dapat memprediksi persentase kemenangan player dalam suatu permainan game perjudian game slot online gacor, jadi didalam fitur ini player dapat melihat game mana yang memiliki persentase kemenangan tertinggi dalam permainan <a href=\"https://heylink.me/AyoSLotNew/\">game slot online</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. FITUR DEMO <a href=\"https://heylink.me/AyoSLotNew/\">SLOT ONLINE</a></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur demo slot yang dapat dimainkan oleh player dan bettor dalam game slot online yang bisa player dan member mainkan secara gratis atau tanpa melakukan pertaruhan terlebih dahulu.<br>jadi player dan bettor dapat mempelajari permainan game slot sebelum bermain secara langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. FITUR LIVE CHAT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang berguna untuk player dan bettor dalam melakukan interaksi dengan costumer servis kami secara realtime ketika memiliki sebuah kendala dalam situs atau memiliki sebauh pertanyaan dalam permainan, fitur lice chat akan siap membantu selama 24jam nonstop jadi player dan bettor tak perlu khawatir ketika menghadapi kenadala karna ada kami yang akan siap membantu</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR GAME PERJUDIAN SLOT ONLINE TERBAIK DAN TERPOPULER DALAM SITUS PERJUDIAN <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>TERBAIK DAN TERGACOR HARI INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>merupakan agen situs perjudian game slot online terbaik dan terlengkap dalam situs perjudian game slot online, yang tentunya situs kami yang satu ini mempunyai banyak jenis permainan game terlengkap dan menarik yang tentunya sangat asik untuk dimainkan dalam situs perjudian game online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa jenis permainan <a href=\"https://beacons.ai/ayoslotnew\">game slot online</a> yang kami miliki dalam situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>terbaik dan tergacor mudah menang di tahun 2023 ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan <a href=\"https://heylink.me/AyoSLotNew/\">Slot Online Gacor</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan Casino Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan Sportsbooks Online / Judi Bola Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan Arcade Online / Tembak ikan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan E-Sports</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan Togel 4D / Judi Togel Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah beberapa jenis permainan game perjudian online yang situs kami sediakan, demi melengkapi semua permainan game perjudian online game yang player dan bettor inginkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR SITUS PROVIDER TERBAIK DAN TERGACOR DALAM PERMAINAN <a href=\"https://beacons.ai/ayoslotnew\">GAME SLOT ONLINE TERBAIK</a> DAN TERPERCAYA SITUS <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot merupakan sebuah perusahaan besar pengembang dan pembuat permainan-permainan game slot online yang kini kita mainkan, dan dengan banyak provider tentu daja memiliki beberapa provider terbesar terbaik dan paling popular di tahun 2023 ini yang pastinya&nbsp; memiliki banyak permainan gacor mudah menang dalam situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>juga bekerja sama dengan provider-provider ternama dan terpopuler yang memiliki banyak permainan-permainan gacor dalam permainan nya, berikut ini adalah beberapa provider game slot yang memiliki permainan <a href=\"https://beacons.ai/ayoslotnew\">game tergacor</a> dan terbaik dalam situs perjudian game slot online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provider Games Terbaik Pragmatic Play Indonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Provider Games Terbaik Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provider Games Terbaik PG Soft</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Provider Games Terbaik Joker Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Provider Games Terbaik Microgaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Provider Games Terbaik SpadeGaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Provider Games Terbaik CQ9</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Provider Games Terbaik Advantplay</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Provider Games Terbaik AMBSlot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Provider Games Terbaik BIGPOT Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Provider Games Terbaik V Power</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Provider Games Terbaik DRAGOON Soft</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Provider Games Terbaik Slot88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Provider Games Terbaik ION Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Provider Games Terbaik Jili</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Provider Games Terbaik Live22</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">PERMAINAN GAME SLOT ONLINE TERBAIK DAN TERPOPULER DIDALAM SITUS <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gates Of Olympus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Koi Gate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Wild Bandito</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Sweet Bonanza Xmas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Lucky Twins Wild</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor mahjong Ways 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Starlight Princes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Permainan&nbsp; <a href=\"https://beacons.ai/ayoslotnew\">Games Slot Online Terbaik</a> &nbsp;Gacor 5 Lucky Lions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Lucky Neko</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Gatot Kacas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Aztec Gems</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Hong Long Meng</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Just Jewels</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ-SITUS PERMAINAN GAME PERJUDIAN SLOT ONLINE GAMPANG MENANG SITUS AYOSLOT TERBAIK DAN TERGACOR RESMI INDONESIA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah itu Slot Online ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah permainan game online, merupakan sebuah permainan yang berasal dari permain slot modern yang kini dikembangkan secara online dengan akses terbaik dalam situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Fitur apa saja yang dimiliki situs <a href=\"https://ayoslot.co/\">AYOSLOT </a>?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. FITUR RTP LIVE</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur yang dapat memprediksi persentase kemenangan player dalam suatu permainan game perjudian game slot online gacor, jadi didalam fitur ini player dapat melihat game mana yang memiliki persentase kemenangan tertinggi dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. FITUR DEMO <a href=\"https://heylink.me/AyoSLotNew/\">SLOT ONLINE</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur demo slot yang dapat dimainkan oleh player dan bettor dalam game slot online yang bisa player dan member mainkan secara gratis atau tanpa melakukan pertaruhan terlebih dahulu.<br>jadi player dan bettor dapat mempelajari permainan game slot sebelum bermain secara langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. FITUR LIVE CHAT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang berguna untuk player dan bettor dalam melakukan interaksi dengan costumer servis kami secara realtime ketika memiliki sebuah kendala dalam situs atau memiliki sebauh pertanyaan dalam permainan, fitur lice chat akan siap membantu selama 24jam nonstop jadi player dan bettor tak perlu khawatir ketika menghadapi kenadala karna ada kami yang akan siap membantu</p>\n<!-- /wp:paragraph -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERGACOR MUDAH MENANG RESMI INDONESIA', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-05-26 10:10:15', '2023-05-26 10:10:15', '', 2, 'https://ayoslot.co/?p=30596', 0, 'revision', '', 0),
(30597, 1, '2023-05-26 10:10:46', '2023-05-26 10:10:46', '<!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\"><a href=\"https://ayoslot.co/\">AYOSLOT</a> SITUS PERJUDIAN GAME SLOT GAMPANG MENANG RESMI TERBAIK DI INDONESIA TAHUN 2023</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://ayoslot.co/\">AYOSLOT</a> merupakan situs perjudian yang kini namanya menjulang tinggi dengan winrate dalam permainan yang tinggi dalam permainan game perjudian <a href=\"https://ayoslot.co/\">game online</a>, situs yang memberikan pelayan terbaik dan gampang menang satu ini adalah salah satu situs resmi dalam perjudian game <a href=\"https://ayoslot.co/\">slot online</a> tahun 2023 ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs AYOSLOT adalah situs yang memberikanpelayanan terbaik dalam situs yang tentunya akan sangat membantu player dan member dalam situs permainan game slot online yang pastinya akan sangat membantu player dan bettor selama di dalam situs <a href=\"https://ayoslot.co/\">Slot online gacor</a> kami yang satu ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a> juga bekerja sama dengan provider-provider game perjudian <a href=\"https://ayoslot.co/\">slot online terbaik</a> dan ternama yang kini game nya sangat di favoritkan oleh para player dan bettor dalam permainan game slot online gacor situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a> yang tentunya banyak memiliki permainan-permainan terbaik dan terpopuler didunia perjudian online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kamipun mempersiapkan segala metode pembayaran terlengkap dalam situs perjudian slot online yang tentu dan pastinya akan sangat memudahkan para player dan bettor melakukan transaksi di dalam situs kami ini, mulai dari transfer antar bank lokal, Dompet digital (e-wallet) dan Deposit Pulsa tanpa adanya potongan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs kamipun memberikan beberapa fitur menarik yang tentunya akan sangat membantu para player dan bettor dalam meraih kemenangan didalam <a href=\"https://ayoslot.co/\">game slot online</a>, berikut ini adalah beberapa fitur yang kami siapkan didalam situs perjudian game slot online gacor :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":30582,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ayoslot.co/wp-content/uploads/2023/05/banner-1024x497.webp\" alt=\"\" class=\"wp-image-30582\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FITUR-FITUR MENARIK GAMPANG MENANG SITUS <a href=\"https://ayoslot.co/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. FITUR RTP LIVE</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur yang dapat memprediksi persentase kemenangan player dalam suatu permainan game perjudian game slot online gacor, jadi didalam fitur ini player dapat melihat game mana yang memiliki persentase kemenangan tertinggi dalam permainan <a href=\"https://heylink.me/AyoSLotNew/\">game slot online</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. FITUR DEMO <a href=\"https://heylink.me/AyoSLotNew/\">SLOT ONLINE</a></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur demo slot yang dapat dimainkan oleh player dan bettor dalam game slot online yang bisa player dan member mainkan secara gratis atau tanpa melakukan pertaruhan terlebih dahulu.<br>jadi player dan bettor dapat mempelajari permainan game slot sebelum bermain secara langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. FITUR LIVE CHAT</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang berguna untuk player dan bettor dalam melakukan interaksi dengan costumer servis kami secara realtime ketika memiliki sebuah kendala dalam situs atau memiliki sebauh pertanyaan dalam permainan, fitur lice chat akan siap membantu selama 24jam nonstop jadi player dan bettor tak perlu khawatir ketika menghadapi kenadala karna ada kami yang akan siap membantu</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR GAME PERJUDIAN SLOT ONLINE TERBAIK DAN TERPOPULER DALAM SITUS PERJUDIAN <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>TERBAIK DAN TERGACOR HARI INI</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>merupakan agen situs perjudian game slot online terbaik dan terlengkap dalam situs perjudian game slot online, yang tentunya situs kami yang satu ini mempunyai banyak jenis permainan game terlengkap dan menarik yang tentunya sangat asik untuk dimainkan dalam situs perjudian game online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini adalah beberapa jenis permainan <a href=\"https://beacons.ai/ayoslotnew\">game slot online</a> yang kami miliki dalam situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>terbaik dan tergacor mudah menang di tahun 2023 ini</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan <a href=\"https://heylink.me/AyoSLotNew/\">Slot Online Gacor</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan Casino Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan Sportsbooks Online / Judi Bola Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan Poker Live</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan Arcade Online / Tembak ikan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan E-Sports</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan Togel 4D / Judi Togel Online</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut itu adalah beberapa jenis permainan game perjudian online yang situs kami sediakan, demi melengkapi semua permainan game perjudian online game yang player dan bettor inginkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">DAFTAR SITUS PROVIDER TERBAIK DAN TERGACOR DALAM PERMAINAN <a href=\"https://beacons.ai/ayoslotnew\">GAME SLOT ONLINE TERBAIK</a> DAN TERPERCAYA SITUS <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Provider game slot merupakan sebuah perusahaan besar pengembang dan pembuat permainan-permainan game slot online yang kini kita mainkan, dan dengan banyak provider tentu daja memiliki beberapa provider terbesar terbaik dan paling popular di tahun 2023 ini yang pastinya&nbsp; memiliki banyak permainan gacor mudah menang dalam situs <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT </a>juga bekerja sama dengan provider-provider ternama dan terpopuler yang memiliki banyak permainan-permainan gacor dalam permainan nya, berikut ini adalah beberapa provider game slot yang memiliki permainan <a href=\"https://beacons.ai/ayoslotnew\">game tergacor</a> dan terbaik dalam situs perjudian game slot online :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provider Games Terbaik Pragmatic Play Indonesia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Provider Games Terbaik Habanero</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provider Games Terbaik PG Soft</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Provider Games Terbaik Joker Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Provider Games Terbaik Microgaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Provider Games Terbaik SpadeGaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Provider Games Terbaik CQ9</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Provider Games Terbaik Advantplay</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Provider Games Terbaik AMBSlot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Provider Games Terbaik BIGPOT Gaming</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Provider Games Terbaik V Power</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Provider Games Terbaik DRAGOON Soft</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Provider Games Terbaik Slot88</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>14. Provider Games Terbaik ION Slot</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>15. Provider Games Terbaik Jili</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>16. Provider Games Terbaik Live22</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">PERMAINAN GAME SLOT ONLINE TERBAIK DAN TERPOPULER DIDALAM SITUS <a href=\"https://heylink.me/AyoSLotNew/\">AYOSLOT</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gates Of Olympus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Koi Gate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Wild Bandito</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Sweet Bonanza Xmas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Lucky Twins Wild</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor mahjong Ways 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Starlight Princes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Permainan&nbsp; <a href=\"https://beacons.ai/ayoslotnew\">Games Slot Online Terbaik</a> &nbsp;Gacor 5 Lucky Lions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Lucky Neko</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Gatot Kacas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Aztec Gems</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Hong Long Meng</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>13. Permainan&nbsp; Games Slot Online Terbaik &nbsp;Gacor Just Jewels</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FAQ-SITUS PERMAINAN GAME PERJUDIAN SLOT ONLINE GAMPANG MENANG SITUS AYOSLOT TERBAIK DAN TERGACOR RESMI INDONESIA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Apakah itu Slot Online ?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sebuah permainan game online, merupakan sebuah permainan yang berasal dari permain slot modern yang kini dikembangkan secara online dengan akses terbaik dalam situs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Fitur apa saja yang dimiliki situs <a href=\"https://ayoslot.co/\">AYOSLOT </a>?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1. FITUR RTP LIVE</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Merupakan fitur yang dapat memprediksi persentase kemenangan player dalam suatu permainan game perjudian game slot online gacor, jadi didalam fitur ini player dapat melihat game mana yang memiliki persentase kemenangan tertinggi dalam permainan game slot online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. FITUR DEMO <a href=\"https://heylink.me/AyoSLotNew/\">SLOT ONLINE</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebuah fitur demo slot yang dapat dimainkan oleh player dan bettor dalam game slot online yang bisa player dan member mainkan secara gratis atau tanpa melakukan pertaruhan terlebih dahulu.<br>jadi player dan bettor dapat mempelajari permainan game slot sebelum bermain secara langsung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. FITUR LIVE CHAT</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Merupakan sebuah fitur yang berguna untuk player dan bettor dalam melakukan interaksi dengan costumer servis kami secara realtime ketika memiliki sebuah kendala dalam situs atau memiliki sebauh pertanyaan dalam permainan, fitur lice chat akan siap membantu selama 24jam nonstop jadi player dan bettor tak perlu khawatir ketika menghadapi kenadala karna ada kami yang akan siap membantu</p>\n<!-- /wp:paragraph -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERGACOR MUDAH MENANG RESMI INDONESIA', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-05-26 10:10:46', '2023-05-26 10:10:46', '', 2, 'https://ayoslot.co/?p=30597', 0, 'revision', '', 0),
(30599, 0, '2023-06-13 15:26:27', '2023-06-13 15:26:27', '[]', 'https://ayoslot.co/?s=example', '', 'publish', 'closed', 'closed', '', '45635cbb50cc3d1b1e18064405c93c55', '', '', '2023-06-13 15:26:27', '2023-06-13 15:26:27', '', 0, 'https://ayoslot.co/amp_validated_url/45635cbb50cc3d1b1e18064405c93c55/', 0, 'amp_validated_url', '', 0),
(30600, 1, '2023-06-16 17:21:13', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-06-16 17:21:13', '0000-00-00 00:00:00', '', 0, 'http://localhost/bonus288.com/?p=30600', 0, 'post', '', 0),
(30601, 1, '2023-06-16 18:21:39', '2023-06-16 18:21:39', '[]', 'https://localhost/bonus288.com/', '', 'publish', 'closed', 'closed', '', 'dae86e397fb0c8c80548892a2241d464', '', '', '2023-06-16 18:21:39', '2023-06-16 18:21:39', '', 0, 'http://localhost/bonus288.com/amp_validated_url/dae86e397fb0c8c80548892a2241d464/', 0, 'amp_validated_url', '', 0),
(30605, 1, '2023-06-16 17:43:22', '2023-06-16 17:43:22', '{\n    \"old_sidebars_widgets_data\": {\n        \"value\": {\n            \"wp_inactive_widgets\": [\n                \"block-5\",\n                \"block-6\"\n            ],\n            \"primary-widget-area\": [\n                \"block-2\",\n                \"block-3\",\n                \"block-4\"\n            ]\n        },\n        \"type\": \"global_variable\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-16 17:43:22\"\n    },\n    \"kjnlnllnl::nav_menu_locations[contact-menu]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-16 17:43:22\"\n    },\n    \"kjnlnllnl::nav_menu_locations[login-menu]\": {\n        \"value\": 4,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-16 17:43:22\"\n    },\n    \"kjnlnllnl::nav_menu_locations[games-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-16 17:43:22\"\n    },\n    \"kjnlnllnl::nav_menu_locations[provider-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-16 17:43:22\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '74ee5c1c-77f3-40b9-aabe-9b9ac5268cc4', '', '', '2023-06-16 17:43:22', '2023-06-16 17:43:22', '', 0, 'http://localhost/bonus288.com/74ee5c1c-77f3-40b9-aabe-9b9ac5268cc4/', 0, 'customize_changeset', '', 0),
(30607, 1, '2023-06-16 17:52:03', '2023-06-16 17:52:03', '{\n    \"nav_menu_item[13]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 13,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Login\",\n            \"url\": \"https://magic88slot.org\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-in\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-16 17:52:03\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '01377dff-2507-4942-9963-3071b3356f12', '', '', '2023-06-16 17:52:03', '2023-06-16 17:52:03', '', 0, 'http://localhost/bonus288.com/01377dff-2507-4942-9963-3071b3356f12/', 0, 'customize_changeset', '', 0),
(30608, 1, '2023-06-16 17:52:24', '2023-06-16 17:52:24', '{\n    \"nav_menu_item[12]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 12,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Daftar\",\n            \"url\": \"https://magic88slot.org\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-up\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-16 17:52:24\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '323b8da9-de70-4147-aea9-ffa8a11f5123', '', '', '2023-06-16 17:52:24', '2023-06-16 17:52:24', '', 0, 'http://localhost/bonus288.com/323b8da9-de70-4147-aea9-ffa8a11f5123/', 0, 'customize_changeset', '', 0),
(30609, 1, '2023-06-16 17:58:03', '2023-06-16 17:58:03', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"http://localhost/bonus288.com/\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":30611,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png\" alt=\"Favicon\" class=\"wp-image-30611\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slots.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena Sultan222 adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, Sultan222 juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini&nbsp;menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di Sultan222&nbsp;memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, Sultan222 juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di Sultan222 dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, Sultan222 menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, <strong>Sultan222</strong>&nbsp;juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, Sultan222 memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh <strong>Sultan222</strong>&nbsp;dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Sultan222 menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Sultan222 sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Sultan222 menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Layanan Pelanggan: Sultan222 mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di Sultan222 melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan Sultan222 kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain Sultan222 dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Sultan222</strong>&nbsp;adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini &nbsp;pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain Sultan222 dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', '', 'trash', 'closed', 'closed', '', 'sultan222-pemimpin-baru-dalam-dunia-slot-online-dan-taruhan-judi-online__trashed', '', '', '2023-06-19 10:15:16', '2023-06-19 10:15:16', '', 0, 'http://localhost/bonus288.com/?page_id=30609', 0, 'page', '', 0),
(30610, 1, '2023-06-16 17:54:13', '2023-06-16 17:54:13', '[{\"term_slug\":\"010ae5995d49ecb8d85a6eb6658d3a3b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n\\t( function() {\\n\\t\\tvar query = document.location.search;\\n\\n\\t\\tif ( query && query.indexOf( __SINGLE_QUOTED_STRING__ ) !== __INT__ ) {\\n\\t\\t\\twindow.name = __SINGLE_QUOTED_STRING__;\\n\\t\\t}\\n\\n\\t\\tif ( window.addEventListener ) {\\n\\t\\t\\twindow.addEventListener( __SINGLE_QUOTED_STRING__, function() { window.name = __SINGLE_QUOTED_STRING__; }, false );\\n\\t\\t}\\n\\t}());\\n\\t\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.php\",\"line\":7408,\"function\":\"wp_post_preview_js\",\"hook\":\"wp_head\",\"priority\":1}]}}]', 'https://localhost/bonus288.com/?page_id=30609', '', 'publish', 'closed', 'closed', '', '69eabed259ff8aa186205c51377d7041', '', '', '2023-06-16 17:54:13', '2023-06-16 17:54:13', '', 0, 'http://localhost/bonus288.com/amp_validated_url/69eabed259ff8aa186205c51377d7041/', 0, 'amp_validated_url', '', 0),
(30611, 1, '2023-06-16 17:56:57', '2023-06-16 17:56:57', '', 'Magic88-Favicon', '', 'inherit', 'open', 'closed', '', 'magic88-favicon', '', '', '2023-06-16 17:56:57', '2023-06-16 17:56:57', '', 30609, 'http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpoc_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
(30612, 1, '2023-06-16 17:58:03', '2023-06-16 17:58:03', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"https://sultan222slots.com\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":30611,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png\" alt=\"Favicon\" class=\"wp-image-30611\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slots.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena Sultan222 adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, Sultan222 juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini&nbsp;menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di Sultan222&nbsp;memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, Sultan222 juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di Sultan222 dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, Sultan222 menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, <strong>Sultan222</strong>&nbsp;juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, Sultan222 memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh <strong>Sultan222</strong>&nbsp;dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Sultan222 menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Sultan222 sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Sultan222 menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Layanan Pelanggan: Sultan222 mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di Sultan222 melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan Sultan222 kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain Sultan222 dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Sultan222</strong>&nbsp;adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini &nbsp;pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain Sultan222 dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', '', 'inherit', 'closed', 'closed', '', '30609-revision-v1', '', '', '2023-06-16 17:58:03', '2023-06-16 17:58:03', '', 30609, 'http://localhost/bonus288.com/?p=30612', 0, 'revision', '', 0),
(30613, 1, '2023-06-16 18:17:22', '2023-06-16 18:17:22', '[]', 'https://localhost/bonus288.com/sultan222-pemimpin-baru-dalam-dunia-slot-online-dan-taruhan-judi-online/', '', 'publish', 'closed', 'closed', '', 'e80da73703736922e42155b0880687aa', '', '', '2023-06-16 18:17:22', '2023-06-16 18:17:22', '', 0, 'http://localhost/bonus288.com/amp_validated_url/e80da73703736922e42155b0880687aa/', 0, 'amp_validated_url', '', 0),
(30615, 1, '2023-06-16 18:03:00', '2023-06-16 18:03:00', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"http://localhost/bonus288.com/\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":30611,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png\" alt=\"Favicon\" class=\"wp-image-30611\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slots.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena Sultan222 adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, Sultan222 juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini&nbsp;menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di Sultan222&nbsp;memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, Sultan222 juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di Sultan222 dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, Sultan222 menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, <strong>Sultan222</strong>&nbsp;juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, Sultan222 memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh <strong>Sultan222</strong>&nbsp;dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Sultan222 menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Sultan222 sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Sultan222 menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Layanan Pelanggan: Sultan222 mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di Sultan222 melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan Sultan222 kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain Sultan222 dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Sultan222</strong>&nbsp;adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini &nbsp;pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain Sultan222 dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', '', 'inherit', 'closed', 'closed', '', '30609-revision-v1', '', '', '2023-06-16 18:03:00', '2023-06-16 18:03:00', '', 30609, 'http://localhost/bonus288.com/?p=30615', 0, 'revision', '', 0),
(30616, 1, '2023-06-16 18:15:45', '2023-06-16 18:15:45', '[{\"term_slug\":\"010ae5995d49ecb8d85a6eb6658d3a3b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n\\t( function() {\\n\\t\\tvar query = document.location.search;\\n\\n\\t\\tif ( query && query.indexOf( __SINGLE_QUOTED_STRING__ ) !== __INT__ ) {\\n\\t\\t\\twindow.name = __SINGLE_QUOTED_STRING__;\\n\\t\\t}\\n\\n\\t\\tif ( window.addEventListener ) {\\n\\t\\t\\twindow.addEventListener( __SINGLE_QUOTED_STRING__, function() { window.name = __SINGLE_QUOTED_STRING__; }, false );\\n\\t\\t}\\n\\t}());\\n\\t\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.php\",\"line\":7408,\"function\":\"wp_post_preview_js\",\"hook\":\"wp_head\",\"priority\":1}]}}]', 'https://localhost/bonus288.com/?page_id=2', '', 'publish', 'closed', 'closed', '', '740e454a580c4d3869483a79e432b1a3', '', '', '2023-06-16 18:15:45', '2023-06-16 18:15:45', '', 0, 'http://localhost/bonus288.com/amp_validated_url/740e454a580c4d3869483a79e432b1a3/', 0, 'amp_validated_url', '', 0),
(30617, 1, '2023-06-16 18:19:14', '2023-06-16 18:19:14', '[]', 'https://localhost/bonus288.com/ayoslot-slot-online-terbaik-2023/', '', 'publish', 'closed', 'closed', '', '97d6336ed015cd29edd40a28d6d0a241', '', '', '2023-06-16 18:19:14', '2023-06-16 18:19:14', '', 0, 'http://localhost/bonus288.com/amp_validated_url/97d6336ed015cd29edd40a28d6d0a241/', 0, 'amp_validated_url', '', 0),
(30618, 1, '2023-06-16 18:18:50', '2023-06-16 18:18:50', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"http://localhost/bonus288.com/\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":30611,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png\" alt=\"Favicon\" class=\"wp-image-30611\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slots.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena Sultan222 adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, Sultan222 juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini&nbsp;menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di Sultan222&nbsp;memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, Sultan222 juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di Sultan222 dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, Sultan222 menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, <strong>Sultan222</strong>&nbsp;juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, Sultan222 memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh <strong>Sultan222</strong>&nbsp;dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Sultan222 menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Sultan222 sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Sultan222 menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Layanan Pelanggan: Sultan222 mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di Sultan222 melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan Sultan222 kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain Sultan222 dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Sultan222</strong>&nbsp;adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini &nbsp;pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain Sultan222 dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'SITUS PERJUDIAN GAME SLOT ONLINE TERGACOR MUDAH MENANG RESMI INDONESIA', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-16 18:18:50', '2023-06-16 18:18:50', '', 2, 'http://localhost/bonus288.com/?p=30618', 0, 'revision', '', 0),
(30619, 1, '2023-06-16 18:20:29', '2023-06-16 18:20:29', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"http://localhost/bonus288.com/\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":30611,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png\" alt=\"Favicon\" class=\"wp-image-30611\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slots.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena Sultan222 adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, Sultan222 juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini&nbsp;menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di Sultan222&nbsp;memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, Sultan222 juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di Sultan222 dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, Sultan222 menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, <strong>Sultan222</strong>&nbsp;juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, Sultan222 memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh <strong>Sultan222</strong>&nbsp;dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Sultan222 menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Sultan222 sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Sultan222 menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Layanan Pelanggan: Sultan222 mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di Sultan222 melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan Sultan222 kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain Sultan222 dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Sultan222</strong>&nbsp;adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini &nbsp;pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain Sultan222 dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-16 18:20:29', '2023-06-16 18:20:29', '', 2, 'http://localhost/bonus288.com/?p=30619', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30620, 1, '2023-06-16 18:21:37', '2023-06-16 18:21:37', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"http://localhost/bonus288.com/\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":30611,\"width\":200,\"height\":200,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png\" alt=\"Favicon\" class=\"wp-image-30611\" width=\"200\" height=\"200\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slots.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena Sultan222 adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, Sultan222 juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini&nbsp;menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di Sultan222&nbsp;memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, Sultan222 juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di Sultan222 dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, Sultan222 menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, <strong>Sultan222</strong>&nbsp;juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, Sultan222 memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh <strong>Sultan222</strong>&nbsp;dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Sultan222 menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Sultan222 sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Sultan222 menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Layanan Pelanggan: Sultan222 mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di Sultan222 melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan Sultan222 kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain Sultan222 dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Sultan222</strong>&nbsp;adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini &nbsp;pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain Sultan222 dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-16 18:21:37', '2023-06-16 18:21:37', '', 2, 'http://localhost/bonus288.com/?p=30620', 0, 'revision', '', 0),
(30621, 0, '2023-06-19 13:26:40', '2023-06-19 13:26:40', '[]', 'https://sultan222slot.com/', '', 'publish', 'closed', 'closed', '', 'f7968fc6b20d14b213d5e85e0760a33e', '', '', '2023-06-19 13:26:40', '2023-06-19 13:26:40', '', 0, 'https://sultan222slot.com/amp_validated_url/f7968fc6b20d14b213d5e85e0760a33e/', 0, 'amp_validated_url', '', 0),
(30622, 1, '2023-06-19 10:27:57', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2023-06-19 10:27:57', '0000-00-00 00:00:00', '', 0, 'https://sultan222slot.com/?page_id=30622', 0, 'page', '', 0),
(30623, 1, '2023-06-19 10:36:15', '2023-06-19 10:36:15', '', 'Magic88-Favicon', '', 'inherit', 'open', 'closed', '', 'magic88-favicon-2', '', '', '2023-06-19 10:36:15', '2023-06-19 10:36:15', '', 0, 'http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon-1.png', 0, 'attachment', 'image/png', 0),
(30624, 1, '2023-06-19 11:09:42', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2023-06-19 11:09:42', '0000-00-00 00:00:00', '', 0, 'https://sultan222slot.com/?page_id=30624', 0, 'page', '', 0),
(30625, 1, '2023-06-19 11:10:26', '2023-06-19 11:10:26', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"http://localhost/bonus288.com/\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon-1.png\" alt=\"Favicon\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slots.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena Sultan222 adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, Sultan222 juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini&nbsp;menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di Sultan222&nbsp;memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, Sultan222 juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di Sultan222 dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, Sultan222 menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, <strong>Sultan222</strong>&nbsp;juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, Sultan222 memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh <strong>Sultan222</strong>&nbsp;dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Sultan222 menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Sultan222 sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Sultan222 menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Layanan Pelanggan: Sultan222 mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di Sultan222 melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan Sultan222 kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain Sultan222 dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Sultan222</strong>&nbsp;adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini &nbsp;pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain Sultan222 dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-19 11:10:26', '2023-06-19 11:10:26', '', 2, 'https://sultan222slot.com/?p=30625', 0, 'revision', '', 0),
(30626, 1, '2023-06-19 11:10:48', '2023-06-19 11:10:48', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"https://sultan222slot.com\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon-1.png\" alt=\"Favicon\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slot.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena Sultan222 adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, Sultan222 juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini&nbsp;menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di Sultan222&nbsp;memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, Sultan222 juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di Sultan222 dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, Sultan222 menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Sultan222 juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, <strong>Sultan222</strong>&nbsp;juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, Sultan222 memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh <strong>Sultan222</strong>&nbsp;dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Sultan222 menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Sultan222 sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Sultan222 menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Layanan Pelanggan: Sultan222 mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di Sultan222 melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan Sultan222 kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain Sultan222 dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Sultan222</strong>&nbsp;adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini &nbsp;pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain Sultan222 dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-19 11:10:48', '2023-06-19 11:10:48', '', 2, 'https://sultan222slot.com/?p=30626', 0, 'revision', '', 0),
(30627, 0, '2023-06-19 14:26:57', '2023-06-19 14:26:57', '[]', 'https://sultan222slot.com/gates-of-gatotkaca/', '', 'publish', 'closed', 'closed', '', '10881c1f51734751c46caf00ae61e62e', '', '', '2023-06-19 14:26:57', '2023-06-19 14:26:57', '', 0, 'https://sultan222slot.com/amp_validated_url/10881c1f51734751c46caf00ae61e62e/', 0, 'amp_validated_url', '', 0),
(30628, 0, '2023-06-19 17:28:22', '2023-06-19 17:28:22', '[]', 'https://sultan222slot.com/2023/', '', 'publish', 'closed', 'closed', '', 'db61128d9b7c8d7f6158d4e627626cb1', '', '', '2023-06-19 17:28:22', '2023-06-19 17:28:22', '', 0, 'https://sultan222slot.com/amp_validated_url/db61128d9b7c8d7f6158d4e627626cb1/', 0, 'amp_validated_url', '', 0),
(30629, 0, '2023-06-19 20:19:01', '2023-06-19 20:19:01', '[]', 'https://sultan222slot.com/?s=example', '', 'publish', 'closed', 'closed', '', '850b39876418fdd91e35378205b20c0e', '', '', '2023-06-19 20:19:01', '2023-06-19 20:19:01', '', 0, 'https://sultan222slot.com/amp_validated_url/850b39876418fdd91e35378205b20c0e/', 0, 'amp_validated_url', '', 0),
(30630, 0, '2023-06-19 15:25:42', '2023-06-19 15:25:42', '[]', 'https://sultan222slot.com/category/demo-slot-pragmatic-play/', '', 'publish', 'closed', 'closed', '', '322e1276c54780929c17106253465ff1', '', '', '2023-06-19 15:25:42', '2023-06-19 15:25:42', '', 0, 'https://sultan222slot.com/amp_validated_url/322e1276c54780929c17106253465ff1/', 0, 'amp_validated_url', '', 0),
(30631, 0, '2023-06-19 16:25:51', '2023-06-19 16:25:51', '[]', 'https://sultan222slot.com/author/sultan222/', '', 'publish', 'closed', 'closed', '', 'f2ed210d07f5096d7e737119bedacb33', '', '', '2023-06-19 16:25:51', '2023-06-19 16:25:51', '', 0, 'https://sultan222slot.com/amp_validated_url/f2ed210d07f5096d7e737119bedacb33/', 0, 'amp_validated_url', '', 0),
(30632, 1, '2023-06-19 11:18:06', '2023-06-19 11:18:06', '{\n    \"nav_menu_item[13]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 13,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Login\",\n            \"url\": \"https://bit.ly/3LiJadD\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-in\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-19 11:18:06\"\n    },\n    \"nav_menu_item[12]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 12,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Daftar\",\n            \"url\": \"https://bit.ly/3LiJadD\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-up\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-19 11:18:06\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1beb4c17-471a-4527-bad2-ff9ef2542e78', '', '', '2023-06-19 11:18:06', '2023-06-19 11:18:06', '', 0, 'https://sultan222slot.com/1beb4c17-471a-4527-bad2-ff9ef2542e78/', 0, 'customize_changeset', '', 0),
(30633, 1, '2023-06-19 11:19:47', '2023-06-19 11:19:47', '{\n    \"nav_menu_item[8]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 8,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"<i class=\\\"ico-menu whatsapp\\\"></i>Whatsapp\",\n            \"url\": \"https://wa.me/6285965911449\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-19 11:19:09\"\n    },\n    \"nav_menu_item[9]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 9,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"<i class=\\\"ico-menu telegram\\\"></i>Telegram\",\n            \"url\": \"https://t.me/+oNJP-F3bn9M2N2Jl\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-19 11:19:47\"\n    },\n    \"nav_menu_item[10]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 10,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"<i class=\\\"ico-menu livechat\\\"></i>Livechat\",\n            \"url\": \"https://direct.lc.chat/14938185/\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-19 11:19:47\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3c5a8aca-33a0-473b-af8d-37717c6556f4', '', '', '2023-06-19 11:19:47', '2023-06-19 11:19:47', '', 0, 'https://sultan222slot.com/?p=30633', 0, 'customize_changeset', '', 0);
INSERT INTO `wpoc_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
(30639, 1, '2023-06-19 12:33:00', '2023-06-19 12:33:00', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"https://sultan222slot.com\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon-1.png\" alt=\"Favicon\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slot.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena situs ini adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, web judi online ini  juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di situs judi online memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Web ini  adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, situs yang satu ini juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di situs judi online  dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, web ini  menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, web kami  juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Situs judi online yang satu ini  juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, situs judi online ini juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, web ini  memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh Bandar judi online dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Web ini menjaga menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Situs ini  sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Situs judi online ini menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Layanan Pelanggan: Situs judi online ini  mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Web ini menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di situs judi online ini  melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan web ini  kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain slot online dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Web ini  adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini  pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain situs judi ini  dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-19 12:33:00', '2023-06-19 12:33:00', '', 2, 'https://sultan222slot.com/?p=30639', 0, 'revision', '', 0),
(30640, 1, '2023-06-19 12:34:16', '2023-06-19 12:34:16', '<!-- wp:paragraph -->\n<p>Kemajuan teknologi telah membawa industri perjudian ke era baru. Dalam beberapa tahun terakhir, pemain dari seluruh dunia telah beralih dari kasino darat ke platform judi online. Salah satu situs terkemuka yang menawarkan pengalaman bermain terbaik dalam permainan slot online dan taruhan judi online adalah <strong><a href=\"https://sultan222slot.com\">Sultan222</a></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon-1.png\" alt=\"Favicon\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sultan222 Slot: Pilihan Terbaik untuk Pecinta Game Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bagi para penggemar permainan slot, agen slot ini &nbsp;menawarkan berbagai pilihan permainan yang menarik dan berkualitas.Situs ini memiliki ratusan permainan slot dari penyedia perangkat lunak, seperti NetEnt, Microgaming, dan Playtech.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beberapa game slot populer yang dapat ditemukan di <strong><a href=\"https://sultan222slot.com\">Sultan222 Slot</a></strong> antara lain:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Starburst</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Gonzo\'s Quest</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Mega Moolah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- Divine Fortune</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, situs ini&nbsp;terus mengupdate koleksi permainannya dengan merilis slot baru setiap bulannya. Sebagai pemain, Anda akan dimanjakan dengan berbagai pilihan permainan yang selalu segar dan menarik.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Permainan Sultan222: Situs Judi Online Terbaik untuk Slot Online</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda mencari situs judi online terbaik untuk memainkan game slot online, maka Anda tidak perlu mencari lebih jauh lagi karena situs ini adalah jawabannya. Situs ini menawarkan berbagai game slot online yang menarik dan menyenangkan untuk dimainkan. Selain itu, web judi online ini  juga menawarkan berbagai bonus dan promosi yang menguntungkan bagi para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game slot online adalah salah satu jenis permainan judi online yang paling populer di kalangan pemain judi online. Game ini sangat mudah dimainkan dan memiliki potensi untuk memberikan hadiah besar kepada para pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi ini&nbsp;menawarkan berbagai game slot online yang menarik dan menghibur. Beberapa game slot online yang tersedia di situs ini antara lain adalah Aztec Gems, Wolf Gold, Great Rhino Megaways, Sweet Bonanza, dan banyak lagi. Setiap game slot online yang tersedia di situs judi online&nbsp;memiliki fitur yang berbeda-beda, seperti putaran gratis, bonus, dan pengganda. Ini membuat permainan lebih menarik dan menghibur.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain game slot online, agenjudi online ini &nbsp;juga menawarkan berbagai jenis permainan judi online lainnya, seperti poker, blackjack, dan roulette. Semua permainan ini disediakan oleh penyedia perangkat lunak terkemuka, sehingga Anda dapat menikmati pengalaman bermain yang berkualitas tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bandar judi online ini&nbsp;juga menawarkan bonus dan promosi yang menarik bagi para pemainnya. Ada berbagai jenis bonus yang tersedia, seperti bonus selamat datang, bonus setoran, dan bonus referal. Selain itu, situs ini&nbsp;juga memiliki program loyalty yang memberikan penghargaan kepada para pemain yang sering bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pembayaran Deposit di Sultan222: Kemudahan dan Keamanan dalam Bermain Situs Judi Online Slot</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Web ini  adalah situs judi online terbaik untuk memainkan game slot online. Selain menawarkan berbagai macam game slot online yang menarik dan menyenangkan, situs yang satu ini juga menawarkan kemudahan dan keamanan dalam melakukan pembayaran deposit. Dalam artikel ini, kita akan membahas tentang pembayaran deposit di situs judi online  dan mengapa situs ini menjadi pilihan terbaik bagi para pemain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama-tama, web ini  menawarkan berbagai metode pembayaran yang aman dan mudah. Beberapa metode pembayaran yang tersedia di situs ini antara lain adalah transfer bank, e-wallet seperti OVO dan DANA, serta pulsa. Dengan berbagai metode pembayaran yang tersedia, para pemain memiliki fleksibilitas dalam melakukan pembayaran deposit sesuai dengan preferensi dan ketersediaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, web kami  juga menjamin keamanan dalam melakukan pembayaran deposit. Situs ini menggunakan sistem enkripsi SSL yang kuat untuk melindungi informasi pribadi dan keuangan para pemain. Dengan sistem keamanan yang kuat ini, para pemain dapat merasa tenang dan yakin bahwa informasi mereka akan tetap aman dan terlindungi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proses pembayaran deposit di agen judi online &nbsp;juga sangat mudah dan cepat. Para pemain dapat melakukan pembayaran deposit kapan saja dan di mana saja melalui metode pembayaran yang tersedia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, Situs judi online yang satu ini  juga menawarkan bonus dan promosi yang menarik bagi para pemain yang melakukan pembayaran deposit. Ada berbagai jenis bonus yang tersedia, seperti bonus setoran, cashback, dan bonus referal. Bonus-bonus ini akan membantu para pemain untuk memaksimalkan pengalaman bermain mereka dan meningkatkan peluang mereka untuk menang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Judi Online: Banyak Pilihan Taruhan di S</strong><strong>itus Ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tidak hanya slot, situs judi online ini&nbsp;juga menawarkan berbagai pilihan permainan judi online lainnya. Mulai dari permainan kasino klasik seperti blackjack, roulette, dan baccarat, hingga permainan meja seperti poker dan craps, web ini  memiliki semuanya. Selain itu, situs ini juga menawarkan taruhan olahraga untuk berbagai cabang olahraga seperti sepak bola, basket, tenis, dan balap kuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan adanya banyak pilihan permainan, para pemain dapat menikmati pengalaman bermain judi online yang lengkap dan menyenangkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keunggulan Bermain di S</strong><strong>itus judi ini</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Berikut ini beberapa keunggulan yang ditawarkan oleh Bandar judi online dalam dunia taruhan online:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Keamanan dan Privasi: Web ini menjaga menjaga keamanan dan privasi para pemain dengan menggunakan teknologi enkripsi terkini. Dengan demikian, data pribadi dan transaksi keuangan Anda akan terlindungi dengan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Lisensi Resmi: Situs ini  sudah banyak memiliki,lisensi resmi dan terdaftar secara legal di indonesia jadi kalian tidak perlu takut jika ingin bermain di situs judi online yang satu ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Promosi dan Bonus: Situs judi online ini menawarkan berbagai promosi dan bonus menarik untuk para pemain baru dan lama. Mulai dari bonus sambutan, bonus deposit, hingga cashback mingguan, pemain akan merasa dihargai atas kesetiaan mereka.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Layanan Pelanggan: Situs judi online ini  mengutamakan kepuasan pelanggan dengan menyediakan layanan bantuan yang cepat dan ramah. Anda bisa menghubungi tim dukungan melalui live chat, email, atau telepon untuk mendapatkan bantuan seputar permainan atau masalah teknis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Pelayanan Costumer Service 24 Jam Sultan222</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ya, situs slot online menawarkan layanan pelanggan 24/7 kepada para pemainnya. Situs judi online ini menyadari bahwa para pemainnya bisa memerlukan bantuan kapan saja, baik itu untuk pertanyaan, masalah teknis, atau bantuan lainnya terkait bermain di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Web ini menyediakan tim layanan pelanggan yang terlatih dan profesional untuk membantu para pemain dengan cepat dan efektif. Tim layanan pelanggan ini siap membantu para pemain dalam bahasa Indonesia dan tersedia melalui berbagai saluran komunikasi, termasuk live chat, email, dan telepon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain juga dapat mengakses informasi dan panduan tentang bermain di situs judi online ini  melalui FAQ (Frequently Asked Questions) yang tersedia di situs ini. FAQ ini memberikan jawaban atas beberapa pertanyaan yang sering diajukan oleh para pemain, seperti tentang cara melakukan deposit dan penarikan, cara bermain game tertentu, dan informasi tentang bonus dan promosi yang tersedia di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dalam hal ada masalah atau keluhan, para pemain dapat menghubungi tim layanan pelanggan web ini  kapan saja, 24/7. Tim layanan pelanggan ini akan dengan senang hati membantu para pemain untuk menyelesaikan masalah mereka dan memberikan jawaban atas pertanyaan mereka sesuai dengan kebutuhan. Dengan layanan pelanggan yang tersedia 24/7, para pemain slot online dapat merasa tenang dan yakin bahwa mereka akan selalu mendapatkan dukungan yang mereka butuhkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Kesimpulan</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Web ini &nbsp;adalah situs judi online yang menawarkan pengalaman bermain slot online dan taruhan online yang lengkap dan menyenangkan. Dengan berbagai pilihan permainan, promosi menarik, dan layanan pelanggan yang responsif, bandar judi online ini &nbsp;pantas menjadi pilihan utama bagi para pecinta judi online. Jangan tunggu lagi, bergabunglah dengan komunitas pemain situs judi ini  dan nikmati keseruan bermain judi online!</p>\n<!-- /wp:paragraph -->', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-19 12:34:16', '2023-06-19 12:34:16', '', 2, 'https://sultan222slot.com/?p=30640', 0, 'revision', '', 0),
(30641, 1, '2023-06-20 02:52:54', '2023-06-20 02:52:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20gatotgates&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobbyURL=https%3A%2F%2Fwww.pragmaticplay.com\" allowfullscreen=\"\" height=\"600\"></iframe>\n<!-- /wp:html -->', 'Gates of Gatotkaca', '', 'inherit', 'closed', 'closed', '', '29718-revision-v1', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 29718, 'https://sultan222slot.com/?p=30641', 0, 'revision', '', 0),
(30642, 1, '2023-06-20 02:52:54', '2023-06-20 02:52:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20olympgate&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gates of Olympus', '', 'inherit', 'closed', 'closed', '', '1081-revision-v1', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 1081, 'https://sultan222slot.com/?p=30642', 0, 'revision', '', 0),
(30643, 1, '2023-06-20 02:52:54', '2023-06-20 02:52:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20starlight&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Starlight Princess', '', 'inherit', 'closed', 'closed', '', '1085-revision-v1', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 1085, 'https://sultan222slot.com/?p=30643', 0, 'revision', '', 0),
(30644, 1, '2023-06-20 02:52:54', '2023-06-20 02:52:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20fruitsw&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Sweet Bonanza', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 1089, 'https://sultan222slot.com/?p=30644', 0, 'revision', '', 0),
(30645, 1, '2023-06-20 02:52:54', '2023-06-20 02:52:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysxjuicy&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Extra Juicy Megaways', '', 'inherit', 'closed', 'closed', '', '1456-revision-v1', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 1456, 'https://sultan222slot.com/?p=30645', 0, 'revision', '', 0),
(30646, 1, '2023-06-20 02:52:54', '2023-06-20 02:52:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10spiritadv&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Spirit of Adventure', '', 'inherit', 'closed', 'closed', '', '1452-revision-v1', '', '', '2023-06-20 02:52:54', '2023-06-20 02:52:54', '', 1452, 'https://sultan222slot.com/?p=30646', 0, 'revision', '', 0),
(30647, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20bermuda&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Quest for Bermuda Riches', '', 'inherit', 'closed', 'closed', '', '1446-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1446, 'https://sultan222slot.com/?p=30647', 0, 'revision', '', 0),
(30648, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayswildwest&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild West Gold Megaways', '', 'inherit', 'closed', 'closed', '', '1447-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1447, 'https://sultan222slot.com/?p=30648', 0, 'revision', '', 0),
(30649, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20mustanggld2&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Clover Gold', '', 'inherit', 'closed', 'closed', '', '1439-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1439, 'https://sultan222slot.com/?p=30649', 0, 'revision', '', 0),
(30650, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40voodoo&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Voodoo Magic', '', 'inherit', 'closed', 'closed', '', '1437-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1437, 'https://sultan222slot.com/?p=30650', 0, 'revision', '', 0),
(30651, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bookoftut&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Book of Tut', '', 'inherit', 'closed', 'closed', '', '1429-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1429, 'https://sultan222slot.com/?p=30651', 0, 'revision', '', 0),
(30652, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20drtgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Drill that Gold', '', 'inherit', 'closed', 'closed', '', '1430-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1430, 'https://sultan222slot.com/?p=30652', 0, 'revision', '', 0),
(30653, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20farmfest&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Barn Festival', '', 'inherit', 'closed', 'closed', '', '1423-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1423, 'https://sultan222slot.com/?p=30653', 0, 'revision', '', 0),
(30654, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayshive&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Star Bounty', '', 'inherit', 'closed', 'closed', '', '1421-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1421, 'https://sultan222slot.com/?p=30654', 0, 'revision', '', 0),
(30655, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243queenie&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Queenie', '', 'inherit', 'closed', 'closed', '', '1415-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1415, 'https://sultan222slot.com/?p=30655', 0, 'revision', '', 0),
(30656, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40pirgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pirate Gold Deluxe', '', 'inherit', 'closed', 'closed', '', '1413-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1413, 'https://sultan222slot.com/?p=30656', 0, 'revision', '', 0),
(30657, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10tictac&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Tic Tac Take', '', 'inherit', 'closed', 'closed', '', '1407-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1407, 'https://sultan222slot.com/?p=30657', 0, 'revision', '', 0),
(30658, 1, '2023-06-20 02:52:55', '2023-06-20 02:52:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10wildtut&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Mysterious Egypt', '', 'inherit', 'closed', 'closed', '', '1403-revision-v1', '', '', '2023-06-20 02:52:55', '2023-06-20 02:52:55', '', 1403, 'https://sultan222slot.com/?p=30658', 0, 'revision', '', 0),
(30659, 1, '2023-06-20 02:52:56', '2023-06-20 02:52:56', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243discolady&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Disco Lady', '', 'inherit', 'closed', 'closed', '', '1399-revision-v1', '', '', '2023-06-20 02:52:56', '2023-06-20 02:52:56', '', 1399, 'https://sultan222slot.com/?p=30659', 0, 'revision', '', 0),
(30660, 1, '2023-06-20 02:52:56', '2023-06-20 02:52:56', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1600drago&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Jewels of Fortune', '', 'inherit', 'closed', 'closed', '', '1395-revision-v1', '', '', '2023-06-20 02:52:56', '2023-06-20 02:52:56', '', 1395, 'https://sultan222slot.com/?p=30660', 0, 'revision', '', 0),
(30661, 1, '2023-06-20 02:53:04', '2023-06-20 02:53:04', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20rainbowg&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rainbow Gold', '', 'inherit', 'closed', 'closed', '', '1393-revision-v1', '', '', '2023-06-20 02:53:04', '2023-06-20 02:53:04', '', 1393, 'https://sultan222slot.com/?p=30661', 0, 'revision', '', 0),
(30662, 1, '2023-06-20 02:53:04', '2023-06-20 02:53:04', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayswerewolf&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Curse of the Werewolf Megaways', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2023-06-20 02:53:04', '2023-06-20 02:53:04', '', 1385, 'https://sultan222slot.com/?p=30662', 0, 'revision', '', 0),
(30663, 1, '2023-06-20 02:53:04', '2023-06-20 02:53:04', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20fruitsnexus&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Nexus Sweet Bonanza', '', 'inherit', 'closed', 'closed', '', '1386-revision-v1', '', '', '2023-06-20 02:53:04', '2023-06-20 02:53:04', '', 1386, 'https://sultan222slot.com/?p=30663', 0, 'revision', '', 0),
(30664, 1, '2023-06-20 02:53:04', '2023-06-20 02:53:04', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20daydead&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Day of Dead', '', 'inherit', 'closed', 'closed', '', '1379-revision-v1', '', '', '2023-06-20 02:53:04', '2023-06-20 02:53:04', '', 1379, 'https://sultan222slot.com/?p=30664', 0, 'revision', '', 0),
(30665, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10snakeladd&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Snakes and Ladders Megadice', '', 'inherit', 'closed', 'closed', '', '1376-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1376, 'https://sultan222slot.com/?p=30665', 0, 'revision', '', 0),
(30666, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20wildboost&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Booster', '', 'inherit', 'closed', 'closed', '', '1373-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1373, 'https://sultan222slot.com/?p=30666', 0, 'revision', '', 0),
(30667, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayschilheat&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Chilli Heat Megaways', '', 'inherit', 'closed', 'closed', '', '1365-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1365, 'https://sultan222slot.com/?p=30667', 0, 'revision', '', 0),
(30668, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50mightra&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Might of Ra', '', 'inherit', 'closed', 'closed', '', '1366-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1366, 'https://sultan222slot.com/?p=30668', 0, 'revision', '', 0),
(30669, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20kraken&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Release The Kraken', '', 'inherit', 'closed', 'closed', '', '1358-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1358, 'https://sultan222slot.com/?p=30669', 0, 'revision', '', 0),
(30670, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25bullfiesta&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bull Fiesta', '', 'inherit', 'closed', 'closed', '', '1353-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1353, 'https://sultan222slot.com/?p=30670', 0, 'revision', '', 0),
(30671, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysyumyum&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Yum Yum Powerways', '', 'inherit', 'closed', 'closed', '', '1350-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1350, 'https://sultan222slot.com/?p=30671', 0, 'revision', '', 0),
(30672, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bookazteck&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Book of Aztec King', '', 'inherit', 'closed', 'closed', '', '1348-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1348, 'https://sultan222slot.com/?p=30672', 0, 'revision', '', 0),
(30673, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20emptybank&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Empty The Bank', '', 'inherit', 'closed', 'closed', '', '1344-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1344, 'https://sultan222slot.com/?p=30673', 0, 'revision', '', 0),
(30674, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20bchprty&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Beach Party', '', 'inherit', 'closed', 'closed', '', '1337-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1337, 'https://sultan222slot.com/?p=30674', 0, 'revision', '', 0),
(30675, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bookfallen&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Book of Fallen', '', 'inherit', 'closed', 'closed', '', '1336-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1336, 'https://sultan222slot.com/?p=30675', 0, 'revision', '', 0),
(30676, 1, '2023-06-20 02:53:05', '2023-06-20 02:53:05', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40bigjuan&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Big Juan', '', 'inherit', 'closed', 'closed', '', '1328-revision-v1', '', '', '2023-06-20 02:53:05', '2023-06-20 02:53:05', '', 1328, 'https://sultan222slot.com/?p=30676', 0, 'revision', '', 0),
(30677, 1, '2023-06-20 02:53:06', '2023-06-20 02:53:06', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20colcashzone&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Colossal Cash Zone', '', 'inherit', 'closed', 'closed', '', '1329-revision-v1', '', '', '2023-06-20 02:53:06', '2023-06-20 02:53:06', '', 1329, 'https://sultan222slot.com/?p=30677', 0, 'revision', '', 0),
(30678, 1, '2023-06-20 02:53:06', '2023-06-20 02:53:06', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50juicyfr&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Juicy Fruits', '', 'inherit', 'closed', 'closed', '', '1324-revision-v1', '', '', '2023-06-20 02:53:06', '2023-06-20 02:53:06', '', 1324, 'https://sultan222slot.com/?p=30678', 0, 'revision', '', 0),
(30679, 1, '2023-06-20 02:53:06', '2023-06-20 02:53:06', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25hotfiesta&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hot Fiesta', '', 'inherit', 'closed', 'closed', '', '1320-revision-v1', '', '', '2023-06-20 02:53:06', '2023-06-20 02:53:06', '', 1320, 'https://sultan222slot.com/?p=30679', 0, 'revision', '', 0),
(30680, 1, '2023-06-20 02:53:06', '2023-06-20 02:53:06', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bxmasbnza&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Christmas Big Bass Bonanza', '', 'inherit', 'closed', 'closed', '', '1316-revision-v1', '', '', '2023-06-20 02:53:06', '2023-06-20 02:53:06', '', 1316, 'https://sultan222slot.com/?p=30680', 0, 'revision', '', 0),
(30681, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20fparty2&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fruit Party 2', '', 'inherit', 'closed', 'closed', '', '1312-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1312, 'https://sultan222slot.com/?p=30681', 0, 'revision', '', 0),
(30682, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20ultim5&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Ultimate 5', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1308, 'https://sultan222slot.com/?p=30682', 0, 'revision', '', 0),
(30683, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25copsrobbers&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Cash Patrol', '', 'inherit', 'closed', 'closed', '', '1304-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1304, 'https://sultan222slot.com/?p=30683', 0, 'revision', '', 0),
(30684, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20rockvegas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rock Vegas', '', 'inherit', 'closed', 'closed', '', '1300-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1300, 'https://sultan222slot.com/?p=30684', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30685, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayselements&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Elemental Gems Megaways', '', 'inherit', 'closed', 'closed', '', '1296-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1296, 'https://sultan222slot.com/?p=30685', 0, 'revision', '', 0),
(30686, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10runes&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gates of Valhalla', '', 'inherit', 'closed', 'closed', '', '1292-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1292, 'https://sultan222slot.com/?p=30686', 0, 'revision', '', 0),
(30687, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20midas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Hand of Midas', '', 'inherit', 'closed', 'closed', '', '1288-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1288, 'https://sultan222slot.com/?p=30687', 0, 'revision', '', 0),
(30688, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayscryscav&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Crystal Caverns Megaways', '', 'inherit', 'closed', 'closed', '', '1284-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1284, 'https://sultan222slot.com/?p=30688', 0, 'revision', '', 0),
(30689, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1024temuj&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Temujin Treasures', '', 'inherit', 'closed', 'closed', '', '1280-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1280, 'https://sultan222slot.com/?p=30689', 0, 'revision', '', 0),
(30690, 1, '2023-06-20 02:53:12', '2023-06-20 02:53:12', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20trsbox&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Treasure Wild', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2023-06-20 02:53:12', '2023-06-20 02:53:12', '', 1276, 'https://sultan222slot.com/?p=30690', 0, 'revision', '', 0),
(30691, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20chickdrop&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Chicken Drop', '', 'inherit', 'closed', 'closed', '', '1272-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1272, 'https://sultan222slot.com/?p=30691', 0, 'revision', '', 0),
(30692, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20santawonder&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Santa\'s Wonderland', '', 'inherit', 'closed', 'closed', '', '1268-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1268, 'https://sultan222slot.com/?p=30692', 0, 'revision', '', 0),
(30693, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayslight&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky Lightning', '', 'inherit', 'closed', 'closed', '', '1261-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1261, 'https://sultan222slot.com/?p=30693', 0, 'revision', '', 0),
(30694, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25goldparty&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gold Party', '', 'inherit', 'closed', 'closed', '', '1260-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1260, 'https://sultan222slot.com/?p=30694', 0, 'revision', '', 0),
(30695, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs4096bufking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Buffalo King', '', 'inherit', 'closed', 'closed', '', '1256-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1256, 'https://sultan222slot.com/?p=30695', 0, 'revision', '', 0),
(30696, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysaztecking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec King Megaways', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1251, 'https://sultan222slot.com/?p=30696', 0, 'revision', '', 0),
(30697, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40wanderw&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Depths', '', 'inherit', 'closed', 'closed', '', '1246-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1246, 'https://sultan222slot.com/?p=30697', 0, 'revision', '', 0),
(30698, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayssamurai&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rise of Samurai Megaways', '', 'inherit', 'closed', 'closed', '', '1244-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1244, 'https://sultan222slot.com/?p=30698', 0, 'revision', '', 0),
(30699, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysdogs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Dog House Megaways', '', 'inherit', 'closed', 'closed', '', '1240-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1240, 'https://sultan222slot.com/?p=30699', 0, 'revision', '', 0),
(30700, 1, '2023-06-20 02:53:13', '2023-06-20 02:53:13', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20fruitparty&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fruit Party', '', 'inherit', 'closed', 'closed', '', '1236-revision-v1', '', '', '2023-06-20 02:53:13', '2023-06-20 02:53:13', '', 1236, 'https://sultan222slot.com/?p=30700', 0, 'revision', '', 0),
(30701, 1, '2023-06-20 02:53:26', '2023-06-20 02:53:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10nudgeit&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rise of Giza PowerNudge', '', 'inherit', 'closed', 'closed', '', '1228-revision-v1', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 1228, 'https://sultan222slot.com/?p=30701', 0, 'revision', '', 0),
(30702, 1, '2023-06-20 02:53:26', '2023-06-20 02:53:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs4096magician&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Magician\'s Secrets', '', 'inherit', 'closed', 'closed', '', '1229-revision-v1', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 1229, 'https://sultan222slot.com/?p=30702', 0, 'revision', '', 0),
(30703, 1, '2023-06-20 02:53:26', '2023-06-20 02:53:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20smugcove&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Smugglers Cove', '', 'inherit', 'closed', 'closed', '', '1221-revision-v1', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 1221, 'https://sultan222slot.com/?p=30703', 0, 'revision', '', 0),
(30704, 1, '2023-06-20 02:53:26', '2023-06-20 02:53:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20goldfever&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gems Bonanza', '', 'inherit', 'closed', 'closed', '', '1212-revision-v1', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 1212, 'https://sultan222slot.com/?p=30704', 0, 'revision', '', 0),
(30705, 1, '2023-06-20 02:53:26', '2023-06-20 02:53:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243empcaishen&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Emperor Caishen', '', 'inherit', 'closed', 'closed', '', '1217-revision-v1', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 1217, 'https://sultan222slot.com/?p=30705', 0, 'revision', '', 0),
(30706, 1, '2023-06-20 02:53:26', '2023-06-20 02:53:26', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25tigeryear&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky New Year Tiger Treasure', '', 'inherit', 'closed', 'closed', '', '1213-revision-v1', '', '', '2023-06-20 02:53:26', '2023-06-20 02:53:26', '', 1213, 'https://sultan222slot.com/?p=30706', 0, 'revision', '', 0),
(30707, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20amuleteg&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fortune of Giza', '', 'inherit', 'closed', 'closed', '', '1206-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1206, 'https://sultan222slot.com/?p=30707', 0, 'revision', '', 0),
(30708, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysbufking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Buffalo King Megaways', '', 'inherit', 'closed', 'closed', '', '1204-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1204, 'https://sultan222slot.com/?p=30708', 0, 'revision', '', 0),
(30709, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20superx&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Super X', '', 'inherit', 'closed', 'closed', '', '1196-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1196, 'https://sultan222slot.com/?p=30709', 0, 'revision', '', 0),
(30710, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysmadame&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Madame Destiny Megaways', '', 'inherit', 'closed', 'closed', '', '1192-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1192, 'https://sultan222slot.com/?p=30710', 0, 'revision', '', 0),
(30711, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs88hockattack&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hockey Attack', '', 'inherit', 'closed', 'closed', '', '1189-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1189, 'https://sultan222slot.com/?p=30711', 0, 'revision', '', 0),
(30712, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20xmascarol&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Christmas Carol Megaways', '', 'inherit', 'closed', 'closed', '', '1183-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1183, 'https://sultan222slot.com/?p=30712', 0, 'revision', '', 0),
(30713, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25btygold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bounty Gold', '', 'inherit', 'closed', 'closed', '', '1182-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1182, 'https://sultan222slot.com/?p=30713', 0, 'revision', '', 0),
(30714, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysbbb&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Big Bass Bonanza Megaways', '', 'inherit', 'closed', 'closed', '', '1176-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1176, 'https://sultan222slot.com/?p=30714', 0, 'revision', '', 0),
(30715, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7776aztec&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec Bonanza', '', 'inherit', 'closed', 'closed', '', '1174-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1174, 'https://sultan222slot.com/?p=30715', 0, 'revision', '', 0),
(30716, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayshammthor&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Power of Thor Megaways', '', 'inherit', 'closed', 'closed', '', '1170-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1170, 'https://sultan222slot.com/?p=30716', 0, 'revision', '', 0),
(30717, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bblpop&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bubble Pop', '', 'inherit', 'closed', 'closed', '', '1162-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1162, 'https://sultan222slot.com/?p=30717', 0, 'revision', '', 0),
(30718, 1, '2023-06-20 02:53:27', '2023-06-20 02:53:27', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9aztecgemsdx&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec Gems Deluxe', '', 'inherit', 'closed', 'closed', '', '1164-revision-v1', '', '', '2023-06-20 02:53:27', '2023-06-20 02:53:27', '', 1164, 'https://sultan222slot.com/?p=30718', 0, 'revision', '', 0),
(30719, 1, '2023-06-20 02:53:28', '2023-06-20 02:53:28', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40wildwest&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild West Gold', '', 'inherit', 'closed', 'closed', '', '1158-revision-v1', '', '', '2023-06-20 02:53:28', '2023-06-20 02:53:28', '', 1158, 'https://sultan222slot.com/?p=30719', 0, 'revision', '', 0),
(30720, 1, '2023-06-20 02:53:28', '2023-06-20 02:53:28', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10starpirate&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Star Pirates Code', '', 'inherit', 'closed', 'closed', '', '1151-revision-v1', '', '', '2023-06-20 02:53:28', '2023-06-20 02:53:28', '', 1151, 'https://sultan222slot.com/?p=30720', 0, 'revision', '', 0),
(30721, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10firestrike&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fire Strike', '', 'inherit', 'closed', 'closed', '', '1149-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1149, 'https://sultan222slot.com/?p=30721', 0, 'revision', '', 0),
(30722, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20candvil&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Candy Village', '', 'inherit', 'closed', 'closed', '', '1142-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1142, 'https://sultan222slot.com/?p=30722', 0, 'revision', '', 0),
(30723, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayswest&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Mystic Chief', '', 'inherit', 'closed', 'closed', '', '1141-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1141, 'https://sultan222slot.com/?p=30723', 0, 'revision', '', 0),
(30724, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysrhino&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Great Rhino Megaways', '', 'inherit', 'closed', 'closed', '', '1133-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1133, 'https://sultan222slot.com/?p=30724', 0, 'revision', '', 0),
(30725, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20tweethouse&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Tweety House', '', 'inherit', 'closed', 'closed', '', '1134-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1134, 'https://sultan222slot.com/?p=30725', 0, 'revision', '', 0),
(30726, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9piggybank&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Piggy Bank Bills', '', 'inherit', 'closed', 'closed', '', '1126-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1126, 'https://sultan222slot.com/?p=30726', 0, 'revision', '', 0),
(30727, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswayslions&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '5 Lions Megaways', '', 'inherit', 'closed', 'closed', '', '1125-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1125, 'https://sultan222slot.com/?p=30727', 0, 'revision', '', 0),
(30728, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5joker&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Joker\'s Jewels', '', 'inherit', 'closed', 'closed', '', '1121-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1121, 'https://sultan222slot.com/?p=30728', 0, 'revision', '', 0),
(30729, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vswaysbankbonz&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Cash Bonanza', '', 'inherit', 'closed', 'closed', '', '1115-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1115, 'https://sultan222slot.com/?p=30729', 0, 'revision', '', 0),
(30730, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20bonzgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bonanza Gold', '', 'inherit', 'closed', 'closed', '', '1113-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1113, 'https://sultan222slot.com/?p=30730', 0, 'revision', '', 0),
(30731, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20pbonanza&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pyramid Bonanza', '', 'inherit', 'closed', 'closed', '', '1107-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1107, 'https://sultan222slot.com/?p=30731', 0, 'revision', '', 0),
(30732, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs12bbb&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bigger Bass Bonanza', '', 'inherit', 'closed', 'closed', '', '1103-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1103, 'https://sultan222slot.com/?p=30732', 0, 'revision', '', 0),
(30733, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5aztecgems&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec Gems', '', 'inherit', 'closed', 'closed', '', '1101-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1101, 'https://sultan222slot.com/?p=30733', 0, 'revision', '', 0),
(30734, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20sbxmas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Sweet Bonanza Xmas', '', 'inherit', 'closed', 'closed', '', '1097-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1097, 'https://sultan222slot.com/?p=30734', 0, 'revision', '', 0),
(30735, 1, '2023-06-20 02:53:34', '2023-06-20 02:53:34', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243chargebull&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Raging Bull', '', 'inherit', 'closed', 'closed', '', '1090-revision-v1', '', '', '2023-06-20 02:53:34', '2023-06-20 02:53:34', '', 1090, 'https://sultan222slot.com/?p=30735', 0, 'revision', '', 0),
(30736, 1, '2023-06-20 02:53:35', '2023-06-20 02:53:35', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10chkchase&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Chicken Chase', '', 'inherit', 'closed', 'closed', '', '1076-revision-v1', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 1076, 'https://sultan222slot.com/?p=30736', 0, 'revision', '', 0),
(30737, 1, '2023-06-20 02:53:35', '2023-06-20 02:53:35', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10luckcharm&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky Grace And Charm', '', 'inherit', 'closed', 'closed', '', '1071-revision-v1', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 1071, 'https://sultan222slot.com/?p=30737', 0, 'revision', '', 0),
(30738, 1, '2023-06-20 02:53:35', '2023-06-20 02:53:35', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20phoenixf&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Phoenix Forge', '', 'inherit', 'closed', 'closed', '', '1067-revision-v1', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 1067, 'https://sultan222slot.com/?p=30738', 0, 'revision', '', 0),
(30739, 1, '2023-06-20 02:53:35', '2023-06-20 02:53:35', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25rio&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Heart of Rio', '', 'inherit', 'closed', 'closed', '', '1063-revision-v1', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 1063, 'https://sultan222slot.com/?p=30739', 0, 'revision', '', 0),
(30740, 1, '2023-06-20 02:53:35', '2023-06-20 02:53:35', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5drhs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dragon Hot Hold and Spin', '', 'inherit', 'closed', 'closed', '', '1059-revision-v1', '', '', '2023-06-20 02:53:35', '2023-06-20 02:53:35', '', 1059, 'https://sultan222slot.com/?p=30740', 0, 'revision', '', 0),
(30741, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20terrorv&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Cash Elevator', '', 'inherit', 'closed', 'closed', '', '1055-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1055, 'https://sultan222slot.com/?p=30741', 0, 'revision', '', 0),
(30742, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs576hokkwolf&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hokkaido Wolf', '', 'inherit', 'closed', 'closed', '', '1051-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1051, 'https://sultan222slot.com/?p=30742', 0, 'revision', '', 0),
(30743, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20magicpot&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Magic Cauldron - Enchanted Brew', '', 'inherit', 'closed', 'closed', '', '1047-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1047, 'https://sultan222slot.com/?p=30743', 0, 'revision', '', 0),
(30744, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10amm&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Amazing Money Machine', '', 'inherit', 'closed', 'closed', '', '1043-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1043, 'https://sultan222slot.com/?p=30744', 0, 'revision', '', 0),
(30745, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25aztecking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aztec King', '', 'inherit', 'closed', 'closed', '', '1039-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1039, 'https://sultan222slot.com/?p=30745', 0, 'revision', '', 0),
(30746, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25pandatemple&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Panda Fortune 2', '', 'inherit', 'closed', 'closed', '', '1035-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1035, 'https://sultan222slot.com/?p=30746', 0, 'revision', '', 0),
(30747, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10floatdrg&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Floating Dragon', '', 'inherit', 'closed', 'closed', '', '1031-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1031, 'https://sultan222slot.com/?p=30747', 0, 'revision', '', 0),
(30748, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20hburnhs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hot to Burn Hold and Spin', '', 'inherit', 'closed', 'closed', '', '1027-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1027, 'https://sultan222slot.com/?p=30748', 0, 'revision', '', 0),
(30749, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25jokerking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Joker King', '', 'inherit', 'closed', 'closed', '', '1023-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1023, 'https://sultan222slot.com/?p=30749', 0, 'revision', '', 0),
(30750, 1, '2023-06-20 02:53:40', '2023-06-20 02:53:40', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25gldox&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Golden Ox', '', 'inherit', 'closed', 'closed', '', '1019-revision-v1', '', '', '2023-06-20 02:53:40', '2023-06-20 02:53:40', '', 1019, 'https://sultan222slot.com/?p=30750', 0, 'revision', '', 0),
(30751, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10eyestorm&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Eye of the Storm', '', 'inherit', 'closed', 'closed', '', '1015-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 1015, 'https://sultan222slot.com/?p=30751', 0, 'revision', '', 0),
(30752, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5drmystery&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dragon Kingdom Eyes of Fire', '', 'inherit', 'closed', 'closed', '', '1011-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 1011, 'https://sultan222slot.com/?p=30752', 0, 'revision', '', 0),
(30753, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs432congocash&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Congo Cash', '', 'inherit', 'closed', 'closed', '', '1007-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 1007, 'https://sultan222slot.com/?p=30753', 0, 'revision', '', 0),
(30754, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20ekingrr&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Emerald King Rainbow Road', '', 'inherit', 'closed', 'closed', '', '1002-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 1002, 'https://sultan222slot.com/?p=30754', 0, 'revision', '', 0),
(30755, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20vegasmagic&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Vegas Magic', '', 'inherit', 'closed', 'closed', '', '998-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 998, 'https://sultan222slot.com/?p=30755', 0, 'revision', '', 0),
(30756, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20rhino&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Great Rhino', '', 'inherit', 'closed', 'closed', '', '994-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 994, 'https://sultan222slot.com/?p=30756', 0, 'revision', '', 0),
(30757, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs15diamond&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Diamond Strike', '', 'inherit', 'closed', 'closed', '', '990-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 990, 'https://sultan222slot.com/?p=30757', 0, 'revision', '', 0),
(30758, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20eightdragons&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '8 Dragons', '', 'inherit', 'closed', 'closed', '', '986-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 986, 'https://sultan222slot.com/?p=30758', 0, 'revision', '', 0),
(30759, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25scarabqueen&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Tomb of the Scarab Queen', '', 'inherit', 'closed', 'closed', '', '982-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 982, 'https://sultan222slot.com/?p=30759', 0, 'revision', '', 0),
(30760, 1, '2023-06-20 02:53:41', '2023-06-20 02:53:41', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20doghouse&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Dog House', '', 'inherit', 'closed', 'closed', '', '978-revision-v1', '', '', '2023-06-20 02:53:41', '2023-06-20 02:53:41', '', 978, 'https://sultan222slot.com/?p=30760', 0, 'revision', '', 0),
(30761, 1, '2023-06-20 02:53:47', '2023-06-20 02:53:47', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7fire88&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fire88', '', 'inherit', 'closed', 'closed', '', '974-revision-v1', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 974, 'https://sultan222slot.com/?p=30761', 0, 'revision', '', 0),
(30762, 1, '2023-06-20 02:53:47', '2023-06-20 02:53:47', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243lions&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '5 Lions', '', 'inherit', 'closed', 'closed', '', '970-revision-v1', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 970, 'https://sultan222slot.com/?p=30762', 0, 'revision', '', 0),
(30763, 1, '2023-06-20 02:53:47', '2023-06-20 02:53:47', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25chilli&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Chilli Heat', '', 'inherit', 'closed', 'closed', '', '966-revision-v1', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 966, 'https://sultan222slot.com/?p=30763', 0, 'revision', '', 0),
(30764, 1, '2023-06-20 02:53:47', '2023-06-20 02:53:47', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1dragon8&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '888 Dragons', '', 'inherit', 'closed', 'closed', '', '962-revision-v1', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 962, 'https://sultan222slot.com/?p=30764', 0, 'revision', '', 0),
(30765, 1, '2023-06-20 02:53:47', '2023-06-20 02:53:47', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243lionsgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '5 Lions Gold', '', 'inherit', 'closed', 'closed', '', '958-revision-v1', '', '', '2023-06-20 02:53:47', '2023-06-20 02:53:47', '', 958, 'https://sultan222slot.com/?p=30765', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30766, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25mustang&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Mustang Gold', '', 'inherit', 'closed', 'closed', '', '954-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 954, 'https://sultan222slot.com/?p=30766', 0, 'revision', '', 0),
(30767, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10bbbonanza&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Big Bass Bonanza', '', 'inherit', 'closed', 'closed', '', '950-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 950, 'https://sultan222slot.com/?p=30767', 0, 'revision', '', 0),
(30768, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10mayangods&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Mayan Gods', '', 'inherit', 'closed', 'closed', '', '946-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 946, 'https://sultan222slot.com/?p=30768', 0, 'revision', '', 0),
(30769, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40spartaking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Spartan King', '', 'inherit', 'closed', 'closed', '', '942-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 942, 'https://sultan222slot.com/?p=30769', 0, 'revision', '', 0),
(30770, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10cowgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Cowboys Gold', '', 'inherit', 'closed', 'closed', '', '938-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 938, 'https://sultan222slot.com/?p=30770', 0, 'revision', '', 0),
(30771, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20eking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Emerald King', '', 'inherit', 'closed', 'closed', '', '933-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 933, 'https://sultan222slot.com/?p=30771', 0, 'revision', '', 0),
(30772, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1024dtiger&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dragon Tiger', '', 'inherit', 'closed', 'closed', '', '929-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 929, 'https://sultan222slot.com/?p=30772', 0, 'revision', '', 0),
(30773, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25bkofkngdm&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Book of Kingdoms', '', 'inherit', 'closed', 'closed', '', '925-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 925, 'https://sultan222slot.com/?p=30773', 0, 'revision', '', 0),
(30774, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10returndead&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Return of the Dead', '', 'inherit', 'closed', 'closed', '', '921-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 921, 'https://sultan222slot.com/?p=30774', 0, 'revision', '', 0),
(30775, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1024lionsd&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '5 Lions Dance', '', 'inherit', 'closed', 'closed', '', '915-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 915, 'https://sultan222slot.com/?p=30775', 0, 'revision', '', 0),
(30776, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5ultra&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Ultra Hold and Spin', '', 'inherit', 'closed', 'closed', '', '911-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 911, 'https://sultan222slot.com/?p=30776', 0, 'revision', '', 0),
(30777, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25samurai&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Rise of Samurai', '', 'inherit', 'closed', 'closed', '', '907-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 907, 'https://sultan222slot.com/?p=30777', 0, 'revision', '', 0),
(30778, 1, '2023-06-20 02:53:48', '2023-06-20 02:53:48', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25walker&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Walker', '', 'inherit', 'closed', 'closed', '', '903-revision-v1', '', '', '2023-06-20 02:53:48', '2023-06-20 02:53:48', '', 903, 'https://sultan222slot.com/?p=30778', 0, 'revision', '', 0),
(30779, 1, '2023-06-20 02:53:49', '2023-06-20 02:53:49', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20rhinoluxe&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Great Rhino Deluxe', '', 'inherit', 'closed', 'closed', '', '899-revision-v1', '', '', '2023-06-20 02:53:49', '2023-06-20 02:53:49', '', 899, 'https://sultan222slot.com/?p=30779', 0, 'revision', '', 0),
(30780, 1, '2023-06-20 02:53:49', '2023-06-20 02:53:49', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs576treasures&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Wild Riches', '', 'inherit', 'closed', 'closed', '', '895-revision-v1', '', '', '2023-06-20 02:53:49', '2023-06-20 02:53:49', '', 895, 'https://sultan222slot.com/?p=30780', 0, 'revision', '', 0),
(30781, 1, '2023-06-20 02:53:54', '2023-06-20 02:53:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20gorilla&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Jungle Gorilla', '', 'inherit', 'closed', 'closed', '', '891-revision-v1', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 891, 'https://sultan222slot.com/?p=30781', 0, 'revision', '', 0),
(30782, 1, '2023-06-20 02:53:54', '2023-06-20 02:53:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25tigerwar&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Tiger Warrior', '', 'inherit', 'closed', 'closed', '', '887-revision-v1', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 887, 'https://sultan222slot.com/?p=30782', 0, 'revision', '', 0),
(30783, 1, '2023-06-20 02:53:54', '2023-06-20 02:53:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40streetracer&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Street Racer', '', 'inherit', 'closed', 'closed', '', '883-revision-v1', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 883, 'https://sultan222slot.com/?p=30783', 0, 'revision', '', 0),
(30784, 1, '2023-06-20 02:53:54', '2023-06-20 02:53:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1fufufu&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fu Fu Fu', '', 'inherit', 'closed', 'closed', '', '879-revision-v1', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 879, 'https://sultan222slot.com/?p=30784', 0, 'revision', '', 0),
(30785, 1, '2023-06-20 02:53:54', '2023-06-20 02:53:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs75bronco&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Bronco Spirit', '', 'inherit', 'closed', 'closed', '', '875-revision-v1', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 875, 'https://sultan222slot.com/?p=30785', 0, 'revision', '', 0),
(30786, 1, '2023-06-20 02:53:54', '2023-06-20 02:53:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25pyramid&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pyramid King', '', 'inherit', 'closed', 'closed', '', '871-revision-v1', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 871, 'https://sultan222slot.com/?p=30786', 0, 'revision', '', 0),
(30787, 1, '2023-06-20 02:53:54', '2023-06-20 02:53:54', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5ultrab&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Ultra Burn', '', 'inherit', 'closed', 'closed', '', '867-revision-v1', '', '', '2023-06-20 02:53:54', '2023-06-20 02:53:54', '', 867, 'https://sultan222slot.com/?p=30787', 0, 'revision', '', 0),
(30788, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1money&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Money Money Money', '', 'inherit', 'closed', 'closed', '', '863-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 863, 'https://sultan222slot.com/?p=30788', 0, 'revision', '', 0),
(30789, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs117649starz&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Starz Megaways', '', 'inherit', 'closed', 'closed', '', '859-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 859, 'https://sultan222slot.com/?p=30789', 0, 'revision', '', 0),
(30790, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10threestar&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Three Star Fortune', '', 'inherit', 'closed', 'closed', '', '854-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 854, 'https://sultan222slot.com/?p=30790', 0, 'revision', '', 0),
(30791, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243dancingpar&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dance Party', '', 'inherit', 'closed', 'closed', '', '850-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 850, 'https://sultan222slot.com/?p=30791', 0, 'revision', '', 0),
(30792, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5hotburn&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hot to Burn', '', 'inherit', 'closed', 'closed', '', '846-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 846, 'https://sultan222slot.com/?p=30792', 0, 'revision', '', 0),
(30793, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243fortune&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Caishen’s Gold', '', 'inherit', 'closed', 'closed', '', '842-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 842, 'https://sultan222slot.com/?p=30793', 0, 'revision', '', 0),
(30794, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1ball&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky Dragon Ball', '', 'inherit', 'closed', 'closed', '', '838-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 838, 'https://sultan222slot.com/?p=30794', 0, 'revision', '', 0),
(30795, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40frrainbow&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fruit Rainbow', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 834, 'https://sultan222slot.com/?p=30795', 0, 'revision', '', 0),
(30796, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40madwheel&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Wild Machine', '', 'inherit', 'closed', 'closed', '', '830-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 830, 'https://sultan222slot.com/?p=30796', 0, 'revision', '', 0),
(30797, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs4096mystery&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Mysterious', '', 'inherit', 'closed', 'closed', '', '826-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 826, 'https://sultan222slot.com/?p=30797', 0, 'revision', '', 0),
(30798, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs75empress&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Golden Beauty', '', 'inherit', 'closed', 'closed', '', '822-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 822, 'https://sultan222slot.com/?p=30798', 0, 'revision', '', 0),
(30799, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1masterjoker&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Master Joker', '', 'inherit', 'closed', 'closed', '', '818-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 818, 'https://sultan222slot.com/?p=30799', 0, 'revision', '', 0),
(30800, 1, '2023-06-20 02:53:55', '2023-06-20 02:53:55', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5super7&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Super 7s', '', 'inherit', 'closed', 'closed', '', '814-revision-v1', '', '', '2023-06-20 02:53:55', '2023-06-20 02:53:55', '', 814, 'https://sultan222slot.com/?p=30800', 0, 'revision', '', 0),
(30801, 1, '2023-06-20 02:54:01', '2023-06-20 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs8magicjourn&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Magic Journey', '', 'inherit', 'closed', 'closed', '', '809-revision-v1', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 809, 'https://sultan222slot.com/?p=30801', 0, 'revision', '', 0),
(30802, 1, '2023-06-20 02:54:01', '2023-06-20 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25mmouse&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Money Mouse', '', 'inherit', 'closed', 'closed', '', '805-revision-v1', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 805, 'https://sultan222slot.com/?p=30802', 0, 'revision', '', 0),
(30803, 1, '2023-06-20 02:54:01', '2023-06-20 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20aladdinsorc&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Aladdin and the Sorcerrer', '', 'inherit', 'closed', 'closed', '', '801-revision-v1', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 801, 'https://sultan222slot.com/?p=30803', 0, 'revision', '', 0),
(30804, 1, '2023-06-20 02:54:01', '2023-06-20 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243fortseren&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Greek Gods', '', 'inherit', 'closed', 'closed', '', '797-revision-v1', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 797, 'https://sultan222slot.com/?p=30804', 0, 'revision', '', 0),
(30805, 1, '2023-06-20 02:54:01', '2023-06-20 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20hercpeg&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hercules and Pegasus', '', 'inherit', 'closed', 'closed', '', '793-revision-v1', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 793, 'https://sultan222slot.com/?p=30805', 0, 'revision', '', 0),
(30806, 1, '2023-06-20 02:54:01', '2023-06-20 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1fortunetree&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Tree of Riches', '', 'inherit', 'closed', 'closed', '', '789-revision-v1', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 789, 'https://sultan222slot.com/?p=30806', 0, 'revision', '', 0),
(30807, 1, '2023-06-20 02:54:01', '2023-06-20 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20honey&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Honey Honey Honey', '', 'inherit', 'closed', 'closed', '', '785-revision-v1', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 785, 'https://sultan222slot.com/?p=30807', 0, 'revision', '', 0),
(30808, 1, '2023-06-20 02:54:01', '2023-06-20 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5spjoker&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Super Joker', '', 'inherit', 'closed', 'closed', '', '774-revision-v1', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 774, 'https://sultan222slot.com/?p=30808', 0, 'revision', '', 0),
(30809, 1, '2023-06-20 02:54:01', '2023-06-20 02:54:01', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9hotroll&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Hot Chilli', '', 'inherit', 'closed', 'closed', '', '762-revision-v1', '', '', '2023-06-20 02:54:01', '2023-06-20 02:54:01', '', 762, 'https://sultan222slot.com/?p=30809', 0, 'revision', '', 0),
(30810, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7776secrets&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'John Hunter and the Aztec Treasure', '', 'inherit', 'closed', 'closed', '', '755-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 755, 'https://sultan222slot.com/?p=30810', 0, 'revision', '', 0),
(30811, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243mwarrior&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Monkey Warrior', '', 'inherit', 'closed', 'closed', '', '749-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 749, 'https://sultan222slot.com/?p=30811', 0, 'revision', '', 0),
(30812, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs243caishien&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Caishen’s Cash', '', 'inherit', 'closed', 'closed', '', '737-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 737, 'https://sultan222slot.com/?p=30812', 0, 'revision', '', 0),
(30813, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20chicken&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'The Great Chicken Escape', '', 'inherit', 'closed', 'closed', '', '726-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 726, 'https://sultan222slot.com/?p=30813', 0, 'revision', '', 0),
(30814, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10vampwolf&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Vampire vs Wolves', '', 'inherit', 'closed', 'closed', '', '717-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 717, 'https://sultan222slot.com/?p=30814', 0, 'revision', '', 0),
(30815, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20wildpix&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Pixies', '', 'inherit', 'closed', 'closed', '', '704-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 704, 'https://sultan222slot.com/?p=30815', 0, 'revision', '', 0),
(30816, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs40pirate&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pirate Gold', '', 'inherit', 'closed', 'closed', '', '686-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 686, 'https://sultan222slot.com/?p=30816', 0, 'revision', '', 0),
(30817, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20egypttrs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Egyptian Fortunes', '', 'inherit', 'closed', 'closed', '', '518-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 518, 'https://sultan222slot.com/?p=30817', 0, 'revision', '', 0),
(30818, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10fruity2&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Extra Juicy', '', 'inherit', 'closed', 'closed', '', '508-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 508, 'https://sultan222slot.com/?p=30818', 0, 'revision', '', 0),
(30819, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25gladiator&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Gladiator', '', 'inherit', 'closed', 'closed', '', '504-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 504, 'https://sultan222slot.com/?p=30819', 0, 'revision', '', 0),
(30820, 1, '2023-06-20 02:54:02', '2023-06-20 02:54:02', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25goldpig&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Golden Pig', '', 'inherit', 'closed', 'closed', '', '500-revision-v1', '', '', '2023-06-20 02:54:02', '2023-06-20 02:54:02', '', 500, 'https://sultan222slot.com/?p=30820', 0, 'revision', '', 0),
(30821, 1, '2023-06-20 02:54:07', '2023-06-20 02:54:07', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs18mashang&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Treasure Horse', '', 'inherit', 'closed', 'closed', '', '496-revision-v1', '', '', '2023-06-20 02:54:07', '2023-06-20 02:54:07', '', 496, 'https://sultan222slot.com/?p=30821', 0, 'revision', '', 0),
(30822, 1, '2023-06-20 02:54:07', '2023-06-20 02:54:07', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50safariking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Safari King', '', 'inherit', 'closed', 'closed', '', '492-revision-v1', '', '', '2023-06-20 02:54:07', '2023-06-20 02:54:07', '', 492, 'https://sultan222slot.com/?p=30822', 0, 'revision', '', 0),
(30823, 1, '2023-06-20 02:54:07', '2023-06-20 02:54:07', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20leprexmas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Leprechaun Carol', '', 'inherit', 'closed', 'closed', '', '487-revision-v1', '', '', '2023-06-20 02:54:07', '2023-06-20 02:54:07', '', 487, 'https://sultan222slot.com/?p=30823', 0, 'revision', '', 0),
(30824, 1, '2023-06-20 02:54:07', '2023-06-20 02:54:07', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs5trdragons&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Triple Dragons', '', 'inherit', 'closed', 'closed', '', '481-revision-v1', '', '', '2023-06-20 02:54:07', '2023-06-20 02:54:07', '', 481, 'https://sultan222slot.com/?p=30824', 0, 'revision', '', 0),
(30825, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10egyptcls&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Ancient Egypt Classic', '', 'inherit', 'closed', 'closed', '', '477-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 477, 'https://sultan222slot.com/?p=30825', 0, 'revision', '', 0),
(30826, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9chen&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Master Chen’s Fortune', '', 'inherit', 'closed', 'closed', '', '473-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 473, 'https://sultan222slot.com/?p=30826', 0, 'revision', '', 0),
(30827, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25davinci&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Da Vinci\'s Treasure', '', 'inherit', 'closed', 'closed', '', '469-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 469, 'https://sultan222slot.com/?p=30827', 0, 'revision', '', 0),
(30828, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25peking&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Peking Luck', '', 'inherit', 'closed', 'closed', '', '465-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 465, 'https://sultan222slot.com/?p=30828', 0, 'revision', '', 0),
(30829, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20leprechaun&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Leprechaun Song', '', 'inherit', 'closed', 'closed', '', '461-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 461, 'https://sultan222slot.com/?p=30829', 0, 'revision', '', 0),
(30830, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25asgard&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Asgard', '', 'inherit', 'closed', 'closed', '', '457-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 457, 'https://sultan222slot.com/?p=30830', 0, 'revision', '', 0),
(30831, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10madame&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Madame Destiny', '', 'inherit', 'closed', 'closed', '', '453-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 453, 'https://sultan222slot.com/?p=30831', 0, 'revision', '', 0),
(30832, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs1024butterfly&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Jade Butterfly', '', 'inherit', 'closed', 'closed', '', '443-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 443, 'https://sultan222slot.com/?p=30832', 0, 'revision', '', 0),
(30833, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs15fairytale&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Fairytale Fortune', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 426, 'https://sultan222slot.com/?p=30833', 0, 'revision', '', 0),
(30834, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs10egypt&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Ancient Egypt', '', 'inherit', 'closed', 'closed', '', '412-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 412, 'https://sultan222slot.com/?p=30834', 0, 'revision', '', 0),
(30835, 1, '2023-06-20 02:54:08', '2023-06-20 02:54:08', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25newyear&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Lucky New Year', '', 'inherit', 'closed', 'closed', '', '401-revision-v1', '', '', '2023-06-20 02:54:08', '2023-06-20 02:54:08', '', 401, 'https://sultan222slot.com/?p=30835', 0, 'revision', '', 0),
(30836, 1, '2023-06-20 02:54:09', '2023-06-20 02:54:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs9madmonkey&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Monkey Madness', '', 'inherit', 'closed', 'closed', '', '378-revision-v1', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 378, 'https://sultan222slot.com/?p=30836', 0, 'revision', '', 0),
(30837, 1, '2023-06-20 02:54:09', '2023-06-20 02:54:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25goldrush&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gold Rush', '', 'inherit', 'closed', 'closed', '', '366-revision-v1', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 366, 'https://sultan222slot.com/?p=30837', 0, 'revision', '', 0),
(30838, 1, '2023-06-20 02:54:09', '2023-06-20 02:54:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20santa&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Santa', '', 'inherit', 'closed', 'closed', '', '349-revision-v1', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 349, 'https://sultan222slot.com/?p=30838', 0, 'revision', '', 0),
(30839, 1, '2023-06-20 02:54:09', '2023-06-20 02:54:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25pandagold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Panda’s Fortune', '', 'inherit', 'closed', 'closed', '', '336-revision-v1', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 336, 'https://sultan222slot.com/?p=30839', 0, 'revision', '', 0),
(30840, 1, '2023-06-20 02:54:09', '2023-06-20 02:54:09', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7pigs&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '7 Piggies', '', 'inherit', 'closed', 'closed', '', '323-revision-v1', '', '', '2023-06-20 02:54:09', '2023-06-20 02:54:09', '', 323, 'https://sultan222slot.com/?p=30840', 0, 'revision', '', 0),
(30841, 1, '2023-06-20 02:54:14', '2023-06-20 02:54:14', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25dragonkingdom&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Dragon Kingdom', '', 'inherit', 'closed', 'closed', '', '309-revision-v1', '', '', '2023-06-20 02:54:14', '2023-06-20 02:54:14', '', 309, 'https://sultan222slot.com/?p=30841', 0, 'revision', '', 0),
(30842, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs7monkeys&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '7 Monkeys', '', 'inherit', 'closed', 'closed', '', '297-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 297, 'https://sultan222slot.com/?p=30842', 0, 'revision', '', 0),
(30843, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25queenofgold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Queen of Gold', '', 'inherit', 'closed', 'closed', '', '274-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 274, 'https://sultan222slot.com/?p=30843', 0, 'revision', '', 0),
(30844, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25wildspells&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Wild Spells', '', 'inherit', 'closed', 'closed', '', '257-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 257, 'https://sultan222slot.com/?p=30844', 0, 'revision', '', 0),
(30845, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25journey&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Journey to the West', '', 'inherit', 'closed', 'closed', '', '201-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 201, 'https://sultan222slot.com/?p=30845', 0, 'revision', '', 0),
(30846, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25kingdoms&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '3 Kingdoms - Battle of Red Cliffs', '', 'inherit', 'closed', 'closed', '', '189-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 189, 'https://sultan222slot.com/?p=30846', 0, 'revision', '', 0),
(30847, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs3train&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Gold Train', '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 178, 'https://sultan222slot.com/?p=30847', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30848, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs25vegas&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Vegas Nights', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 172, 'https://sultan222slot.com/?p=30848', 0, 'revision', '', 0),
(30849, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50aladdin&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '3 Genie Wishes', '', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 160, 'https://sultan222slot.com/?p=30849', 0, 'revision', '', 0),
(30850, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs20bl&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Busy Bees', '', 'inherit', 'closed', 'closed', '', '152-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 152, 'https://sultan222slot.com/?p=30850', 0, 'revision', '', 0),
(30851, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs13g&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Devil\'s 13', '', 'inherit', 'closed', 'closed', '', '143-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 143, 'https://sultan222slot.com/?p=30851', 0, 'revision', '', 0),
(30852, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=vs50pixie&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Pixie Wings', '', 'inherit', 'closed', 'closed', '', '1463-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 1463, 'https://sultan222slot.com/?p=30852', 0, 'revision', '', 0),
(30853, 1, '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 'Wolf Gold', '', 'inherit', 'closed', 'closed', '', '1462-revision-v1', '', '', '2023-06-20 02:54:15', '2023-06-20 02:54:15', '', 1462, 'https://sultan222slot.com/?p=30853', 0, 'revision', '', 0),
(30854, 1, '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 'Hercules Son of Zeus', '', 'inherit', 'closed', 'closed', '', '1461-revision-v1', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 1461, 'https://sultan222slot.com/?p=30854', 0, 'revision', '', 0),
(30855, 1, '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 'Beowulf', '', 'inherit', 'closed', 'closed', '', '1460-revision-v1', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 1460, 'https://sultan222slot.com/?p=30855', 0, 'revision', '', 0),
(30856, 1, '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 'Lucky Dragons', '', 'inherit', 'closed', 'closed', '', '1459-revision-v1', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 1459, 'https://sultan222slot.com/?p=30856', 0, 'revision', '', 0),
(30857, 1, '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 'Dwarven Gold Deluxe', '', 'inherit', 'closed', 'closed', '', '1458-revision-v1', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 1458, 'https://sultan222slot.com/?p=30857', 0, 'revision', '', 0),
(30858, 1, '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 'Hot Safari', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 100, 'https://sultan222slot.com/?p=30858', 0, 'revision', '', 0),
(30859, 1, '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 'Mighty Kong', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 96, 'https://sultan222slot.com/?p=30859', 0, 'revision', '', 0),
(30860, 1, '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 'Lady Godiva', '', 'inherit', 'closed', 'closed', '', '1457-revision-v1', '', '', '2023-06-20 02:54:16', '2023-06-20 02:54:16', '', 1457, 'https://sultan222slot.com/?p=30860', 0, 'revision', '', 0),
(30861, 1, '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 'Great Reef', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 88, 'https://sultan222slot.com/?p=30861', 0, 'revision', '', 0),
(30862, 1, '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 'Sugar Rush', '', 'inherit', 'closed', 'closed', '', '1470-revision-v1', '', '', '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 1470, 'https://sultan222slot.com/?p=30862', 0, 'revision', '', 0),
(30863, 1, '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 'Fishin\' Reels', '', 'inherit', 'closed', 'closed', '', '1469-revision-v1', '', '', '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 1469, 'https://sultan222slot.com/?p=30863', 0, 'revision', '', 0),
(30864, 1, '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 'Triple Tigers', '', 'inherit', 'closed', 'closed', '', '1468-revision-v1', '', '', '2023-06-20 02:54:23', '2023-06-20 02:54:23', '', 1468, 'https://sultan222slot.com/?p=30864', 0, 'revision', '', 0),
(30865, 1, '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 'Money Roll', '', 'inherit', 'closed', 'closed', '', '1467-revision-v1', '', '', '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 1467, 'https://sultan222slot.com/?p=30865', 0, 'revision', '', 0),
(30866, 1, '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 'Irish Charms', '', 'inherit', 'closed', 'closed', '', '1466-revision-v1', '', '', '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 1466, 'https://sultan222slot.com/?p=30866', 0, 'revision', '', 0),
(30867, 1, '2023-06-20 02:54:24', '2023-06-20 02:54:24', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=cs5triple8gold&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '888 Gold', '', 'inherit', 'closed', 'closed', '', '1465-revision-v1', '', '', '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 1465, 'https://sultan222slot.com/?p=30867', 0, 'revision', '', 0),
(30868, 1, '2023-06-20 02:54:24', '2023-06-20 02:54:24', '<!-- wp:html -->\n<iframe src=\"https://demogamesfree.pragmaticplay.net/gs2c/openGame.do?lang=id&amp;cur=IDR&amp;gameSymbol=cs3w&amp;websiteUrl=https%3A%2F%2Fdemogamesfree.pragmaticplay.net&amp;jurisdiction=99&amp;lobby_url=https%3A%2F%2Fwww.pragmaticplay.com%2Fid%2F\" height=\"600\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Diamonds are Forever 3 Lines', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2023-06-20 02:54:24', '2023-06-20 02:54:24', '', 1464, 'https://sultan222slot.com/?p=30868', 0, 'revision', '', 0),
(30869, 1, '2023-06-20 03:04:25', '2023-06-20 03:04:25', '<!-- wp:paragraph -->\n<p>Situs judi online dengan banyak sekali menyediakan beragam permainan judi online yang tersedia di situs <a href=\"https://sultan222slot.com/\"><strong>Sultan222</strong></a>,dengan tersedia nya banyak permainan judi online yang bisa kalian mainkan dengan puas hanya dengan modal sepuluh ribu saja kalian sudah bisa bermain judi online hingga 24 jam. Kalian akan menikmati pelayanan yang mewah serta responsip dalam bermain judi online kalian dapat mencoba beberapa rekomendasi game judi online yang sedang gacor di situs judi online yang satu ini kalian akan mendapatkan kemenangan yang besar dan fantastis dalam waktu sekejap mata saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":30611,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon.png\" alt=\"\" class=\"wp-image-30611\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Cara Daftar Situs Judi Online Sultan222 Daftar Tergacor Tahun Ini</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kalian sebelum bermain judi online,kalian wajib melakukan pendaftaran terlebih dahulu karena jika kalian tidak melakukan pendaftaran maka kalian tidak akan bisa bermain judi online dengan aman dan tenang. Jangan pernah kalian mencoba menggunakan data orang lain atau data palsu karena jika kalian menggunakan data palsu jika menang maka uang akan di kirim ke data yang anda masukan saat pendaftaran tentu para pemain seperti anda tidak ingin kemenangan nya tidak di bayar bukan maka dari itu jangan coba coba menggunakan data palsu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dan berikut ini adalah cara melakukan pendaftaran untuk bermain judi online Tergacor Tahun ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Memenuhi syarat usia di atas 18 tahun</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Memiliki rekening entah itu bank,e wallet atau crpytocurency</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lakukan pendaftaran dengan mengisi data dengan lengkap sesuai yang ada di website&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cocokan kembali data yang anda isi dan pastikan semua nya benar dan tidak ada kesalahan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lalu bisa approve jika sudah benar dan kalian bisa melakukan deposite untuk pertama kali</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Semua langkah diatas adalah sebuah langkah yang benar yang bisa kalian ikuti,dengan berbagai persyaratan yang harus kalian ikuti serta kalian manfaatkan dengan benar langakah ini merupakan langkah paling mudah untuk di mainkan di situs judi online yang berada di semua tempat yang pernah kalian mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Bermain Judi Online Tergacor Tahun Ini</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Setelah selesai melakukan pendaftaran situs Judi <strong><a href=\"https://sultan222slot.com/\">Sultan222 Daftar</a> </strong>maka wajib untuk bermain, sebelum bermain alangkah baik nya anda melakukan deposite dengan minimal sepuluh ribu saja yang bisa kalian lakukan dengan bergam metode pembayaran yang di sediakan oleh Sultan222 dengan banyak sekali permainan yang bisa anda coba hingga puas dan bisa menghilang kan rasa bosan kalian atau strees kalian dengan mendapatakan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beragam permainan yang di sediakan situs ini bisa kalian coba mulai dari togel,slot,poker,casino dan beberapa jenis game dan ratusan provider lain nya. Fasilitas ini di sediakan untuk kalian yang suka bermain judi online di situs judi online tergacor tahun ini dengan berbagai game populer seperti tembaik ikan,mahyong ways,zeus hinga wild bandito kalian akan merasa sangat terhibur dengan permainan yang di sediakan Sultan222 dan kalian akan merasakan kenyaman jika di bandingkan kalian bermain di situs yang lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Pengalaman Bermain Yang Berbeda Di Sultan222 Daftar</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kalian akan merasakan pengalaman yang berbeda dari beberapa situs yang pernah anda mainkan, jika kalian bermain judi online di Sultan222 Daftar maka kalian akan mendapatkan bonus new member serta beberapa bonus lainya yang bisa kalian claim setiap hari dengan begitu kalian akan menikmati pengalaman bermain judi online dengan aman dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 merupakan sebuah situs judi online terpercaya yang menawarkan berbagai jenis permainan kasino, slot, dan taruhan olahraga. Situs ini menarik banyak pemain karena kualitas permainannya, layanan pelanggan yang responsif, dan keamanan yang dijamin. Berikut adalah beberapa pengalaman bermain yang berbeda yang bisa Anda temukan di Sultan222 setelah mendaftar:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Kasino Live: Sultan222 menawarkan berbagai permainan kasino live yang melibatkan dealer nyata dan pemain lain. Anda dapat menikmati permainan seperti Baccarat, Roulette, Blackjack, dan lainnya dengan atmosfer kasino nyata tanpa harus meninggalkan kenyamanan rumah Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Slot Online: Sultan222 memiliki koleksi luas permainan slot online yang mencakup judul-judul populer dan terbaru. Dengan berbagai tema, fitur, dan gameplay, Anda pasti akan menemukan permainan slot yang sesuai dengan selera Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Taruhan Olahraga: Jika Anda penggemar taruhan olahraga, Sultan222 menawarkan berbagai pilihan untuk dipertaruhkan.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Promosi dan Bonus: Sultan222 sering menawarkan promosi dan bonus menarik untuk para pemainnya. Dari bonus sambutan untuk pemain baru hingga promosi mingguan dan bulanan, ada banyak cara untuk meningkatkan peluang Anda memenangkan hadiah besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Keamanan dan Privasi: Sultan222 sangat menekankan pada keamanan dan privasi pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Layanan Pelanggan: Tim layanan pelanggan di Sultan222 siap membantu Anda 24 jam sehari, 7 hari seminggu. Anda dapat menghubungi mereka melalui live chat, email, atau telepon bila Anda memerlukan bantuan atau memiliki pertanyaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk menikmati pengalaman bermain yang berbeda di Sultan222, Anda perlu mendaftar terlebih dahulu. Setelah itu, Anda bisa menyetor dana ke akun Anda dan mulai bermain.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keuntungan Jika Kalian Memulai Permainan Di Situs Sultan222 Daftar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Memulai permainan di daftar situs Sultan222 dapat memiliki beberapa keuntungan, seperti yang disarankan oleh hasil pencarian:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai pilihan permainan: Situs judi bola online terkemuka menawarkan berbagai pilihan permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Artinya, pemain dapat memilih dari berbagai permainan dan menemukan permainan yang paling mereka sukai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pembayaran tinggi: Beberapa game di situs web ini menawarkan pembayaran tertinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Artinya, pemain berpotensi menang besar jika beruntung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gratis untuk dimainkan: Beberapa game di situs web ini gratis untuk dimainkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Artinya, pemain dapat menikmati permainan tanpa harus mengeluarkan uang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kemampuan untuk memainkan banyak slot sekaligus: Beberapa game di situs web ini memungkinkan pemain memainkan banyak slot sekaligus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Artinya, pemain dapat meningkatkan peluang menang dengan memainkan lebih banyak game secara bersamaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>memulai permainan di daftar situs Sultan222 dapat memberi pemain beragam permainan untuk dipilih, potensi pembayaran tinggi, dan kemampuan untuk memainkan banyak slot sekaligus. Selain itu, beberapa game gratis untuk dimainkan, yang bisa menjadi cara yang bagus bagi pemain untuk menikmati game tanpa harus mengeluarkan uang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Daftar Sultan222 Keuntungan Bermain Di Website Judibola Online Terkemuka</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Perjudian online menjadi semakin populer selama bertahun-tahun, dengan semakin banyak pemain yang mencari sensasi kasino online langsung. Jika Anda sedang mencari situs judi bola online terkemuka, Sultan222 adalah tempat yang tepat untuk memulai. Berikut adalah beberapa keuntungan bermain di situs ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai pilihan permainan: Sultan222 menawarkan banyak pilihan permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Artinya, pemain dapat memilih dari berbagai permainan dan menemukan permainan yang paling mereka sukai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pembayaran tinggi: Beberapa game di Sultan222 menawarkan pembayaran tertinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Artinya, pemain berpotensi menang besar jika beruntung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gratis untuk dimainkan: Beberapa game di Sultan222 gratis untuk dimainkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Artinya, pemain dapat menikmati permainan tanpa harus mengeluarkan uang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kemampuan untuk memainkan banyak slot sekaligus: Beberapa game di Sultan222 memungkinkan pemain memainkan banyak slot sekaligus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Artinya, pemain dapat meningkatkan peluang menang dengan memainkan lebih banyak game secara bersamaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aman dan terjamin: Sultan222 adalah situs judi bola online terkemuka yang sangat memperhatikan keselamatan dan keamanan para pemainnya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Artinya, pemain dapat menikmati permainan tanpa harus khawatir informasi pribadi mereka disusupi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secara keseluruhan, bermain di Sultan222 dapat memberi pemain beragam permainan untuk dipilih, potensi pembayaran tinggi, dan kemampuan untuk memainkan banyak slot sekaligus. Selain itu, beberapa game gratis untuk dimainkan, yang bisa menjadi cara yang bagus bagi pemain untuk menikmati game tanpa harus mengeluarkan uang. Dengan fokus pada keselamatan dan keamanan, Sultan222 adalah pilihan tepat bagi siapa saja yang ingin bermain judi bola online.</p>\n<!-- /wp:paragraph -->', 'Sultan222 Daftar Situs Judi Online Tergacor Tahun Ini', '', 'trash', 'open', 'open', '', 'sultan222-daftar-situs-judi-online-tergacor-tahun-ini__trashed', '', '', '2023-06-20 03:56:03', '2023-06-20 03:56:03', '', 0, 'https://sultan222slot.com/?p=30869', 0, 'post', '', 0),
(30870, 1, '2023-06-20 02:57:55', '2023-06-20 02:57:55', '[{\"term_slug\":\"010ae5995d49ecb8d85a6eb6658d3a3b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"\\n\\t( function() {\\n\\t\\tvar query = document.location.search;\\n\\n\\t\\tif ( query && query.indexOf( __SINGLE_QUOTED_STRING__ ) !== __INT__ ) {\\n\\t\\t\\twindow.name = __SINGLE_QUOTED_STRING__;\\n\\t\\t}\\n\\n\\t\\tif ( window.addEventListener ) {\\n\\t\\t\\twindow.addEventListener( __SINGLE_QUOTED_STRING__, function() { window.name = __SINGLE_QUOTED_STRING__; }, false );\\n\\t\\t}\\n\\t}());\\n\\t\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.php\",\"line\":7408,\"function\":\"wp_post_preview_js\",\"hook\":\"wp_head\",\"priority\":1}]}},{\"term_slug\":\"29467223f8335ea4e332a781dc78545a\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"form\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"(function(){if(window===window.parent){document.getElementById(__SINGLE_QUOTED_STRING__).name=__SINGLE_QUOTED_STRING__;}})();\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"comment-template.php\",\"line\":1338,\"function\":\"wp_comment_form_unfiltered_html_nonce\",\"hook\":\"comment_form\",\"priority\":10}]}}]', 'https://sultan222slot.com/?p=30869', '', 'publish', 'closed', 'closed', '', '75a123d445120e6aed9e339a02048281', '', '', '2023-06-20 02:57:55', '2023-06-20 02:57:55', '', 0, 'https://sultan222slot.com/amp_validated_url/75a123d445120e6aed9e339a02048281/', 0, 'amp_validated_url', '', 0),
(30871, 1, '2023-06-20 03:04:25', '2023-06-20 03:04:25', '<!-- wp:paragraph -->\n<p>Situs judi online dengan banyak sekali menyediakan beragam permainan judi online yang tersedia di situs <a href=\"https://sultan222slot.com/\"><strong>Sultan222</strong></a>,dengan tersedia nya banyak permainan judi online yang bisa kalian mainkan dengan puas hanya dengan modal sepuluh ribu saja kalian sudah bisa bermain judi online hingga 24 jam. Kalian akan menikmati pelayanan yang mewah serta responsip dalam bermain judi online kalian dapat mencoba beberapa rekomendasi game judi online yang sedang gacor di situs judi online yang satu ini kalian akan mendapatkan kemenangan yang besar dan fantastis dalam waktu sekejap mata saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":30611,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon.png\" alt=\"\" class=\"wp-image-30611\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Cara Daftar Situs Judi Online Sultan222 Daftar Tergacor Tahun Ini</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kalian sebelum bermain judi online,kalian wajib melakukan pendaftaran terlebih dahulu karena jika kalian tidak melakukan pendaftaran maka kalian tidak akan bisa bermain judi online dengan aman dan tenang. Jangan pernah kalian mencoba menggunakan data orang lain atau data palsu karena jika kalian menggunakan data palsu jika menang maka uang akan di kirim ke data yang anda masukan saat pendaftaran tentu para pemain seperti anda tidak ingin kemenangan nya tidak di bayar bukan maka dari itu jangan coba coba menggunakan data palsu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dan berikut ini adalah cara melakukan pendaftaran untuk bermain judi online Tergacor Tahun ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Memenuhi syarat usia di atas 18 tahun</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Memiliki rekening entah itu bank,e wallet atau crpytocurency</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lakukan pendaftaran dengan mengisi data dengan lengkap sesuai yang ada di website&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cocokan kembali data yang anda isi dan pastikan semua nya benar dan tidak ada kesalahan</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lalu bisa approve jika sudah benar dan kalian bisa melakukan deposite untuk pertama kali</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Semua langkah diatas adalah sebuah langkah yang benar yang bisa kalian ikuti,dengan berbagai persyaratan yang harus kalian ikuti serta kalian manfaatkan dengan benar langakah ini merupakan langkah paling mudah untuk di mainkan di situs judi online yang berada di semua tempat yang pernah kalian mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Bermain Judi Online Tergacor Tahun Ini</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Setelah selesai melakukan pendaftaran situs Judi <strong><a href=\"https://sultan222slot.com/\">Sultan222 Daftar</a> </strong>maka wajib untuk bermain, sebelum bermain alangkah baik nya anda melakukan deposite dengan minimal sepuluh ribu saja yang bisa kalian lakukan dengan bergam metode pembayaran yang di sediakan oleh Sultan222 dengan banyak sekali permainan yang bisa anda coba hingga puas dan bisa menghilang kan rasa bosan kalian atau strees kalian dengan mendapatakan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beragam permainan yang di sediakan situs ini bisa kalian coba mulai dari togel,slot,poker,casino dan beberapa jenis game dan ratusan provider lain nya. Fasilitas ini di sediakan untuk kalian yang suka bermain judi online di situs judi online tergacor tahun ini dengan berbagai game populer seperti tembaik ikan,mahyong ways,zeus hinga wild bandito kalian akan merasa sangat terhibur dengan permainan yang di sediakan Sultan222 dan kalian akan merasakan kenyaman jika di bandingkan kalian bermain di situs yang lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Pengalaman Bermain Yang Berbeda Di Sultan222 Daftar</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kalian akan merasakan pengalaman yang berbeda dari beberapa situs yang pernah anda mainkan, jika kalian bermain judi online di Sultan222 Daftar maka kalian akan mendapatkan bonus new member serta beberapa bonus lainya yang bisa kalian claim setiap hari dengan begitu kalian akan menikmati pengalaman bermain judi online dengan aman dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sultan222 merupakan sebuah situs judi online terpercaya yang menawarkan berbagai jenis permainan kasino, slot, dan taruhan olahraga. Situs ini menarik banyak pemain karena kualitas permainannya, layanan pelanggan yang responsif, dan keamanan yang dijamin. Berikut adalah beberapa pengalaman bermain yang berbeda yang bisa Anda temukan di Sultan222 setelah mendaftar:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Kasino Live: Sultan222 menawarkan berbagai permainan kasino live yang melibatkan dealer nyata dan pemain lain. Anda dapat menikmati permainan seperti Baccarat, Roulette, Blackjack, dan lainnya dengan atmosfer kasino nyata tanpa harus meninggalkan kenyamanan rumah Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Slot Online: Sultan222 memiliki koleksi luas permainan slot online yang mencakup judul-judul populer dan terbaru. Dengan berbagai tema, fitur, dan gameplay, Anda pasti akan menemukan permainan slot yang sesuai dengan selera Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Taruhan Olahraga: Jika Anda penggemar taruhan olahraga, Sultan222 menawarkan berbagai pilihan untuk dipertaruhkan.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Promosi dan Bonus: Sultan222 sering menawarkan promosi dan bonus menarik untuk para pemainnya. Dari bonus sambutan untuk pemain baru hingga promosi mingguan dan bulanan, ada banyak cara untuk meningkatkan peluang Anda memenangkan hadiah besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Keamanan dan Privasi: Sultan222 sangat menekankan pada keamanan dan privasi pemainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Layanan Pelanggan: Tim layanan pelanggan di Sultan222 siap membantu Anda 24 jam sehari, 7 hari seminggu. Anda dapat menghubungi mereka melalui live chat, email, atau telepon bila Anda memerlukan bantuan atau memiliki pertanyaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk menikmati pengalaman bermain yang berbeda di Sultan222, Anda perlu mendaftar terlebih dahulu. Setelah itu, Anda bisa menyetor dana ke akun Anda dan mulai bermain.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Keuntungan Jika Kalian Memulai Permainan Di Situs Sultan222 Daftar</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Memulai permainan di daftar situs Sultan222 dapat memiliki beberapa keuntungan, seperti yang disarankan oleh hasil pencarian:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai pilihan permainan: Situs judi bola online terkemuka menawarkan berbagai pilihan permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Artinya, pemain dapat memilih dari berbagai permainan dan menemukan permainan yang paling mereka sukai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pembayaran tinggi: Beberapa game di situs web ini menawarkan pembayaran tertinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Artinya, pemain berpotensi menang besar jika beruntung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gratis untuk dimainkan: Beberapa game di situs web ini gratis untuk dimainkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Artinya, pemain dapat menikmati permainan tanpa harus mengeluarkan uang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kemampuan untuk memainkan banyak slot sekaligus: Beberapa game di situs web ini memungkinkan pemain memainkan banyak slot sekaligus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Artinya, pemain dapat meningkatkan peluang menang dengan memainkan lebih banyak game secara bersamaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>memulai permainan di daftar situs Sultan222 dapat memberi pemain beragam permainan untuk dipilih, potensi pembayaran tinggi, dan kemampuan untuk memainkan banyak slot sekaligus. Selain itu, beberapa game gratis untuk dimainkan, yang bisa menjadi cara yang bagus bagi pemain untuk menikmati game tanpa harus mengeluarkan uang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Daftar Sultan222 Keuntungan Bermain Di Website Judibola Online Terkemuka</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Perjudian online menjadi semakin populer selama bertahun-tahun, dengan semakin banyak pemain yang mencari sensasi kasino online langsung. Jika Anda sedang mencari situs judi bola online terkemuka, Sultan222 adalah tempat yang tepat untuk memulai. Berikut adalah beberapa keuntungan bermain di situs ini:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai pilihan permainan: Sultan222 menawarkan banyak pilihan permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Artinya, pemain dapat memilih dari berbagai permainan dan menemukan permainan yang paling mereka sukai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pembayaran tinggi: Beberapa game di Sultan222 menawarkan pembayaran tertinggi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Artinya, pemain berpotensi menang besar jika beruntung.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gratis untuk dimainkan: Beberapa game di Sultan222 gratis untuk dimainkan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Artinya, pemain dapat menikmati permainan tanpa harus mengeluarkan uang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kemampuan untuk memainkan banyak slot sekaligus: Beberapa game di Sultan222 memungkinkan pemain memainkan banyak slot sekaligus</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Artinya, pemain dapat meningkatkan peluang menang dengan memainkan lebih banyak game secara bersamaan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aman dan terjamin: Sultan222 adalah situs judi bola online terkemuka yang sangat memperhatikan keselamatan dan keamanan para pemainnya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Artinya, pemain dapat menikmati permainan tanpa harus khawatir informasi pribadi mereka disusupi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secara keseluruhan, bermain di Sultan222 dapat memberi pemain beragam permainan untuk dipilih, potensi pembayaran tinggi, dan kemampuan untuk memainkan banyak slot sekaligus. Selain itu, beberapa game gratis untuk dimainkan, yang bisa menjadi cara yang bagus bagi pemain untuk menikmati game tanpa harus mengeluarkan uang. Dengan fokus pada keselamatan dan keamanan, Sultan222 adalah pilihan tepat bagi siapa saja yang ingin bermain judi bola online.</p>\n<!-- /wp:paragraph -->', 'Sultan222 Daftar Situs Judi Online Tergacor Tahun Ini', '', 'inherit', 'closed', 'closed', '', '30869-revision-v1', '', '', '2023-06-20 03:04:25', '2023-06-20 03:04:25', '', 30869, 'https://sultan222slot.com/?p=30871', 0, 'revision', '', 0),
(30872, 1, '2023-06-20 03:04:26', '2023-06-20 03:04:26', '[{\"term_slug\":\"29467223f8335ea4e332a781dc78545a\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"form\",\"code\":\"DISALLOWED_TAG\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\"(function(){if(window===window.parent){document.getElementById(__SINGLE_QUOTED_STRING__).name=__SINGLE_QUOTED_STRING__;}})();\",\"node_type\":1,\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"comment-template.php\",\"line\":1338,\"function\":\"wp_comment_form_unfiltered_html_nonce\",\"hook\":\"comment_form\",\"priority\":10}]}}]', 'https://sultan222slot.com/sultan222-daftar-situs-judi-online-tergacor-tahun-ini/', '', 'publish', 'closed', 'closed', '', '10db2213ded3e54a0dc1bef2845069c9', '', '', '2023-06-20 03:04:26', '2023-06-20 03:04:26', '', 0, 'https://sultan222slot.com/amp_validated_url/10db2213ded3e54a0dc1bef2845069c9/', 0, 'amp_validated_url', '', 0),
(30877, 1, '2023-06-20 03:55:18', '2023-06-20 03:55:18', '{\n    \"old_sidebars_widgets_data\": {\n        \"value\": {\n            \"wp_inactive_widgets\": [\n                \"block-5\",\n                \"block-6\"\n            ],\n            \"primary-widget-area\": [\n                \"block-2\",\n                \"block-3\",\n                \"block-4\"\n            ]\n        },\n        \"type\": \"global_variable\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-20 03:55:18\"\n    },\n    \"mpo77::nav_menu_locations[contact-menu]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-20 03:55:18\"\n    },\n    \"mpo77::nav_menu_locations[login-menu]\": {\n        \"value\": 4,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-20 03:55:18\"\n    },\n    \"mpo77::nav_menu_locations[games-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-20 03:55:18\"\n    },\n    \"mpo77::nav_menu_locations[provider-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-20 03:55:18\"\n    },\n    \"nav_menu_item[13]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 13,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Login\",\n            \"url\": \"https://bit.ly/3n0GZlt\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-in\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-20 03:55:18\"\n    },\n    \"nav_menu_item[12]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 12,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Daftar\",\n            \"url\": \"https://bit.ly/3n0GZlt\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-up\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-20 03:55:18\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'bd9a3f22-437a-439d-b289-5a617b1d1c1d', '', '', '2023-06-20 03:55:18', '2023-06-20 03:55:18', '', 0, 'http://localhost/mpo77.ink/bd9a3f22-437a-439d-b289-5a617b1d1c1d/', 0, 'customize_changeset', '', 0);
INSERT INTO `wpoc_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
(30879, 1, '2023-06-20 04:32:26', '2023-06-20 04:32:26', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya Mpo77&nbsp;adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77&nbsp;login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di situs Mpo77&nbsp;adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Berbagai Layanan Tersedia di Situs Judi Online Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Tips Aman Bermain di Situs Judi Online </strong><strong>Mpo77</strong><strong></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 04:32:26', '2023-06-20 04:32:26', '', 2, 'http://localhost/mpo77.ink/?p=30879', 0, 'revision', '', 0),
(30880, 1, '2023-06-20 04:33:16', '2023-06-20 04:33:16', '', 'slot-online-gacor', '', 'inherit', 'open', 'closed', '', 'slot-online-gacor', '', '', '2023-06-20 04:33:16', '2023-06-20 04:33:16', '', 0, 'http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot-online-gacor.png', 0, 'attachment', 'image/png', 0),
(30881, 1, '2023-06-20 04:34:22', '2023-06-20 04:34:22', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya Mpo77 adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77 login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77 juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":30880,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot-online-gacor.png\" alt=\"\" class=\"wp-image-30880\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di situs Mpo77&nbsp;adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Berbagai Layanan Tersedia di Situs Judi Online Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Tips Aman Bermain di Situs Judi Online </strong><strong>Mpo77</strong><strong></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 04:34:22', '2023-06-20 04:34:22', '', 2, 'http://localhost/mpo77.ink/?p=30881', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30883, 1, '2023-06-20 04:36:37', '2023-06-20 04:36:37', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya <strong><a href=\"http://www.mpo77.ink\">Mpo77</a> </strong>adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77 login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77 juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":30880,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot-online-gacor.png\" alt=\"\" class=\"wp-image-30880\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di <a href=\"http://www.mpo77.ink\"><strong>situs Mpo77 </strong></a>adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Berbagai Layanan Tersedia di Situs Judi Online Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Tips Aman Bermain di Situs Judi Online </strong><strong>Mpo77</strong><strong></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 04:36:37', '2023-06-20 04:36:37', '', 2, 'http://localhost/mpo77.ink/?p=30883', 0, 'revision', '', 0),
(30884, 1, '2023-06-20 04:37:24', '2023-06-20 04:37:24', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya <strong><a href=\"http://www.mpo77.ink\">Mpo77</a>&nbsp;</strong>adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77&nbsp;login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"align\":\"center\",\"id\":30880,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot-online-gacor.png\" alt=\"\" class=\"wp-image-30880\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di <a href=\"http://www.mpo77.ink\"><strong>situs Mpo77&nbsp;</strong></a>adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Berbagai Layanan Tersedia di Situs Judi Online Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Tips Aman Bermain di Situs Judi Online </strong><strong>Mpo77</strong><strong></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 04:37:24', '2023-06-20 04:37:24', '', 2, 'http://localhost/mpo77.ink/?p=30884', 0, 'revision', '', 0),
(30885, 1, '2023-06-20 04:39:04', '2023-06-20 04:39:04', '', 'situs-mpo-slot-terbaik-se-asia', '', 'inherit', 'open', 'closed', '', 'situs-mpo-slot-terbaik-se-asia', '', '', '2023-06-20 04:39:04', '2023-06-20 04:39:04', '', 0, 'http://localhost/mpo77.ink/wp-content/uploads/2023/06/situs-mpo-slot-terbaik-se-asia.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpoc_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
(30886, 1, '2023-06-20 04:39:48', '2023-06-20 04:39:48', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya <strong><a href=\"http://www.mpo77.ink\">Mpo77</a>&nbsp;</strong>adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77&nbsp;login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/situs-mpo-slot-terbaik-se-asia.png\" alt=\"\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di <a href=\"http://www.mpo77.ink\"><strong>situs Mpo77&nbsp;</strong></a>adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Berbagai Layanan Tersedia di Situs Judi Online Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Tips Aman Bermain di Situs Judi Online </strong><strong>Mpo77</strong><strong></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 04:39:48', '2023-06-20 04:39:48', '', 2, 'http://localhost/mpo77.ink/?p=30886', 0, 'revision', '', 0),
(30887, 1, '2023-06-20 04:41:48', '2023-06-20 04:41:48', '', 'Indukan-777LS', '', 'inherit', 'open', 'closed', '', 'indukan-777ls', '', '', '2023-06-20 04:41:48', '2023-06-20 04:41:48', '', 0, 'http://localhost/mpo77.ink/wp-content/uploads/2023/06/Indukan-777LS.png', 0, 'attachment', 'image/png', 0),
(30888, 1, '2023-06-20 04:42:16', '2023-06-20 04:42:16', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya <strong><a href=\"http://www.mpo77.ink\">Mpo77</a>&nbsp;</strong>adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77&nbsp;login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/Indukan-777LS.png\" alt=\"\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di <a href=\"http://www.mpo77.ink\"><strong>situs Mpo77&nbsp;</strong></a>adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Berbagai Layanan Tersedia di Situs Judi Online Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Tips Aman Bermain di Situs Judi Online </strong><strong>Mpo77</strong><strong></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 04:42:16', '2023-06-20 04:42:16', '', 2, 'http://localhost/mpo77.ink/?p=30888', 0, 'revision', '', 0),
(30890, 1, '2023-06-20 04:51:22', '2023-06-20 04:51:22', '', 'slot', '', 'inherit', 'open', 'closed', '', 'slot', '', '', '2023-06-20 04:51:22', '2023-06-20 04:51:22', '', 0, 'http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpoc_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
(30891, 1, '2023-06-20 04:52:02', '2023-06-20 04:52:02', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya <strong><a href=\"http://www.mpo77.ink\">Mpo77</a>&nbsp;</strong>adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77&nbsp;login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot.png\" alt=\"\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di <a href=\"http://www.mpo77.ink\"><strong>situs Mpo77&nbsp;</strong></a>adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Berbagai Layanan Tersedia di Situs Judi Online Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Tips Aman Bermain di Situs Judi Online </strong><strong>Mpo77</strong><strong></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 04:52:02', '2023-06-20 04:52:02', '', 2, 'http://localhost/mpo77.ink/?p=30891', 0, 'revision', '', 0),
(30893, 1, '2023-06-20 05:51:39', '2023-06-20 05:51:39', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya <strong><a href=\"http://www.mpo77.ink\">Mpo77</a>&nbsp;</strong>adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77&nbsp;login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot.png\" alt=\"\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di <a href=\"http://www.mpo77.ink\"><strong>situs Mpo77&nbsp;</strong></a>adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Berbagai Layanan Tersedia di </strong>Situs <strong>Judi Online Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Tips Aman Bermain di Situs Judi </strong>Online <strong>Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 05:51:39', '2023-06-20 05:51:39', '', 2, 'http://localhost/mpo77.ink/?p=30893', 0, 'revision', '', 0),
(30894, 0, '2023-06-20 06:52:07', '2023-06-20 06:52:07', '[]', 'https://localhost/mpo77.ink/?s=example', '', 'publish', 'closed', 'closed', '', '33b2cf06a1cb9ecd9a1ecc9d5069ded9', '', '', '2023-06-20 06:52:07', '2023-06-20 06:52:07', '', 0, 'http://localhost/mpo77.ink/amp_validated_url/33b2cf06a1cb9ecd9a1ecc9d5069ded9/', 0, 'amp_validated_url', '', 0),
(30895, 1, '2023-06-20 05:57:18', '2023-06-20 05:57:18', '[]', 'https://localhost/mpo77.ink/', '', 'publish', 'closed', 'closed', '', 'b99994286f99bfab5764adcba6ef93df', '', '', '2023-06-20 05:57:18', '2023-06-20 05:57:18', '', 0, 'http://localhost/mpo77.ink/amp_validated_url/b99994286f99bfab5764adcba6ef93df/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wpoc_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
(30897, 1, '2023-06-20 05:54:30', '2023-06-20 05:54:30', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya <strong><a href=\"http://www.mpo77.ink\">Mpo77</a>&nbsp;</strong>adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77&nbsp;login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot.png\" alt=\"\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di <a href=\"http://www.mpo77.ink\"><strong>situs Mpo77&nbsp;</strong></a>adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Berbagai Layanan Tersedia di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Tips Aman Bermain di Situs Judi </strong>Online <strong>Mpo77</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 05:54:30', '2023-06-20 05:54:30', '', 2, 'http://localhost/mpo77.ink/?p=30897', 0, 'revision', '', 0),
(30898, 1, '2023-06-20 05:56:02', '2023-06-20 05:56:02', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya <strong><a href=\"http://www.mpo77.ink\">Mpo77</a>&nbsp;</strong>adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77&nbsp;login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot.png\" alt=\"\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di <a href=\"http://www.mpo77.ink\"><strong>situs Mpo77&nbsp;</strong></a>adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Berbagai Layanan Tersedia di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Tips Aman Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 05:56:02', '2023-06-20 05:56:02', '', 2, 'http://localhost/mpo77.ink/?p=30898', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30899, 1, '2023-06-20 05:57:16', '2023-06-20 05:57:16', '<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya <a href=\"http://www.mpo77.ink\">Mpo77</a> adalah salah satu situs yang menyediakan berbagai permainan judi online dengan berbagai macam pilihan permainan. Salah satu keunggulan dari Mpo77 login ini adalah memberikan pelayanan yang terbaik kepada para membernya. Selain itu, Mpo77 juga menyediakan berbagai macam bonus bagi para membernya sehingga para member dapat bermain dengan lebih nyaman dan juga mendapatkan berbagai macam keuntungan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/mpo77.ink/wp-content/uploads/2023/06/slot.png\" alt=\"\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa permainan judi online yang tersedia di situs Mpo77:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Slot online<br>-Poker online<br>-Casino online<br>-Sabung ayam<br>-Sportsbook</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online di Mpo77&nbsp;dapat dimainkan secara menyenangkan dan juga mudah karena semua permainan tersedia dalam satu situs saja. Selain itu, ada juga live chat yang tersedia 24 jam setiap hari sehingga para member dapat bertanya apa saja yang ingin ditanyakan tentang permainan kepada customer service kami. Kami selalu siap untuk memberikan pelayanan terbaik kepada para member kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fitur Keamanan yang Menyertai Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keamanan merupakan fitur yang sangat penting dalam sebuah situs judi online. Hal ini dikarenakan, sebagian besar dari para pemain judi online berada di negara-negara yang melarang perjudian. Jadi, apabila mereka tertangkap oleh pihak berwajib, mereka bisa berpotensi mendapatkan masalah hukum yang serius.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oleh karena itu, situs judi online seperti Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Fitur-fitur keamanan yang tersedia di situs ini sangat lengkap, sehingga para pemain dapat bermain judi dengan tenang dan nyaman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fitur utama yang tersedia di <a href=\"http://www.mpo77.ink\">situs Mpo77 </a>adalah sistem keamanan yang canggih. Situs ini menggunakan teknologi enkripsi yang canggih untuk menjaga data pribadi para pemainnya. Selain itu, situs ini juga menyediakan fasilitas keamanan e-money, yaitu fasilitas yang menjamin uang digital para pemain aman dari serangan pihak-pihak yang tidak bertanggung jawab.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memastikan keamanan para pemain, situs Mpo77&nbsp;juga bekerja sama dengan beberapa bank terkemuka di Indonesia. Bank-bank tersebut telah menyediakan fasilitas keamanan yang sangat canggih, sehingga uang para pemain akan aman dari serangan peretas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat mengutamakan keamanan para pemainnya. Oleh karena itu, situs ini telah melengkapi fitur-fitur keamanannya dengan sebaik-baiknya. Para pemain dapat bermain judi dengan tenang dan nyaman karena telah adanya fitur keamanan yang lengkap dan canggih di situs ini. Terima kasih.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Berbagai Layanan Tersedia di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;telah beroperasi sejak tahun 2017 dan telah menyediakan berbagai macam permainan Judi Online yang dapat dinikmati oleh para member. Salah satu permainan yang paling populer di Mpo77&nbsp;adalah permainan poker. Poker merupakan permainan kartu yang sangat populer di seluruh dunia dan telah mendapatkan tempat di hati para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berbagai macam layanan tersedia di situs judi online Mpo77&nbsp;untuk para member, mulai dari customer service yang siap 24 jam nonstop untuk membantu para member yang mengalami kesulitan, berbagai macam bonus yang tersedia setiap harinya, hingga berbagai macam permainan yang dapat dimainkan dengan menggunakan 1 ID saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member dapat bermain poker dengan menggunakan uang asli ataupun menggunakan uang virtual (play money). Bagi para member yang masih pemula, disarankan untuk bermain menggunakan uang virtual terlebih dahulu untuk mempelajari permainan dan mencoba berbagai strategi. Ketika sudah mahir, barulah beralih ke uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bagi para member yang ingin bermain poker dengan uang asli, Mpo77&nbsp;telah menyediakan berbagai macam bonus yang bisa didapatkan. Bonus-bonus tersebut berupa bonus deposit, bonus cashback, bonus referral, dan lain sebagainya. Para member juga dapat mengikuti berbagai macam turnamen poker yang diselenggarakan setiap bulannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;sangat cocok untuk para pecinta poker karena menyediakan berbagai macam permainan poker mulai dari Texas Holdem, Omaha, Super10, hingga Ceme. Selain permainan poker, situs ini juga menyediakan permainan live casino, judi bola, serta permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan sensasi bermain poker dengan uang asli di situs judi online Mpo77!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Kemudahan Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Kemudahan Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs judi online Mpo77&nbsp;menyediakan berbagai permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu kemudahan yang ditawarkan oleh situs ini adalah Anda bisa main judi dimana saja dan kapan saja. Situs ini menyediakan aplikasi yang bisa diunduh di smartphone Anda, sehingga Anda bisa main judi online kapan dan dimana saja. Anda tidak perlu lagi mencari tempat untuk main judi, cukup dengan mengunduh aplikasi Mpo77, maka Anda sudah bisa main judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi ini juga sangat mudah digunakan. Anda tidak perlu khawatir akan kesulitan dalam mengakses permainan judi online. Aplikasi Mpo77&nbsp;sangat user friendly, sehingga Anda bisa dengan mudah mengakses permainan yang Anda inginkan. Selain itu aplikasi ini juga dilengkapi dengan berbagai fitur yang bisa memudahkan Anda dalam bermain judi online. Fitur-fitur tersebut antara lain live chat, customer service yang siap 24 jam, serta berbagai bonus dan promo menarik yang bisa Anda dapatkan setiap hari.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jangan ragu lagi untuk bermain judi online di Mpo77. Selain mudah dan menguntungkan, Anda juga bisa mendapatkan berbagai kemudahan dalam bermain judi. Anda bisa main judi dimana dan kapan saja, sesuai dengan keinginan dan waktu luang Anda. Jadi tunggu apalagi? Ayo daftarkan diri Anda sekarang juga di situs judi online Mpo77, dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jenis Permainan yang Bisa Dimainkan di Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan judi online yang bisa dimainkan oleh para pemain. Permainan-permainan yang tersedia di situs ini antara lain adalah permainan kartu, permainan live casino, permainan slot, dan permainan tembak ikan. Berikut adalah informasi selengkapnya mengenai jenis-jenis permainan yang bisa dimainkan di situs judi online Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan kartu mencakup berbagai permainan kartu yang populer seperti poker online, dominoqq, bandarq, dan capsa susun. Poker online adalah permainan kartu yang paling populer di situs judi online Mpo77. Permainan ini menggunakan kartu remi yang terdiri dari 52 buah kartu. Para pemain akan mendapatkan 2 buah kartu setiap putaran dan akan diberikan waktu 5 menit untuk melakukan taruhan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dominoqq adalah permainan kartu yang menggunakan 28 buah kartu domino. Setiap pemain akan mendapatkan 4 buah kartu setiap putarannya. Capsa susun adalah permainan kartu yang terdiri dari 13 buah kartu. Setiap pemain akan mendapatkan 3 buah kartu setiap putarannya. Permainan live casino di situs judi online Mpo77&nbsp;mencakup berbagai permainan casino seperti baccarat, roulette, sicbo, dan dragon tiger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat bermain live casino dengan menggunakan uang sungguhan ataupun menggunakan uang virtual. Slot adalah permainan judi online yang menggunakan mesin slot sebagai alat untuk bermain. Situs judi online Mpo77&nbsp;menyediakan berbagai jenis permainan slot yang menarik dan menguntungkan. Tembak ikan adalah permainan judi online yang menggunakan senjata untuk membunuh ikan-ikan yang ada di laut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para pemain dapat memainkan tembak ikan dengan menggunakan uang sungguhan maupun uang virtual. Situs judi online Mpo77&nbsp;memberikan berbagai keuntungan bagi para pemainnya seperti bonus, promo, dan jackpot. Bonus yang ditawarkan oleh situs ini antara lain adalah bonus new member, bonus deposit, bonus cashback, dan bonus referral. Anda dapat mendapatkan bonus new member sebesar 20% dari deposit pertama yang Anda bayarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anda juga dapat mendapatkan bonus deposit sebesar 5% setiap kali Anda melakukan deposit ke akun judi online Anda. Situs judi online Mpo77&nbsp;memberikan promo menarik seperti promo freebet, promo potongan harga, dan promo cashback. Potongan harga akan diberikan kepada para pemain setiap kali mereka melakukan deposit ke akun judi online mereka. Anda dapat mendapatkan cashback sebesar 0,5% setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Keuntungan Bermain di Situs Judi Online Mpo77&nbsp;– Salah satu situs judi online yang menyediakan berbagai permainan judi online terlengkap dengan berbagai jenis permainan. Jadi bagi para penjudi online, Anda bisa memilih jenis permainan yang Anda sukai untuk Anda mainkan. Oleh karena itu, Mpo77&nbsp;menyediakan berbagai jenis permainan judi online, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Permainan Judi Bola Online<br>2. Permainan Judi Poker Online<br>3. Permainan Judi Slot Online<br>4. Permainan Judi Tembak Ikan Online<br>5. Permainan Judi Sabung Ayam Online<br>6. Permainan Judi Togel Online<br>7. Dan masih banyak jenis permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Uniknya, situs Mpo77&nbsp;ini menyediakan fitur live streaming, sehingga Anda bisa menyaksikan permainan yang sedang berlangsung secara langsung. Selain itu, Mpo77&nbsp;juga menyediakan berbagai jenis bonus, seperti :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Bonus Deposit<br>2. Bonus Cashback<br>3. Bonus Referral<br>4. Dan masih banyak bonus lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar di situs Mpo77&nbsp;sangatlah mudah, karena prosesnya yang cepat dan gratis. Anda hanya perlu mengisi formulir pendaftaran yang ada di situs, lalu Anda akan mendapatkan ID dan Password untuk login ke situs. Setelah itu, Anda tinggal deposit untuk memulai bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nah, bagi Anda yang tertarik untuk bermain di situs judi online terlengkap dan terpercaya, segeralah daftar di situs Mpo77&nbsp;!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Panduan untuk Bermain di Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;merupakan salah satu situs judi online terbesar dan terpercaya di Indonesia. Situs ini menyediakan berbagai macam permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Selain itu, Mpo77&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik, seperti bonus new member, bonus deposit, bonus cashback, dan lain-lain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Panduan untuk Bermain di Situs Judi Online Mpo77</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Daftar Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk bisa bermain di situs Mpo77, Anda harus memiliki akun terlebih dahulu. Anda bisa mendapatkan akun dengan cara mendaftar di situs resmi Mpo77. Untuk mendaftar, Anda hanya perlu mengisi formulir pendaftaran yang tersedia di situs tersebut. Anda akan mendapatkan akun setelah melakukan pendaftaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Login ke Akun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah memiliki akun, Anda bisa login ke akun tersebut dengan menggunakan username dan password yang Anda miliki. Anda bisa login ke akun tersebut melalui situs Mpo77&nbsp;atau melalui aplikasi mobile Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Pilih permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah login ke akun, Anda bisa memilih permainan yang ingin Anda mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Deposit dana</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebelum memulai permainan, Anda harus deposit dana ke dalam akun Anda. Anda bisa deposit dana dengan cara menggunakan rekening bank atau e-wallet. Anda bisa deposit dana minimal Rp.50.000,- untuk memulai permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Mulai permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah deposit dana, Anda bisa mulai permainan dengan mengklik tombol “Mulai” pada permainan yang Anda pilih tadi. Tunggu hingga permainan dimulai, dan Anda bisa mulai bermain setelah itu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah panduan untuk bermain di situs judi online Mpo77. Selamat mencoba dan semoga beruntung!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dukungan Pelanggan Situs Judi Online Mpo77</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Ketika Anda bermain di situs judi online Mpo77, Anda akan mendapatkan dukungan pelanggan yang luar biasa. Kami selalu berusaha untuk memberikan yang terbaik bagi para pelanggan kami dan kami selalu siap untuk membantu Anda. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami. Kami tahu bahwa Anda ingin bermain game dengan rekening yang aman dan kami selalu siap untuk membantu Anda dalam hal ini. Kami selalu menyediakan rekening bank terpercaya bagi para pelanggan kami. Selain itu, kami selalu siap untuk memberikan informasi yang Anda butuhkan ketika Anda bermain di situs kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Tips Aman Bermain di Situs Judi Online Mpo77</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs Judi Online Mpo77&nbsp;menyediakan berbagai macam permainan judi online yang bisa dicoba oleh para penggemar judi online. Permainan-permanian yang tersedia diantara lain : Bola, Kasino, Dadu, dan Togel. Para pemain dapat memilih jenis permainan sesuai dengan keinginan dan kebutuhan. Untuk para pemula, Mpo77&nbsp;menyediakan beberapa tips agar dapat bermain dengan aman di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, sebelum memulai permainan, pemain harus mengetahui terlebih dahulu tentang aturan main dan cara bermain dari permainan yang akan dipilih. Kedua, pemain harus menyiapkan modal yang akan digunakan untuk bermain. Jangan sampai pemain menggunakan uang yang tidak dimiliki atau uang hasil pinjaman untuk bermain. Ketiga, pemain harus mengatur waktu dan jumlah taruhan yang akan dikeluarkan. Jangan sampai permainan mengaburkan pandangan pemain akan kebutuhan sehari-hari seperti : uang makan, uang transportasi, dan uang pendidikan anak-anak. Keempat, ketika pemain memasuki situasi yang kalah terus-menerus, maka sebaiknya berhenti bermain dan keluar dari situs Mpo77. Tidak perlu terlalu memaksakan diri untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dari beberapa tips di atas, para pemula dapat mencoba permainan di situs Mpo77&nbsp;dengan lebih aman. Selain itu, agar dapat bermain dengan nyaman dan puas, pemain juga harus mencari informasi sebanyak-banyaknya tentang situs Mpo77. Pahami betul seluk beluk dari situs ini sebelum memulai permainan. Semoga tips ini bermanfaat bagi para pemula yang ingin mencoba permainan di situs Mpo77.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Mendapatkan Pelayanan Terbaik dari Situs Judi Online Mpo77</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Agen judi online Mpo77&nbsp;link alternative telah mendapatkan reputasi yang baik dalam memberikan pelayanan terbaik kepada para membernya. Sejak berdiri, Mpo77&nbsp;play telah banyak memberikan keuntungan kepada para membernya. Kini, Mpo77&nbsp;link alternative menjadi salah satu agen judi online yang paling populer dan terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play selalu memberikan pelayanan terbaik kepada para membernya. Mulai dari memberikan bonus yang menarik, memberikan informasi yang akurat, hingga memberikan pelayanan yang ramah dan responsif. Agen judi online Mpo77&nbsp;link alternative selalu siap untuk membantu dan menjawab semua pertanyaan dari para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo77&nbsp;play juga selalu menyediakan permainan yang menarik dan seru. Para member Mpo77&nbsp;link alternative bisa memainkan berbagai macam permainan judi online, mulai dari permainan kartu hingga permainan slot. Semua permainan di Mpo77&nbsp;link alternative bisa dimainkan dengan menggunakan uang asli, sehingga para member bisa mendapatkan keuntungan berupa uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen judi online Mpo77&nbsp;link alternative juga menyediakan berbagai macam bonus untuk para membernya. Dengan adanya berbagai macam bonus ini, para member Mpo77&nbsp;play bisa mendapatkan lebih banyak keuntungan dalam bermain judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Apa yang Membuat Situs Judi Online Mpo77 Terpercaya', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 05:57:16', '2023-06-20 05:57:16', '', 2, 'http://localhost/mpo77.ink/?p=30899', 0, 'revision', '', 0),
(30901, 1, '2023-06-20 09:05:09', '2023-06-20 09:05:09', '<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah situs judi online terpercaya di Indonesia yang menyediakan beragam permainan judi online dari berbagai provider, seperti pg soft dan spade gaming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kenapa Memilih </strong><strong>Mpo99</strong><strong>?</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;adalah situs taruhan angka online yang menyediakan berbagai permainan menarik. Dengan Mpo99&nbsp;login, Anda bisa menikmati permainan-permainan menarik seperti live casino, judi bola, dan lainnya. Selain itu, Mpo99&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik yang bisa Anda gunakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs Mpo99&nbsp;telah menyediakan permainan judi online selama 10 tahun terakhir. Selama 10 tahun tersebut, Mpo99&nbsp;telah melayani ribuan member dengan pelayanan yang cepat dan responsif. Tidak heran jika Mpo99&nbsp;menjadi salah satu situs judi online yang paling populer di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;menyediakan permainan judi online dari berbagai provider, seperti pragmatic play. Dengan menggunakan game dari pragmatic play, Mpo99&nbsp;bisa memberikan pengalaman bermain yang menyenangkan dan menarik bagi para member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan Mpo99&nbsp;login, Anda bisa menikmati permainan-permainan menarik seperti live casino, judi bola, dan lainnya. Selain itu, Mpo99&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik yang bisa Anda gunakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs Mpo99&nbsp;telah menyediakan permainan judi online selama 10 tahun terakhir. Selama 10 tahun tersebut, Mpo99&nbsp;telah melayani ribuan member dengan pelayanan yang cepat dan responsif. Tidak heran jika Mpo99&nbsp;menjadi salah satu situs judi online yang paling populer di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;menyediakan permainan judi online dari berbagai provider, seperti pragmatic play.Dengan menggunakan game dari pragmatic play, Mpo99&nbsp;bisa memberikan pengalaman bermain yang menyenangkan dan menarik bagi para member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Yuk daftarkan diri Anda sekarang juga dengan Mpo99&nbsp;login dan rasakan pengalaman bermain yang berbeda!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Manfaat Menjadi Member </strong><strong>Mpo99</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​&nbsp;Hai, terima kasih telah meluangkan waktu untuk membaca blog saya! Hari ini saya ingin membahas tentang keuntungan menjadi member Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah situs judi online terpercaya yang artinya adalah situs judi online terpercaya. Dan sebagai anggota, Anda dapat menikmati berbagai manfaat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai permulaan, Anda akan mendapatkan akses ke berbagai macam permainan. Baik Anda menyukai permainan kasino, taruhan olahraga, atau poker, kami siap membantu Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, kami menawarkan beberapa peluang paling kompetitif di industri ini. Jadi Anda dapat yakin bahwa Anda mendapatkan kesempatan yang adil untuk menang ketika Anda berjudi dengan kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kami juga memiliki kebijakan yang ketat dalam hal keselamatan dan keamanan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi jika Anda sedang mencari situs judi online terpercaya dan terpercaya, maka pastikan untuk mendaftar di Mpo99. Kami menawarkan semua yang Anda butuhkan untuk pengalaman judi yang menyenangkan dan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Berbagai Cara Pembayaran di </strong><strong>Mpo99</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​Berbagai Cara Pembayaran di Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;merupakan salah satu situs judi online terpercaya di Indonesia. Kami menyediakan berbagai jenis permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Kami juga menyediakan berbagai pilihan metode pembayaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memulai bermain di Mpo99, Anda harus melakukan deposit terlebih dahulu. &nbsp;Anda juga dapat mengisi saldo deposit Anda secara offline, dengan cara mengirimkan uang ke rekening bank Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda menang dalam permainan, Anda dapat menarik uang Anda kapan saja. Jika Anda memilih untuk menarik uang ke rekening bank, proses withdrawal akan memakan waktu sekitar 3-5 hari kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Metode pembayaran di Mpo99&nbsp;sangat mudah dan cepat. Selain itu, kami juga menyediakan berbagai bonus dan promosi menarik, sehingga Anda dapat mendapatkan lebih banyak keuntungan. Ayo bergabung sekarang dan rasakan sensasi bermain judi online di Mpo99!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Jaminan Keamanan di </strong><strong>Mpo99</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;adalah situs judi online yang menyediakan berbagai jenis permainan judi online, termasuk judi bola, judi casino, dan judi poker. Situs ini juga menyediakan keamanan bagi para pemainnya, dengan memberikan jaminan keamanan bagi para pemainnya. Situs ini menggunakan teknologi terbaru untuk mengamankan data pribadi para pemainnya, sehingga para pemain dapat bermain dengan tenang dan aman. Situs ini juga menyediakan fasilitas live chat 24 jam setiap harinya, sehingga para pemain dapat segera mendapatkan bantuan apabila mengalami kendala saat bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kompetisi dan Hadiah di </strong><strong>Mpo99</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;merupakan situs judi online terpercaya yang memberikan berbagai kompetisi dan hadiah menarik. Salah satu kompetisinya yaitu Playstar. Dalam kompetisi ini, pemain dapat berkesempatan untuk mendapatkan hadiah sebesar 100 juta rupiah. Caranya cukup mudah, yaitu dengan mendaftar di situs Mpo99&nbsp;dan mengikuti petunjuk yang ada. Selain itu, Mpo99&nbsp;juga memberikan berbagai bonus menarik seperti bonus deposit, cashback, dan lainnya. Tunggu apalagi? Ayo daftar sekarang juga dan raih berbagai kesempatan menarik di Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Berbagai Macam Permainan di </strong><strong>Mpo99</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​Berbagai Macam Permainan di Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah salah satu agen judi online terpercaya yang menyediakan berbagai jenis permainan judi online. Sejak pertama kali berdiri, Mpo99&nbsp;telah melayani para member dengan sepenuh hati dan profesionalitas. Sampai sekarang, Mpo99&nbsp;masih menjadi pilihan utama para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;menyediakan berbagai macam permainan judi online, seperti permainan kartu, casino, dan togel. Permainan kartu yang disediakan Mpo99&nbsp;meliputi permainan poker, domino, ceme, dan capsa susun. Sedangkan untuk permainan casino, Mpo99&nbsp;menyediakan permainan baccarat, roulette, sicbo, dan dragon tiger. Terakhir, untuk permainan togel, Mpo99&nbsp;menyediakan permainan singapore, hongkong, dan sydney.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member Mpo99&nbsp;dapat bermain semua permainan yang disediakan dengan menggunakan satu akun saja. Selain itu, Mpo99&nbsp;juga menyediakan berbagai macam bonus untuk para member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;juga menyediakan fasilitas live chat 24 jam yang siap melayani para member ketika mengalami kendala ataupun masalah. Dengan adanya fasilitas live chat ini, para member tidak perlu khawatir ketika bermain judi online di Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftar sekarang juga di Mpo99&nbsp;dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bonus Berlimpah di </strong><strong>Mpo99</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​Bonus Berlimpah di Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah salah satu situs judi online terpercaya di Indonesia. Mpo99&nbsp;menyediakan berbagai jenis permainan judi online, mulai dari permainan kartu hingga permainan slot online. Semua permainan yang ada di Mpo99&nbsp;dapat dimainkan dengan menggunakan uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;juga menyediakan berbagai bonus untuk para membernya. Mulai dari bonus new member hingga bonus deposit. Bonus-bonus yang ditawarkan oleh Mpo99&nbsp;sangatlah menarik dan bisa memberikan keuntungan yang cukup besar. Untuk mendapatkan bonus-bonus di Mpo99, Anda hanya perlu mendaftar dan melakukan deposit seperti yang telah dijelaskan di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa bonus yang ditawarkan oleh Mpo99:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus New Member 100%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus new member 100% adalah bonus yang ditawarkan kepada para member baru yang mendaftar di Mpo99. Untuk mendapatkan bonus ini, Anda hanya perlu mendaftar dan melakukan deposit seperti yang telah dijelaskan di atas. Anda akan langsung mendapatkan bonus sebesar 100% dari jumlah deposit yang Anda lakukan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus Deposit 10%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus deposit 10% adalah bonus yang ditawarkan kepada para member setia Mpo99. Untuk mendapatkan bonus ini, Anda hanya perlu melakukan deposit seperti yang telah dijelaskan di atas. Anda akan langsung mendapatkan bonus sebesar 10% dari jumlah deposit yang Anda lakukan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus Cashback 5%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus cashback 5% adalah bonus yang ditawarkan kepada para member yang sering mengalami kekalahan. Dengan adanya bonus ini, para member tidak perlu khawatir lagi akan kekalahan yang sering dialami. Anda akan langsung mendapatkan bonus sebesar 5% dari jumlah deposit yang Anda lakukan setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus Referral 20%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus referral 20% adalah bonus yang ditawarkan kepada para member yang berhasil mengajak teman atau kerabatnya untuk bermain di Mpo99. Anda akan mendapatkan bonus sebesar 20% dari jumlah deposit yang dibuat oleh teman atau kerabat Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tips dan Trik Bermain Judi Online</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;Situs Judi Online Terpercaya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Link Alternatif Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tips dan Trik Bermain Judi Online – Dalam permainan judi online, tentu saja setiap orang ingin mendapatkan kemenangan. Baik itu kemenangan dalam jumlah kecil maupun dalam jumlah yang besar. Kemenangan dalam jumlah kecil tentu saja akan lebih mudah dicapai, namun untuk kemenangan dalam jumlah yang besar, maka pastinya akan lebih sulit didapatkan. Kemenangan dalam jumlah yang besar bukanlah hal yang mustahil, namun butuh trik dan tips untuk bisa mendapatkannya. Karena itulah, dalam artikel ini kami akan memberikan Tips dan Trik Bermain Judi Online agar anda bisa mendapatkan kemenangan dalam jumlah yang besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Mainkan Game yang kalian mengerti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online yang anda kuasai tentu saja akan mempermudah anda untuk mendapatkan kemenangan. Jadi, sebelum anda memulai permainan, pastikanlah terlebih dahulu anda mengetahui seluk-beluk permainan, cara bermain, dan trik-triknya. Jika anda memilih permainan judi online yang sama dengan yang sering anda mainkan, maka akan lebih mudah bagi anda untuk menguasainya dan mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Buatlah batasan kemenangan dan kerugian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Batasan kemenangan dan kerugian sangat penting bagi anda untuk memainkan permainan judi online. Jika anda tidak memiliki batasan, maka anda akan terus bermain hingga mendapatkan kemenangan atau hingga modal anda habis. Hal ini tentu saja akan sangat merugikan anda, selain itu juga akan menyebabkan anda terpancing untuk melakukan tindakan yang tidak rasional. Oleh karena itu, buatlah batasan kemenangan dan kerugian agar anda bisa bermain dengan lebih rasional dan tidak mengalami kerugian yang lebih besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Gunakan bonus dengan bijak</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus yang diberikan oleh situs judi online memang sangat menarik bagi para pemainnya. Namun, bonus ini juga harus dikontrol agar tidak berlebihan. Jika anda tidak bisa mengontrol penggunaan bonus, maka anda akan cenderung melakukan tindakan yang berlebihan dan akhirnya justru merugikan diri sendiri. Untuk itu, gunakanlah bonus dengan bijak agar anda bisa mendapatkan keuntungan dari bonus yang diberikan oleh situs judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Jangan remehkan lawan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Namun, jangan pernah menganggap remeh lawan anda. Karena lawan anda juga pastinya ingin mendapatkan kemenangan seperti anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Bersabarlah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bersabarlah adalah salah satu tips yang paling penting dalam permainan judi online. Dalam permainan judi online, pastinya ada saja kendala yang akan anda hadapi. Kendala-kendala tersebut tentu saja dapat menyebabkan anda panik dan cenderung melakukan tindakan yang tidak rasional. Oleh karena itu, bersabarlah dalam menghadapi segala kendala what is agar anda bisa tetap tenang dan fokus dalam permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Jangan terlalu percaya diri</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jangan pernah terlalu percaya diri ketika bermain judi online.Jadi, jangan pernah terlalu percaya diri ketika bermain judi online karena hal itu justru dapat menyebabkan kekalahan anda sendiri.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Fokus pada permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fokus dalam permainan adalah tips yang sangat penting bagi para pemain judi online.Faktanya, banyak pemain judi online yang hanya fokus pada hasil kemenangan saja sehingga mereka cenderung melakukan tindakan yang berlebihan dan akhirnya justru merugikan diri sendiri.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Jangan bermain ketika sedang marah atau bosan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain ketika sedang marah atau bosan bukanlah hal yang baik bagi para pemain judi online. Dalam permainan judi online, pastinya ada saja kendala yang akan anda hadapi. Kendala-kendala tersebut tentu saja dapat menyebabkan anda panik dan cenderung melakukan tindakan yang tidak rasional. Oleh karena itu, jangan pernah bermain judi online ketika sedang marah atau bosan karena hal itu justru dapat menyebabkan kekalahan anda sendiri.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Mencari informasi sebanyak mungkin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Karena dengan informasi ini, anda bisa mendapatkan segala hal yang anda butuhkan sehingga bisa mempermudah anda untuk mendapatkan kemenangan.Oleh karena itu, carilah informasi sebanyak mungkin sebelum anda memulai permainan judi online agar lebih mudah bagi anda untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Konsentrasilah pada permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Konsentrasi bukan hanya sekedar fokus pada hasil kemenangan saja, namun fokus juga pada proses permainan itu sendiri agar anda bisa mendapatkan hasil yang optimal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bagaimana </strong><strong>Mpo99</strong><strong>&nbsp;Menjadi Situs Judi Online Terpercaya di Indonesia</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya Mpo99&nbsp;telah lama dikenal sebagai salah satu penyedia jasa perjudian online terbaik di Indonesia. Mpo99&nbsp;memiliki berbagai macam permainan judi online yang dapat Anda mainkan, mulai dari judi bola online, judi casino online, hingga permainan judi slots online. Selain itu, Mpo99&nbsp;juga menyediakan berbagai bonus menarik seperti bonus deposit, bonus cashback, dan bonus Referral yang dapat Anda dapatkan ketika Anda bergabung dengan situs judi online Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi bola online di Mpo99&nbsp;telah mendapatkan pengakuan internasional sebagai salah satu permainan judi online terbaik yang ada saat ini. Beberapa penyedia jasa perjudian online ternama seperti SBOBET dan Habanero telah memilih Mpo99&nbsp;sebagai mitra resmi mereka di Indonesia. Hal ini menunjukkan bahwa Mpo99&nbsp;diakui sebagai situs judi online terpercaya di Indonesia yang telah berhasil memberikan pelayanan terbaik kepada para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;juga telah berhasil mendapatkan sertifikasi resmi dari beberapa organisasi internasional yang mengkhususkan diri dalam bidang perjudian online seperti PAGCOR dan BMM Testlabs. Sertifikasi ini menunjukkan bahwa Mpo99&nbsp;memenuhi seluruh standar yang ditetapkan oleh organisasi-organisasi tersebut sehingga dapat dipercaya sebagai salah satu penyedia jasa perjudian online terbaik di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jadi bagaimana Mpo99&nbsp;bisa menjadi situs judi online terpercaya di Indonesia?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, Mpo99&nbsp;telah lama dikenal sebagai salah satu situs judi online yang memberikan pelayanan terbaik kepada para membernya. Selain itu, Mpo99&nbsp;juga memiliki berbagai macam permainan judi online yang dapat Anda mainkan, mulai dari judi bola online, judi casino online, hingga permainan judi slots online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kedua, Mpo99&nbsp;telah berhasil mendapatkan sertifikasi resmi dari beberapa organisasi internasional yang mengkhususkan diri dalam bidang perjudian online seperti PAGCOR dan BMM Testlabs. Sertifikasi ini menunjukkan bahwa Mpo99&nbsp;memenuhi seluruh standar yang ditetapkan oleh organisasi-organisasi tersebut sehingga dapat dipercaya sebagai salah satu penyedia jasa perjudian online terbaik di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Mpo99: Menjadi Situs Judi Online Terpercaya di Indonesia', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 09:05:09', '2023-06-20 09:05:09', '', 2, 'http://localhost/mpo99bos.com/?p=30901', 0, 'revision', '', 0),
(30902, 1, '2023-06-20 09:05:32', '2023-06-20 09:05:32', '[]', 'https://localhost/mpo99bos.com/?s=example', '', 'publish', 'closed', 'closed', '', '8d294ab292af2dc9d50acbcfb951a37d', '', '', '2023-06-20 09:05:32', '2023-06-20 09:05:32', '', 0, 'http://localhost/mpo99bos.com/amp_validated_url/8d294ab292af2dc9d50acbcfb951a37d/', 0, 'amp_validated_url', '', 0),
(30903, 1, '2023-06-20 09:11:26', '2023-06-20 09:11:26', '[]', 'https://localhost/mpo99bos.com/', '', 'publish', 'closed', 'closed', '', '7f07165a47cc9df11e5680d62939ecf1', '', '', '2023-06-20 09:11:26', '2023-06-20 09:11:26', '', 0, 'http://localhost/mpo99bos.com/amp_validated_url/7f07165a47cc9df11e5680d62939ecf1/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wpoc_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
(30905, 1, '2023-06-20 09:08:41', '2023-06-20 09:08:41', '<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah situs judi online terpercaya di Indonesia yang menyediakan beragam permainan judi online dari berbagai provider, seperti pg soft dan spade gaming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Kenapa Memilih Mpo99?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;adalah situs taruhan angka online yang menyediakan berbagai permainan menarik. Dengan Mpo99&nbsp;login, Anda bisa menikmati permainan-permainan menarik seperti live casino, judi bola, dan lainnya. Selain itu, Mpo99&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik yang bisa Anda gunakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs Mpo99&nbsp;telah menyediakan permainan judi online selama 10 tahun terakhir. Selama 10 tahun tersebut, Mpo99&nbsp;telah melayani ribuan member dengan pelayanan yang cepat dan responsif. Tidak heran jika Mpo99&nbsp;menjadi salah satu situs judi online yang paling populer di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;menyediakan permainan judi online dari berbagai provider, seperti pragmatic play. Dengan menggunakan game dari pragmatic play, Mpo99&nbsp;bisa memberikan pengalaman bermain yang menyenangkan dan menarik bagi para member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan Mpo99&nbsp;login, Anda bisa menikmati permainan-permainan menarik seperti live casino, judi bola, dan lainnya. Selain itu, Mpo99&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik yang bisa Anda gunakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs Mpo99&nbsp;telah menyediakan permainan judi online selama 10 tahun terakhir. Selama 10 tahun tersebut, Mpo99&nbsp;telah melayani ribuan member dengan pelayanan yang cepat dan responsif. Tidak heran jika Mpo99&nbsp;menjadi salah satu situs judi online yang paling populer di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;menyediakan permainan judi online dari berbagai provider, seperti pragmatic play.Dengan menggunakan game dari pragmatic play, Mpo99&nbsp;bisa memberikan pengalaman bermain yang menyenangkan dan menarik bagi para member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Yuk daftarkan diri Anda sekarang juga dengan Mpo99&nbsp;login dan rasakan pengalaman bermain yang berbeda!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Manfaat Menjadi Member Mpo99</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​&nbsp;Hai, terima kasih telah meluangkan waktu untuk membaca blog saya! Hari ini saya ingin membahas tentang keuntungan menjadi member Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah situs judi online terpercaya yang artinya adalah situs judi online terpercaya. Dan sebagai anggota, Anda dapat menikmati berbagai manfaat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai permulaan, Anda akan mendapatkan akses ke berbagai macam permainan. Baik Anda menyukai permainan kasino, taruhan olahraga, atau poker, kami siap membantu Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, kami menawarkan beberapa peluang paling kompetitif di industri ini. Jadi Anda dapat yakin bahwa Anda mendapatkan kesempatan yang adil untuk menang ketika Anda berjudi dengan kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kami juga memiliki kebijakan yang ketat dalam hal keselamatan dan keamanan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi jika Anda sedang mencari situs judi online terpercaya dan terpercaya, maka pastikan untuk mendaftar di Mpo99. Kami menawarkan semua yang Anda butuhkan untuk pengalaman judi yang menyenangkan dan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Berbagai Cara Pembayaran di Mpo99</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Berbagai Cara Pembayaran di Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;merupakan salah satu situs judi online terpercaya di Indonesia. Kami menyediakan berbagai jenis permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Kami juga menyediakan berbagai pilihan metode pembayaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memulai bermain di Mpo99, Anda harus melakukan deposit terlebih dahulu. &nbsp;Anda juga dapat mengisi saldo deposit Anda secara offline, dengan cara mengirimkan uang ke rekening bank Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda menang dalam permainan, Anda dapat menarik uang Anda kapan saja. Jika Anda memilih untuk menarik uang ke rekening bank, proses withdrawal akan memakan waktu sekitar 3-5 hari kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Metode pembayaran di Mpo99&nbsp;sangat mudah dan cepat. Selain itu, kami juga menyediakan berbagai bonus dan promosi menarik, sehingga Anda dapat mendapatkan lebih banyak keuntungan. Ayo bergabung sekarang dan rasakan sensasi bermain judi online di Mpo99!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Jaminan Keamanan di </strong><strong>Mpo99</strong><strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;adalah situs judi online yang menyediakan berbagai jenis permainan judi online, termasuk judi bola, judi casino, dan judi poker. Situs ini juga menyediakan keamanan bagi para pemainnya, dengan memberikan jaminan keamanan bagi para pemainnya. Situs ini menggunakan teknologi terbaru untuk mengamankan data pribadi para pemainnya, sehingga para pemain dapat bermain dengan tenang dan aman. Situs ini juga menyediakan fasilitas live chat 24 jam setiap harinya, sehingga para pemain dapat segera mendapatkan bantuan apabila mengalami kendala saat bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kompetisi dan Hadiah di Mpo99</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;merupakan situs judi online terpercaya yang memberikan berbagai kompetisi dan hadiah menarik. Salah satu kompetisinya yaitu Playstar. Dalam kompetisi ini, pemain dapat berkesempatan untuk mendapatkan hadiah sebesar 100 juta rupiah. Caranya cukup mudah, yaitu dengan mendaftar di situs Mpo99&nbsp;dan mengikuti petunjuk yang ada. Selain itu, Mpo99&nbsp;juga memberikan berbagai bonus menarik seperti bonus deposit, cashback, dan lainnya. Tunggu apalagi? Ayo daftar sekarang juga dan raih berbagai kesempatan menarik di Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Berbagai Macam Permainan di Mpo99</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Berbagai Macam Permainan di Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah salah satu agen judi online terpercaya yang menyediakan berbagai jenis permainan judi online. Sejak pertama kali berdiri, Mpo99&nbsp;telah melayani para member dengan sepenuh hati dan profesionalitas. Sampai sekarang, Mpo99&nbsp;masih menjadi pilihan utama para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;menyediakan berbagai macam permainan judi online, seperti permainan kartu, casino, dan togel. Permainan kartu yang disediakan Mpo99&nbsp;meliputi permainan poker, domino, ceme, dan capsa susun. Sedangkan untuk permainan casino, Mpo99&nbsp;menyediakan permainan baccarat, roulette, sicbo, dan dragon tiger. Terakhir, untuk permainan togel, Mpo99&nbsp;menyediakan permainan singapore, hongkong, dan sydney.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member Mpo99&nbsp;dapat bermain semua permainan yang disediakan dengan menggunakan satu akun saja. Selain itu, Mpo99&nbsp;juga menyediakan berbagai macam bonus untuk para member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;juga menyediakan fasilitas live chat 24 jam yang siap melayani para member ketika mengalami kendala ataupun masalah. Dengan adanya fasilitas live chat ini, para member tidak perlu khawatir ketika bermain judi online di Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftar sekarang juga di Mpo99&nbsp;dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bonus Berlimpah di Mpo99</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Bonus Berlimpah di Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah salah satu situs judi online terpercaya di Indonesia. Mpo99&nbsp;menyediakan berbagai jenis permainan judi online, mulai dari permainan kartu hingga permainan slot online. Semua permainan yang ada di Mpo99&nbsp;dapat dimainkan dengan menggunakan uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;juga menyediakan berbagai bonus untuk para membernya. Mulai dari bonus new member hingga bonus deposit. Bonus-bonus yang ditawarkan oleh Mpo99&nbsp;sangatlah menarik dan bisa memberikan keuntungan yang cukup besar. Untuk mendapatkan bonus-bonus di Mpo99, Anda hanya perlu mendaftar dan melakukan deposit seperti yang telah dijelaskan di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa bonus yang ditawarkan oleh Mpo99:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus New Member 100%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus new member 100% adalah bonus yang ditawarkan kepada para member baru yang mendaftar di Mpo99. Untuk mendapatkan bonus ini, Anda hanya perlu mendaftar dan melakukan deposit seperti yang telah dijelaskan di atas. Anda akan langsung mendapatkan bonus sebesar 100% dari jumlah deposit yang Anda lakukan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus Deposit 10%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus deposit 10% adalah bonus yang ditawarkan kepada para member setia Mpo99. Untuk mendapatkan bonus ini, Anda hanya perlu melakukan deposit seperti yang telah dijelaskan di atas. Anda akan langsung mendapatkan bonus sebesar 10% dari jumlah deposit yang Anda lakukan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus Cashback 5%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus cashback 5% adalah bonus yang ditawarkan kepada para member yang sering mengalami kekalahan. Dengan adanya bonus ini, para member tidak perlu khawatir lagi akan kekalahan yang sering dialami. Anda akan langsung mendapatkan bonus sebesar 5% dari jumlah deposit yang Anda lakukan setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus Referral 20%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus referral 20% adalah bonus yang ditawarkan kepada para member yang berhasil mengajak teman atau kerabatnya untuk bermain di Mpo99. Anda akan mendapatkan bonus sebesar 20% dari jumlah deposit yang dibuat oleh teman atau kerabat Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Tips dan Trik Bermain Judi Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;Situs Judi Online Terpercaya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Link Alternatif Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tips dan Trik Bermain Judi Online – Dalam permainan judi online, tentu saja setiap orang ingin mendapatkan kemenangan. Baik itu kemenangan dalam jumlah kecil maupun dalam jumlah yang besar. Kemenangan dalam jumlah kecil tentu saja akan lebih mudah dicapai, namun untuk kemenangan dalam jumlah yang besar, maka pastinya akan lebih sulit didapatkan. Kemenangan dalam jumlah yang besar bukanlah hal yang mustahil, namun butuh trik dan tips untuk bisa mendapatkannya. Karena itulah, dalam artikel ini kami akan memberikan Tips dan Trik Bermain Judi Online agar anda bisa mendapatkan kemenangan dalam jumlah yang besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Mainkan Game yang kalian mengerti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online yang anda kuasai tentu saja akan mempermudah anda untuk mendapatkan kemenangan. Jadi, sebelum anda memulai permainan, pastikanlah terlebih dahulu anda mengetahui seluk-beluk permainan, cara bermain, dan trik-triknya. Jika anda memilih permainan judi online yang sama dengan yang sering anda mainkan, maka akan lebih mudah bagi anda untuk menguasainya dan mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Buatlah batasan kemenangan dan kerugian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Batasan kemenangan dan kerugian sangat penting bagi anda untuk memainkan permainan judi online. Jika anda tidak memiliki batasan, maka anda akan terus bermain hingga mendapatkan kemenangan atau hingga modal anda habis. Hal ini tentu saja akan sangat merugikan anda, selain itu juga akan menyebabkan anda terpancing untuk melakukan tindakan yang tidak rasional. Oleh karena itu, buatlah batasan kemenangan dan kerugian agar anda bisa bermain dengan lebih rasional dan tidak mengalami kerugian yang lebih besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Gunakan bonus dengan bijak</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus yang diberikan oleh situs judi online memang sangat menarik bagi para pemainnya. Namun, bonus ini juga harus dikontrol agar tidak berlebihan. Jika anda tidak bisa mengontrol penggunaan bonus, maka anda akan cenderung melakukan tindakan yang berlebihan dan akhirnya justru merugikan diri sendiri. Untuk itu, gunakanlah bonus dengan bijak agar anda bisa mendapatkan keuntungan dari bonus yang diberikan oleh situs judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Jangan remehkan lawan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Namun, jangan pernah menganggap remeh lawan anda. Karena lawan anda juga pastinya ingin mendapatkan kemenangan seperti anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Bersabarlah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bersabarlah adalah salah satu tips yang paling penting dalam permainan judi online. Dalam permainan judi online, pastinya ada saja kendala yang akan anda hadapi. Kendala-kendala tersebut tentu saja dapat menyebabkan anda panik dan cenderung melakukan tindakan yang tidak rasional. Oleh karena itu, bersabarlah dalam menghadapi segala kendala what is agar anda bisa tetap tenang dan fokus dalam permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Jangan terlalu percaya diri</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jangan pernah terlalu percaya diri ketika bermain judi online.Jadi, jangan pernah terlalu percaya diri ketika bermain judi online karena hal itu justru dapat menyebabkan kekalahan anda sendiri.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Fokus pada permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fokus dalam permainan adalah tips yang sangat penting bagi para pemain judi online.Faktanya, banyak pemain judi online yang hanya fokus pada hasil kemenangan saja sehingga mereka cenderung melakukan tindakan yang berlebihan dan akhirnya justru merugikan diri sendiri.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Jangan bermain ketika sedang marah atau bosan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain ketika sedang marah atau bosan bukanlah hal yang baik bagi para pemain judi online. Dalam permainan judi online, pastinya ada saja kendala yang akan anda hadapi. Kendala-kendala tersebut tentu saja dapat menyebabkan anda panik dan cenderung melakukan tindakan yang tidak rasional. Oleh karena itu, jangan pernah bermain judi online ketika sedang marah atau bosan karena hal itu justru dapat menyebabkan kekalahan anda sendiri.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Mencari informasi sebanyak mungkin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Karena dengan informasi ini, anda bisa mendapatkan segala hal yang anda butuhkan sehingga bisa mempermudah anda untuk mendapatkan kemenangan.Oleh karena itu, carilah informasi sebanyak mungkin sebelum anda memulai permainan judi online agar lebih mudah bagi anda untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Konsentrasilah pada permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Konsentrasi bukan hanya sekedar fokus pada hasil kemenangan saja, namun fokus juga pada proses permainan itu sendiri agar anda bisa mendapatkan hasil yang optimal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Bagaimana Mpo99 Menjadi Situs Judi Online Terpercaya di Indonesia</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya Mpo99&nbsp;telah lama dikenal sebagai salah satu penyedia jasa perjudian online terbaik di Indonesia. Mpo99&nbsp;memiliki berbagai macam permainan judi online yang dapat Anda mainkan, mulai dari judi bola online, judi casino online, hingga permainan judi slots online. Selain itu, Mpo99&nbsp;juga menyediakan berbagai bonus menarik seperti bonus deposit, bonus cashback, dan bonus Referral yang dapat Anda dapatkan ketika Anda bergabung dengan situs judi online Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi bola online di Mpo99&nbsp;telah mendapatkan pengakuan internasional sebagai salah satu permainan judi online terbaik yang ada saat ini. Beberapa penyedia jasa perjudian online ternama seperti SBOBET dan Habanero telah memilih Mpo99&nbsp;sebagai mitra resmi mereka di Indonesia. Hal ini menunjukkan bahwa Mpo99&nbsp;diakui sebagai situs judi online terpercaya di Indonesia yang telah berhasil memberikan pelayanan terbaik kepada para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;juga telah berhasil mendapatkan sertifikasi resmi dari beberapa organisasi internasional yang mengkhususkan diri dalam bidang perjudian online seperti PAGCOR dan BMM Testlabs. Sertifikasi ini menunjukkan bahwa Mpo99&nbsp;memenuhi seluruh standar yang ditetapkan oleh organisasi-organisasi tersebut sehingga dapat dipercaya sebagai salah satu penyedia jasa perjudian online terbaik di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jadi bagaimana Mpo99&nbsp;bisa menjadi situs judi online terpercaya di Indonesia?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, Mpo99&nbsp;telah lama dikenal sebagai salah satu situs judi online yang memberikan pelayanan terbaik kepada para membernya. Selain itu, Mpo99&nbsp;juga memiliki berbagai macam permainan judi online yang dapat Anda mainkan, mulai dari judi bola online, judi casino online, hingga permainan judi slots online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kedua, Mpo99&nbsp;telah berhasil mendapatkan sertifikasi resmi dari beberapa organisasi internasional yang mengkhususkan diri dalam bidang perjudian online seperti PAGCOR dan BMM Testlabs. Sertifikasi ini menunjukkan bahwa Mpo99&nbsp;memenuhi seluruh standar yang ditetapkan oleh organisasi-organisasi tersebut sehingga dapat dipercaya sebagai salah satu penyedia jasa perjudian online terbaik di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Mpo99: Menjadi Situs Judi Online Terpercaya di Indonesia', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 09:08:41', '2023-06-20 09:08:41', '', 2, 'http://localhost/mpo99bos.com/?p=30905', 0, 'revision', '', 0),
(30906, 1, '2023-06-20 09:09:05', '2023-06-20 09:09:05', '<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah situs judi online terpercaya di Indonesia yang menyediakan beragam permainan judi online dari berbagai provider, seperti pg soft dan spade gaming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Kenapa Memilih Mpo99?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;adalah situs taruhan angka online yang menyediakan berbagai permainan menarik. Dengan Mpo99&nbsp;login, Anda bisa menikmati permainan-permainan menarik seperti live casino, judi bola, dan lainnya. Selain itu, Mpo99&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik yang bisa Anda gunakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs Mpo99&nbsp;telah menyediakan permainan judi online selama 10 tahun terakhir. Selama 10 tahun tersebut, Mpo99&nbsp;telah melayani ribuan member dengan pelayanan yang cepat dan responsif. Tidak heran jika Mpo99&nbsp;menjadi salah satu situs judi online yang paling populer di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;menyediakan permainan judi online dari berbagai provider, seperti pragmatic play. Dengan menggunakan game dari pragmatic play, Mpo99&nbsp;bisa memberikan pengalaman bermain yang menyenangkan dan menarik bagi para member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dengan Mpo99&nbsp;login, Anda bisa menikmati permainan-permainan menarik seperti live casino, judi bola, dan lainnya. Selain itu, Mpo99&nbsp;juga menyediakan berbagai macam bonus dan promosi menarik yang bisa Anda gunakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Situs Mpo99&nbsp;telah menyediakan permainan judi online selama 10 tahun terakhir. Selama 10 tahun tersebut, Mpo99&nbsp;telah melayani ribuan member dengan pelayanan yang cepat dan responsif. Tidak heran jika Mpo99&nbsp;menjadi salah satu situs judi online yang paling populer di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;menyediakan permainan judi online dari berbagai provider, seperti pragmatic play.Dengan menggunakan game dari pragmatic play, Mpo99&nbsp;bisa memberikan pengalaman bermain yang menyenangkan dan menarik bagi para member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Yuk daftarkan diri Anda sekarang juga dengan Mpo99&nbsp;login dan rasakan pengalaman bermain yang berbeda!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Manfaat Menjadi Member Mpo99</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​&nbsp;Hai, terima kasih telah meluangkan waktu untuk membaca blog saya! Hari ini saya ingin membahas tentang keuntungan menjadi member Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah situs judi online terpercaya yang artinya adalah situs judi online terpercaya. Dan sebagai anggota, Anda dapat menikmati berbagai manfaat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebagai permulaan, Anda akan mendapatkan akses ke berbagai macam permainan. Baik Anda menyukai permainan kasino, taruhan olahraga, atau poker, kami siap membantu Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, kami menawarkan beberapa peluang paling kompetitif di industri ini. Jadi Anda dapat yakin bahwa Anda mendapatkan kesempatan yang adil untuk menang ketika Anda berjudi dengan kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kami juga memiliki kebijakan yang ketat dalam hal keselamatan dan keamanan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi jika Anda sedang mencari situs judi online terpercaya dan terpercaya, maka pastikan untuk mendaftar di Mpo99. Kami menawarkan semua yang Anda butuhkan untuk pengalaman judi yang menyenangkan dan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Berbagai Cara Pembayaran di Mpo99</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Berbagai Cara Pembayaran di Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;merupakan salah satu situs judi online terpercaya di Indonesia. Kami menyediakan berbagai jenis permainan judi online, seperti poker, blackjack, roulette, baccarat, dan lain-lain. Kami juga menyediakan berbagai pilihan metode pembayaran.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untuk memulai bermain di Mpo99, Anda harus melakukan deposit terlebih dahulu. &nbsp;Anda juga dapat mengisi saldo deposit Anda secara offline, dengan cara mengirimkan uang ke rekening bank Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jika Anda menang dalam permainan, Anda dapat menarik uang Anda kapan saja. Jika Anda memilih untuk menarik uang ke rekening bank, proses withdrawal akan memakan waktu sekitar 3-5 hari kerja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Metode pembayaran di Mpo99&nbsp;sangat mudah dan cepat. Selain itu, kami juga menyediakan berbagai bonus dan promosi menarik, sehingga Anda dapat mendapatkan lebih banyak keuntungan. Ayo bergabung sekarang dan rasakan sensasi bermain judi online di Mpo99!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Jaminan Keamanan di Mpo99</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;adalah situs judi online yang menyediakan berbagai jenis permainan judi online, termasuk judi bola, judi casino, dan judi poker. Situs ini juga menyediakan keamanan bagi para pemainnya, dengan memberikan jaminan keamanan bagi para pemainnya. Situs ini menggunakan teknologi terbaru untuk mengamankan data pribadi para pemainnya, sehingga para pemain dapat bermain dengan tenang dan aman. Situs ini juga menyediakan fasilitas live chat 24 jam setiap harinya, sehingga para pemain dapat segera mendapatkan bantuan apabila mengalami kendala saat bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kompetisi dan Hadiah di Mpo99</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;merupakan situs judi online terpercaya yang memberikan berbagai kompetisi dan hadiah menarik. Salah satu kompetisinya yaitu Playstar. Dalam kompetisi ini, pemain dapat berkesempatan untuk mendapatkan hadiah sebesar 100 juta rupiah. Caranya cukup mudah, yaitu dengan mendaftar di situs Mpo99&nbsp;dan mengikuti petunjuk yang ada. Selain itu, Mpo99&nbsp;juga memberikan berbagai bonus menarik seperti bonus deposit, cashback, dan lainnya. Tunggu apalagi? Ayo daftar sekarang juga dan raih berbagai kesempatan menarik di Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Berbagai Macam Permainan di Mpo99</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Berbagai Macam Permainan di Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah salah satu agen judi online terpercaya yang menyediakan berbagai jenis permainan judi online. Sejak pertama kali berdiri, Mpo99&nbsp;telah melayani para member dengan sepenuh hati dan profesionalitas. Sampai sekarang, Mpo99&nbsp;masih menjadi pilihan utama para pecinta judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;menyediakan berbagai macam permainan judi online, seperti permainan kartu, casino, dan togel. Permainan kartu yang disediakan Mpo99&nbsp;meliputi permainan poker, domino, ceme, dan capsa susun. Sedangkan untuk permainan casino, Mpo99&nbsp;menyediakan permainan baccarat, roulette, sicbo, dan dragon tiger. Terakhir, untuk permainan togel, Mpo99&nbsp;menyediakan permainan singapore, hongkong, dan sydney.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member Mpo99&nbsp;dapat bermain semua permainan yang disediakan dengan menggunakan satu akun saja. Selain itu, Mpo99&nbsp;juga menyediakan berbagai macam bonus untuk para member.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;juga menyediakan fasilitas live chat 24 jam yang siap melayani para member ketika mengalami kendala ataupun masalah. Dengan adanya fasilitas live chat ini, para member tidak perlu khawatir ketika bermain judi online di Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, tunggu apalagi? Ayo daftar sekarang juga di Mpo99&nbsp;dan rasakan sensasi bermain judi online yang menyenangkan dan menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bonus Berlimpah di Mpo99</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Bonus Berlimpah di Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;adalah salah satu situs judi online terpercaya di Indonesia. Mpo99&nbsp;menyediakan berbagai jenis permainan judi online, mulai dari permainan kartu hingga permainan slot online. Semua permainan yang ada di Mpo99&nbsp;dapat dimainkan dengan menggunakan uang asli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;juga menyediakan berbagai bonus untuk para membernya. Mulai dari bonus new member hingga bonus deposit. Bonus-bonus yang ditawarkan oleh Mpo99&nbsp;sangatlah menarik dan bisa memberikan keuntungan yang cukup besar. Untuk mendapatkan bonus-bonus di Mpo99, Anda hanya perlu mendaftar dan melakukan deposit seperti yang telah dijelaskan di situs ini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Berikut adalah beberapa bonus yang ditawarkan oleh Mpo99:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus New Member 100%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus new member 100% adalah bonus yang ditawarkan kepada para member baru yang mendaftar di Mpo99. Untuk mendapatkan bonus ini, Anda hanya perlu mendaftar dan melakukan deposit seperti yang telah dijelaskan di atas. Anda akan langsung mendapatkan bonus sebesar 100% dari jumlah deposit yang Anda lakukan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus Deposit 10%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus deposit 10% adalah bonus yang ditawarkan kepada para member setia Mpo99. Untuk mendapatkan bonus ini, Anda hanya perlu melakukan deposit seperti yang telah dijelaskan di atas. Anda akan langsung mendapatkan bonus sebesar 10% dari jumlah deposit yang Anda lakukan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus Cashback 5%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus cashback 5% adalah bonus yang ditawarkan kepada para member yang sering mengalami kekalahan. Dengan adanya bonus ini, para member tidak perlu khawatir lagi akan kekalahan yang sering dialami. Anda akan langsung mendapatkan bonus sebesar 5% dari jumlah deposit yang Anda lakukan setiap minggunya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• Bonus Referral 20%</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus referral 20% adalah bonus yang ditawarkan kepada para member yang berhasil mengajak teman atau kerabatnya untuk bermain di Mpo99. Anda akan mendapatkan bonus sebesar 20% dari jumlah deposit yang dibuat oleh teman atau kerabat Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Tips dan Trik Bermain Judi Online</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Mpo99&nbsp;Situs Judi Online Terpercaya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Daftar Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Link Alternatif Mpo99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tips dan Trik Bermain Judi Online – Dalam permainan judi online, tentu saja setiap orang ingin mendapatkan kemenangan. Baik itu kemenangan dalam jumlah kecil maupun dalam jumlah yang besar. Kemenangan dalam jumlah kecil tentu saja akan lebih mudah dicapai, namun untuk kemenangan dalam jumlah yang besar, maka pastinya akan lebih sulit didapatkan. Kemenangan dalam jumlah yang besar bukanlah hal yang mustahil, namun butuh trik dan tips untuk bisa mendapatkannya. Karena itulah, dalam artikel ini kami akan memberikan Tips dan Trik Bermain Judi Online agar anda bisa mendapatkan kemenangan dalam jumlah yang besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Mainkan Game yang kalian mengerti</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi online yang anda kuasai tentu saja akan mempermudah anda untuk mendapatkan kemenangan. Jadi, sebelum anda memulai permainan, pastikanlah terlebih dahulu anda mengetahui seluk-beluk permainan, cara bermain, dan trik-triknya. Jika anda memilih permainan judi online yang sama dengan yang sering anda mainkan, maka akan lebih mudah bagi anda untuk menguasainya dan mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Buatlah batasan kemenangan dan kerugian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Batasan kemenangan dan kerugian sangat penting bagi anda untuk memainkan permainan judi online. Jika anda tidak memiliki batasan, maka anda akan terus bermain hingga mendapatkan kemenangan atau hingga modal anda habis. Hal ini tentu saja akan sangat merugikan anda, selain itu juga akan menyebabkan anda terpancing untuk melakukan tindakan yang tidak rasional. Oleh karena itu, buatlah batasan kemenangan dan kerugian agar anda bisa bermain dengan lebih rasional dan tidak mengalami kerugian yang lebih besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Gunakan bonus dengan bijak</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus yang diberikan oleh situs judi online memang sangat menarik bagi para pemainnya. Namun, bonus ini juga harus dikontrol agar tidak berlebihan. Jika anda tidak bisa mengontrol penggunaan bonus, maka anda akan cenderung melakukan tindakan yang berlebihan dan akhirnya justru merugikan diri sendiri. Untuk itu, gunakanlah bonus dengan bijak agar anda bisa mendapatkan keuntungan dari bonus yang diberikan oleh situs judi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Jangan remehkan lawan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Namun, jangan pernah menganggap remeh lawan anda. Karena lawan anda juga pastinya ingin mendapatkan kemenangan seperti anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Bersabarlah</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bersabarlah adalah salah satu tips yang paling penting dalam permainan judi online. Dalam permainan judi online, pastinya ada saja kendala yang akan anda hadapi. Kendala-kendala tersebut tentu saja dapat menyebabkan anda panik dan cenderung melakukan tindakan yang tidak rasional. Oleh karena itu, bersabarlah dalam menghadapi segala kendala what is agar anda bisa tetap tenang dan fokus dalam permainan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Jangan terlalu percaya diri</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jangan pernah terlalu percaya diri ketika bermain judi online.Jadi, jangan pernah terlalu percaya diri ketika bermain judi online karena hal itu justru dapat menyebabkan kekalahan anda sendiri.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Fokus pada permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fokus dalam permainan adalah tips yang sangat penting bagi para pemain judi online.Faktanya, banyak pemain judi online yang hanya fokus pada hasil kemenangan saja sehingga mereka cenderung melakukan tindakan yang berlebihan dan akhirnya justru merugikan diri sendiri.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Jangan bermain ketika sedang marah atau bosan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bermain ketika sedang marah atau bosan bukanlah hal yang baik bagi para pemain judi online. Dalam permainan judi online, pastinya ada saja kendala yang akan anda hadapi. Kendala-kendala tersebut tentu saja dapat menyebabkan anda panik dan cenderung melakukan tindakan yang tidak rasional. Oleh karena itu, jangan pernah bermain judi online ketika sedang marah atau bosan karena hal itu justru dapat menyebabkan kekalahan anda sendiri.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Mencari informasi sebanyak mungkin</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Karena dengan informasi ini, anda bisa mendapatkan segala hal yang anda butuhkan sehingga bisa mempermudah anda untuk mendapatkan kemenangan.Oleh karena itu, carilah informasi sebanyak mungkin sebelum anda memulai permainan judi online agar lebih mudah bagi anda untuk mendapatkan kemenangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Konsentrasilah pada permainan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Konsentrasi bukan hanya sekedar fokus pada hasil kemenangan saja, namun fokus juga pada proses permainan itu sendiri agar anda bisa mendapatkan hasil yang optimal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Bagaimana Mpo99 Menjadi Situs Judi Online Terpercaya di Indonesia</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>​Situs judi online terpercaya Mpo99&nbsp;telah lama dikenal sebagai salah satu penyedia jasa perjudian online terbaik di Indonesia. Mpo99&nbsp;memiliki berbagai macam permainan judi online yang dapat Anda mainkan, mulai dari judi bola online, judi casino online, hingga permainan judi slots online. Selain itu, Mpo99&nbsp;juga menyediakan berbagai bonus menarik seperti bonus deposit, bonus cashback, dan bonus Referral yang dapat Anda dapatkan ketika Anda bergabung dengan situs judi online Mpo99.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan judi bola online di Mpo99&nbsp;telah mendapatkan pengakuan internasional sebagai salah satu permainan judi online terbaik yang ada saat ini. Beberapa penyedia jasa perjudian online ternama seperti SBOBET dan Habanero telah memilih Mpo99&nbsp;sebagai mitra resmi mereka di Indonesia. Hal ini menunjukkan bahwa Mpo99&nbsp;diakui sebagai situs judi online terpercaya di Indonesia yang telah berhasil memberikan pelayanan terbaik kepada para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mpo99&nbsp;juga telah berhasil mendapatkan sertifikasi resmi dari beberapa organisasi internasional yang mengkhususkan diri dalam bidang perjudian online seperti PAGCOR dan BMM Testlabs. Sertifikasi ini menunjukkan bahwa Mpo99&nbsp;memenuhi seluruh standar yang ditetapkan oleh organisasi-organisasi tersebut sehingga dapat dipercaya sebagai salah satu penyedia jasa perjudian online terbaik di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, jadi bagaimana Mpo99&nbsp;bisa menjadi situs judi online terpercaya di Indonesia?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pertama, Mpo99&nbsp;telah lama dikenal sebagai salah satu situs judi online yang memberikan pelayanan terbaik kepada para membernya. Selain itu, Mpo99&nbsp;juga memiliki berbagai macam permainan judi online yang dapat Anda mainkan, mulai dari judi bola online, judi casino online, hingga permainan judi slots online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kedua, Mpo99&nbsp;telah berhasil mendapatkan sertifikasi resmi dari beberapa organisasi internasional yang mengkhususkan diri dalam bidang perjudian online seperti PAGCOR dan BMM Testlabs. Sertifikasi ini menunjukkan bahwa Mpo99&nbsp;memenuhi seluruh standar yang ditetapkan oleh organisasi-organisasi tersebut sehingga dapat dipercaya sebagai salah satu penyedia jasa perjudian online terbaik di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Mpo99: Menjadi Situs Judi Online Terpercaya di Indonesia', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 09:09:05', '2023-06-20 09:09:05', '', 2, 'http://localhost/mpo99bos.com/?p=30906', 0, 'revision', '', 0),
(30907, 1, '2023-06-20 09:12:44', '2023-06-20 09:12:44', '{\n    \"nav_menu_item[13]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 13,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Login\",\n            \"url\": \"https://www.magic88.site/register?ref=satelite2\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-in\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-20 09:12:44\"\n    },\n    \"nav_menu_item[12]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 12,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Daftar\",\n            \"url\": \"https://www.magic88.site/register?ref=satelite2\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-up\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-20 09:12:44\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b8b7dec4-a6b2-4a08-88b2-d3f9526a8867', '', '', '2023-06-20 09:12:44', '2023-06-20 09:12:44', '', 0, 'http://localhost/mpo99bos.com/b8b7dec4-a6b2-4a08-88b2-d3f9526a8867/', 0, 'customize_changeset', '', 0);
INSERT INTO `wpoc_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
(30909, 1, '2023-06-20 11:32:00', '2023-06-20 11:32:00', '<!-- wp:paragraph -->\n<p>Pandora168 merupakan situs judi online asal amerika yang memiliki market pasar hingga asia termasuk Indonesia kalian bisa bermain dengan mencari di google Pandora168,Pandora168 Login atau Pandora168 Link Alternative. Dengan banyak nya server yang dimiliki Pandora168 membuat web ini menjadi web yang cepat secara tampilan serta desain yang mewah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Web yang memiliki desain mewah dan promosi, yang menarik dan web ini juga sudah di gunakan banyak orang di dunia dengan beragam penawaran yang ada. membuat para pemain menjadi nyaman bermain di pandora168, dengan begitu banyak nya pilihan yang ada saya rasa kalian bisa menjadikan Pandora168 sebagai tempat bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Mengenal Lebih Dalam Pandora168</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pandora168 website judi online luar negri ini telah banyak,Dimainkan jutaan orang di seluruh dunia karena kecepatan nya dalam melayani costumer serta berani memberikan bonus yang tidak nangung nangung membuat situs ini mendapatkan beberapa penghargaan dari beberapa lembaga seperti,web terbaik dalam pelayanan serta web paling adil sedunia (dalam hal membayar),Sebenar nya masih banyak lagi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sejarah berdiri nya Pandora168-Pandora168 berdiri di amerika serikat tepat nya di lasvegas pada tahun 1990 namun saat itu masih offline dan belum online seperti sekarang,Namun kalian perlu tau bahwa mereka adalah grup besar dalam industry ini.Dengan beberapa investor besar Pandora168 memulai karir nya dalam bidang judi online pada tahun 2007,Dan berkembang hingga sekarang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saking besar nya grup Pandora168 memiliki beberapa anak perusahaan,yang juga cukup di kenal beberapa orang saking besar nya situs judi online satu ini dan beriktu ini adalah daftar anak perusahaan Pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\"} -->\n<ol type=\"1\"><!-- wp:list-item -->\n<li>Pandora88</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pandora188</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pandora123</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Empat nama di atas adalah cabang,atau anak perusahaan dari pandora168 yang memiliki beberapa anak perushaan di berbagai Negara.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kumpulan Game Judi Online Pandora168</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ada beberapa game yang mesti kalian mainkan,dan saya akan memberikan rekomendasi game kepada kalian agar kalian bisa bermain dengan tenang dan aman.Dan berikut ini adalah jenis permainan yang ada di Pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.Slot Online-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang paling banyak di mainkan dari pada jenis judi lainya ini merupakan symbol dari judi online karena saking banyak nya yang main,Tidak heran jenis game ini selalu masuk nominasi lima besar dalam permainan judi online di pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.Casino Live-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Casino Live game yang dewasa di antara beberapa game lainya ini karena nominal yang di pertaruhkan tidak sedikit dan terbilang cukup besar,Dengan nominal yang cukup besar ini saya rasa layak jika game ini banyak di mainkan oleh orang orang yang kaya atau memiliki modal besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.TOGEL-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taruhan angka online atau lebih kenal dengan nama TOGEL ini merupakan judi tertua yang ada di Indonesia,Kalian bisa melakukan deposite dengan modal yang kecil tapi keuntungan yang di berikan tidak main main dan terbilang besar.Banyak orang yang beprofesi menjadi penjudi togel handal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.Sabung Ayam-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang cukup remain di mainkan di Pandora168 ini berasal dari permainan offline,Yang ada di Mexico dan cukup popular juga di Indonesia ini menjadi game secara online sejak tahun 2010.Ini memiliki basis pengemar yang luarbiasa di seluruh dunia dengan hadir nya versi online ini kalian tidak perlu lagi datang ketempat pertandingan dan hanya perlu melihat dari layar ponsel dan bisa sambil bersantai tidak perlu lagi merawat ayam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.Judi Parley-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mix Parley adalah event dimana kalian melakukan tebak skor atau event full menang bisa juga full kalah tapi jika kalian hanya ingin,Main taruhan antar klub kalian juga bisa mencoba nya.Dengan begitu kalian bisa merasakan kemenangan yang luar biasa besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebenarnya masih ada beberapa jenis permainan lagi namun kali ini hanya itu saja yang saya berikan kepada kalian,dengan banyak nya jenis judi online kalian dapat memilih kalian jago di bidang apa dan hebat dalam hal apa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Rekomendasi Game Slot Online Gacor-Pandora168</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Banyak sekali jenis game slot online yang ada di Pandora168,Kalian bisa memilih beberapa game yang ada di Pandora168 dengan banyak nya game yang ada mungkin kalian akan bingung memainkan game dan dengan adanya rekomendasi ini membuat kalian bisa dengan mudah memilih game yang ingin kalian mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\"} -->\n<ol type=\"1\"><!-- wp:list-item -->\n<li>Slot Online Pragmatic Play-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Habanero-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online CQ9-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online PG SOFT-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Spade Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Micro Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Big pot Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online AdvantPlay-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Crowd Play-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Amb Slot-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online V Power-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Mario Club-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Dragon Soft-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Slot88-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online ION Slot-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Joker-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Fachai-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Jilli-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Live22-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Play Star-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Fun Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online JDB-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot OnlineTop Trend Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Betsoft-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Playtech-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Yggdrasil-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Play’N Go-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online One Touch-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Real Time Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Flow Gaming-Pandora168</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Yang diatas adalah rekomendasi Game slot online,yang bagus untuk di mainkan di Pandora168 kalian bisa memilih beberapa permainan yang kalian kuasai untuk di mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Cara Menang Bermain Di Pandora168</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cara menang sangat mudah sekali karena winrate dari Pandora168, masih sangat tinggi kalian bisa manfaat kan hal ini untuk meraih kemenangan yang tinggi atau istilah lainya adalah jackpot dan berikut ini adalah langkah langkah untuk bermain di Pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.Lakukan Pendaftaran</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lakukan Pendaftaran ini adalah langkah awal,bagi kalian untuk meraih kemenangan dalam bermain di Pandora168 kalian cukup mengisi apa saja yang di perlukan sesuai bio data yang ada dan lakukan pengisian dengan benar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.Melakukan Deposite</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tentu kalian perlu melakukan deposite dengan modal uang asli,Kalian bisa membayar nya via transfer atau via top up pulsa.isilah sesuai nominal yang ada dan jangan sampai salah transfer jika salah atau sengaja memberikan bukti palsu maka deposite tidak akan di proses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.Memilih Permainan Dan Memainkan Nya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Memilih permainan adalah hal yang sangat penting,dan utama jika kalian salah memilih atau asal asalan dalam memilih permainan maka kalian akan mati karena permaianan yang kalian pilih jika kalian ingin memilih game pilih lah game yang kalian pahami dan kalian kuasai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dan itulah beberapa tips dan trick yang kalian bisa gunakan,untuk bermain di pandora168 kalian bisa menerapkan caranya nya atau memkombinasi dengan cara yang kalian kuasai.</p>\n<!-- /wp:paragraph -->', 'Pandora168|Pandora168 Login|Pandora168 Link Alternative', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 11:32:00', '2023-06-20 11:32:00', '', 2, 'http://localhost/pandora168.net/?p=30909', 0, 'revision', '', 0),
(30910, 1, '2023-06-20 11:32:28', '2023-06-20 11:32:28', '[]', 'https://localhost/pandora168.net/?s=example', '', 'publish', 'closed', 'closed', '', '94342407d57ca2846ff728344a2e81ea', '', '', '2023-06-20 11:32:28', '2023-06-20 11:32:28', '', 0, 'http://localhost/pandora168.net/amp_validated_url/94342407d57ca2846ff728344a2e81ea/', 0, 'amp_validated_url', '', 0),
(30911, 1, '2023-06-20 11:38:41', '2023-06-20 11:38:41', '[]', 'https://localhost/pandora168.net/', '', 'publish', 'closed', 'closed', '', '5d055b21b3af9984de02e0d743064e37', '', '', '2023-06-20 11:38:41', '2023-06-20 11:38:41', '', 0, 'http://localhost/pandora168.net/amp_validated_url/5d055b21b3af9984de02e0d743064e37/', 0, 'amp_validated_url', '', 0),
(30913, 1, '2023-06-20 11:35:59', '2023-06-20 11:35:59', '<!-- wp:paragraph -->\n<p>Pandora168 merupakan situs judi online asal amerika yang memiliki market pasar hingga asia termasuk Indonesia kalian bisa bermain dengan mencari di google Pandora168,Pandora168 Login atau Pandora168 Link Alternative. Dengan banyak nya server yang dimiliki Pandora168 membuat web ini menjadi web yang cepat secara tampilan serta desain yang mewah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Web yang memiliki desain mewah dan promosi, yang menarik dan web ini juga sudah di gunakan banyak orang di dunia dengan beragam penawaran yang ada. membuat para pemain menjadi nyaman bermain di pandora168, dengan begitu banyak nya pilihan yang ada saya rasa kalian bisa menjadikan Pandora168 sebagai tempat bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Mengenal Lebih Dalam Pandora168</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pandora168 website judi online luar negri ini telah banyak,Dimainkan jutaan orang di seluruh dunia karena kecepatan nya dalam melayani costumer serta berani memberikan bonus yang tidak nangung nangung membuat situs ini mendapatkan beberapa penghargaan dari beberapa lembaga seperti,web terbaik dalam pelayanan serta web paling adil sedunia (dalam hal membayar),Sebenar nya masih banyak lagi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sejarah berdiri nya Pandora168-Pandora168 berdiri di amerika serikat tepat nya di lasvegas pada tahun 1990 namun saat itu masih offline dan belum online seperti sekarang,Namun kalian perlu tau bahwa mereka adalah grup besar dalam industry ini.Dengan beberapa investor besar Pandora168 memulai karir nya dalam bidang judi online pada tahun 2007,Dan berkembang hingga sekarang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saking besar nya grup Pandora168 memiliki beberapa anak perusahaan,yang juga cukup di kenal beberapa orang saking besar nya situs judi online satu ini dan beriktu ini adalah daftar anak perusahaan Pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"type\":\"1\"} -->\n<ul type=\"1\"><!-- wp:list-item -->\n<li>Pandora88</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pandora188</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pandora123</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Empat nama di atas adalah cabang,atau anak perusahaan dari pandora168 yang memiliki beberapa anak perushaan di berbagai Negara.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kumpulan Game Judi Online Pandora168</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ada beberapa game yang mesti kalian mainkan,dan saya akan memberikan rekomendasi game kepada kalian agar kalian bisa bermain dengan tenang dan aman.Dan berikut ini adalah jenis permainan yang ada di Pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.Slot Online-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang paling banyak di mainkan dari pada jenis judi lainya ini merupakan symbol dari judi online karena saking banyak nya yang main,Tidak heran jenis game ini selalu masuk nominasi lima besar dalam permainan judi online di pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.Casino Live-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Casino Live game yang dewasa di antara beberapa game lainya ini karena nominal yang di pertaruhkan tidak sedikit dan terbilang cukup besar,Dengan nominal yang cukup besar ini saya rasa layak jika game ini banyak di mainkan oleh orang orang yang kaya atau memiliki modal besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.TOGEL-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taruhan angka online atau lebih kenal dengan nama TOGEL ini merupakan judi tertua yang ada di Indonesia,Kalian bisa melakukan deposite dengan modal yang kecil tapi keuntungan yang di berikan tidak main main dan terbilang besar.Banyak orang yang beprofesi menjadi penjudi togel handal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.Sabung Ayam-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang cukup remain di mainkan di Pandora168 ini berasal dari permainan offline,Yang ada di Mexico dan cukup popular juga di Indonesia ini menjadi game secara online sejak tahun 2010.Ini memiliki basis pengemar yang luarbiasa di seluruh dunia dengan hadir nya versi online ini kalian tidak perlu lagi datang ketempat pertandingan dan hanya perlu melihat dari layar ponsel dan bisa sambil bersantai tidak perlu lagi merawat ayam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.Judi Parley-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mix Parley adalah event dimana kalian melakukan tebak skor atau event full menang bisa juga full kalah tapi jika kalian hanya ingin,Main taruhan antar klub kalian juga bisa mencoba nya.Dengan begitu kalian bisa merasakan kemenangan yang luar biasa besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebenarnya masih ada beberapa jenis permainan lagi namun kali ini hanya itu saja yang saya berikan kepada kalian,dengan banyak nya jenis judi online kalian dapat memilih kalian jago di bidang apa dan hebat dalam hal apa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Rekomendasi Game Slot Online Gacor-Pandora168</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Banyak sekali jenis game slot online yang ada di Pandora168,Kalian bisa memilih beberapa game yang ada di Pandora168 dengan banyak nya game yang ada mungkin kalian akan bingung memainkan game dan dengan adanya rekomendasi ini membuat kalian bisa dengan mudah memilih game yang ingin kalian mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"type\":\"1\"} -->\n<ul type=\"1\"><!-- wp:list-item -->\n<li>Slot Online Pragmatic Play-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Habanero-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online CQ9-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online PG SOFT-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Spade Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Micro Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Big pot Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online AdvantPlay-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Crowd Play-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Amb Slot-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online V Power-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Mario Club-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Dragon Soft-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Slot88-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online ION Slot-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Joker-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Fachai-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Jilli-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Live22-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Play Star-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Fun Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online JDB-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot OnlineTop Trend Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Betsoft-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Playtech-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Yggdrasil-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Play’N Go-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online One Touch-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Real Time Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Flow Gaming-Pandora168</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Yang diatas adalah rekomendasi Game slot online,yang bagus untuk di mainkan di Pandora168 kalian bisa memilih beberapa permainan yang kalian kuasai untuk di mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Cara Menang Bermain Di Pandora168</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cara menang sangat mudah sekali karena winrate dari Pandora168, masih sangat tinggi kalian bisa manfaat kan hal ini untuk meraih kemenangan yang tinggi atau istilah lainya adalah jackpot dan berikut ini adalah langkah langkah untuk bermain di Pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.Lakukan Pendaftaran</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lakukan Pendaftaran ini adalah langkah awal,bagi kalian untuk meraih kemenangan dalam bermain di Pandora168 kalian cukup mengisi apa saja yang di perlukan sesuai bio data yang ada dan lakukan pengisian dengan benar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.Melakukan Deposite</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tentu kalian perlu melakukan deposite dengan modal uang asli,Kalian bisa membayar nya via transfer atau via top up pulsa.isilah sesuai nominal yang ada dan jangan sampai salah transfer jika salah atau sengaja memberikan bukti palsu maka deposite tidak akan di proses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.Memilih Permainan Dan Memainkan Nya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Memilih permainan adalah hal yang sangat penting,dan utama jika kalian salah memilih atau asal asalan dalam memilih permainan maka kalian akan mati karena permaianan yang kalian pilih jika kalian ingin memilih game pilih lah game yang kalian pahami dan kalian kuasai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dan itulah beberapa tips dan trick yang kalian bisa gunakan,untuk bermain di pandora168 kalian bisa menerapkan caranya nya atau memkombinasi dengan cara yang kalian kuasai.</p>\n<!-- /wp:paragraph -->', 'Pandora168|Pandora168 Login|Pandora168 Link Alternative', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 11:35:59', '2023-06-20 11:35:59', '', 2, 'http://localhost/pandora168.net/?p=30913', 0, 'revision', '', 0),
(30915, 1, '2023-06-20 11:38:39', '2023-06-20 11:38:39', '<!-- wp:paragraph -->\n<p>Pandora168 merupakan situs judi online asal amerika yang memiliki market pasar hingga asia termasuk Indonesia kalian bisa bermain dengan mencari di google Pandora168,Pandora168 Login atau Pandora168 Link Alternative. Dengan banyak nya server yang dimiliki Pandora168 membuat web ini menjadi web yang cepat secara tampilan serta desain yang mewah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Web yang memiliki desain mewah dan promosi, yang menarik dan web ini juga sudah di gunakan banyak orang di dunia dengan beragam penawaran yang ada. membuat para pemain menjadi nyaman bermain di pandora168, dengan begitu banyak nya pilihan yang ada saya rasa kalian bisa menjadikan Pandora168 sebagai tempat bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Mengenal Lebih Dalam Pandora168</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pandora168 website judi online luar negri ini telah banyak,Dimainkan jutaan orang di seluruh dunia karena kecepatan nya dalam melayani costumer serta berani memberikan bonus yang tidak nangung nangung membuat situs ini mendapatkan beberapa penghargaan dari beberapa lembaga seperti,web terbaik dalam pelayanan serta web paling adil sedunia (dalam hal membayar),Sebenar nya masih banyak lagi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sejarah berdiri nya Pandora168-Pandora168 berdiri di amerika serikat tepat nya di lasvegas pada tahun 1990 namun saat itu masih offline dan belum online seperti sekarang,Namun kalian perlu tau bahwa mereka adalah grup besar dalam industry ini.Dengan beberapa investor besar Pandora168 memulai karir nya dalam bidang judi online pada tahun 2007,Dan berkembang hingga sekarang.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Saking besar nya grup Pandora168 memiliki beberapa anak perusahaan,yang juga cukup di kenal beberapa orang saking besar nya situs judi online satu ini dan beriktu ini adalah daftar anak perusahaan Pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\"} -->\n<ol type=\"1\"><!-- wp:list-item -->\n<li>Pandora88</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pandora188</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Pandora123</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Empat nama di atas adalah cabang,atau anak perusahaan dari pandora168 yang memiliki beberapa anak perushaan di berbagai Negara.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kumpulan Game Judi Online Pandora168</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ada beberapa game yang mesti kalian mainkan,dan saya akan memberikan rekomendasi game kepada kalian agar kalian bisa bermain dengan tenang dan aman.Dan berikut ini adalah jenis permainan yang ada di Pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.Slot Online-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang paling banyak di mainkan dari pada jenis judi lainya ini merupakan symbol dari judi online karena saking banyak nya yang main,Tidak heran jenis game ini selalu masuk nominasi lima besar dalam permainan judi online di pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.Casino Live-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Casino Live game yang dewasa di antara beberapa game lainya ini karena nominal yang di pertaruhkan tidak sedikit dan terbilang cukup besar,Dengan nominal yang cukup besar ini saya rasa layak jika game ini banyak di mainkan oleh orang orang yang kaya atau memiliki modal besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.TOGEL-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taruhan angka online atau lebih kenal dengan nama TOGEL ini merupakan judi tertua yang ada di Indonesia,Kalian bisa melakukan deposite dengan modal yang kecil tapi keuntungan yang di berikan tidak main main dan terbilang besar.Banyak orang yang beprofesi menjadi penjudi togel handal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.Sabung Ayam-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Game yang cukup remain di mainkan di Pandora168 ini berasal dari permainan offline,Yang ada di Mexico dan cukup popular juga di Indonesia ini menjadi game secara online sejak tahun 2010.Ini memiliki basis pengemar yang luarbiasa di seluruh dunia dengan hadir nya versi online ini kalian tidak perlu lagi datang ketempat pertandingan dan hanya perlu melihat dari layar ponsel dan bisa sambil bersantai tidak perlu lagi merawat ayam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.Judi Parley-Pandora168</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mix Parley adalah event dimana kalian melakukan tebak skor atau event full menang bisa juga full kalah tapi jika kalian hanya ingin,Main taruhan antar klub kalian juga bisa mencoba nya.Dengan begitu kalian bisa merasakan kemenangan yang luar biasa besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sebenarnya masih ada beberapa jenis permainan lagi namun kali ini hanya itu saja yang saya berikan kepada kalian,dengan banyak nya jenis judi online kalian dapat memilih kalian jago di bidang apa dan hebat dalam hal apa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Rekomendasi Game Slot Online Gacor-Pandora168</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Banyak sekali jenis game slot online yang ada di Pandora168,Kalian bisa memilih beberapa game yang ada di Pandora168 dengan banyak nya game yang ada mungkin kalian akan bingung memainkan game dan dengan adanya rekomendasi ini membuat kalian bisa dengan mudah memilih game yang ingin kalian mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"type\":\"1\"} -->\n<ol type=\"1\"><!-- wp:list-item -->\n<li>Slot Online Pragmatic Play-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Habanero-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online CQ9-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online PG SOFT-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Spade Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Micro Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Big pot Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online AdvantPlay-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Crowd Play-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Amb Slot-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online V Power-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Mario Club-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Dragon Soft-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Slot88-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online ION Slot-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Joker-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Fachai-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Jilli-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Live22-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Play Star-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Fun Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online JDB-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot OnlineTop Trend Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Betsoft-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Playtech-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Yggdrasil-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Play’N Go-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online One Touch-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Real Time Gaming-Pandora168</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Slot Online Flow Gaming-Pandora168</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Yang diatas adalah rekomendasi Game slot online,yang bagus untuk di mainkan di Pandora168 kalian bisa memilih beberapa permainan yang kalian kuasai untuk di mainkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Cara Menang Bermain Di Pandora168</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Cara menang sangat mudah sekali karena winrate dari Pandora168, masih sangat tinggi kalian bisa manfaat kan hal ini untuk meraih kemenangan yang tinggi atau istilah lainya adalah jackpot dan berikut ini adalah langkah langkah untuk bermain di Pandora168.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.Lakukan Pendaftaran</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lakukan Pendaftaran ini adalah langkah awal,bagi kalian untuk meraih kemenangan dalam bermain di Pandora168 kalian cukup mengisi apa saja yang di perlukan sesuai bio data yang ada dan lakukan pengisian dengan benar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.Melakukan Deposite</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tentu kalian perlu melakukan deposite dengan modal uang asli,Kalian bisa membayar nya via transfer atau via top up pulsa.isilah sesuai nominal yang ada dan jangan sampai salah transfer jika salah atau sengaja memberikan bukti palsu maka deposite tidak akan di proses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.Memilih Permainan Dan Memainkan Nya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Memilih permainan adalah hal yang sangat penting,dan utama jika kalian salah memilih atau asal asalan dalam memilih permainan maka kalian akan mati karena permaianan yang kalian pilih jika kalian ingin memilih game pilih lah game yang kalian pahami dan kalian kuasai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dan itulah beberapa tips dan trick yang kalian bisa gunakan,untuk bermain di pandora168 kalian bisa menerapkan caranya nya atau memkombinasi dengan cara yang kalian kuasai.</p>\n<!-- /wp:paragraph -->', 'Pandora168|Pandora168 Login|Pandora168 Link Alternative', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-20 11:38:39', '2023-06-20 11:38:39', '', 2, 'http://localhost/pandora168.net/?p=30915', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30917, 1, '2023-06-21 03:09:23', '2023-06-21 03:09:23', '<!-- wp:paragraph -->\n<p><br>Agen188 kali ini hadir dengan permainan judi online yang sangat menarik dan menguntungkan bagi para pejudi di Indonesia. Dengan berbagai macam permainan yang tersedia, AGEN188 menjamin kualitas permainan yang terbaik untuk para pelanggannya. Selain itu, AGEN188 juga menyediakan fasilitas daftar akun judi online yang sangat mudah dan cepat. Jadi, jangan sampai ketinggalan untuk bergabung bersama AGEN188 sekarang juga!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kembali dengan AGEN188, Situs Judi Online Terpercaya, yang selalu memberikan pelayanan terbaik kepada para pelanggannya. Kini AGEN188 hadir dengan permainan judi online yang paling menguntungkan dan menarik di Indonesia. Tidak hanya itu, AGEN188 juga menyediakan fasilitas daftar akun judi online dengan proses yang cepat dan mudah. Jadi, jangan sampai terlewatkan kesempatan untuk bergabung dan main bersama AGEN188 sekarang juga!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lantas Mengapa AGEN188 Dikenal Sebagai Situs Judi Online Terpercaya?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 adalah situs judi online terpercaya yang menyediakan berbagai jenis permainan Judi Online. Selain itu, AGEN188 juga menyediakan Promosi menarik dan Bonus yang pastinya sangat menguntungkan para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 menyediakan permainan Judi Online seperti permainan kartu, Casino Online, judi slot online, dan berbagai jenis permainan menarik lainnya. Selain itu, AGEN188 menyediakan berbagai jenis Promosi yang menarik dan Bonus yang pastinya sangat menguntungkan para membernya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 juga menyediakan berbagai jenis permainan Judi Online dengan menggunakan uang asli. Para member AGEN188 dapat bermain Judi Online dengan menggunakan uang asli sehingga para member dapat meraih keuntungan yang besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 juga telah mendapatkan sertifikat resmi dari PAGCOR sehingga para member dapat bermain Judi Online dengan tenang dan aman. Sertifikat resmi dari PAGCOR ini juga menjadikan AGEN188 sebagai salah satu situs judi online terpercaya di Indonesia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus yang ditawarkan oleh AGEN188 juga sangat menguntungkan para membernya. Bonus yang ditawarkan oleh AGEN188 seperti Bonus Deposit, Bonus Cashback, dan berbagai macam bonus lainnya. Dengan adanya berbagai macam bonus ini, para member AGEN188 dapat meraih keuntungan yang lebih besar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kini anda tidak perlu lagi mencari situs judi online terpercaya karena anda sudah menemukannya di AGEN188. AGEN188 adalah situs judi online terpercaya yang menyediakan berbagai macam permainan Judi Online, Promosi menarik, dan Bonus yang pastinya sangat menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Pilihan Permainan Terbaik di AGEN188</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><br>AGEN188 adalah salah satu agen judi online yang populer di Indonesia. Menyediakan berbagai macam permainan judi online, AGEN188 menjadi pilihan utama para pecinta judi online. Permainan yang disediakan AGEN188 sangat lengkap dan menarik, sehingga para member akan mendapatkan kesenangan dan keuntungan dalam bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Permainan yang disediakan oleh AGEN188 sangat beragam, sehingga para member akan mendapatkan berbagai pilihan permainan yang menarik. Mulai dari permainan kartu, permainan angka, hingga permainan live casino, semua permainan dapat Anda temukan di AGEN188. Selain itu, AGEN188 juga menyediakan permainan taruhan olahraga, seperti taruhan bola, sehingga para member dapat merasakan sensasi taruhan bola online dengan nyaman dan aman.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 juga memiliki sistem keamanan yang sangat canggih sehingga para member dapat bermain dengan nyaman dan aman. Sistem keamanan yang ada di AGEN188 akan menjamin kerahasiaan data para member dan menjamin keamanan dana para member. Jadi, para member tidak perlu khawatir akan kehilangan dana mereka atau data pribadi mereka bocor ketika bermain di AGEN188.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para member juga akan mendapatkan pelayanan customer service yang baik dan ramah ketika bermain di AGEN188. Customer service kami akan siap 24 jam untuk melayani Anda sehingga Anda dapat bermain kapan saja dan dimana saja. Selain itu, AGEN188 juga menyediakan berbagai bonus dan promo menarik yang dapat Anda manfaatkan sehingga Anda dapat mendapatkan keuntungan lebih besar dalam bermain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 adalah pilihan terbaik para pecinta judi online di Indonesia. Menyediakan berbagai macam permainan judi online, AGEN188 memberikan kesenangan dan keuntungan para membernya. Selain itu, AGEN188 juga memiliki sistem keamanan yang bagus sehingga dana Anda akan aman dan terlindungi. Jadi, tunggu apalagi? Ayo daftarkan diri Anda sekarang juga dan rasakan kesenangan dan keuntungan bermain judi online di AGEN188!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Ambil Bagian di AGEN188 dan Nikmati Permainan Terbaik</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><br>AGEN188 adalah situs judi online terpercaya yang menawarkan berbagai permainan terbaik. Anda dapat menikmati permainan judi online dari berbagai provider seperti Pragmatic Play, Playtech, dan lainnya. Situs judi online ini juga menyediakan berbagai bonus untuk para membernya. Anda dapat mendapatkan bonus cashback, bonus deposit, dan berbagai promo menarik lainnya. Untuk bisa bermain di AGEN188, Anda harus login terlebih dahulu dengan menggunakan ID dan password yang telah Anda daftarkan. Selain itu, Anda juga harus menyetorkan sejumlah dana untuk mendapatkan saldo yang akan digunakan untuk bermain. Anda dapat memilih berbagai jenis permainan yang tersedia di situs ini, mulai dari permainan kartu hingga permainan slot. Anda dapat bermain sendiri atau bertaruh melawan player lain di dunia. AGEN188 juga menyediakan live chat untuk para membernya sehingga Anda dapat bertanya apapun yang Anda butuhkan seputar permainan atau situs ini. Jadi, tunggu apalagi? Daftarkan diri Anda sekarang juga dan ambil bagian dalam permainan terbaik di AGEN188!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Menikmati Promosi Eksklusif di AGEN188</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><br>Agen188 login – Anda dapat login ke akun Agen188 anda dengan mengklik tombol “LOGIN” di website utama kami. Isi formulir yang disediakan dengan data yang valid dan klik “LOGIN”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Agen188 daftar – Anda dapat mendaftar akun Agen188 dengan mengklik tombol “DAFTAR” di website utama kami. Isi formulir yang disediakan dengan data yang valid dan klik “DAFTAR”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>playstar - Anda dapat bermain game Playstar di Agen188. Pilih game yang ingin anda mainkan dan ikuti petunjuk yang ada di layar. Anda dapat memainkan game Playstar dengan menggunakan akun Agen188 anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Layanan Pelanggan Profesional di AGEN188</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><br>Situs judi online terpercaya AGEN188 menyediakan berbagai macam permainan judi online yang menarik dan menguntungkan bagi para pemain. Salah satu permainan yang sangat populer di AGEN188 adalah taruhan angka online. Taruhan angka online adalah permainan yang mengkombinasikan antara permainan judi bola online dan permainan togel. Dalam permainan ini, para pemain akan diberikan sejumlah angka yang harus dipilih, dan jika angka yang dipilih oleh pemain sama dengan angka yang keluar di hasil pertandingan, maka pemain akan mendapatkan keuntungan tertentu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 juga menyediakan berbagai macam bonus dan promo yang menarik bagi para pemain. Bonus dan promo yang diberikan oleh AGEN188 sangatlah menguntungkan bagi para pemain, karena para pemain akan mendapatkan sejumlah uang tambahan yang dapat digunakan untuk bermain taruhan angka online atau permainan lainnya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 juga memiliki layanan pelanggan yang sangat profesional. Layanan pelanggan di AGEN188 selalu siap melayani para pemain selama 24 jam Nonstop. Jika para pemain memiliki pertanyaan atau kendala dalam bermain, maka para petugas customer service akan segera menginformasikannya kepada para pemain sehingga para pemain dapat segera memecahkannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Bagaimana Cara Bermain di AGEN188?</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><br>​Mendapatkan akun Sbobet yaitu proses yang sangat mudah untuk dilakukan. Selain itu Anda juga dapat langsung mendapatkan user ID dan password untuk login ke dalam akun Sbobet Anda. Untuk lebih jelasnya, Anda dapat langsung mengunjungi situs resmi Agen Sbobet andalan seperti 188bet atau agen sbobet lainnya. Di situs resmi Agen Sbobet, Anda akan dimudahkan dalam proses pendaftaran akun dengan panduan yang mudah dipahami dan dikerjakan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apabila Anda masih belum mengetahui cara untuk bermain di Agen188, maka Anda tidak perlu khawatir karena di artikel ini kami akan memberikan panduan yang lengkap bagaimana caranya. Yang perlu Anda ketahui sebelum memulai untuk bermain di Agen188 yaitu Agen188 sangat cocok bagi Anda yang ingin mencari hiburan dan juga penghasilan tambahan. Dengan demikian, berikut adalah beberapa cara yang dapat Anda gunakan untuk bermain di Agen188 :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Cara Pertama : Download Aplikasi Agen188</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aplikasi Agen188 sangat mudah untuk diunduh dan juga di install. Anda hanya perlu mengunjungi situs resmi Agen188 dan mengklik link download yang tersedia. Apabila Anda ingin mendownload aplikasi Agen188 lewat pc atau laptop, maka Anda dapat menggunakan browser seperti Mozilla Firefox atau Google Chrome. Sedangkan apabila Anda mendownload aplikasi Agen188 lewat smartphone, maka Anda dapat menggunakan browser seperti UC Browser atau Opera Mini.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Cara Kedua : Login Ke Dalam Akun Agen188</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah berhasil mendownload aplikasi Agen188, maka selanjutnya Anda perlu login ke dalam akun Agen188. Untuk login ke dalam akun Agen188, Anda hanya perlu mengisi data yang dibutuhkan seperti username dan password.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Cara Ketiga : Pilih Game Yang Tersedia</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Di Agen188, terdapat banyak sekali permainan yang dapat Anda mainkan. Anda hanya perlu memilih permainan yang Anda minati dan juga mengikuti petunjuk yang ada di dalam permainan tersebut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Cara Keempat : Daftarkan Diri Anda Untuk Menjadi Member</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apabila Anda ingin bermain di Agen188, maka Anda harus mendaftarkan diri terlebih dahulu sebagai member. Untuk mendaftar sebagai member, Anda hanya perlu mengisi data yang dibutuhkan seperti nama lengkap, alamat email, nomor telepon, dan juga data rekening bank. Setelah semua data tersebut Anda isi, maka selanjutnya Anda hanya perlu mengklik tombol daftar dan menunggu beberapa saat hingga proses pendaftaran selesai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Cara Kelima : Depositkan Uang Yang Anda Miliki</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah semua proses pendaftaran selesai, maka selanjutnya Anda perlu melakukan deposit. Untuk melakukan deposit, Anda dapat menggunakan rekening bank seperti BCA, Mandiri, BNI, atau BRI. Jika Anda melakukan deposit dengan bank BCA, maka minimal deposit yang harus Anda bayarkan adalah 50 ribu rupiah saja. Sedangkan jika Anda melakukan deposit dengan bank Mandiri, maka minimal deposit yang harus Anda bayarkan adalah 100 ribu rupiah saja. Apabila Anda melakukan deposit dengan bank BNI atau BRI, maka minimal deposit yang harus Anda bayarkan adalah 200 ribu rupiah saja.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-Cara Keenam : Mulai Bertaruh Dan Menangkan Uang</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Setelah semua proses pendaftaran dan deposit selesai, maka selanjutnya Anda sudah dapat mulai bertaruh dan menangkan uang. Untuk bertaruh, Anda hanya perlu memilih jenis taruhan yang tersedia dan mengikuti petunjuk yang ada di dalam permainan. Selain itu, Anda juga dapat mengikuti panduan taruhan yang ada di situs Agen188. Demikianlah artikel yang kami sajikan kali ini tentang bagaimana caranya bermain di Agen188. Semoga artikel ini bermanfaat bagi Anda dan dapat membantu Anda dalam bermain di Agen188. Selamat mencoba!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Keputusan Player dan Mengelola Uang di AGEN188</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><br>Agen188link alternative - Pg soft - Agen188 situs judi online terpercaya</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ketika datang ke taruhan olahraga, selalu ada dua pilihan utama yang dapat Anda ambil: taruhan offline atau online. Kedua opsi ini memiliki kelebihan dan kekurangan masing-masing, tetapi opsi offline sedikit lebih rumit untuk dipahami. Hal ini dikarenakan taruhan olahraga offline melibatkan banyak elemen, seperti menemukan bandar judi, mengetahui nilai taruhan yang tepat, dan mengantisipasi kemungkinan kecurangan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Namun, jika Anda memahami semua elemen ini, Anda akan menemukan bahwa taruhan olahraga offline dapat menguntungkan. Untuk membantu Anda memahami lebih lanjut tentang taruhan olahraga offline, kami akan membahas beberapa keuntungan utamanya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Keuntungan Utama Taruhan Olahraga Offline</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taruhan olahraga offline memungkinkan Anda untuk mengakses beberapa pasar taruhan yang tidak tersedia secara online. Selain itu, Anda juga dapat mengakses taruhan yang nilainya lebih rendah daripada yang ditawarkan secara online. Ini adalah salah satu keuntungan utama dari taruhan olahraga offline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taruhan offline juga memberikan Anda kesempatan untuk mendapatkan peluang yang lebih baik. Hal ini dikarenakan Anda akan dapat menemukan bandar judi yang berbeda dan menawarkan peluang yang berbeda. Oleh karena itu, jika Anda ingin mendapatkan peluang terbaik, selalu disarankan untuk memilih taruhan offline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, taruhan offline juga dapat memberikan Anda kesempatan untuk melakukan penawaran dengan potensi keuntungan yang lebih tinggi. Dengan cara ini, Anda dapat mendapatkan lebih banyak uang daripada yang Anda dapatkan secara online. Oleh karena itu, selalu disarankan untuk menemukan bandar judi offline yang dapat memberikan Anda penawaran dengan potensi keuntungan yang tinggi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Keuntungan Utama Taruhan Olahraga Online</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Walaupun taruhan olahraga offline memiliki beberapa keuntungan, namun opsi online jauh lebih populer. Salah satu alasannya adalah taruhan olahraga online memberikan Anda kesempatan untuk mendapatkan peluang yang lebih baik. Jadi, jika Anda ingin mendapatkan peluang terbaik, selalu disarankan untuk memilih opsi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, opsi online juga memberikan Anda kesempatan untuk melakukan taruhan dengan nilai yang lebih rendah. Ini adalah salah satu keuntungan utama opsi online. Oleh karena itu, jika Anda ingin mendapatkan uang lebih banyak, selalu disarankan untuk memilih opsi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taruhan olahraga online juga memberikan Anda kesempatan untuk mendapatkan akses ke pasar yang lebih luas. Ini adalah salah satu keuntungan utama opsi online. Oleh karena itu, jika Anda ingin mendapatkan akses ke pasar yang lebih luas, selalu disarankan untuk memilih opsi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Akhir Kata</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itulah beberapa keuntungan utama dari taruhan olahraga offline dan online. Jadi, jika Anda ingin mendapatkan peluang terbaik dan uang yang lebih banyak, selalu disarankan untuk memilih opsi online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Metode Pembayaran yang Tersedia di AGEN188<br>Habanero dan Spade Gaming telah bekerja sama selama bertahun-tahun, dan kami sangat puas dengan pelayanan yang diberikan oleh perusahaan ini. Kami menyediakan berbagai metode pembayaran untuk memudahkan para pelanggan kami, dan kami berharap dapat terus memberikan pelayanan terbaik kepada para pelanggan kami.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Keuntungan Bergabung dengan AGEN188</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><br>AGEN188 Situs Judi Online Terpercaya - Bergabung dengan AGEN188 adalah keputusan yang tepat untuk para pecinta judi online. AGEN188 menyediakan berbagai macam permainan judi online yang menarik dan menguntungkan. AGEN188 juga menyediakan berbagai macam bonus dan promo yang menarik bagi para membernya. Bergabung dengan AGEN188 adalah salah satu langkah yang tepat untuk meningkatkan kualitas permainan judi online Anda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Keuntungan Bergabung dengan AGEN188</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Salah satu keuntungan yang didapatkan para member AGEN188 adalah bonus dan promo yang menarik. AGEN188 selalu memberikan berbagai macam bonus dan promo yang menguntungkan para membernya. Bonus dan promo yang ditawarkan AGEN188 cukup bervariasi, sehingga para member tidak akan bosan dengan bonus dan promo yang ditawarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 juga selalu memberikan pelayanan yang terbaik kepada para membernya. Para member AGEN188 akan mendapatkan pelayanan yang ramah dan profesional dari customer service kami. Kami selalu siap untuk membantu Anda dalam setiap masalah yang timbul selama bermain judi online di AGEN188.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selain itu, AGEN188 juga menyediakan berbagai macam permainan judi online yang menarik dan menguntungkan. Permainan yang ditawarkan AGEN188 cukup bervariasi, sehingga para member tidak akan bosan dengan permainan yang ditawarkan. AGEN188 juga selalu melakukan update permainan secara berkala, sehingga para member tidak akan bosan dengan permainan yang ditawarkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AGEN188 juga menyediakan fasilitas transaksi yang mudah dan cepat. Kami selalu memberikan fasilitas transaksi yang terbaik kepada para member kami, sehingga para member dapat menikmati permainan judi online dengan lebih nyaman. Kami juga selalu memastikan bahwa setiap transaksi yang dilakukan para member aman dan terjamin keamanannya.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jadi, jika Anda ingin meningkatkan kualitas permainan judi online, maka bergabunglah dengan AGEN188. Dengan bergabung dengan AGEN188, Anda akan mendapatkan berbagai macam keuntungan yang menguntungkan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Hadiah Jutaan Rupiah dengan AGEN188</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><br>AGEN188 Situs Judi Online Terpercaya memberikan hadiah jutaan rupiah setiap harinya. Cukup daftarkan diri anda di situs judi online terpercaya kami, ikuti peraturan yang ada, dan tunggu apa yang akan terjadi.Jadi, tunggu apalagi? Daftarkan diri anda sekarang dan rasakan sensasi menangkan hadiah jutaan rupiah setiap harinya.</p>\n<!-- /wp:paragraph -->', 'AGEN188 SLOT|AGEN188 SLOT LOGIN LINK ALTERNATIVE', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-21 03:09:23', '2023-06-21 03:09:23', '', 2, 'http://localhost/agen188.site/?p=30917', 0, 'revision', '', 0),
(30918, 1, '2023-06-21 03:11:11', '2023-06-21 03:11:11', '{\n    \"nav_menu_item[13]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 13,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Login\",\n            \"url\": \"https://www.magic88.site/register?ref=satelite1\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-in\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-21 03:11:11\"\n    },\n    \"nav_menu_item[12]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 12,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Daftar\",\n            \"url\": \"https://www.magic88.site/register?ref=satelite1\",\n            \"target\": \"_blank\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"sign-up\",\n            \"xfn\": \"nofollow\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-21 03:11:11\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'fd9c06da-2f0b-4130-b487-a150da28d1ee', '', '', '2023-06-21 03:11:11', '2023-06-21 03:11:11', '', 0, 'http://localhost/agen188.site/fd9c06da-2f0b-4130-b487-a150da28d1ee/', 0, 'customize_changeset', '', 0),
(30919, 1, '2023-06-21 04:27:05', '2023-06-21 04:27:05', '<!-- wp:paragraph -->\n<p>Selamat datang di situs judi online terpercaya Asia123! Di sini kami akan memberikan panduan lengkap bagaimana cara bermain judi online dengan aman dan menang. Judi online memang menyenangkan, tetapi juga sangat berisiko jika tidak dikelola dengan baik. Kami akan memberikan tips dan trik bagaimana cara memaksimalkan peluang untuk menang, serta meminimalisir risiko kerugian. Semua itu akan kami bahas secara lengkap di situs ini.</p>\n<p>Asia123 adalah situs judi online yang telah beroperasi selama lebih dari 10 tahun. Kami menyediakan berbagai permainan judi online, mulai dari poker, blackjack, baccarat, roulette, sampai slot. Seluruh permainan ini dapat dimainkan hanya dengan menggunakan satu akun saja. Anda tidak perlu mendaftar ke berbagai situs untuk bermain berbagai permainan, cukup daftar di Asia123 saja.</p>\n<p>Keuntungan bermain di Asia123 adalah:</p>\n<p>- Situs judi gampang menang</p>\n<p>- Asia123 login memberikan keamanan data pribadi dan transaksi finansial 100%</p>\n<p>- Dapat dimainkan melalui PC, laptop, smartphone, atau tablet</p>\n<p>- Slot gacor hari ini memberikan kesempatan meraih keuntungan yang lebih besar</p>\n<p>Jadi, bagaimana cara bermain di Asia123? Panduan lengkapnya akan kami berikan di artikel selanjutnya.</p>\n<h2>Mulai Bermain dan Menangkan Bonus Besar</h2>\n<p><br />Mulai Bermain dan Menangkan Bonus Besar – Slot Online</p>\n<p>Banyak orang yang tertarik untuk bermain dan menangkan bonus besar dalam permainan slot online. Meskipun demikian, ada beberapa hal yang perlu Anda ketahui sebelum mulai bermain. Konsep dasar dari permainan ini adalah Anda memasukkan koin atau uang ke dalam mesin slot dan menarik tuasnya. Tuas ini akan menggerakkan roda-rodanya yang berputar pada kecepatan tinggi. Kemudian, roda ini akan berhenti dan apabila Anda mendapatkan simbol yang sama pada baris horizontal maka Anda akan mendapatkan hadiah. Ada beberapa jenis slot online, yaitu:</p>\n<p>1. Classic Slots – yaitu slot yang terdiri dari 3 roda dan 1 baris horizontal. Jenis slot online ini sangat mudah dimainkan dan sering kali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah Grease.</p>\n<p>2. Video Slots – yaitu slot online yang terdiri dari 5 roda dan 3 baris horizontal. Jenis slot ini sangat menarik dan sering kali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah The Dark Knight Rises.</p>\n<p>3. Progressive Slots – yaitu slot online dengan jackpot progresif yang artinya jackpotnya akan bertambah besar setiap kali ada yang bermain di mesin tersebut. Jenis slot ini seringkali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah Mega Moolah.</p>\n<p>4. 3D Slots – yaitu judi slot online dengan grafis 3D yang sangat menarik dan seru. Jenis slot ini seringkali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah Gonzo’s Quest.</p>\n<p>Jadi, jenis slot mana yang ingin Anda mainkan? Yuk mainkan sekarang juga di agen judi Asia123!</p>\n<h3>Pentingnya Membaca Syarat dan Ketentuan</h3>\n<p><br />​Bermain di situs judi online memang memberikan banyak keuntungan dan kenyamanan. Anda bisa bermain dimanapun dan kapanpun sesuai dengan yang Anda inginkan. Oleh karena itu, permainan judi online menjadi pilihan bagi banyak orang saat ini. Anda hanya perlu menggunakan perangkat komputer atau smartphone yang Anda miliki dan Anda sudah bisa bermain. Selain itu, Anda juga bisa mendapatkan banyak bonus dan keuntungan di situs judi online.</p>\n<p>Namun, sebelum Anda mulai bermain judi online, ada beberapa hal yang perlu Anda ketahui terlebih dahulu. Salah satunya adalah pentingnya membaca syarat dan ketentuan dari situs judi online tempat Anda bermain. Syarat dan ketentuan dari sebuah situs judi online sangat penting untuk diketahui oleh setiap pemain. Hal ini dikarenakan syarat dan ketentuan dari sebuah situs judi online mengatur seluruh aktivitas pemain yang ada di dalamnya. Syarat dan ketentuan juga mengatur tentang bonus dan promo yang ditawarkan oleh situs judi online.</p>\n<p>Jadi, jika Anda ingin bermain judi online, pastikan Anda telah membaca syarat dan ketentuan dari situs tempat Anda akan bermain. Jangan sampai Anda melanggar syarat dan ketentuan yang telah ditetapkan oleh pihak situs judi online, karena hal ini dapat menyebabkan Anda kehilangan bonus atau bahkan dilarang bermain di situs tersebut. Oleh karena itu, selalu pastikan Anda membaca syarat dan ketentuan sebelum bermain judi online.</p>\n<h4>Bagaimana Cara Aman Bermain Judi Online</h4>\n<p><br />​Bagaimana Cara Aman Bermain Judi Online - Pertanyaan yang sering diajukan oleh para pemain judi online adalah bagaimana cara aman bermain judi online. Untuk menjawab pertanyaan ini, kami akan membagikan beberapa tips yang bisa Anda gunakan agar dapat bermain judi online dengan aman.</p>\n<p>Tips pertama yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan memilih situs judi online yang tepat. Saat ini, ada banyak sekali situs judi online yang beroperasi di Indonesia. Oleh karena itu, Anda harus teliti dalam memilih situs judi online yang akan Anda gunakan. Pilihlah situs judi online yang memiliki lisensi resmi dari pemerintah. Selain itu, perhatikan juga keamanan situs judi online tersebut. Pastikan situs judi online memiliki sistem keamanan yang baik agar data pribadi Anda tidak dicuri oleh pihak-pihak yang tidak bertanggung jawab.</p>\n<p>Tips kedua yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan mengatur modal yang Anda gunakan. Selalu pasang taruhan dengan uang yang Anda mampu untuk kehilangan. Hal ini akan membuat Anda lebih tenang dan dapat focuses dalam permainan.</p>\n<p>Tips ketiga yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan memilih jenis permainan yang sesuai dengan kemampuan Anda. Hal ini akan menyebabkan Anda cenderung mengalami kekalahan. Pilihlah permainan yang sesuai dengan level kemampuan Anda agar dapat meminimalisir kerugian yang akan Anda alami.</p>\n<p>Tips keempat yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan berhenti bermain saat Anda sedang mengalami kekalahan. Jangan pernah terpancing emosi dan terus bermain hanya karena ingin mendapatkan kembali uang yang telah Anda hilangkan. Hal ini akan menyebabkan Anda semakin rugi. Berhentilah bermain dan lanjutkan lain waktu saja saat sudah mengumpulkan modal kembali.</p>\n<p>Tips kelima yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan mengikuti rekomendasi dari teman atau orang terdekat Anda. Selain itu, Anda juga dapat mencari informasi tentang situs judi online di internet. Pastikan untuk mengikuti tips-tips tersebut agar dapat bermain judi online dengan aman dan nyaman.</p>\n<h2>Berbagai Jenis Permainan di Asia123</h2>\n<p><br />​Sedang mencari hiburan atau permainan menarik? Asia123 adalah tempat yang tepat untuk Anda! Asia123 menawarkan berbagai permainan yang pastinya akan membuat Anda tertarik. Permainan yang tersedia di Asia123 sangat beragam, mulai dari permainan live casino, slot, hingga permainan lainnya. Anda bisa memainkan permainan apa pun yang Anda inginkan di Asia123. Selain itu, Anda juga bisa menikmati permainan dengan kualitas yang sangat baik di Asia123. Permainan di Asia123 pastinya akan membuat Anda betah dan ingin terus main lagi.Jadi, apa yang Anda tunggu? Ayo coba berbagai permainan menarik yang ada di Asia123 sekarang juga! Anda bisa memainkan permainan yang Anda inginkan kapan pun dan dimana pun. So, tunggu apalagi? Ayo mainkan permainan di Asia123 sekarang juga!</p>\n<h3>Penawaran dan Promosi di Situs Judi Online Terpercaya</h3>\n<p><br />Situs Judi Online Terpercaya menawarkan berbagai macam penawaran dan promosi yang menarik bagi para pemainnya. Dari segi bonus dan hadiah, Situs Judi Online Terpercaya memiliki berbagai program yang dapat membuat para pemainnya merasa puas. Tidak hanya itu, Situs Judi Online Terpercaya juga memberikan pelayanan yang cepat dan responsif sehingga para pemain dapat menikmati permainan dengan nyaman. Tidak heran jika Situs Judi Online Terpercaya menjadi pilihan utama para pemain judi online di Indonesia.</p>\n<p>Selain itu, Situs Judi Online Terpercaya juga menyediakan permainan-permainan yang menarik dan menguntungkan bagi para pemainnya. Permainan-permainan tersebut seperti poker online, dominoqq, bandarq, judi bola, slots, casino online, dan masih banyak lagi. Tidak hanya itu, Situs Judi Online Terpercaya juga menyediakan berbagai jenis bank untuk memudahkan para pemain dalam melakukan deposit dan withdraw. Bank-bank yang tersedia di Situs Judi Online Terpercaya seperti BCA, BRI, BNI, Mandiri, CIMB Niaga, Danamon, dan OCBC NISP.</p>\n<p>Kini, Anda tidak perlu khawatir lagi untuk bermain judi online karena Situs Judi Online Terpercaya hadir untuk Anda. Dapatkan berbagai penawaran dan promosi menarik hanya di Situs Judi Online Terpercaya. Selain itu, Anda juga dapat menikmati permainan-permainan yang menarik dan menguntungkan hanya dengan satu akun saja. Ayo segera daftarkan diri Anda di Situs Judi Online Terpercaya.</p>\n<h4>Manfaat Dari Menggunakan Kartu VIP</h4>\n<p><br />Kartu VIP adalah sebuah kartu yang memberikan Anda akses ke sejumlah manfaat eksklusif di seluruh Asia. Dengan menggunakan kartu VIP ini, Anda dapat menikmati akses ke sejumlah tempat wisata populer, restoran, dan pusat perbelanjaan di seluruh Asia.</p>\n<p>Asia123 link alternative memberikan Anda akses ke sejumlah situs web terkemuka di Asia, seperti situs web booking hotel dan rental mobil. Selain itu, Anda juga akan mendapatkan diskon khusus saat menggunakan kartu VIP ini.</p>\n<p>Kartu VIP juga memberikan Anda akses ke sejumlah fasilitas eksklusif, seperti lounge VIP di bandara, dan juga akses ke sejumlah acara khusus yang hanya tersedia untuk pemegang kartu VIP.</p>\n<p>Dengan menggunakan kartu VIP, Anda akan mendapatkan pengalaman yang lebih menyenangkan dan menarik ketika Anda traveling ke seluruh Asia. Jadi, jika Anda sedang merencanakan perjalanan ke Asia, pastikan untuk memperoleh kartu VIP agar Anda dapat menikmati segala keuntungannya.</p>\n<h2>Berbagai Cara Untuk Melakukan Deposit di Asia123</h2>\n<p><br />Saat ini, Asia123 menawarkan berbagai cara untuk melakukan deposit, seperti menggunakan kartu kredit, kartu debit, bank transfer, e-wallet, dan lain-lain. Tidak semua cara deposit yang ditawarkan oleh Asia123 sama, dan setiap cara deposit memiliki kelebihan dan kekurangannya masing-masing. Oleh karena itu, penting untuk mengetahui seluk-beluk setiap cara deposit sebelum Anda memutuskan untuk melakukan deposit di Asia123.</p>\n<p>Kartu kredit dan kartu debit adalah cara deposit yang paling umum digunakan oleh para pemain judi online. Cara deposit dengan menggunakan kartu kredit atau kartu debit sangat mudah dilakukan, dan prosesnya cepat sekali. Deposit dengan kartu kredit atau kartu debit juga sangat aman, karena Anda tidak perlu menyediakan informasi rekening bank Anda kepada agen judi online.</p>\n<p>Menggunakan bank transfer untuk melakukan deposit di Asia123 juga cukup mudah. Anda hanya perlu menyediakan informasi rekening bank Anda kepada agen judi online, dan setelah itu Anda akan dapat melakukan deposit dengan cepat dan mudah. Kelebihan dari deposit dengan bank transfer adalah, Anda dapat melakukan deposit dengan jumlah yang lebih besar dibandingkan dengan deposit menggunakan kartu kredit atau kartu debit.</p>\n<p>E-wallet adalah cara deposit yang sedang populer saat ini. E-wallet adalah sebuah dompet digital yang dapat Anda gunakan untuk melakukan berbagai transaksi online, seperti deposit di agen judi online. Untuk dapat menggunakan e-wallet, Anda harus terlebih dahulu mendaftar ke salah satu penyedia e-wallet, seperti PayPal, Skrill, atau Neteller. Kelebihan dari deposit dengan e-wallet adalah, Anda dapat melakukan deposit dengan cepat dan mudah, dan prosesnya pun cukup aman.</p>\n<p>Demikianlah beberapa cara deposit di Asia123. Semua cara deposit yang disebutkan di atas sangat mudah dilakukan, dan setiap cara deposit memiliki kelebihan dan kekurangannya masing-masing. Oleh karena itu, sebelum melakukan deposit di Asia123, Pastikan untuk memilih cara deposit yang sesuai dengan kebutuhan Anda.</p>\n<h2>Teknik Strategi Menangkan Permainan</h2>\n<p><br />Dalam permainan, seperti yang kita ketahui, ada beberapa faktor yang menentukan kemenangan atau kekalahan. Ada faktor keberuntungan, ada faktor keterampilan, dan ada faktor strategi. Dalam artikel ini, kami akan berbicara tentang teknik strategi untuk menang dalam permainan. Kami akan memberikan beberapa tips yang bisa Anda gunakan untuk mendapatkan keuntungan dalam permainan.</p>\n<p>Yang pertama adalah memilih permainan yang tepat. Permainan apa yang kira-kira cocok untuk Anda? Yang cocok dengan gaya permainan Anda? Yang mudah untuk dipahami? Yang memberikan peluang kemenangan yang bagus? Itu adalah beberapa pertanyaan yang harus Anda jawab sebelum memulai bermain. Jika Anda tidak tahu permainan apa yang harus Anda pilih, Anda dapat membaca artikel ini untuk mengetahui lebih lanjut.</p>\n<p>Kedua, gunakan bonus. Bonus sangat berguna dalam permainan. Anda dapat mendapatkan bonus dari berbagai sumber, seperti teman, keluarga, atau situs web. Anda dapat menggunakan bonus untuk mendapatkan lebih banyak uang untuk bermain.Bonus juga dapat digunakan untuk mendapatkan keuntungan lebih besar dalam permainan.</p>\n<p>Ketiga, mainkan di waktu yang tepat. Waktu yang tepat untuk bermain adalah ketika Anda merasa siap dan ketika Anda memiliki waktu luang. Jangan main ketika Anda sedang stres atau ketika Anda sedang sibuk. Anda akan kalah dalam permainan jika Anda main ketika Anda tidak siap. Anda juga akan kalah dalam permainan jika Anda main ketika Anda tidak memiliki waktu luang.</p>\n<p>Keempat, gunakan strategi yang tepat. Ada berbagai strategi dalam permainan. Anda dapat menemukan strategi dalam buku atau di internet. Anda juga dapat menemukan strategi dari teman atau keluarga. Strategi yang tepat akan membantu Anda mendapatkan keuntungan dalam permainan.</p>\n<p>Kelima, mainkan dengan uang yang tepat. Jangan main dengan uang yang lebih besar dari yang Anda siap untuk kehilangan. Jangan main dengan uang yang lebih besar dari yang Anda mampu untuk menang. Mainkan dengan uang yang tepat akan membantu Anda mendapatkan keuntungan dalam permainan.</p>\n<p>Itulah beberapa tips tentang teknik strategi untuk menang dalam permainan. Gunakan tips-tips di atas dan raihlah keuntungan dalam permainan. Good luck!</p>\n<h3>Cara Mengunduh Aplikasi Asia123</h3>\n<p><br />asia123 slot adalah aplikasi yang dapat membantu Anda mendapatkan keuntungan besar dalam permainan slot. Aplikasi ini tersedia untuk diunduh di situs web resmi asia123. Aplikasi ini sangat mudah digunakan dan sangat cocok untuk pemain baru dan berpengalaman.</p>\n<p>rtp asia123 menawarkan banyak manfaat bagi para pemain. Pertama, aplikasi ini dapat membantu Anda mengetahui seberapa sering Anda harus bertaruh untuk mendapatkan keuntungan tertinggi dalam permainan slot. Kedua, aplikasi ini dapat memberikan Anda banyak informasi tentang permainan slot sehingga Anda dapat memahami permainan sebelum bermain. Ketiga, aplikasi ini dapat memberikan Anda akses ke banyak permainan slot yang berbeda agar Anda dapat mencoba yang Anda sukai.</p>\n<p>Keuntungan utama aplikasi asia123 adalah akses yang mudah ke banyak permainan slot yang berbeda. Jika Anda hanya tertarik pada satu atau dua permainan slot, maka Anda dapat mendownload aplikasi ini dan memainkan permainan slot yang Anda sukai. Selain itu, aplikasi ini dapat membantu Anda mengetahui seberapa sering Anda harus bertaruh agar mendapatkan keuntungan tertinggi dalam permainan slot.</p>\n<p>Aplikasi asia123 juga dapat memberikan Anda akses ke banyak permainan slot yang berbeda. Jika Anda tertarik pada permainan lain selain permainan slot, maka Anda dapat mendownload aplikasi ini dan memainkan permainan lain seperti blackjack atau roulette. Aplikasi ini juga dapat memberikan Anda banyak informasi tentang permainan sehingga Anda dapat memahami permainan sebelum bermain.</p>\n<h4>Support Customer Service Asia123</h4>\n<p><br />Layanan pelanggan adalah salah satu aspek terpenting dalam menjalankan bisnis. Memberikan layanan pelanggan yang sangat baik dapat membantu Anda mempertahankan pelanggan dan menarik pelanggan baru. Dalam lingkungan bisnis yang kompetitif saat ini, menyediakan layanan pelanggan yang berkualitas menjadi lebih penting dari sebelumnya.</p>\n<p>Salah satu cara untuk memberikan layanan pelanggan yang berkualitas adalah dengan menggunakan perangkat lunak meja dukungan seperti Asia123. Asia123 adalah perangkat lunak layanan pelanggan berbasis cloud yang memungkinkan bisnis menyediakan layanan pelanggan yang sangat baik. Dengan Asia123, bisnis dapat melacak pertanyaan dan keluhan pelanggan, dan menyelesaikannya dengan cepat dan efisien.Cara lain untuk memberikan layanan pelanggan yang berkualitas adalah dengan menyewa tim layanan pelanggan khusus. Tim layanan pelanggan yang berdedikasi dapat memberikan layanan pelanggan yang cepat dan efisien, serta menyelesaikan pertanyaan dan keluhan pelanggan dengan cepat.</p>\n<p>Jika Anda sedang mencari cara untuk meningkatkan layanan pelanggan Anda, pertimbangkan untuk menggunakan Asia123 atau mempekerjakan tim layanan pelanggan khusus. Kedua opsi tersebut akan membantu Anda memberikan layanan pelanggan yang berkualitas dan meningkatkan bisnis Anda.</p>\n<!-- /wp:paragraph -->', 'Asia123|Asia123 Slot|Asia123 Link Alternative', '', 'inherit', 'closed', 'closed', '', '2-autosave-v1', '', '', '2023-06-21 04:27:05', '2023-06-21 04:27:05', '', 2, 'http://localhost/alexabet777.site/?p=30919', 0, 'revision', '', 0);
INSERT INTO `wpoc_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
(30920, 1, '2023-06-21 03:48:27', '2023-06-21 03:48:27', '<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<p>Situs judi online terpercaya Indonesia yang menyediakan permainan judi bola online dan berbagai jenis permainan judi casino pg soft. Dengan minimal deposit yang terjangkau, anda dapat menikmati semua permainan yang ada di situs kami. Alexabet777 juga memberikan bonus deposit pertama sebesar 100% untuk member baru.</p>\r\n<h2>Beragam Keuntungan Bergabung di Alexabet777</h2>\r\n<p>Keuntungan Bergabung di Alexabet777</p>\r\n<p>1. Alexabet777 merupakan situs judi online terpercaya yang telah beroperasi sejak tahun 2020. Alexabet777 telah mengantongi lisensi resmi dari PAGCOR dan telah memiliki sertifikat keamanan dari GLi.</p>\r\n<p>2. Alexabet777 menyediakan berbagai jenis permainan judi online, seperti live casino, slots, sportsbook, poker, dan lain sebagainya.</p>\r\n<p>3. Alexabet777 menyediakan berbagai bonus dan promo menarik, seperti bonus new member, bonus deposit, cashback, dan lain sebagainya.</p>\r\n<p>4. Alexabet777 memiliki customer service yang ramah dan siap melayani 24 jam setiap hari.</p>\r\n<p>5. Alexabet777 menyediakan aplikasi judi online yang bisa diunduh baik untuk Android maupun iOS.</p>\r\n<p>6. Alexabet777 menerima berbagai jenis pembayaran, seperti deposit via bank, deposit via pulsa, deposit via e-money, dan lain sebagainya.</p>\r\n<p>7. Alexabet777 telah bekerja sama dengan berbagai provider judi online, seperti Playtech, Pragmatic Play, Microgaming, dan lain sebagainya.</p>\r\n<p>8. Alexabet777 telah bekerja sama dengan berbagai bank, seperti BCA, Mandiri, BRI, Danamon, CIMB Niaga, dan lain sebagainya.</p>\r\n<p>9. Alexabet777 memiliki sistem keamanan yang sangat canggih, seperti enkripsi 128-bit SSL, firewall, dan lain sebagainya.</p>\r\n<p>10. Alexabet777 merupakan situs judi online yang sangat terpercaya dan telah mendapatkan predikat sebagai situs judi online terbaik dari berbagai media.</p>\r\n<h3>Akses Game Judi Online di Alexabet777 Terlengkap</h3>\r\n<p><br />Berbagai permainan menarik tersedia di situs judi online Alexabet777 yang siap memberikan kenyamanan dan keamanan dalam bermain. Untuk dapat menikmati permainan yang tersedia, Anda hanya perlu melakukan pendaftaran keanggotaan. Proses pendaftaran di Alexabet777 sangat mudah. Anda dapat mendapatkan akses ke game judi online melalui link alternatif yang telah disediakan. Alexabet777 sebagai situs judi online terpercaya selalu memberikan pelayanan terbaik kepada setiap membernya.</p>\r\n<p>Daftar sekarang dan nikmati berbagai keuntungan yang tersedia!</p>\r\n<p>#1. Bonus New Member 20%</p>\r\n<p>Bonus New Member 20% akan diberikan kepada member baru yang telah bergabung dan melakukan deposit pertama. Syarat untuk mendapatkan bonus ini cukup mudah, Anda hanya perlu melakukan deposit sebesar IDR 50.000,- dan minimal taruhan adalah IDR 100.000,-. Bonus New Member 20% akan dibagikan setiap hari Rabu dan Minggu dengan total IDR 1.000.000,-.</p>\r\n<p>#2. Bonus rollingan 0.8% Live Casino Online</p>\r\n<p>Bonus rollingan 0.8% berlaku untuk permainan Live Baccarat, Sicbo, Dragon Tiger, Roulette, dan Blackjack. Anda berkesempatan mendapatkan bonus rollingan 0.8% setiap minggunya asalkan telah melakukan deposit sebesar IDR 500.000,- dan minimal taruhan adalah IDR 1.000.000,-.</p>\r\n<p>#3. Bonus Cashback 10% Sportbook</p>\r\n<p>Bonus cashback 10% Sportbook berlaku untuk permainan taruhan olahraga seperti SBOBET, MAXBET, CMD368,368Bet, dan lain sebagainya. Anda berkesempatan mendapatkan bonus cashback sebesar 10% setiap minggunya asalkan telah melakukan deposit sebesar IDR 500.000,- dan minimal taruhan adalah IDR 2.000.000,-.</p>\r\n<p>Banyak sekali keuntungan yang bisa Anda dapatkan jika bergabung menjadi member di Alexabet777. Selain bonus menarik yang telah disebutkan di atas, Alexabet777 juga menyediakan berbagai permainan menarik seperti judi bola, casino online, poker online, judi slot, dan masih banyak lagi. Tunggu apalagi? Ayo daftarkan diri Anda sekarang juga untuk mendapatkan akses ke semua permainan menarik yang tersedia di Alexabet777!</p>\r\n<h4>Berbagai Macam Game Judi Terpopuler di Alexabet777</h4>\r\n<p><br />Judi online telah menjadi popularitas tertinggi di kalangan para penjudi di seluruh dunia. Hal ini dikarenakan adanya berbagai macam permainan yang tersedia bagi para pemain untuk dipilih. Salah satu situs judi yang terpercaya dan sangat populer adalah Alexabet777. Alexabet777 merupakan situs judi online yang menyediakan permainan judi bola, judi live casino, judi tembak ikan, judi slot, dan judi togel. Kalian dapat memainkan permainan judi di Alexabet777 hanya dengan melakukan login ke dalam akun kalian. Untuk link alternatif Alexabet777, kalian dapat mengaksesnya melalui link https://alexabet777.xyz.</p>\r\n<p>Berbagai macam permainan yang ada di Alexabet777 menjadikan para pemain semakin tertarik untuk bermain di situs ini. Beberapa permainan yang paling populer di Alexabet777 adalah sebagai berikut:</p>\r\n<p>1. Judi Bola</p>\r\n<p>Judi bola telah menjadi permainan judi online yang sangat populer di Alexabet777. Alexabet777 menyediakan berbagai macam pasaran bola yang dapat dipilih oleh para pemain. Selain itu, Alexabet777 juga menyediakan live streaming untuk para pemain agar dapat menonton pertandingan secara langsung. Untuk pasaran bola yang tersedia di Alexabet777, antara lain:</p>\r\n<p>-Handicap</p>\r\n<p>-Over/Under</p>\r\n<p>-1X2</p>\r\n<p>-Odd/Even</p>\r\n<p>-Mix Parlay</p>\r\n<p>-Correct Score</p>\r\n<p>-Half Time/Full Time</p>\r\n<p>-First Half/Second Half</p>\r\n<p>-Outright Winner</p>\r\n<p>2. Judi Live Casino</p>\r\n<p>Alexabet777 juga menyediakan permainan judi live casino bagi para pemain. Permainan live casino yang tersedia di Alexabet777, antara lain:</p>\r\n<p>-Baccarat</p>\r\n<p>-Blackjack</p>\r\n<p>-Dragon Tiger</p>\r\n<p>-Sicbo</p>\r\n<p>-Roulette</p>\r\n<p>-Poker</p>\r\n<p>3. Judi Tembak Ikan</p>\r\n<p>Selain permainan judi bola dan live casino, Alexabet777 juga menyediakan permainan judi tembak ikan. Permainan ini sangat populer di kalangan para pemain karena menyediakan berbagai macam bonus dan jackpot yang dapat dinikmati oleh para pemain. Oleh karena itu, jangan lewatkan kesempatan untuk bermain judi tembak ikan di Alexabet777.</p>\r\n<p>4. Judi Slot</p>\r\n<p>Permainan judi slot juga tersedia di Alexabet777. Alexabet777 menyediakan berbagai macam permainan judi slot yang dapat dipilih oleh para pemain. Selain itu, Alexabet777 juga menyediakan berbagai macam bonus slot yang dapat dinikmati oleh para pemain. Bonus-bonus ini akan sangat membantu para pemain dalam bermain permainan judi slot dengan lebih mudah dan menguntungkan.</p>\r\n<p>5. Judi Togel</p>\r\n<p>Permainan judi togel juga tersedia di Alexabet777. Alexabet777 menyediakan berbagai macam pasaran togel yang dapat dipilih oleh para pemain. Selain itu, Alexabet777 juga menyediakan live streaming togel untuk para pemain agar dapat memantau perkembangan pasaran togel secara langsung. Untuk pasaran togel yang tersedia di Alexabet777, antara lain:</p>\r\n<p>-4D</p>\r\n<p>-3D</p>\r\n<p>-2D</p>\r\n<p>-Colok Bebas</p>\r\n<p>-Colok Macau</p>\r\n<p>-Colok Naga</p>\r\n<p>-Togel HK</p>\r\n<p>-Togel Singapore</p>\r\n<h2>Hadiah dan Promo Menarik di Alexabet777<br /><br /></h2>\r\n<p>Alexabet777 adalah situs taruhan angka online yang menyediakan berbagai jenis permainan judi online. Di Alexabet777, Anda bisa bermain judi bola, casino, togel, dan poker online. Alexabet777 juga menyediakan berbagai jenis bonus dan promo menarik. Berikut ini adalah beberapa bonus dan promo menarik yang disediakan Alexabet777:</p>\r\n<p>1. Bonus New Member 100%</p>\r\n<p>Bonus New Member 100% adalah bonus yang diberikan kepada member baru yang mendaftar di Alexabet777. Anda bisa mendapatkan bonus ini dengan cara melakukan deposit sebesar Rp 100.000. Anda akan mendapatkan bonus sebesar Rp 100.000 yang bisa Anda gunakan untuk bermain judi online.</p>\r\n<p>2. Bonus Cashback 5%</p>\r\n<p>Bonus Cashback 5% adalah bonus yang diberikan kepada member yang kalah dalam permainan judi online. Anda bisa mendapatkan bonus ini sebesar 5% dari total kekalahan yang Anda alami dalam permainan judi online.</p>\r\n<p>3. Bonus Referral 2.5%</p>\r\n<p>Bonus Referral 2.5% adalah bonus yang diberikan kepada member yang berhasil merekrut member baru ke Alexabet777. Anda bisa mendapatkan bonus ini sebesar 2.5% dari total deposit yang diberikan member baru yang Anda rekrut.</p>\r\n<p>4. Diskon Togel 4D 66%, 3D 59%, 2D 29%</p>\r\n<p>Diskon Togel 4D 66%, 3D 59%, 2D 29% adalah diskon yang diberikan kepada member yang bermain togel online di Alexabet777. Anda bisa mendapatkan diskon ini hanya dengan melakukan deposit sebesar Rp 25.000.</p>\r\n<p>5. Bonus Rollingan Casino 0.8%</p>\r\n<p>Bonus Rollingan Casino 0.8% adalah bonus yang diberikan kepada member yang bermain casino online di Alexabet777. Anda bisa mendapatkan bonus ini sebesar 0.8% dari total nilai taruhan yang Anda pasang dalam permainan casino online.</p>\r\n<p>6. Bonus Poker 0.5%</p>\r\n<p>Bonus Poker 0.5% adalah bonus yang diberikan kepada member yang bermain poker online di Alexabet777. Anda bisa mendapatkan bonus ini sebesar 0.5% dari total nilai taruhan yang Anda pasang dalam permainan poker online.</p>\r\n<p>7. hadiah Langsung Rp 25.000</p>\r\n<p>hadiah Langsung Rp 25.000 adalah hadiah yang diberikan kepada member yang mendaftar di Alexabet777 dan melakukan deposit pertama sebesar Rp 100.000. Anda akan mendapatkan hadiah sebesar Rp 25.000 yang bisa Anda gunakan untuk bermain judi online.</p>\r\n<p>8. hadiah Langsung Rp 50.000</p>\r\n<p>hadiah Langsung Rp 50.000 adalah hadiah yang diberikan kepada member yang mendaftar di Alexabet777 dan melakukan deposit pertama sebesar Rp 200.000. Anda akan mendapatkan hadiah sebesar Rp 50.000 yang bisa Anda gunakan untuk bermain judi online.</p>\r\n<p>9. Hadiah Langsung Rp 100.000</p>\r\n<p>Hadiah Langsung Rp 100.000 adalah hadiah yang diberikan kepada member yang mendaftar di Alexabet777 dan melakukan deposit pertama sebesar Rp 500.000. Anda akan mendapatkan hadiah sebesar Rp 100.000 yang bisa Anda gunakan untuk bermain judi online.</p>\r\n<p>Jadi, tunggu apalagi? Segera daftarkan diri Anda sekarang juga dan dapatkan semua bonus dan promo menarik di Alexabet777!</p>\r\n<h3>Cara Daftar Akun Judi Online di Alexabet777</h3>\r\n<p><br />​Situs judi online terpercaya alexabet777 telah lama dikenal sebagai salah satu tempat terbaik untuk bermain judi online. Alexabet777 menyediakan berbagai jenis permainan judi online, sehingga para pemain dapat dengan Mudah memilih permainan yang sesuai dengan keinginan dan kebutuhan mereka.</p>\r\n<p>Untuk membuat akun di situs judi online alexabet777 sangatlah mudah, anda hanya perlu menyiapkan beberapa data pribadi seperti nama lengkap, alamat email, dan nomor telepon. Kemudian anda akan diminta untuk memilih Username dan Password untuk login ke akun anda nantinya.</p>\r\n<p>Setelah anda berhasil login ke akun anda, anda akan mendapatkan akses ke berbagai permainan yang tersedia di situs judi online alexabet777. Anda dapat memilih permainan yang anda sukai dan mulai bermain dengan menggunakan uang asli.</p>\r\n<p>Daftar sekarang juga untuk mendapatkan keuntungan berlipat ganda dari berbagai promosi dan bonus yang tersedia di situs judi online alexabet777. Selamat bermain dan semoga beruntung!</p>\r\n<h4>Cara Deposit dan Tarik Dana di Alexabet777</h4>\r\n<p><br />​Dalam bermain judi online, setiap pemain tentu sangat menginginkan agar dapat segera mendapatkan keuntungan dari hasil permainan yang dilakukannya. Melalui aplikasi Alexabet777, para pemain judi online tidak perlu khawatir lagi akan keamanan dana yang dimilikinya. Kamu dapat dengan mudah dan cepat untuk melakukan deposit maupun tarik dana di Alexabet777. Berikut ini adalah cara deposit dan tarik dana di Alexabet777 login.</p>\r\n<p>Cara Deposit Dana di Alexabet777</p>\r\n<p>Pertama, buka aplikasi Alexabet777 login dan daftar dengan mengisi data diri yang lengkap dan valid. Jika sudah berhasil daftar, silahkan login dengan user ID dan password yang telah dibuat.</p>\r\n<p>Kedua, setelah login, klik menu deposit yang terletak di bagian bawah halaman. Kemudian akan muncul beberapa pilihan bank yang bisa dipilih untuk melakukan deposit.</p>\r\n<p>Ketiga, setelah itu pilih jumlah deposit yang akan dilakukan, misalnya Rp.50.000,- lalu klik tombol deposit. Nantinya akan otomatis masuk ke menu internet banking bank yang telah kamu pilih sebelumnya.</p>\r\n<p>Keempat, setelah itu ikuti langkah-langkah yang ada hingga selesai melakukan deposit. Tunggu beberapa saat hingga saldo akun Alexabet777 loginmu berubah sesuai dengan jumlah deposit yang kamu lakukan.</p>\r\n<h2>Cara Tarik Dana di Alexabet777</h2>\r\n<p>1. Buka aplikasi Alexabet777 login dan daftar dengan mengisi data diri yang lengkap dan valid. Jika sudah berhasil daftar, silahkan login dengan user ID dan password yang telah dibuat.</p>\r\n<p>2. Setelah login, klik menu withdraw yang terletak di bagian atas halaman.</p>\r\n<p>3. Kemudian isi form withdraw sesuai data bank yang akan digunakan untuk tarik dana. Jangan lupa untuk mengisi jumlah dana yang akan ditarik, minimal Rp.50.000,-.</p>\r\n<p>4. Setelah itu klik tombol submit, dan tunggu beberapa saat hingga dana masuk ke rekening bankmu.</p>\r\n<p>Permainan Pilihan Terbaik dan Terlengkap di Alexabet777<br />​alexabet777 daftar</p>\r\n<p>Banyak sekali keUntungan yang bisa didapatkan apabila mengikuti program Daftar VIP Alexabet777. Diantaranya adalah seperti di bawah ini:</p>\r\n<p>1. Bisa mendapatkan berbagai Jenis Bonus yang menarik</p>\r\n<p>2. Dapat menikmati permainan dengan kualitas HD dan juga lengkap</p>\r\n<p>3. Mendapatkan Layanan CS 24 Jam Nonstop setiap hari</p>\r\n<p>4. Transaksi Deposit dan Withdraw yang cepat dan mudah</p>\r\n<p>5. Bisa mendapatkan Promo Menarik dan juga Event yang sering diadakan</p>\r\n<p>6. Bisa bermain Judi Bola, Casino, Poker Online, Slot Games dan juga Togel Online dengan menggunakan 1 User ID Saja</p>\r\n<p>7. Bonus Referral 2% yang diberikan setiap minggunya</p>\r\n<p>Nah, bagi Anda yang tertarik untuk mengikuti program tersebut, silakan langsung melakukan pendaftaran melalui Link Alternatifnya. Setelah itu, Anda bisa langsung login ke dalam Alexabet777 Situs Judi Online Terpercaya Untuk Memainkan Permainan Pilihan Terbaik dan Terlengkap. Selain itu, Anda juga bisa mendapatkan berbagai Jenis Bonus yang menarik di Alexabet777.</p>\r\n<p>Daftar VIP Alexabet777 memberikan berbagai keuntungan kepada para membernya. Tidak heran jika saat ini Alexabet777 menjadi situs judi online terpercaya dan juga pilihan utama para bettor dalam bermain judi online. Selain itu, Alexabet777 juga menyediakan berbagai permainan menarik seperti Judi Bola, Casino, Poker Online, Slot Games dan juga Togel Online.</p>\r\n<p>Anda hanya perlu menggunakan 1 User ID untuk dapat bermain semua permainan tersebut.</p>\r\n<p>Bagi Anda yang ingin mendaftar, silakan langsung mengikuti Link Alternatif Alexabet777 yang telah disediakan. Setelah melakukan pendaftaran, Anda bisa langsung login dan mulai bermain permainan pilihan terbaik dan terlengkap di Alexabet777. Anda juga akan mendapatkan berbagai Jenis Bonus yang menarik di Alexabet777, seperti Bonus Deposit, Bonus Cashback, Bonus Referral dan juga Promo Menarik lainnya.</p>\r\n<p>Jadi, tunggu apalagi? Ayo segera daftarkan diri Anda sekarang juga di Alexabet777 Situs Judi Online Terpercaya Untuk Memainkan Permainan Pilihan Terbaik dan Terlengkap. Selain itu, Anda juga bisa mendapatkan berbagai Jenis Bonus yang menarik di Alexabet777.</p>\r\n<h3>Bonus dan Cashback Menggiurkan di Alexabet777</h3>\r\n<p><br />Situs Alexabet777 menyediakan berbagai jenis permainan judi online terlengkap dan terbaru. Dari berbagai permainan judi online, Anda bisa mendapatkan berbagai keuntungan dengan mengikuti program-program yang ada. Berikut ini adalah 4 program terbaik Alexabet777 yang wajib Anda coba :</p>\r\n<p>Bonus New Member 100% – Program ini ditujukan untuk member baru Alexabet777. Anda bisa mendapatkan bonus sebesar 100% dari deposit pertama. Jadi, deposit sebesar 100 ribu rupiah maka Anda akan memiliki modal 200 ribu rupiah untuk bermain judi online.</p>\r\n<p>Bonus Deposit 10% – Program ini ditujukan untuk member lama Alexabet777 dan Anda bisa mendapatkan bonus sebesar 10% setiap kali melakukan deposit. Jadi, deposit sebesar 100 ribu rupiah maka Anda akan memiliki modal 110 ribu rupiah.</p>\r\n<p>Bonus Cashback Mingguan – Anda bisa mendapatkan bonus cashback setiap minggunya sebesar 0,5%. Jadi, apabila Anda memiliki saldo sebesar 1 juta rupiah maka Anda akan mendapatkan bonus cashback sebesar 5 ribu rupiah. Program ini berlaku untuk semua member Alexabet777.</p>\r\n<p>Bonus Referral 20% – Anda bisa mendapatkan bonus referral sebesar 20% apabila berhasil mengajak teman untuk bergabung dengan Alexabet777. Selain itu, teman yang Anda ajak juga akan mendapatkan bonus new member 100%. Jadi, apabila teman Anda deposit sebesar 100 ribu maka Anda akan mendapatkan bonus 20 ribu rupiah dan teman Anda akan mendapatkan bonus 100 ribu rupiah. Program ini berlaku untuk semua member Alexabet777.</p>\r\n<p>Selain 4 program terbaik Alexabet777 di atas, ada juga program-program lain menggiurkan lainnya yang bisa Anda ikuti. Dengan mengikuti program-program Alexabet777, Anda bisa mendapatkan berbagai keuntungan mulai dari bonus new member hingga cashback mingguan. So, tunggu apalagi? Daftarkan segera diri Anda dan rasakan sensasi bermain judi online di Alexabet777!</p>\r\n<h4>Kenapa Alexabet777 Diklaim Sebagai Situs Judi Online Terpercaya?</h4>\r\n<p><br />Dan Alexabet777 diklaim sebagai situs judi online terpercaya. Kenapa Alexabet777 diklaim sebagai situs judi online terpercaya?</p>\r\n<p>Pertama, Alexabet777 menyediakan berbagai macam permainan judi slot online. Ada permainan judi kartu seperti poker dan blackjack. Ada juga permainan judi bola seperti Bola Tangkas dan Sabung Ayam. Alexabet777 juga menyediakan permainan judi slot online. Semua permainan yang ada di Alexabet777 sangatlah menarik dan asyik dimainkan.</p>\r\n<p>Kedua, Alexabet777 menyediakan berbagai macam bonus. Bonus-bonus yang ditawarkan Alexabet777 sangatlah menarik. Bonus yang paling populer adalah bonus deposit 100%. Dengan bonus deposit 100%, setiap kali Anda deposit, Anda akan mendapatkan 100% dari jumlah deposit. Jadi, misalnya Anda deposit sebesar 100 ribu rupiah, maka Anda akan mendapatkan 200 ribu rupiah.Bonus deposit 100% ini sangatlah menguntungkan bagi para member Alexabet777.</p>\r\n<p>Ketiga, Alexabet777 menyediakan pelayanan yang sangat baik. Alexabet777 memiliki Customer Service yang siap melayani para member 24 jam nonstop. Alexabet777 juga memiliki Live Chat yang bisa digunakan para member untuk bertanya ataupun mengatakan segala keluhan dan pertanyaan. Alexabet777 selalu siap memberikan pelayanan yang terbaik.</p>\r\n<p>​Keempat, keamanan data-data para member Alexabet777 terjamin aman. Alexabet777 menggunakan teknologi enkripsi yang canggih dan terbaru untuk menjaga data-data para membernya. Jadi, para member tidak perlu khawatir data-datanya akan dicuri atau dirugikan.</p>\r\n<p>Dengan semua keunggulan yang dimiliki oleh Alexabet777, tidak heran kalau Alexabet777 diklaim sebagai situs judi online terpercaya.</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Alexabet777 SLOT|Alexabet777 Slot Login Link Alternative', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-21 03:48:27', '2023-06-21 03:48:27', '', 2, 'http://localhost/alexabet777.site/?p=30920', 0, 'revision', '', 0),
(30921, 1, '2023-06-21 04:27:57', '2023-06-21 04:27:57', '<!-- wp:paragraph -->\r\n<p>Selamat datang di situs judi online terpercaya Asia123! Di sini kami akan memberikan panduan lengkap bagaimana cara bermain judi online dengan aman dan menang. Judi online memang menyenangkan, tetapi juga sangat berisiko jika tidak dikelola dengan baik. Kami akan memberikan tips dan trik bagaimana cara memaksimalkan peluang untuk menang, serta meminimalisir risiko kerugian. Semua itu akan kami bahas secara lengkap di situs ini.</p>\r\n<p>Asia123 adalah situs judi online yang telah beroperasi selama lebih dari 10 tahun. Kami menyediakan berbagai permainan judi online, mulai dari poker, blackjack, baccarat, roulette, sampai slot. Seluruh permainan ini dapat dimainkan hanya dengan menggunakan satu akun saja. Anda tidak perlu mendaftar ke berbagai situs untuk bermain berbagai permainan, cukup daftar di Asia123 saja.</p>\r\n<p>Keuntungan bermain di Asia123 adalah:</p>\r\n<p>- Situs judi gampang menang</p>\r\n<p>- <a href=\"http://asia123.site\">Asia123 login</a> memberikan keamanan data pribadi dan transaksi finansial 100%</p>\r\n<p>- Dapat dimainkan melalui PC, laptop, smartphone, atau tablet</p>\r\n<p>- Slot gacor hari ini memberikan kesempatan meraih keuntungan yang lebih besar</p>\r\n<p>Jadi, bagaimana cara bermain di Asia123? Panduan lengkapnya akan kami berikan di artikel selanjutnya.</p>\r\n<h2>Mulai Bermain dan Menangkan Bonus Besar</h2>\r\n<p><br />Mulai Bermain dan Menangkan Bonus Besar – Slot Online</p>\r\n<p>Banyak orang yang tertarik untuk bermain dan menangkan bonus besar dalam permainan slot online. Meskipun demikian, ada beberapa hal yang perlu Anda ketahui sebelum mulai bermain. Konsep dasar dari permainan ini adalah Anda memasukkan koin atau uang ke dalam mesin slot dan menarik tuasnya. Tuas ini akan menggerakkan roda-rodanya yang berputar pada kecepatan tinggi. Kemudian, roda ini akan berhenti dan apabila Anda mendapatkan simbol yang sama pada baris horizontal maka Anda akan mendapatkan hadiah. Ada beberapa jenis slot online, yaitu:</p>\r\n<p>1. Classic Slots – yaitu slot yang terdiri dari 3 roda dan 1 baris horizontal. Jenis slot online ini sangat mudah dimainkan dan sering kali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah Grease.</p>\r\n<p>2. Video Slots – yaitu slot online yang terdiri dari 5 roda dan 3 baris horizontal. Jenis slot ini sangat menarik dan sering kali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah The Dark Knight Rises.</p>\r\n<p>3. Progressive Slots – yaitu slot online dengan jackpot progresif yang artinya jackpotnya akan bertambah besar setiap kali ada yang bermain di mesin tersebut. Jenis slot ini seringkali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah Mega Moolah.</p>\r\n<p>4. 3D Slots – yaitu judi slot online dengan grafis 3D yang sangat menarik dan seru. Jenis slot ini seringkali memberikan hadiah kemenangan yang besar. Salah satu game online yang populer saat ini adalah Gonzo’s Quest.</p>\r\n<p>Jadi, jenis slot mana yang ingin Anda mainkan? Yuk mainkan sekarang juga di agen judi Asia123!</p>\r\n<h3>Pentingnya Membaca Syarat dan Ketentuan</h3>\r\n<p><br />​Bermain di situs judi online memang memberikan banyak keuntungan dan kenyamanan. Anda bisa bermain dimanapun dan kapanpun sesuai dengan yang Anda inginkan. Oleh karena itu, permainan judi online menjadi pilihan bagi banyak orang saat ini. Anda hanya perlu menggunakan perangkat komputer atau smartphone yang Anda miliki dan Anda sudah bisa bermain. Selain itu, Anda juga bisa mendapatkan banyak bonus dan keuntungan di situs judi online.</p>\r\n<p>Namun, sebelum Anda mulai bermain judi online, ada beberapa hal yang perlu Anda ketahui terlebih dahulu. Salah satunya adalah pentingnya membaca syarat dan ketentuan dari situs judi online tempat Anda bermain. Syarat dan ketentuan dari sebuah situs judi online sangat penting untuk diketahui oleh setiap pemain. Hal ini dikarenakan syarat dan ketentuan dari sebuah situs judi online mengatur seluruh aktivitas pemain yang ada di dalamnya. Syarat dan ketentuan juga mengatur tentang bonus dan promo yang ditawarkan oleh situs judi online.</p>\r\n<p>Jadi, jika Anda ingin bermain judi online, pastikan Anda telah membaca syarat dan ketentuan dari situs tempat Anda akan bermain. Jangan sampai Anda melanggar syarat dan ketentuan yang telah ditetapkan oleh pihak situs judi online, karena hal ini dapat menyebabkan Anda kehilangan bonus atau bahkan dilarang bermain di situs tersebut. Oleh karena itu, selalu pastikan Anda membaca syarat dan ketentuan sebelum bermain judi online.</p>\r\n<h4>Bagaimana Cara Aman Bermain Judi Online</h4>\r\n<p><br />​Bagaimana Cara Aman Bermain Judi Online - Pertanyaan yang sering diajukan oleh para pemain judi online adalah bagaimana cara aman bermain judi online. Untuk menjawab pertanyaan ini, kami akan membagikan beberapa tips yang bisa Anda gunakan agar dapat bermain judi online dengan aman.</p>\r\n<p>Tips pertama yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan memilih situs judi online yang tepat. Saat ini, ada banyak sekali situs judi online yang beroperasi di Indonesia. Oleh karena itu, Anda harus teliti dalam memilih situs judi online yang akan Anda gunakan. Pilihlah situs judi online yang memiliki lisensi resmi dari pemerintah. Selain itu, perhatikan juga keamanan situs judi online tersebut. Pastikan situs judi online memiliki sistem keamanan yang baik agar data pribadi Anda tidak dicuri oleh pihak-pihak yang tidak bertanggung jawab.</p>\r\n<p>Tips kedua yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan mengatur modal yang Anda gunakan. Selalu pasang taruhan dengan uang yang Anda mampu untuk kehilangan. Hal ini akan membuat Anda lebih tenang dan dapat focuses dalam permainan.</p>\r\n<p>Tips ketiga yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan memilih jenis permainan yang sesuai dengan kemampuan Anda. Hal ini akan menyebabkan Anda cenderung mengalami kekalahan. Pilihlah permainan yang sesuai dengan level kemampuan Anda agar dapat meminimalisir kerugian yang akan Anda alami.</p>\r\n<p>Tips keempat yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan berhenti bermain saat Anda sedang mengalami kekalahan. Jangan pernah terpancing emosi dan terus bermain hanya karena ingin mendapatkan kembali uang yang telah Anda hilangkan. Hal ini akan menyebabkan Anda semakin rugi. Berhentilah bermain dan lanjutkan lain waktu saja saat sudah mengumpulkan modal kembali.</p>\r\n<p>Tips kelima yang dapat Anda lakukan agar dapat bermain judi online dengan aman adalah dengan mengikuti rekomendasi dari teman atau orang terdekat Anda. Selain itu, Anda juga dapat mencari informasi tentang situs judi online di internet. Pastikan untuk mengikuti tips-tips tersebut agar dapat bermain judi online dengan aman dan nyaman.</p>\r\n<h2>Berbagai Jenis Permainan di Asia123</h2>\r\n<p><br />​Sedang mencari hiburan atau permainan menarik? <a href=\"http://asia123.site\">Asia123</a> adalah tempat yang tepat untuk Anda! Asia123 menawarkan berbagai permainan yang pastinya akan membuat Anda tertarik. Permainan yang tersedia di Asia123 sangat beragam, mulai dari permainan live casino, slot, hingga permainan lainnya. Anda bisa memainkan permainan apa pun yang Anda inginkan di Asia123. Selain itu, Anda juga bisa menikmati permainan dengan kualitas yang sangat baik di Asia123. Permainan di Asia123 pastinya akan membuat Anda betah dan ingin terus main lagi.Jadi, apa yang Anda tunggu? Ayo coba berbagai permainan menarik yang ada di Asia123 sekarang juga! Anda bisa memainkan permainan yang Anda inginkan kapan pun dan dimana pun. So, tunggu apalagi? Ayo mainkan permainan di Asia123 sekarang juga!</p>\r\n<h3>Penawaran dan Promosi di Situs Judi Online Terpercaya</h3>\r\n<p><br />Situs Judi Online Terpercaya menawarkan berbagai macam penawaran dan promosi yang menarik bagi para pemainnya. Dari segi bonus dan hadiah, Situs Judi Online Terpercaya memiliki berbagai program yang dapat membuat para pemainnya merasa puas. Tidak hanya itu, Situs Judi Online Terpercaya juga memberikan pelayanan yang cepat dan responsif sehingga para pemain dapat menikmati permainan dengan nyaman. Tidak heran jika Situs Judi Online Terpercaya menjadi pilihan utama para pemain judi online di Indonesia.</p>\r\n<p>Selain itu, Situs Judi Online Terpercaya juga menyediakan permainan-permainan yang menarik dan menguntungkan bagi para pemainnya. Permainan-permainan tersebut seperti poker online, dominoqq, bandarq, judi bola, slots, casino online, dan masih banyak lagi. Tidak hanya itu, Situs Judi Online Terpercaya juga menyediakan berbagai jenis bank untuk memudahkan para pemain dalam melakukan deposit dan withdraw. Bank-bank yang tersedia di Situs Judi Online Terpercaya seperti BCA, BRI, BNI, Mandiri, CIMB Niaga, Danamon, dan OCBC NISP.</p>\r\n<p>Kini, Anda tidak perlu khawatir lagi untuk bermain judi online karena Situs Judi Online Terpercaya hadir untuk Anda. Dapatkan berbagai penawaran dan promosi menarik hanya di Situs Judi Online Terpercaya. Selain itu, Anda juga dapat menikmati permainan-permainan yang menarik dan menguntungkan hanya dengan satu akun saja. Ayo segera daftarkan diri Anda di Situs Judi Online Terpercaya.</p>\r\n<h4>Manfaat Dari Menggunakan Kartu VIP</h4>\r\n<p><br />Kartu VIP adalah sebuah kartu yang memberikan Anda akses ke sejumlah manfaat eksklusif di seluruh Asia. Dengan menggunakan kartu VIP ini, Anda dapat menikmati akses ke sejumlah tempat wisata populer, restoran, dan pusat perbelanjaan di seluruh Asia.</p>\r\n<p>Asia123 link alternative memberikan Anda akses ke sejumlah situs web terkemuka di Asia, seperti situs web booking hotel dan rental mobil. Selain itu, Anda juga akan mendapatkan diskon khusus saat menggunakan kartu VIP ini.</p>\r\n<p>Kartu VIP juga memberikan Anda akses ke sejumlah fasilitas eksklusif, seperti lounge VIP di bandara, dan juga akses ke sejumlah acara khusus yang hanya tersedia untuk pemegang kartu VIP.</p>\r\n<p>Dengan menggunakan kartu VIP, Anda akan mendapatkan pengalaman yang lebih menyenangkan dan menarik ketika Anda traveling ke seluruh Asia. Jadi, jika Anda sedang merencanakan perjalanan ke Asia, pastikan untuk memperoleh kartu VIP agar Anda dapat menikmati segala keuntungannya.</p>\r\n<h2>Berbagai Cara Untuk Melakukan Deposit di Asia123</h2>\r\n<p><br />Saat ini, Asia123 menawarkan berbagai cara untuk melakukan deposit, seperti menggunakan kartu kredit, kartu debit, bank transfer, e-wallet, dan lain-lain. Tidak semua cara deposit yang ditawarkan oleh Asia123 sama, dan setiap cara deposit memiliki kelebihan dan kekurangannya masing-masing. Oleh karena itu, penting untuk mengetahui seluk-beluk setiap cara deposit sebelum Anda memutuskan untuk melakukan deposit di Asia123.</p>\r\n<p>Kartu kredit dan kartu debit adalah cara deposit yang paling umum digunakan oleh para pemain judi online. Cara deposit dengan menggunakan kartu kredit atau kartu debit sangat mudah dilakukan, dan prosesnya cepat sekali. Deposit dengan kartu kredit atau kartu debit juga sangat aman, karena Anda tidak perlu menyediakan informasi rekening bank Anda kepada agen judi online.</p>\r\n<p>Menggunakan bank transfer untuk melakukan deposit di Asia123 juga cukup mudah. Anda hanya perlu menyediakan informasi rekening bank Anda kepada agen judi online, dan setelah itu Anda akan dapat melakukan deposit dengan cepat dan mudah. Kelebihan dari deposit dengan bank transfer adalah, Anda dapat melakukan deposit dengan jumlah yang lebih besar dibandingkan dengan deposit menggunakan kartu kredit atau kartu debit.</p>\r\n<p>E-wallet adalah cara deposit yang sedang populer saat ini. E-wallet adalah sebuah dompet digital yang dapat Anda gunakan untuk melakukan berbagai transaksi online, seperti deposit di agen judi online. Untuk dapat menggunakan e-wallet, Anda harus terlebih dahulu mendaftar ke salah satu penyedia e-wallet, seperti PayPal, Skrill, atau Neteller. Kelebihan dari deposit dengan e-wallet adalah, Anda dapat melakukan deposit dengan cepat dan mudah, dan prosesnya pun cukup aman.</p>\r\n<p>Demikianlah beberapa cara deposit di Asia123. Semua cara deposit yang disebutkan di atas sangat mudah dilakukan, dan setiap cara deposit memiliki kelebihan dan kekurangannya masing-masing. Oleh karena itu, sebelum melakukan deposit di Asia123, Pastikan untuk memilih cara deposit yang sesuai dengan kebutuhan Anda.</p>\r\n<h2>Teknik Strategi Menangkan Permainan</h2>\r\n<p><br />Dalam permainan, seperti yang kita ketahui, ada beberapa faktor yang menentukan kemenangan atau kekalahan. Ada faktor keberuntungan, ada faktor keterampilan, dan ada faktor strategi. Dalam artikel ini, kami akan berbicara tentang teknik strategi untuk menang dalam permainan. Kami akan memberikan beberapa tips yang bisa Anda gunakan untuk mendapatkan keuntungan dalam permainan.</p>\r\n<p>Yang pertama adalah memilih permainan yang tepat. Permainan apa yang kira-kira cocok untuk Anda? Yang cocok dengan gaya permainan Anda? Yang mudah untuk dipahami? Yang memberikan peluang kemenangan yang bagus? Itu adalah beberapa pertanyaan yang harus Anda jawab sebelum memulai bermain. Jika Anda tidak tahu permainan apa yang harus Anda pilih, Anda dapat membaca artikel ini untuk mengetahui lebih lanjut.</p>\r\n<p>Kedua, gunakan bonus. Bonus sangat berguna dalam permainan. Anda dapat mendapatkan bonus dari berbagai sumber, seperti teman, keluarga, atau situs web. Anda dapat menggunakan bonus untuk mendapatkan lebih banyak uang untuk bermain.Bonus juga dapat digunakan untuk mendapatkan keuntungan lebih besar dalam permainan.</p>\r\n<p>Ketiga, mainkan di waktu yang tepat. Waktu yang tepat untuk bermain adalah ketika Anda merasa siap dan ketika Anda memiliki waktu luang. Jangan main ketika Anda sedang stres atau ketika Anda sedang sibuk. Anda akan kalah dalam permainan jika Anda main ketika Anda tidak siap. Anda juga akan kalah dalam permainan jika Anda main ketika Anda tidak memiliki waktu luang.</p>\r\n<p>Keempat, gunakan strategi yang tepat. Ada berbagai strategi dalam permainan. Anda dapat menemukan strategi dalam buku atau di internet. Anda juga dapat menemukan strategi dari teman atau keluarga. Strategi yang tepat akan membantu Anda mendapatkan keuntungan dalam permainan.</p>\r\n<p>Kelima, mainkan dengan uang yang tepat. Jangan main dengan uang yang lebih besar dari yang Anda siap untuk kehilangan. Jangan main dengan uang yang lebih besar dari yang Anda mampu untuk menang. Mainkan dengan uang yang tepat akan membantu Anda mendapatkan keuntungan dalam permainan.</p>\r\n<p>Itulah beberapa tips tentang teknik strategi untuk menang dalam permainan. Gunakan tips-tips di atas dan raihlah keuntungan dalam permainan. Good luck!</p>\r\n<h3>Cara Mengunduh Aplikasi Asia123</h3>\r\n<p><br />asia123 slot adalah aplikasi yang dapat membantu Anda mendapatkan keuntungan besar dalam permainan slot. Aplikasi ini tersedia untuk diunduh di situs web resmi asia123. Aplikasi ini sangat mudah digunakan dan sangat cocok untuk pemain baru dan berpengalaman.</p>\r\n<p>rtp asia123 menawarkan banyak manfaat bagi para pemain. Pertama, aplikasi ini dapat membantu Anda mengetahui seberapa sering Anda harus bertaruh untuk mendapatkan keuntungan tertinggi dalam permainan slot. Kedua, aplikasi ini dapat memberikan Anda banyak informasi tentang permainan slot sehingga Anda dapat memahami permainan sebelum bermain. Ketiga, aplikasi ini dapat memberikan Anda akses ke banyak permainan slot yang berbeda agar Anda dapat mencoba yang Anda sukai.</p>\r\n<p>Keuntungan utama aplikasi asia123 adalah akses yang mudah ke banyak permainan slot yang berbeda. Jika Anda hanya tertarik pada satu atau dua permainan slot, maka Anda dapat mendownload aplikasi ini dan memainkan permainan slot yang Anda sukai. Selain itu, aplikasi ini dapat membantu Anda mengetahui seberapa sering Anda harus bertaruh agar mendapatkan keuntungan tertinggi dalam permainan slot.</p>\r\n<p>Aplikasi asia123 juga dapat memberikan Anda akses ke banyak permainan slot yang berbeda. Jika Anda tertarik pada permainan lain selain permainan slot, maka Anda dapat mendownload aplikasi ini dan memainkan permainan lain seperti blackjack atau roulette. Aplikasi ini juga dapat memberikan Anda banyak informasi tentang permainan sehingga Anda dapat memahami permainan sebelum bermain.</p>\r\n<h4>Support Customer Service Asia123</h4>\r\n<p><br />Layanan pelanggan adalah salah satu aspek terpenting dalam menjalankan bisnis. Memberikan layanan pelanggan yang sangat baik dapat membantu Anda mempertahankan pelanggan dan menarik pelanggan baru. Dalam lingkungan bisnis yang kompetitif saat ini, menyediakan layanan pelanggan yang berkualitas menjadi lebih penting dari sebelumnya.</p>\r\n<p>Salah satu cara untuk memberikan layanan pelanggan yang berkualitas adalah dengan menggunakan perangkat lunak meja dukungan seperti Asia123. Asia123 adalah perangkat lunak layanan pelanggan berbasis cloud yang memungkinkan bisnis menyediakan layanan pelanggan yang sangat baik. Dengan Asia123, bisnis dapat melacak pertanyaan dan keluhan pelanggan, dan menyelesaikannya dengan cepat dan efisien.Cara lain untuk memberikan layanan pelanggan yang berkualitas adalah dengan menyewa tim layanan pelanggan khusus. Tim layanan pelanggan yang berdedikasi dapat memberikan layanan pelanggan yang cepat dan efisien, serta menyelesaikan pertanyaan dan keluhan pelanggan dengan cepat.</p>\r\n<p>Jika Anda sedang mencari cara untuk meningkatkan layanan pelanggan Anda, pertimbangkan untuk menggunakan Asia123 atau mempekerjakan tim layanan pelanggan khusus. Kedua opsi tersebut akan membantu Anda memberikan layanan pelanggan yang berkualitas dan meningkatkan bisnis Anda.</p>\r\n<!-- /wp:paragraph -->', 'Asia123|Asia123 Slot|Asia123 Link Alternative', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-06-21 04:27:57', '2023-06-21 04:27:57', '', 2, 'http://localhost/asia123.site/?p=30921', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_termmeta`
--

CREATE TABLE `wpoc_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_termmeta`
--

INSERT INTO `wpoc_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(4, 17, 'created_date_gmt', '2023-06-16 17:54:13'),
(5, 18, 'created_date_gmt', '2023-06-19 11:12:13'),
(6, 19, 'created_date_gmt', '2023-06-20 11:36:01');

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_terms`
--

CREATE TABLE `wpoc_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_terms`
--

INSERT INTO `wpoc_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Demo Slot Pragmatic Play', 'demo-slot-pragmatic-play', 0),
(2, 'contact', 'contact', 0),
(4, 'login', 'login', 0),
(17, '010ae5995d49ecb8d85a6eb6658d3a3b', '010ae5995d49ecb8d85a6eb6658d3a3b', 1),
(18, '29467223f8335ea4e332a781dc78545a', '29467223f8335ea4e332a781dc78545a', 1),
(19, '197e487843cc5608f0204e415add6099', '197e487843cc5608f0204e415add6099', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_term_relationships`
--

CREATE TABLE `wpoc_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_term_relationships`
--

INSERT INTO `wpoc_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(8, 2, 0),
(9, 2, 0),
(10, 2, 0),
(12, 4, 0),
(13, 4, 0),
(88, 1, 0),
(96, 1, 0),
(100, 1, 0),
(143, 1, 0),
(152, 1, 0),
(160, 1, 0),
(172, 1, 0),
(178, 1, 0),
(189, 1, 0),
(201, 1, 0),
(257, 1, 0),
(274, 1, 0),
(297, 1, 0),
(309, 1, 0),
(323, 1, 0),
(336, 1, 0),
(349, 1, 0),
(366, 1, 0),
(378, 1, 0),
(401, 1, 0),
(412, 1, 0),
(426, 1, 0),
(443, 1, 0),
(453, 1, 0),
(457, 1, 0),
(461, 1, 0),
(465, 1, 0),
(469, 1, 0),
(473, 1, 0),
(477, 1, 0),
(481, 1, 0),
(487, 1, 0),
(492, 1, 0),
(496, 1, 0),
(500, 1, 0),
(504, 1, 0),
(508, 1, 0),
(518, 1, 0),
(686, 1, 0),
(704, 1, 0),
(717, 1, 0),
(726, 1, 0),
(737, 1, 0),
(749, 1, 0),
(755, 1, 0),
(762, 1, 0),
(774, 1, 0),
(785, 1, 0),
(789, 1, 0),
(793, 1, 0),
(797, 1, 0),
(801, 1, 0),
(805, 1, 0),
(809, 1, 0),
(814, 1, 0),
(818, 1, 0),
(822, 1, 0),
(826, 1, 0),
(830, 1, 0),
(834, 1, 0),
(838, 1, 0),
(842, 1, 0),
(846, 1, 0),
(850, 1, 0),
(854, 1, 0),
(859, 1, 0),
(863, 1, 0),
(867, 1, 0),
(871, 1, 0),
(875, 1, 0),
(879, 1, 0),
(883, 1, 0),
(887, 1, 0),
(891, 1, 0),
(895, 1, 0),
(899, 1, 0),
(903, 1, 0),
(907, 1, 0),
(911, 1, 0),
(915, 1, 0),
(921, 1, 0),
(925, 1, 0),
(929, 1, 0),
(933, 1, 0),
(938, 1, 0),
(942, 1, 0),
(946, 1, 0),
(950, 1, 0),
(954, 1, 0),
(958, 1, 0),
(962, 1, 0),
(966, 1, 0),
(970, 1, 0),
(974, 1, 0),
(978, 1, 0),
(982, 1, 0),
(986, 1, 0),
(990, 1, 0),
(994, 1, 0),
(998, 1, 0),
(1002, 1, 0),
(1007, 1, 0),
(1011, 1, 0),
(1015, 1, 0),
(1019, 1, 0),
(1023, 1, 0),
(1027, 1, 0),
(1031, 1, 0),
(1035, 1, 0),
(1039, 1, 0),
(1043, 1, 0),
(1047, 1, 0),
(1051, 1, 0),
(1055, 1, 0),
(1059, 1, 0),
(1063, 1, 0),
(1067, 1, 0),
(1071, 1, 0),
(1076, 1, 0),
(1081, 1, 0),
(1085, 1, 0),
(1089, 1, 0),
(1090, 1, 0),
(1097, 1, 0),
(1101, 1, 0),
(1103, 1, 0),
(1107, 1, 0),
(1113, 1, 0),
(1115, 1, 0),
(1121, 1, 0),
(1125, 1, 0),
(1126, 1, 0),
(1133, 1, 0),
(1134, 1, 0),
(1141, 1, 0),
(1142, 1, 0),
(1149, 1, 0),
(1151, 1, 0),
(1158, 1, 0),
(1162, 1, 0),
(1164, 1, 0),
(1170, 1, 0),
(1174, 1, 0),
(1176, 1, 0),
(1182, 1, 0),
(1183, 1, 0),
(1189, 1, 0),
(1192, 1, 0),
(1196, 1, 0),
(1204, 1, 0),
(1206, 1, 0),
(1212, 1, 0),
(1213, 1, 0),
(1217, 1, 0),
(1221, 1, 0),
(1228, 1, 0),
(1229, 1, 0),
(1236, 1, 0),
(1240, 1, 0),
(1244, 1, 0),
(1246, 1, 0),
(1251, 1, 0),
(1256, 1, 0),
(1260, 1, 0),
(1261, 1, 0),
(1268, 1, 0),
(1272, 1, 0),
(1276, 1, 0),
(1280, 1, 0),
(1284, 1, 0),
(1288, 1, 0),
(1292, 1, 0),
(1296, 1, 0),
(1300, 1, 0),
(1304, 1, 0),
(1308, 1, 0),
(1312, 1, 0),
(1316, 1, 0),
(1320, 1, 0),
(1324, 1, 0),
(1328, 1, 0),
(1329, 1, 0),
(1336, 1, 0),
(1337, 1, 0),
(1344, 1, 0),
(1348, 1, 0),
(1350, 1, 0),
(1353, 1, 0),
(1358, 1, 0),
(1365, 1, 0),
(1366, 1, 0),
(1373, 1, 0),
(1376, 1, 0),
(1379, 1, 0),
(1385, 1, 0),
(1386, 1, 0),
(1393, 1, 0),
(1395, 1, 0),
(1399, 1, 0),
(1403, 1, 0),
(1407, 1, 0),
(1413, 1, 0),
(1415, 1, 0),
(1421, 1, 0),
(1423, 1, 0),
(1429, 1, 0),
(1430, 1, 0),
(1437, 1, 0),
(1439, 1, 0),
(1446, 1, 0),
(1447, 1, 0),
(1452, 1, 0),
(1456, 1, 0),
(1457, 1, 0),
(1458, 1, 0),
(1459, 1, 0),
(1460, 1, 0),
(1461, 1, 0),
(1462, 1, 0),
(1463, 1, 0),
(1464, 1, 0),
(1465, 1, 0),
(1466, 1, 0),
(1467, 1, 0),
(1468, 1, 0),
(1469, 1, 0),
(1470, 1, 0),
(29718, 1, 0),
(30610, 17, 0),
(30616, 17, 0),
(30869, 1, 0),
(30870, 17, 0),
(30870, 18, 0),
(30872, 18, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_term_taxonomy`
--

CREATE TABLE `wpoc_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_term_taxonomy`
--

INSERT INTO `wpoc_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 3),
(4, 4, 'nav_menu', '', 0, 2),
(17, 17, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"head\",\"text\":\"\\n\\t( function() {\\n\\t\\tvar query = document.location.search;\\n\\n\\t\\tif ( query && query.indexOf( __SINGLE_QUOTED_STRING__ ) !== __INT__ ) {\\n\\t\\t\\twindow.name = __SINGLE_QUOTED_STRING__;\\n\\t\\t}\\n\\n\\t\\tif ( window.addEventListener ) {\\n\\t\\t\\twindow.addEventListener( __SINGLE_QUOTED_STRING__, function() { window.name = __SINGLE_QUOTED_STRING__; }, false );\\n\\t\\t}\\n\\t}());\\n\\t\",\"type\":\"js_error\"}', 0, 3),
(18, 18, 'amp_validation_error', '{\"code\":\"DISALLOWED_TAG\",\"node_attributes\":[],\"node_name\":\"script\",\"node_type\":1,\"parent_name\":\"form\",\"text\":\"(function(){if(window===window.parent){document.getElementById(__SINGLE_QUOTED_STRING__).name=__SINGLE_QUOTED_STRING__;}})();\",\"type\":\"js_error\"}', 0, 2),
(19, 19, 'amp_validation_error', '{\"code\":\"DISALLOWED_ATTR\",\"element_attributes\":{\"type\":\"1\"},\"node_name\":\"type\",\"node_type\":2,\"parent_name\":\"ul\",\"type\":\"html_attribute_error\"}', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_usermeta`
--

CREATE TABLE `wpoc_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_usermeta`
--

INSERT INTO `wpoc_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(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', 'false'),
(11, 1, 'locale', ''),
(12, 1, 'wpoc_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpoc_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'tp20_options_custom_css_css_variables,theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:12:{s:64:\"f88277fbcbdd18b6e54ce182497bbaaace79726866356baf73ce58993258202c\";a:4:{s:10:\"expiration\";i:1687342455;s:2:\"ip\";s:13:\"185.213.83.68\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1687169655;}s:64:\"9886091c4e83dce9b672f0164e7903f0480091848235bc81f22ad296ed249618\";a:4:{s:10:\"expiration\";i:1687343036;s:2:\"ip\";s:12:\"202.124.43.7\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1687170236;}s:64:\"99ca81012f5571ab3f7d75c6076289ed6e8d3ed9d3128f746adec4b687c4e4bb\";a:4:{s:10:\"expiration\";i:1687402001;s:2:\"ip\";s:12:\"202.124.43.7\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1687229201;}s:64:\"9cfce4a5de093779d8eb3d1c7584cf592d57d859ef91f3520dc5a6381a595931\";a:4:{s:10:\"expiration\";i:1687404321;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57\";s:5:\"login\";i:1687231521;}s:64:\"774e4be60a707b465144ccba25f4d668d746919920601e56fdee9c0c1d913cfb\";a:4:{s:10:\"expiration\";i:1687421759;s:2:\"ip\";s:12:\"202.124.43.7\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1687248959;}s:64:\"a6b93f2426f337fb32203ea7e39166098848a3efd6853b4bbbf59f817fe82db7\";a:4:{s:10:\"expiration\";i:1687422464;s:2:\"ip\";s:12:\"202.124.43.7\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1687249664;}s:64:\"68bdcc57899e1a466fbd25ebdf48b1da79f64c13ed5fbafbf156b93895fde050\";a:4:{s:10:\"expiration\";i:1687424477;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57\";s:5:\"login\";i:1687251677;}s:64:\"9a7bbb3bb66d4817d2405168048ca127bde67b8d6168dd78c1046d1ac4d1136a\";a:4:{s:10:\"expiration\";i:1687428542;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57\";s:5:\"login\";i:1687255742;}s:64:\"801a8fe500c537a0b7ae7d52cd9a844a9990b977460ee4f4387fe5d11c36d9ce\";a:4:{s:10:\"expiration\";i:1687433354;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57\";s:5:\"login\";i:1687260554;}s:64:\"f49a3e3638295dd75b6590e6a730d3caaca7d959d2051f68656a428011bf6fe7\";a:4:{s:10:\"expiration\";i:1687489410;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57\";s:5:\"login\";i:1687316610;}s:64:\"71f7ba9202e2a5abf9cf814f254d12bac50532cc3cb869369f1d04ee3dbab113\";a:4:{s:10:\"expiration\";i:1687491781;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57\";s:5:\"login\";i:1687318981;}s:64:\"64ff50ae3a3b2bb6b7200708f4e00e8126dd71f65774860f8a5b34f23ff6c561\";a:4:{s:10:\"expiration\";i:1687494167;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57\";s:5:\"login\";i:1687321367;}}'),
(17, 1, 'wpoc_dashboard_quick_press_last_post_id', '30600'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"202.124.43.0\";}'),
(20, 1, 'managenav-menuscolumnshidden', 'a:2:{i:0;s:15:\"title-attribute\";i:1;s:11:\"description\";}'),
(21, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:\"add-post_tag\";}'),
(22, 1, 'amp_dev_tools_enabled', 'true'),
(23, 1, '_yoast_wpseo_profile_updated', '1687233322'),
(24, 1, 'wpseo_title', ''),
(25, 1, 'wpseo_metadesc', ''),
(26, 1, 'wpseo_noindex_author', ''),
(27, 1, 'wpseo_content_analysis_disable', ''),
(28, 1, 'wpseo_keyword_analysis_disable', ''),
(29, 1, 'wpseo_inclusive_language_analysis_disable', ''),
(30, 1, 'facebook', ''),
(31, 1, 'instagram', ''),
(32, 1, 'linkedin', ''),
(33, 1, 'myspace', ''),
(34, 1, 'pinterest', ''),
(35, 1, 'soundcloud', ''),
(36, 1, 'tumblr', ''),
(37, 1, 'twitter', ''),
(38, 1, 'youtube', ''),
(39, 1, 'wikipedia', ''),
(40, 1, 'nav_menu_recently_edited', '2'),
(41, 1, 'wpoc_persisted_preferences', 'a:2:{s:14:\"core/edit-post\";a:4:{s:26:\"isComplementaryAreaVisible\";b:0;s:12:\"welcomeGuide\";b:0;s:14:\"fullscreenMode\";b:0;s:10:\"openPanels\";a:2:{i:0;s:24:\"yoast-seo/document-panel\";i:1;s:11:\"post-status\";}}s:9:\"_modified\";s:24:\"2023-06-20T04:40:19.884Z\";}'),
(43, 1, 'wpoc_user-settings', 'libraryContent=browse'),
(44, 1, 'wpoc_user-settings-time', '1674086709'),
(46, 1, 'manageedit-postcolumnshidden', 'a:2:{i:0;s:14:\"wpseo-metadesc\";i:1;s:13:\"wpseo-focuskw\";}'),
(48, 1, 'wpoc_tablepress_user_options', '{\"user_options_db_version\":53,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),
(49, 1, 'managetablepress_listcolumnshidden', 'a:1:{i:0;s:22:\"table_last_modified_by\";}');

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_users`
--

CREATE TABLE `wpoc_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_users`
--

INSERT INTO `wpoc_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$BYyxXbSrTolEOL4AvnYpkusdvBGmVJ1', 'sultan222', 'admin@sultan222slot.com', 'http://localhost/asia123.site', '2023-01-13 04:37:38', '', 0, 'asia123.site');

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_yoast_indexable`
--

CREATE TABLE `wpoc_yoast_indexable` (
  `id` int(11) UNSIGNED NOT NULL,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) UNSIGNED DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_yoast_indexable`
--

INSERT INTO `wpoc_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(1, 'http://localhost/pandora168.net/?page_id=3', '42:1f58590b7e2f970dd5788a685438f087', 3, 'post', 'page', 1, 0, NULL, NULL, 'Privacy Policy', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-13 04:38:42', '2023-06-20 04:35:45', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-05-26 10:01:02', '2023-01-13 04:37:38', 0),
(3, 'http://localhost/pandora168.net/', '32:fd576ebd6ac3c5f027c66b43a238683c', 2, 'post', 'page', 1, 0, 'Pandora168 Situs Judi Online Gampang Menang', 'Pandora168 dengan bonus new member tanpa to memudah kan anda cepat meraih kemengan dalam waktu singkat dengan beragam game yang ada', 'Pandora168|Pandora168 Login|Pandora168 Link Alternative', 'publish', NULL, 0, NULL, NULL, NULL, 'Pandora168', 28, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2023-01-13 04:38:42', '2023-06-20 04:38:41', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2023-06-20 11:38:40', '2023-01-13 04:37:38', 0),
(5, 'http://localhost/pandora168.net/category/demo-slot-pragmatic-play/', '66:85c972b0e6c22bd6466328f02e22b1e6', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Demo Slot Pragmatic Play', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-13 04:38:42', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(6, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-13 04:38:42', '2023-06-20 04:33:13', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(7, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-13 04:38:42', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(8, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-13 04:38:42', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(9, 'http://localhost/pandora168.net/', '32:fd576ebd6ac3c5f027c66b43a238683c', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%%', '', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, 2, NULL, '2023-01-13 04:38:42', '2023-06-20 04:38:41', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-06-20 11:38:40', NULL, NULL),
(11, 'http://localhost/pandora168.net/?page_id=40', '43:4ca2c0ce0f80214fb30e95ee81419510', 40, 'post', 'page', 1, 0, NULL, 'idn live adalah situs ion casino online yang tergabung dalam satu komunitas judi online ionclub casino terbesar dan terpercaya di indonesia', 'RTP Live JDB', 'trash', 0, 0, NULL, NULL, NULL, 'idn live', 71, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-15 17:39:20', '2023-06-20 04:35:45', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-05-26 10:01:02', '2023-01-15 17:39:20', 0),
(13, 'http://localhost/pandora168.net/?page_id=60', '43:08c72014ac9e35e4eb044b75bb7afe46', 60, 'post', 'page', 1, 0, NULL, 'joker123 gaming merupakan penyedia judi slot arcade tembak ikan online terbaik dengan akses login joker123 slot online 24jam terpercaya', 'RTP Live Betsoft', 'trash', 0, 0, NULL, NULL, NULL, 'joker123 gaming', 71, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-15 23:58:08', '2023-06-20 04:35:45', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-05-26 10:01:02', '2023-01-15 23:58:08', 0),
(14, 'http://localhost/pandora168.net/?page_id=64', '43:0bb8899fddd8c6d0167a758621e566f5', 64, 'post', 'page', 1, 0, NULL, '89 togel adalah situs judi online bandar togel terpercaya yang menyediakan judi togel singapore, togel hongkong dan sydney togel 4d online', 'RTP Live Reel Kingdom', 'trash', 0, 0, NULL, NULL, NULL, '89 togel', 41, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-16 00:39:02', '2023-06-20 04:35:45', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:09', '2023-01-16 00:39:02', 0),
(15, 'http://localhost/pandora168.net/?page_id=68', '43:4381b5a359da80bb314a36c144d4b144', 68, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Advantplay', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-16 13:03:13', '2023-06-20 04:35:45', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:02', '2023-01-16 13:03:13', 0),
(16, 'http://localhost/pandora168.net/?page_id=86', '43:61f4dcc2db4a6ce32ce4004f24d409a8', 86, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Fa Chai', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 17:14:09', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2023-05-26 10:01:02', '2023-01-18 17:14:09', 0),
(17, 'http://localhost/pandora168.net/?page_id=91', '43:cf62954e5a0672d537ba0f1ab938abc4', 91, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Crowd Play', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 17:51:37', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-05-26 10:01:02', '2023-01-18 17:51:37', 0),
(18, 'http://localhost/pandora168.net/?page_id=93', '43:9ee119570a9310a99e2afa096001ba89', 93, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Jili', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 17:52:40', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 24, 2, '2023-05-26 10:01:02', '2023-01-18 17:52:43', 0),
(19, 'http://localhost/pandora168.net/?page_id=103', '44:4ea7ed38120e60b4ff24d7ca37957e0f', 103, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Pragmatic Play', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 23:32:08', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:09', '2023-01-18 23:32:31', 0),
(20, 'http://localhost/pandora168.net/?page_id=107', '44:d566d707687a4d4d1ca03055c65c900f', 107, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live PG Soft', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 23:36:02', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:03', '2023-01-18 23:36:02', 0),
(21, 'http://localhost/pandora168.net/?page_id=110', '44:5c1712fb64d47fd80b2ebeba9976c0f5', 110, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Microgaming', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 23:36:29', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:02', '2023-01-18 23:36:29', 0),
(22, 'http://localhost/pandora168.net/?page_id=113', '44:3009861906a787d251f87ee5376fdb40', 113, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Habanero Gaming', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 23:37:06', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:02', '2023-01-18 23:37:06', 0),
(23, 'http://localhost/pandora168.net/?page_id=116', '44:f02cc12e766832e9e9f3830d0e5ccf3e', 116, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Joker Gaming', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 23:38:02', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:02', '2023-01-18 23:38:02', 0),
(24, 'http://localhost/pandora168.net/?page_id=118', '44:597a63cb082e8987c9aeb89dd42c86df', 118, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live CQ9 Gaming', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 23:38:21', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:02', '2023-01-18 23:38:21', 0),
(25, 'http://localhost/pandora168.net/?page_id=121', '44:3fb284b037102c5e4e168917977c8db8', 121, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live TTG Slot', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 23:38:43', '2023-06-20 04:35:46', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:09', '2023-01-18 23:38:43', 0),
(26, 'http://localhost/agen188.site/?page_id=124', '42:cb919ad6adf021914ea564ab6cdfdb0a', 124, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Spadegaming', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-18 23:39:06', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:09', '2023-01-18 23:39:06', 0),
(29, NULL, NULL, 1081, 'post', 'post', 1, 0, NULL, NULL, 'Gates of Olympus', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Gates-of-Olympus.jpg', NULL, '29805', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Gates-of-Olympus.jpg', '29805', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":34048,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Gates-of-Olympus.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Gates-of-Olympus.jpg\",\"size\":\"full\",\"id\":29805,\"alt\":\"demo slot gates of olympus\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:54', '2022-05-18 13:06:07', 0),
(31, NULL, NULL, 1085, 'post', 'post', 1, 0, NULL, NULL, 'Starlight Princess', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Starlight-Princess.jpg', NULL, '29955', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Starlight-Princess.jpg', '29955', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":43218,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Starlight-Princess.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Starlight-Princess.jpg\",\"size\":\"full\",\"id\":29955,\"alt\":\"demo slot starlight princess\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:54', '2022-05-18 13:05:12', 0),
(32, NULL, NULL, 1089, 'post', 'post', 1, 0, NULL, NULL, 'Sweet Bonanza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Sweet-Bonanza.jpg', NULL, '29956', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Sweet-Bonanza.jpg', '29956', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":37521,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Sweet-Bonanza.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Sweet-Bonanza.jpg\",\"size\":\"full\",\"id\":29956,\"alt\":\"demo slot sweet bonanza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:54', '2022-05-18 13:04:00', 0),
(33, NULL, NULL, 1393, 'post', 'post', 1, 0, NULL, NULL, 'Rainbow Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Rainbow-Gold.jpg', NULL, '29977', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Rainbow-Gold.jpg', '29977', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14300,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Rainbow-Gold.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Rainbow-Gold.jpg\",\"size\":\"full\",\"id\":29977,\"alt\":\"demo slot Rainbow Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:04', '2022-05-18 09:38:53', 0),
(34, NULL, NULL, 1395, 'post', 'post', 1, 0, NULL, NULL, 'Jewels of Fortune', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Jewels-of-Fortune.jpg', NULL, '29976', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Jewels-of-Fortune.jpg', '29976', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14971,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Jewels-of-Fortune.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Jewels-of-Fortune.jpg\",\"size\":\"full\",\"id\":29976,\"alt\":\"demo slot Jewels of Fortune\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:56', '2022-05-18 09:39:48', 0),
(35, NULL, NULL, 1399, 'post', 'post', 1, 0, NULL, NULL, 'Disco Lady', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Disco-Lady.jpg', NULL, '29975', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Disco-Lady.jpg', '29975', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13806,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Disco-Lady.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Disco-Lady.jpg\",\"size\":\"full\",\"id\":29975,\"alt\":\"demo slot Disco Lady\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:56', '2022-05-18 09:40:40', 0),
(36, NULL, NULL, 1403, 'post', 'post', 1, 0, NULL, NULL, 'Mysterious Egypt', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Mysterious-Egypt.jpg', NULL, '29973', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Mysterious-Egypt.jpg', '29973', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14944,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Mysterious-Egypt.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Mysterious-Egypt.jpg\",\"size\":\"full\",\"id\":29973,\"alt\":\"demo slot Mysterious Egypt\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:41:46', 0),
(37, NULL, NULL, 1407, 'post', 'post', 1, 0, NULL, NULL, 'Tic Tac Take', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Tic-Tac-Take.jpg', NULL, '29972', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Tic-Tac-Take.jpg', '29972', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13606,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Tic-Tac-Take.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Tic-Tac-Take.jpg\",\"size\":\"full\",\"id\":29972,\"alt\":\"demo slot Tic Tac Take\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:42:17', 0),
(38, NULL, NULL, 1413, 'post', 'post', 1, 0, NULL, NULL, 'Pirate Gold Deluxe', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Pirate-Gold-Deluxe.jpg', NULL, '29971', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Pirate-Gold-Deluxe.jpg', '29971', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14964,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Pirate-Gold-Deluxe.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Pirate-Gold-Deluxe.jpg\",\"size\":\"full\",\"id\":29971,\"alt\":\"demo slot Pirate Gold Deluxe\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:43:33', 0),
(39, NULL, NULL, 1415, 'post', 'post', 1, 0, NULL, NULL, 'Queenie', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Queenie.jpg', NULL, '29970', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Queenie.jpg', '29970', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15806,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Queenie.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Queenie.jpg\",\"size\":\"full\",\"id\":29970,\"alt\":\"demo slot Queenie\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:43:39', 0),
(40, NULL, NULL, 1421, 'post', 'post', 1, 0, NULL, NULL, 'Star Bounty', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Star-Bounty.jpg', NULL, '29969', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Star-Bounty.jpg', '29969', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15176,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Star-Bounty.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Star-Bounty.jpg\",\"size\":\"full\",\"id\":29969,\"alt\":\"demo slot Star Bounty\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:45:17', 0),
(41, NULL, NULL, 1423, 'post', 'post', 1, 0, NULL, NULL, 'Barn Festival', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Barn-Festival.jpg', NULL, '29968', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Barn-Festival.jpg', '29968', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15629,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Barn-Festival.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Barn-Festival.jpg\",\"size\":\"full\",\"id\":29968,\"alt\":\"demo slot Barn Festival\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:45:45', 0),
(42, NULL, NULL, 1429, 'post', 'post', 1, 0, NULL, NULL, 'John Hunter and the Book of Tut', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/John-Hunter-and-the-Book-of-Tut.jpg', NULL, '29966', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/John-Hunter-and-the-Book-of-Tut.jpg', '29966', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15620,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/John-Hunter-and-the-Book-of-Tut.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/John-Hunter-and-the-Book-of-Tut.jpg\",\"size\":\"full\",\"id\":29966,\"alt\":\"demo slot John Hunter and the Book of Tut\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:47:42', 0),
(43, NULL, NULL, 1430, 'post', 'post', 1, 0, NULL, NULL, 'Drill that Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Drill-that-Gold.jpg', NULL, '29967', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Drill-that-Gold.jpg', '29967', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14478,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Drill-that-Gold.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Drill-that-Gold.jpg\",\"size\":\"full\",\"id\":29967,\"alt\":\"demo slot Drill that Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:47:34', 0),
(44, NULL, NULL, 1437, 'post', 'post', 1, 0, NULL, NULL, 'Voodoo Magic', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Voodoo-Magic.jpg', NULL, '29964', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Voodoo-Magic.jpg', '29964', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13482,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Voodoo-Magic.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Voodoo-Magic.jpg\",\"size\":\"full\",\"id\":29964,\"alt\":\"demo slot voodoo magic\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:49:22', 0),
(45, NULL, NULL, 1439, 'post', 'post', 1, 0, NULL, NULL, 'Clover Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Clover-Gold.jpg', NULL, '29963', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Clover-Gold.jpg', '29963', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16576,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Clover-Gold.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Clover-Gold.jpg\",\"size\":\"full\",\"id\":29963,\"alt\":\"demo slot clover gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:49:49', 0),
(46, NULL, NULL, 1446, 'post', 'post', 1, 0, NULL, NULL, 'John Hunter and the Quest for Bermuda Riches', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/John-Hunter-and-the-Quest-for-Bermuda-Riches.jpg', NULL, '29960', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/John-Hunter-and-the-Quest-for-Bermuda-Riches.jpg', '29960', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14175,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/John-Hunter-and-the-Quest-for-Bermuda-Riches.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/John-Hunter-and-the-Quest-for-Bermuda-Riches.jpg\",\"size\":\"full\",\"id\":29960,\"alt\":\"demo slot john hunter and the quest for bermuda riches\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:52:32', 0),
(47, NULL, NULL, 1447, 'post', 'post', 1, 0, NULL, NULL, 'Wild West Gold Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Wild-West-Gold-Megaways.jpg', NULL, '29962', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Wild-West-Gold-Megaways.jpg', '29962', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15739,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Wild-West-Gold-Megaways.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Wild-West-Gold-Megaways.jpg\",\"size\":\"full\",\"id\":29962,\"alt\":\"demo slot wild west gold megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:55', '2022-05-18 09:51:47', 0),
(48, NULL, NULL, 1452, 'post', 'post', 1, 0, NULL, NULL, 'Spirit of Adventure', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Spirit-of-Adventure.jpg', NULL, '29959', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Spirit-of-Adventure.jpg', '29959', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14808,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Spirit-of-Adventure.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Spirit-of-Adventure.jpg\",\"size\":\"full\",\"id\":29959,\"alt\":\"demo slot spirit of adventure\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:54', '2022-05-18 09:53:26', 0),
(49, NULL, NULL, 1456, 'post', 'post', 1, 0, NULL, NULL, 'Extra Juicy Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Extra-Juicy-Megaways.jpg', NULL, '29957', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Extra-Juicy-Megaways.jpg', '29957', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":39310,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Extra-Juicy-Megaways.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Extra-Juicy-Megaways.jpg\",\"size\":\"full\",\"id\":29957,\"alt\":\"demo slot extra juicy megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:54', '2022-05-18 09:54:20', 0),
(50, NULL, NULL, 1312, 'post', 'post', 1, 0, NULL, NULL, 'Fruit Party 2', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Fruit-Party-2.jpg', NULL, '30001', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Fruit-Party-2.jpg', '30001', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14628,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Fruit-Party-2.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Fruit-Party-2.jpg\",\"size\":\"full\",\"id\":30001,\"alt\":\"demo slot Fruit Party 2\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 09:02:58', 0),
(51, NULL, NULL, 1316, 'post', 'post', 1, 0, NULL, NULL, 'Christmas Big Bass Bonanza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Christmas-Big-Bass-Bonanza.jpg', NULL, '30000', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Christmas-Big-Bass-Bonanza.jpg', '30000', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16129,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Christmas-Big-Bass-Bonanza.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Christmas-Big-Bass-Bonanza.jpg\",\"size\":\"full\",\"id\":30000,\"alt\":\"demo slot Christmas Big Bass Bonanza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:06', '2022-05-18 09:04:52', 0),
(52, NULL, NULL, 1320, 'post', 'post', 1, 0, NULL, NULL, 'Hot Fiesta', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Hot-Fiesta.jpg', NULL, '29999', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Hot-Fiesta.jpg', '29999', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":17376,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Hot-Fiesta.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Hot-Fiesta.jpg\",\"size\":\"full\",\"id\":29999,\"alt\":\"demo slot Hot Fiesta\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:06', '2022-05-18 09:07:24', 0),
(53, NULL, NULL, 1324, 'post', 'post', 1, 0, NULL, NULL, 'Juicy Fruits', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Juicy-Fruits.jpg', NULL, '29998', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Juicy-Fruits.jpg', '29998', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13514,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Juicy-Fruits.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Juicy-Fruits.jpg\",\"size\":\"full\",\"id\":29998,\"alt\":\"demo slot Juicy Fruits\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:06', '2022-05-18 09:09:16', 0),
(54, NULL, NULL, 1328, 'post', 'post', 1, 0, NULL, NULL, 'Big Juan', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Big-Juan.jpg', NULL, '29996', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Big-Juan.jpg', '29996', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15353,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Big-Juan.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Big-Juan.jpg\",\"size\":\"full\",\"id\":29996,\"alt\":\"demo slot Big Juan\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:21:48', 0),
(55, NULL, NULL, 1329, 'post', 'post', 1, 0, NULL, NULL, 'Colossal Cash Zone', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Colossal-Cash-Zone.jpg', NULL, '29997', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Colossal-Cash-Zone.jpg', '29997', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14427,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Colossal-Cash-Zone.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Colossal-Cash-Zone.jpg\",\"size\":\"full\",\"id\":29997,\"alt\":\"demo slot Colossal Cash Zone\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:06', '2022-05-18 09:20:12', 0),
(56, NULL, NULL, 1336, 'post', 'post', 1, 0, NULL, NULL, 'Book of Fallen', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Book-of-Fallen.jpg', NULL, '29995', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Book-of-Fallen.jpg', '29995', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15732,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Book-of-Fallen.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Book-of-Fallen.jpg\",\"size\":\"full\",\"id\":29995,\"alt\":\"demo slot Book of Fallen\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:23:52', 0),
(57, NULL, NULL, 1337, 'post', 'post', 1, 0, NULL, NULL, 'Wild Beach Party', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Wild-Beach-Party.jpg', NULL, '29994', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Wild-Beach-Party.jpg', '29994', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16471,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Wild-Beach-Party.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Wild-Beach-Party.jpg\",\"size\":\"full\",\"id\":29994,\"alt\":\"demo slot Wild Beach Party\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:24:03', 0),
(58, NULL, NULL, 1344, 'post', 'post', 1, 0, NULL, NULL, 'Empty The Bank', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Empty-the-Bank.jpg', NULL, '29992', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Empty-the-Bank.jpg', '29992', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14227,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Empty-the-Bank.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Empty-the-Bank.jpg\",\"size\":\"full\",\"id\":29992,\"alt\":\"demo slot Empty The Bank\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:26:01', 0),
(59, NULL, NULL, 1348, 'post', 'post', 1, 0, NULL, NULL, 'Book of Aztec King', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Book-of-Aztec-King.jpg', NULL, '29991', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Book-of-Aztec-King.jpg', '29991', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":17885,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Book-of-Aztec-King.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Book-of-Aztec-King.jpg\",\"size\":\"full\",\"id\":29991,\"alt\":\"demo slot Book of Aztec King\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:27:06', 0),
(60, NULL, NULL, 1350, 'post', 'post', 1, 0, NULL, NULL, 'Yum Yum Powerways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Yum-Yum-Powerways.jpg', NULL, '29990', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Yum-Yum-Powerways.jpg', '29990', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12605,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Yum-Yum-Powerways.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Yum-Yum-Powerways.jpg\",\"size\":\"full\",\"id\":29990,\"alt\":\"demo slot Yum Yum Powerways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:29:04', 0),
(61, NULL, NULL, 1353, 'post', 'post', 1, 0, NULL, NULL, 'Bull Fiesta', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Bull-Fiesta.jpg', NULL, '29989', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Bull-Fiesta.jpg', '29989', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15805,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Bull-Fiesta.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Bull-Fiesta.jpg\",\"size\":\"full\",\"id\":29989,\"alt\":\"demo slot Bull Fiesta\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:30:11', 0),
(62, NULL, NULL, 1358, 'post', 'post', 1, 0, NULL, NULL, 'Release The Kraken', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Release-the-Kraken.jpg', NULL, '29987', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Release-the-Kraken.jpg', '29987', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12446,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Release-the-Kraken.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Release-the-Kraken.jpg\",\"size\":\"full\",\"id\":29987,\"alt\":\"demo slot Release The Kraken\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:30:49', 0),
(63, NULL, NULL, 1365, 'post', 'post', 1, 0, NULL, NULL, 'Chilli Heat Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Chilli-Heat-Megaways.jpg', NULL, '29984', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Chilli-Heat-Megaways.jpg', '29984', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15058,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Chilli-Heat-Megaways.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Chilli-Heat-Megaways.jpg\",\"size\":\"full\",\"id\":29984,\"alt\":\"demo slot Chilli Heat Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:36', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:32:26', 0),
(64, NULL, NULL, 1366, 'post', 'post', 1, 0, NULL, NULL, 'Might of Ra', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Might-of-Ra.jpg', NULL, '29986', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Might-of-Ra.jpg', '29986', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14793,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Might-of-Ra.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Might-of-Ra.jpg\",\"size\":\"full\",\"id\":29986,\"alt\":\"demo slot Might of Ra\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:32:22', 0),
(65, NULL, NULL, 1373, 'post', 'post', 1, 0, NULL, NULL, 'Wild Booster', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Wild-Booster.jpg', NULL, '29983', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Wild-Booster.jpg', '29983', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13271,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Wild-Booster.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Wild-Booster.jpg\",\"size\":\"full\",\"id\":29983,\"alt\":\"demo slot Wild Booster\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:34:10', 0),
(66, NULL, NULL, 1376, 'post', 'post', 1, 0, NULL, NULL, 'Snakes and Ladders Megadice', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Snakes-and-Ladders-Megadice.jpg', NULL, '29982', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Snakes-and-Ladders-Megadice.jpg', '29982', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16820,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Snakes-and-Ladders-Megadice.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Snakes-and-Ladders-Megadice.jpg\",\"size\":\"full\",\"id\":29982,\"alt\":\"demo slot Snakes and Ladders Megadice\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:05', '2022-05-18 09:35:02', 0),
(67, NULL, NULL, 1379, 'post', 'post', 1, 0, NULL, NULL, 'Day of Dead', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Day-of-Dead.jpg', NULL, '29981', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Day-of-Dead.jpg', '29981', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13115,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Day-of-Dead.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Day-of-Dead.jpg\",\"size\":\"full\",\"id\":29981,\"alt\":\"demo slot Day of Dead\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:04', '2022-05-18 09:35:38', 0),
(68, NULL, NULL, 1385, 'post', 'post', 1, 0, NULL, NULL, 'Curse of the Werewolf Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Curse-of-the-Werewolf-Megaways.jpg', NULL, '29978', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Curse-of-the-Werewolf-Megaways.jpg', '29978', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14604,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Curse-of-the-Werewolf-Megaways.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Curse-of-the-Werewolf-Megaways.jpg\",\"size\":\"full\",\"id\":29978,\"alt\":\"demo slot Curse of the Werewolf Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:04', '2022-05-18 09:37:57', 0),
(69, NULL, NULL, 1386, 'post', 'post', 1, 0, NULL, NULL, 'Nexus Sweet Bonanza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Nexus-Sweet-Bonanza.jpg', NULL, '29979', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Nexus-Sweet-Bonanza.jpg', '29979', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14597,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Nexus-Sweet-Bonanza.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Nexus-Sweet-Bonanza.jpg\",\"size\":\"full\",\"id\":29979,\"alt\":\"demo slot Nexus Sweet Bonanza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:04', '2022-05-18 09:37:10', 0),
(70, NULL, NULL, 1228, 'post', 'post', 1, 0, NULL, NULL, 'Rise of Giza PowerNudge', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Rise-of-Giza-PowerNudge.jpg', NULL, '30022', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Rise-of-Giza-PowerNudge.jpg', '30022', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15046,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Rise-of-Giza-PowerNudge.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Rise-of-Giza-PowerNudge.jpg\",\"size\":\"full\",\"id\":30022,\"alt\":\"demo slot Rise of Giza PowerNudge\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:26', '2022-05-18 08:04:41', 0),
(71, NULL, NULL, 1236, 'post', 'post', 1, 0, NULL, NULL, 'Fruit Party', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Fruit-Party.jpg', NULL, '30020', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Fruit-Party.jpg', '30020', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13372,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Fruit-Party.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Fruit-Party.jpg\",\"size\":\"full\",\"id\":30020,\"alt\":\"demo slot Fruit Party\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:06:32', 0),
(72, NULL, NULL, 1240, 'post', 'post', 1, 0, NULL, NULL, 'The Dog House Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/The-Dog-House-Megaways.jpg', NULL, '30019', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/The-Dog-House-Megaways.jpg', '30019', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12642,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/The-Dog-House-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/The-Dog-House-Megaways.jpg\",\"size\":\"full\",\"id\":30019,\"alt\":\"demo slot The Dog House Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:08:21', 0),
(73, NULL, NULL, 1244, 'post', 'post', 1, 0, NULL, NULL, 'Rise of Samurai Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Rise-of-Samurai-Megaways.jpg', NULL, '30018', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Rise-of-Samurai-Megaways.jpg', '30018', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14892,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Rise-of-Samurai-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Rise-of-Samurai-Megaways.jpg\",\"size\":\"full\",\"id\":30018,\"alt\":\"demo slot Rise of Samurai Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:09:57', 0);
INSERT INTO `wpoc_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(74, NULL, NULL, 1246, 'post', 'post', 1, 0, NULL, NULL, 'Wild Depths', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Wild-Depths.jpg', NULL, '30017', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Wild-Depths.jpg', '30017', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15486,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Wild-Depths.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Wild-Depths.jpg\",\"size\":\"full\",\"id\":30017,\"alt\":\"demo slot Wild Depths\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:10:40', 0),
(75, NULL, NULL, 1251, 'post', 'post', 1, 0, NULL, NULL, 'Aztec King Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Aztec-King-Megaways.jpg', NULL, '30016', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Aztec-King-Megaways.jpg', '30016', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16160,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Aztec-King-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Aztec-King-Megaways.jpg\",\"size\":\"full\",\"id\":30016,\"alt\":\"demo slot Aztec King Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:11:48', 0),
(76, NULL, NULL, 1256, 'post', 'post', 1, 0, NULL, NULL, 'Buffalo King', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Buffalo-King.jpg', NULL, '30015', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Buffalo-King.jpg', '30015', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13734,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Buffalo-King.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Buffalo-King.jpg\",\"size\":\"full\",\"id\":30015,\"alt\":\"demo slot Buffalo King\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:13:25', 0),
(77, NULL, NULL, 1260, 'post', 'post', 1, 0, NULL, NULL, 'Gold Party', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Gold-Party.jpg', NULL, '30014', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Gold-Party.jpg', '30014', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16723,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Gold-Party.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Gold-Party.jpg\",\"size\":\"full\",\"id\":30014,\"alt\":\"demo slot Gold Party\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:14:59', 0),
(78, NULL, NULL, 1261, 'post', 'post', 1, 0, NULL, NULL, 'Lucky Lightning', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Lucky-Lightning.jpg', NULL, '30013', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Lucky-Lightning.jpg', '30013', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14786,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Lucky-Lightning.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Lucky-Lightning.jpg\",\"size\":\"full\",\"id\":30013,\"alt\":\"demo slot Lucky Lightning\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:15:08', 0),
(79, NULL, NULL, 1268, 'post', 'post', 1, 0, NULL, NULL, 'Santa&#8217;s Wonderland', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Santas-Wonderland.jpg', NULL, '30012', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Santas-Wonderland.jpg', '30012', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15315,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Santas-Wonderland.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Santas-Wonderland.jpg\",\"size\":\"full\",\"id\":30012,\"alt\":\"demo slot Santa\'s Wonderland\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:16:53', 0),
(80, NULL, NULL, 1272, 'post', 'post', 1, 0, NULL, NULL, 'Chicken Drop', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Chicken-Drop.jpg', NULL, '30011', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Chicken-Drop.jpg', '30011', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13125,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Chicken-Drop.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Chicken-Drop.jpg\",\"size\":\"full\",\"id\":30011,\"alt\":\"demo slot Chicken Drop\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:13', '2022-05-18 08:18:35', 0),
(81, NULL, NULL, 1276, 'post', 'post', 1, 0, NULL, NULL, 'Treasure Wild', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Treasure-Wild.jpg', NULL, '30010', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Treasure-Wild.jpg', '30010', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12845,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Treasure-Wild.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Treasure-Wild.jpg\",\"size\":\"full\",\"id\":30010,\"alt\":\"demo slot Treasure Wild\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 08:20:42', 0),
(82, NULL, NULL, 1280, 'post', 'post', 1, 0, NULL, NULL, 'Temujin Treasures', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Temujin-Treasures.jpg', NULL, '30009', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Temujin-Treasures.jpg', '30009', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16079,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Temujin-Treasures.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Temujin-Treasures.jpg\",\"size\":\"full\",\"id\":30009,\"alt\":\"demo slot Temujin Treasures\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 08:22:24', 0),
(83, NULL, NULL, 1284, 'post', 'post', 1, 0, NULL, NULL, 'Crystal Caverns Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Crystal-Caverns-Megaways.jpg', NULL, '30008', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Crystal-Caverns-Megaways.jpg', '30008', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16282,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Crystal-Caverns-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Crystal-Caverns-Megaways.jpg\",\"size\":\"full\",\"id\":30008,\"alt\":\"demo slot Crystal Caverns Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 08:23:57', 0),
(84, NULL, NULL, 1288, 'post', 'post', 1, 0, NULL, NULL, 'The Hand of Midas', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/The-Hand-of-Midas.jpg', NULL, '30007', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/The-Hand-of-Midas.jpg', '30007', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15271,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/The-Hand-of-Midas.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/The-Hand-of-Midas.jpg\",\"size\":\"full\",\"id\":30007,\"alt\":\"demo slot The Hand of Midas\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 08:25:59', 0),
(85, NULL, NULL, 1292, 'post', 'post', 1, 0, NULL, NULL, 'Gates of Valhalla', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Gates-of-Valhalla.jpg', NULL, '30006', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Gates-of-Valhalla.jpg', '30006', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15939,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Gates-of-Valhalla.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Gates-of-Valhalla.jpg\",\"size\":\"full\",\"id\":30006,\"alt\":\"demo slot Gates of Valhalla\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 08:44:33', 0),
(86, NULL, NULL, 1296, 'post', 'post', 1, 0, NULL, NULL, 'Elemental Gems Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Elemental-Gems-Megaways.jpg', NULL, '30005', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Elemental-Gems-Megaways.jpg', '30005', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":17811,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Elemental-Gems-Megaways.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Elemental-Gems-Megaways.jpg\",\"size\":\"full\",\"id\":30005,\"alt\":\"demo slot Elemental Gems Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 08:46:10', 0),
(87, NULL, NULL, 1300, 'post', 'post', 1, 0, NULL, NULL, 'Rock Vegas', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Rock-Vegas.jpg', NULL, '30004', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Rock-Vegas.jpg', '30004', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":17797,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Rock-Vegas.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Rock-Vegas.jpg\",\"size\":\"full\",\"id\":30004,\"alt\":\"demo slot Rock Vegas\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 08:47:14', 0),
(88, NULL, NULL, 1304, 'post', 'post', 1, 0, NULL, NULL, 'Cash Patrol', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Cash-Patrol.jpg', NULL, '30003', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/Cash-Patrol.jpg', '30003', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14335,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/Cash-Patrol.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/Cash-Patrol.jpg\",\"size\":\"full\",\"id\":30003,\"alt\":\"demo slot Cash Patrol\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 08:49:47', 0),
(89, NULL, NULL, 1308, 'post', 'post', 1, 0, NULL, NULL, 'The Ultimate 5', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/The-Ultimate-5.jpg', NULL, '30002', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2022/05/The-Ultimate-5.jpg', '30002', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16149,\"url\":\"http://sultan222slot.com/wp-content/uploads/2022/05/The-Ultimate-5.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2022/05/The-Ultimate-5.jpg\",\"size\":\"full\",\"id\":30002,\"alt\":\"demo slot The Ultimate 5\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:12', '2022-05-18 08:56:08', 0),
(90, NULL, NULL, 1149, 'post', 'post', 1, 0, NULL, NULL, 'Fire Strike', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Fire-Strike.jpg', NULL, '30044', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Fire-Strike.jpg', '30044', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13611,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Fire-Strike.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Fire-Strike.jpg\",\"size\":\"full\",\"id\":30044,\"alt\":\"demo slot Fire Strike\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:34:32', 0),
(91, NULL, NULL, 1151, 'post', 'post', 1, 0, NULL, NULL, 'Star Pirates Code', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Star-Pirates-Code.jpg', NULL, '30043', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Star-Pirates-Code.jpg', '30043', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15034,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Star-Pirates-Code.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Star-Pirates-Code.jpg\",\"size\":\"full\",\"id\":30043,\"alt\":\"demo slot Star Pirates Code\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:28', '2022-05-18 07:35:19', 0),
(92, NULL, NULL, 1158, 'post', 'post', 1, 0, NULL, NULL, 'Wild West Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Wild-West-Gold.jpg', NULL, '30042', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Wild-West-Gold.jpg', '30042', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14326,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Wild-West-Gold.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Wild-West-Gold.jpg\",\"size\":\"full\",\"id\":30042,\"alt\":\"demo slot Wild West Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:28', '2022-05-18 07:37:08', 0),
(93, NULL, NULL, 1162, 'post', 'post', 1, 0, NULL, NULL, 'Bubble Pop', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Bubble-Pop.jpg', NULL, '30040', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Bubble-Pop.jpg', '30040', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14272,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Bubble-Pop.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Bubble-Pop.jpg\",\"size\":\"full\",\"id\":30040,\"alt\":\"demo slot Bubble Pop\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:39:05', 0),
(94, NULL, NULL, 1164, 'post', 'post', 1, 0, NULL, NULL, 'Aztec Gems Deluxe', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Aztec-Gems-Deluxe.jpg', NULL, '30041', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Aztec-Gems-Deluxe.jpg', '30041', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":17219,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Aztec-Gems-Deluxe.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Aztec-Gems-Deluxe.jpg\",\"size\":\"full\",\"id\":30041,\"alt\":\"demo slot Aztec Gems Deluxe\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:39:04', 0),
(95, NULL, NULL, 1170, 'post', 'post', 1, 0, NULL, NULL, 'Power of Thor Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Power-of-Thor-Megaways.jpg', NULL, '30039', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Power-of-Thor-Megaways.jpg', '30039', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13611,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Power-of-Thor-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Power-of-Thor-Megaways.jpg\",\"size\":\"full\",\"id\":30039,\"alt\":\"demo slot Power of Thor Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:41:25', 0),
(96, NULL, NULL, 1174, 'post', 'post', 1, 0, NULL, NULL, 'Aztec Bonanza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Aztec-Bonanza.jpg', NULL, '30038', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Aztec-Bonanza.jpg', '30038', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14254,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Aztec-Bonanza.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Aztec-Bonanza.jpg\",\"size\":\"full\",\"id\":30038,\"alt\":\"demo slot Aztec Bonanza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:43:16', 0),
(97, NULL, NULL, 1176, 'post', 'post', 1, 0, NULL, NULL, 'Big Bass Bonanza Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Big-Bass-Bonanza-Megaways.jpg', NULL, '30037', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Big-Bass-Bonanza-Megaways.jpg', '30037', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14566,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Big-Bass-Bonanza-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Big-Bass-Bonanza-Megaways.jpg\",\"size\":\"full\",\"id\":30037,\"alt\":\"demo slot Big Bass Bonanza Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:43:38', 0),
(98, NULL, NULL, 1182, 'post', 'post', 1, 0, NULL, NULL, 'Bounty Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Bounty-Gold.jpg', NULL, '30036', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Bounty-Gold.jpg', '30036', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14679,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Bounty-Gold.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Bounty-Gold.jpg\",\"size\":\"full\",\"id\":30036,\"alt\":\"demo slot Bounty Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:45:19', 0),
(99, NULL, NULL, 1183, 'post', 'post', 1, 0, NULL, NULL, 'Christmas Carol Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Christmas-Carol-Megaways.jpg', NULL, '30035', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Christmas-Carol-Megaways.jpg', '30035', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13832,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Christmas-Carol-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Christmas-Carol-Megaways.jpg\",\"size\":\"full\",\"id\":30035,\"alt\":\"demo slot Christmas Carol Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:45:59', 0),
(100, NULL, NULL, 1189, 'post', 'post', 1, 0, NULL, NULL, 'Hockey Attack', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Hockey-Attack.jpg', NULL, '30033', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Hockey-Attack.jpg', '30033', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15791,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Hockey-Attack.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Hockey-Attack.jpg\",\"size\":\"full\",\"id\":30033,\"alt\":\"demo slot Hockey Attack\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:47:00', 0),
(101, NULL, NULL, 1192, 'post', 'post', 1, 0, NULL, NULL, 'Madame Destiny Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Madame-Destiny-Megaways.jpg', NULL, '30032', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Madame-Destiny-Megaways.jpg', '30032', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15803,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Madame-Destiny-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Madame-Destiny-Megaways.jpg\",\"size\":\"full\",\"id\":30032,\"alt\":\"demo slot Madame Destiny Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:48:23', 0),
(102, NULL, NULL, 1196, 'post', 'post', 1, 0, NULL, NULL, 'Super X', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Super-X.jpg', NULL, '30031', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Super-X.jpg', '30031', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15230,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Super-X.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Super-X.jpg\",\"size\":\"full\",\"id\":30031,\"alt\":\"demo slot Super X\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:49:06', 0),
(103, NULL, NULL, 1204, 'post', 'post', 1, 0, NULL, NULL, 'Buffalo King Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Buffalo-King-Megaways.jpg', NULL, '30030', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Buffalo-King-Megaways.jpg', '30030', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14465,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Buffalo-King-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Buffalo-King-Megaways.jpg\",\"size\":\"full\",\"id\":30030,\"alt\":\"demo slot Buffalo King Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:51:54', 0),
(104, NULL, NULL, 1206, 'post', 'post', 1, 0, NULL, NULL, 'Fortune of Giza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Fortune-of-Giza.jpg', NULL, '30029', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Fortune-of-Giza.jpg', '30029', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16000,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Fortune-of-Giza.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Fortune-of-Giza.jpg\",\"size\":\"full\",\"id\":30029,\"alt\":\"demo slot Fortune of Giza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:37', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:27', '2022-05-18 07:52:34', 0),
(105, NULL, NULL, 1212, 'post', 'post', 1, 0, NULL, NULL, 'Gems Bonanza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Gems-Bonanza.jpg', NULL, '30026', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Gems-Bonanza.jpg', '30026', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12798,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Gems-Bonanza.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Gems-Bonanza.jpg\",\"size\":\"full\",\"id\":30026,\"alt\":\"demo slot Gems Bonanza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:26', '2022-05-18 08:01:42', 0),
(106, NULL, NULL, 1213, 'post', 'post', 1, 0, NULL, NULL, 'Lucky New Year Tiger Treasure', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Lucky-New-Year-Tiger-Treasures.jpg', NULL, '30028', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Lucky-New-Year-Tiger-Treasures.jpg', '30028', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16230,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Lucky-New-Year-Tiger-Treasures.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Lucky-New-Year-Tiger-Treasures.jpg\",\"size\":\"full\",\"id\":30028,\"alt\":\"demo slot Lucky New Year Tiger Treasure\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:26', '2022-05-18 07:57:28', 0),
(107, NULL, NULL, 1217, 'post', 'post', 1, 0, NULL, NULL, 'Emperor Caishen', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Emperor-Caishen.jpg', NULL, '30027', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Emperor-Caishen.jpg', '30027', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":17939,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Emperor-Caishen.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Emperor-Caishen.jpg\",\"size\":\"full\",\"id\":30027,\"alt\":\"demo slot Emperor Caishen\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:26', '2022-05-18 08:00:03', 0),
(108, NULL, NULL, 1221, 'post', 'post', 1, 0, NULL, NULL, 'Smugglers Cove', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Smugglers-Cove.jpg', NULL, '30024', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Smugglers-Cove.jpg', '30024', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14747,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Smugglers-Cove.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Smugglers-Cove.jpg\",\"size\":\"full\",\"id\":30024,\"alt\":\"demo slot Smugglers Cove\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:26', '2022-05-18 08:01:43', 0),
(109, NULL, NULL, 1229, 'post', 'post', 1, 0, NULL, NULL, 'Magician&#8217;s Secrets', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Magicians-Secrets.jpg', NULL, '30023', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Magicians-Secrets.jpg', '30023', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15435,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Magicians-Secrets.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Magicians-Secrets.jpg\",\"size\":\"full\",\"id\":30023,\"alt\":\"demo slot Magician\'s Secrets\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:26', '2022-05-18 08:04:20', 0),
(110, NULL, NULL, 1055, 'post', 'post', 1, 0, NULL, NULL, 'Cash Elevator', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Cash-Elevator.jpg', NULL, '30067', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Cash-Elevator.jpg', '30067', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16045,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Cash-Elevator.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Cash-Elevator.jpg\",\"size\":\"full\",\"id\":30067,\"alt\":\"demo slot Cash Elevator\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:24:25', 0),
(111, NULL, NULL, 1059, 'post', 'post', 1, 0, NULL, NULL, 'Dragon Hot Hold and Spin', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Hot-Hold-and-Spin.jpg', NULL, '30066', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Hot-Hold-and-Spin.jpg', '30066', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16343,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Hot-Hold-and-Spin.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Dragon-Hot-Hold-and-Spin.jpg\",\"size\":\"full\",\"id\":30066,\"alt\":\"demo slot Dragon Hot Hold and Spin\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:35', '2022-05-17 18:26:29', 0),
(112, NULL, NULL, 1063, 'post', 'post', 1, 0, NULL, NULL, 'Heart of Rio', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Heart-of-Rio.jpg', NULL, '30064', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Heart-of-Rio.jpg', '30064', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13330,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Heart-of-Rio.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Heart-of-Rio.jpg\",\"size\":\"full\",\"id\":30064,\"alt\":\"demo slot Heart of Rio\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:35', '2022-05-17 18:28:17', 0),
(113, NULL, NULL, 1067, 'post', 'post', 1, 0, NULL, NULL, 'Phoenix Forge', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Phoenix-Forge.jpg', NULL, '30063', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Phoenix-Forge.jpg', '30063', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14454,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Phoenix-Forge.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Phoenix-Forge.jpg\",\"size\":\"full\",\"id\":30063,\"alt\":\"demo slot Phoenix Forge\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:35', '2022-05-17 18:29:39', 0),
(114, NULL, NULL, 1071, 'post', 'post', 1, 0, NULL, NULL, 'Lucky Grace And Charm', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Lucky-Grace-And-Charm.jpg', NULL, '30062', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Lucky-Grace-And-Charm.jpg', '30062', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16588,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Lucky-Grace-And-Charm.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Lucky-Grace-And-Charm.jpg\",\"size\":\"full\",\"id\":30062,\"alt\":\"demo slot Lucky Grace And Charm\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:35', '2022-05-18 06:55:09', 0),
(115, NULL, NULL, 1076, 'post', 'post', 1, 0, NULL, NULL, 'Chicken Chase', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Chicken-Chase.jpg', NULL, '30061', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Chicken-Chase.jpg', '30061', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14796,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Chicken-Chase.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Chicken-Chase.jpg\",\"size\":\"full\",\"id\":30061,\"alt\":\"demo slot Chicken Chase\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:35', '2022-05-18 07:02:12', 0),
(116, NULL, NULL, 1090, 'post', 'post', 1, 0, NULL, NULL, 'Raging Bull', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Raging-Bull.jpg', NULL, '30060', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Raging-Bull.jpg', '30060', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12979,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Raging-Bull.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Raging-Bull.jpg\",\"size\":\"full\",\"id\":30060,\"alt\":\"demo slot Raging Bull\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:10:45', 0),
(117, NULL, NULL, 1097, 'post', 'post', 1, 0, NULL, NULL, 'Sweet Bonanza Xmas', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Sweet-Bonanza-Xmas.jpg', NULL, '30059', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Sweet-Bonanza-Xmas.jpg', '30059', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12993,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Sweet-Bonanza-Xmas.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Sweet-Bonanza-Xmas.jpg\",\"size\":\"full\",\"id\":30059,\"alt\":\"demo slot Sweet Bonanza Xmas\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:15:37', 0),
(118, NULL, NULL, 1101, 'post', 'post', 1, 0, NULL, NULL, 'Aztec Gems', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Aztec-Gems.jpg', NULL, '30058', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Aztec-Gems.jpg', '30058', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12140,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Aztec-Gems.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Aztec-Gems.jpg\",\"size\":\"full\",\"id\":30058,\"alt\":\"demo slot Aztec Gems\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:18:19', 0),
(119, NULL, NULL, 1103, 'post', 'post', 1, 0, NULL, NULL, 'Bigger Bass Bonanza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Bigger-Bass-Bonanza.jpg', NULL, '30057', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Bigger-Bass-Bonanza.jpg', '30057', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14434,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Bigger-Bass-Bonanza.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Bigger-Bass-Bonanza.jpg\",\"size\":\"full\",\"id\":30057,\"alt\":\"demo slot Bigger Bass Bonanza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:19:11', 0),
(120, NULL, NULL, 1107, 'post', 'post', 1, 0, NULL, NULL, 'Pyramid Bonanza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Pyramid-Bonanza.jpg', NULL, '30056', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Pyramid-Bonanza.jpg', '30056', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13866,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Pyramid-Bonanza.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Pyramid-Bonanza.jpg\",\"size\":\"full\",\"id\":30056,\"alt\":\"demo slot Pyramid Bonanza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:20:17', 0),
(121, NULL, NULL, 1113, 'post', 'post', 1, 0, NULL, NULL, 'Bonanza Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Bonanza-Gold.jpg', NULL, '30054', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Bonanza-Gold.jpg', '30054', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13427,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Bonanza-Gold.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Bonanza-Gold.jpg\",\"size\":\"full\",\"id\":30054,\"alt\":\"demo slot Bonanza Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:22:33', 0),
(122, NULL, NULL, 1115, 'post', 'post', 1, 0, NULL, NULL, 'Cash Bonanza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Cash-Bonanza.jpg', NULL, '30053', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Cash-Bonanza.jpg', '30053', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12220,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Cash-Bonanza.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Cash-Bonanza.jpg\",\"size\":\"full\",\"id\":30053,\"alt\":\"demo slot Cash Bonanza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:23:14', 0),
(123, NULL, NULL, 1121, 'post', 'post', 1, 0, NULL, NULL, 'Joker&#8217;s Jewels', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Jokers-Jewels.jpg', NULL, '30052', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Jokers-Jewels.jpg', '30052', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14474,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Jokers-Jewels.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Jokers-Jewels.jpg\",\"size\":\"full\",\"id\":30052,\"alt\":\"demo slot Joker\'s Jewels\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:24:42', 0),
(124, NULL, NULL, 1125, 'post', 'post', 1, 0, NULL, NULL, '5 Lions Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/5-Lions-Megaways.jpg', NULL, '30051', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/5-Lions-Megaways.jpg', '30051', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15859,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/5-Lions-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/5-Lions-Megaways.jpg\",\"size\":\"full\",\"id\":30051,\"alt\":\"demo slot 5 Lions Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:28:03', 0),
(125, NULL, NULL, 1126, 'post', 'post', 1, 0, NULL, NULL, 'Piggy Bank Bills', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Piggy-Bank-Bills.jpg', NULL, '30049', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Piggy-Bank-Bills.jpg', '30049', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13088,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Piggy-Bank-Bills.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Piggy-Bank-Bills.jpg\",\"size\":\"full\",\"id\":30049,\"alt\":\"demo slot Piggy Bank Bills\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:28:24', 0),
(126, NULL, NULL, 1133, 'post', 'post', 1, 0, NULL, NULL, 'Great Rhino Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Great-Rhino-Megaways.jpg', NULL, '30047', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Great-Rhino-Megaways.jpg', '30047', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14845,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Great-Rhino-Megaways.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Great-Rhino-Megaways.jpg\",\"size\":\"full\",\"id\":30047,\"alt\":\"demo slot Great Rhino Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:30:10', 0),
(127, NULL, NULL, 1134, 'post', 'post', 1, 0, NULL, NULL, 'The Tweety House', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/The-Tweety-House.jpg', NULL, '30048', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/The-Tweety-House.jpg', '30048', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14402,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/The-Tweety-House.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/The-Tweety-House.jpg\",\"size\":\"full\",\"id\":30048,\"alt\":\"demo slot The Tweety House\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:30:08', 0),
(128, NULL, NULL, 1141, 'post', 'post', 1, 0, NULL, NULL, 'Mystic Chief', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Mystic-Chief.jpg', NULL, '30046', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Mystic-Chief.jpg', '30046', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14802,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Mystic-Chief.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Mystic-Chief.jpg\",\"size\":\"full\",\"id\":30046,\"alt\":\"demo slot Mystic Chief\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:31:42', 0),
(129, NULL, NULL, 1142, 'post', 'post', 1, 0, NULL, NULL, 'Candy Village', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Candy-Village.jpg', NULL, '30045', 'featured-image', NULL, NULL, 'https://mpo77.ink/wp-content/uploads/2022/05/Candy-Village.jpg', '30045', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":9536,\"url\":\"https://mpo77.ink/wp-content/uploads/2022/05/Candy-Village.jpg\",\"path\":\"/home/sultsjiq/mpo77.ink/wp-content/uploads/2022/05/Candy-Village.jpg\",\"size\":\"full\",\"id\":30045,\"alt\":\"demo slot Candy Village\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:34', '2022-05-18 07:32:17', 0),
(130, NULL, NULL, 974, 'post', 'post', 1, 0, NULL, NULL, 'Fire88', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fire88.jpg', NULL, '30090', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fire88.jpg', '30090', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15635,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fire88.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Fire88.jpg\",\"size\":\"full\",\"id\":30090,\"alt\":\"demo slot Fire88\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:47', '2022-05-17 17:33:32', 0);
INSERT INTO `wpoc_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(131, NULL, NULL, 978, 'post', 'post', 1, 0, NULL, NULL, 'The Dog House', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Dog-House.jpg', NULL, '30089', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Dog-House.jpg', '30089', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13849,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Dog-House.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/The-Dog-House.jpg\",\"size\":\"full\",\"id\":30089,\"alt\":\"demo slot The Dog House\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:35:09', 0),
(132, NULL, NULL, 982, 'post', 'post', 1, 0, NULL, NULL, 'John Hunter and the Tomb of the Scarab Queen', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Tomb-of-the-Scarab-Queen.jpg', NULL, '30088', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Tomb-of-the-Scarab-Queen.jpg', '30088', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":17660,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Tomb-of-the-Scarab-Queen.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Tomb-of-the-Scarab-Queen.jpg\",\"size\":\"full\",\"id\":30088,\"alt\":\"demo slot John Hunter and the Tomb of the Scarab Queen\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:41:09', 0),
(133, NULL, NULL, 986, 'post', 'post', 1, 0, NULL, NULL, '8 Dragons', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/8-Dragons.jpg', NULL, '30087', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/8-Dragons.jpg', '30087', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13427,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/8-Dragons.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/8-Dragons.jpg\",\"size\":\"full\",\"id\":30087,\"alt\":\"demo slot 8 Dragons\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:43:53', 0),
(134, NULL, NULL, 990, 'post', 'post', 1, 0, NULL, NULL, 'Diamond Strike', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Diamond-Strike.jpg', NULL, '30086', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Diamond-Strike.jpg', '30086', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14514,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Diamond-Strike.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Diamond-Strike.jpg\",\"size\":\"full\",\"id\":30086,\"alt\":\"demo slot Diamond Strike\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:47:08', 0),
(135, NULL, NULL, 994, 'post', 'post', 1, 0, NULL, NULL, 'Great Rhino', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Great-Rhino.jpg', NULL, '30084', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Great-Rhino.jpg', '30084', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13380,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Great-Rhino.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Great-Rhino.jpg\",\"size\":\"full\",\"id\":30084,\"alt\":\"\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:48:53', 0),
(136, NULL, NULL, 998, 'post', 'post', 1, 0, NULL, NULL, 'Vegas Magic', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Vegas-Magic.jpg', NULL, '30083', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Vegas-Magic.jpg', '30083', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13917,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Vegas-Magic.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Vegas-Magic.jpg\",\"size\":\"full\",\"id\":30083,\"alt\":\"demo slot Vegas Magic\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:50:25', 0),
(137, NULL, NULL, 1002, 'post', 'post', 1, 0, NULL, NULL, 'Emerald King Rainbow Road', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Emerald-King-Rainbow-Road.jpg', NULL, '30082', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Emerald-King-Rainbow-Road.jpg', '30082', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14833,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Emerald-King-Rainbow-Road.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Emerald-King-Rainbow-Road.jpg\",\"size\":\"full\",\"id\":30082,\"alt\":\"demo slot Emerald King Rainbow Road\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:52:57', 0),
(138, NULL, NULL, 1007, 'post', 'post', 1, 0, NULL, NULL, 'Congo Cash', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Congo-Cash.jpg', NULL, '30081', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Congo-Cash.jpg', '30081', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15762,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Congo-Cash.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Congo-Cash.jpg\",\"size\":\"full\",\"id\":30081,\"alt\":\"demo slot Congo Cash\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:54:50', 0),
(139, NULL, NULL, 1011, 'post', 'post', 1, 0, NULL, NULL, 'Dragon Kingdom Eyes of Fire', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Kingdom-Eyes-of-Fire.jpg', NULL, '30079', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Kingdom-Eyes-of-Fire.jpg', '30079', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14816,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Kingdom-Eyes-of-Fire.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Dragon-Kingdom-Eyes-of-Fire.jpg\",\"size\":\"full\",\"id\":30079,\"alt\":\"demo slot Dragon Kingdom Eyes of Fire\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:57:58', 0),
(140, NULL, NULL, 1015, 'post', 'post', 1, 0, NULL, NULL, 'Eye of the Storm', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Eye-of-the-Storm.jpg', NULL, '30078', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Eye-of-the-Storm.jpg', '30078', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15587,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Eye-of-the-Storm.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Eye-of-the-Storm.jpg\",\"size\":\"full\",\"id\":30078,\"alt\":\"demo slot Eye of the Storm\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:41', '2022-05-17 17:59:28', 0),
(141, NULL, NULL, 1019, 'post', 'post', 1, 0, NULL, NULL, 'Golden Ox', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Golden-Ox.jpg', NULL, '30077', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Golden-Ox.jpg', '30077', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13478,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Golden-Ox.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Golden-Ox.jpg\",\"size\":\"full\",\"id\":30077,\"alt\":\"demo slot Golden Ox\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:01:11', 0),
(142, NULL, NULL, 1023, 'post', 'post', 1, 0, NULL, NULL, 'Joker King', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Joker-King.jpg', NULL, '30076', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Joker-King.jpg', '30076', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13684,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Joker-King.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Joker-King.jpg\",\"size\":\"full\",\"id\":30076,\"alt\":\"demo slot Joker King\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:04:06', 0),
(143, NULL, NULL, 1027, 'post', 'post', 1, 0, NULL, NULL, 'Hot to Burn Hold and Spin', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hot-to-Burn-Hold-and-Spin.jpg', NULL, '30075', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hot-to-Burn-Hold-and-Spin.jpg', '30075', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14153,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hot-to-Burn-Hold-and-Spin.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Hot-to-Burn-Hold-and-Spin.jpg\",\"size\":\"full\",\"id\":30075,\"alt\":\"demo slot Hot to Burn Hold and Spin\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:05:53', 0),
(144, NULL, NULL, 1031, 'post', 'post', 1, 0, NULL, NULL, 'Floating Dragon', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Floating-Dragon.jpg', NULL, '30074', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Floating-Dragon.jpg', '30074', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13968,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Floating-Dragon.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Floating-Dragon.jpg\",\"size\":\"full\",\"id\":30074,\"alt\":\"demo slot Floating Dragon\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:38', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:10:29', 0),
(145, NULL, NULL, 1035, 'post', 'post', 1, 0, NULL, NULL, 'Panda Fortune 2', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Panda-Fortune-2.jpg', NULL, '30073', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Panda-Fortune-2.jpg', '30073', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13310,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Panda-Fortune-2.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Panda-Fortune-2.jpg\",\"size\":\"full\",\"id\":30073,\"alt\":\"demo slot Panda Fortune 2\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:13:00', 0),
(146, NULL, NULL, 1039, 'post', 'post', 1, 0, NULL, NULL, 'Aztec King', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Aztec-King.jpg', NULL, '30072', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Aztec-King.jpg', '30072', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14782,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Aztec-King.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Aztec-King.jpg\",\"size\":\"full\",\"id\":30072,\"alt\":\"demo slot Aztec King\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:14:37', 0),
(147, NULL, NULL, 1043, 'post', 'post', 1, 0, NULL, NULL, 'Amazing Money Machine', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Amazing-Money-Machine.jpg', NULL, '30071', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Amazing-Money-Machine.jpg', '30071', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13121,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Amazing-Money-Machine.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Amazing-Money-Machine.jpg\",\"size\":\"full\",\"id\":30071,\"alt\":\"demo slot Amazing Money Machine\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:16:19', 0),
(148, NULL, NULL, 1047, 'post', 'post', 1, 0, NULL, NULL, 'The Magic Cauldron &#8211; Enchanted Brew', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Magic-Cauldron-Enchanted-Brew.jpg', NULL, '30069', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Magic-Cauldron-Enchanted-Brew.jpg', '30069', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13841,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Magic-Cauldron-Enchanted-Brew.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/The-Magic-Cauldron-Enchanted-Brew.jpg\",\"size\":\"full\",\"id\":30069,\"alt\":\"demo slot The Magic Cauldron Enchanted Brew\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:18:16', 0),
(149, NULL, NULL, 1051, 'post', 'post', 1, 0, NULL, NULL, 'Hokkaido Wolf', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hokkaido-Wolf.jpg', NULL, '30068', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hokkaido-Wolf.jpg', '30068', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13994,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hokkaido-Wolf.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Hokkaido-Wolf.jpg\",\"size\":\"full\",\"id\":30068,\"alt\":\"demo slot Hokkaido Wolf\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:40', '2022-05-17 18:19:56', 0),
(150, NULL, NULL, 891, 'post', 'post', 1, 0, NULL, NULL, 'Jungle Gorilla', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Jungle-Gorilla.jpg', NULL, '30113', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Jungle-Gorilla.jpg', '30113', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14361,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Jungle-Gorilla.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Jungle-Gorilla.jpg\",\"size\":\"full\",\"id\":30113,\"alt\":\"demo slot Jungle Gorilla\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:54', '2022-05-17 12:55:45', 0),
(151, NULL, NULL, 895, 'post', 'post', 1, 0, NULL, NULL, 'Wild Wild Riches', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Wild-Riches.jpg', NULL, '30112', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Wild-Riches.jpg', '30112', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15397,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Wild-Riches.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Wild-Wild-Riches.jpg\",\"size\":\"full\",\"id\":30112,\"alt\":\"demo slot Wild Wild Riches\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:49', '2022-05-17 13:00:26', 0),
(152, NULL, NULL, 899, 'post', 'post', 1, 0, NULL, NULL, 'Great Rhino Deluxe', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Great-Rhino-Deluxe.jpg', NULL, '30111', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Great-Rhino-Deluxe.jpg', '30111', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15692,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Great-Rhino-Deluxe.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Great-Rhino-Deluxe.jpg\",\"size\":\"full\",\"id\":30111,\"alt\":\"demo slot Great Rhino Deluxe\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:49', '2022-05-17 13:01:59', 0),
(153, NULL, NULL, 903, 'post', 'post', 1, 0, NULL, NULL, 'Wild Walker', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Walker.jpg', NULL, '30110', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Walker.jpg', '30110', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14457,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Walker.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Wild-Walker.jpg\",\"size\":\"full\",\"id\":30110,\"alt\":\"demo slot Wild Walker\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 13:03:50', 0),
(154, NULL, NULL, 907, 'post', 'post', 1, 0, NULL, NULL, 'Rise of Samurai', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Rise-of-Samurai.jpg', NULL, '30108', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Rise-of-Samurai.jpg', '30108', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12268,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Rise-of-Samurai.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Rise-of-Samurai.jpg\",\"size\":\"full\",\"id\":30108,\"alt\":\"demo slot Rise of Samurai\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 13:05:33', 0),
(155, NULL, NULL, 911, 'post', 'post', 1, 0, NULL, NULL, 'Ultra Hold and Spin', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ultra-Hold-and-Spin.jpg', NULL, '30107', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ultra-Hold-and-Spin.jpg', '30107', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15759,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ultra-Hold-and-Spin.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Ultra-Hold-and-Spin.jpg\",\"size\":\"full\",\"id\":30107,\"alt\":\"demo slot Ultra Hold and Spin\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 13:07:21', 0),
(156, NULL, NULL, 915, 'post', 'post', 1, 0, NULL, NULL, '5 Lions Dance', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/5-Lions-Dance.jpg', NULL, '30106', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/5-Lions-Dance.jpg', '30106', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14846,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/5-Lions-Dance.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/5-Lions-Dance.jpg\",\"size\":\"full\",\"id\":30106,\"alt\":\"demo slot 5 Lions Dance\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 13:10:42', 0),
(157, NULL, NULL, 921, 'post', 'post', 1, 0, NULL, NULL, 'Return of the Dead', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Return-of-the-Dead.jpg', NULL, '30105', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Return-of-the-Dead.jpg', '30105', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15203,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Return-of-the-Dead.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Return-of-the-Dead.jpg\",\"size\":\"full\",\"id\":30105,\"alt\":\"demo slot Return of the Dead\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 16:26:52', 0),
(158, NULL, NULL, 925, 'post', 'post', 1, 0, NULL, NULL, 'Book of Kingdoms', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Book-of-Kingdoms.jpg', NULL, '30104', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Book-of-Kingdoms.jpg', '30104', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14266,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Book-of-Kingdoms.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Book-of-Kingdoms.jpg\",\"size\":\"full\",\"id\":30104,\"alt\":\"demo slot Book of Kingdoms\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 16:29:23', 0),
(159, NULL, NULL, 929, 'post', 'post', 1, 0, NULL, NULL, 'Dragon Tiger', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Tiger.jpg', NULL, '30103', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Tiger.jpg', '30103', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14484,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Tiger.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Dragon-Tiger.jpg\",\"size\":\"full\",\"id\":30103,\"alt\":\"demo slot Dragon Tiger\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 16:32:33', 0),
(160, NULL, NULL, 933, 'post', 'post', 1, 0, NULL, NULL, 'Emerald King', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Emerald-King.jpg', NULL, '30102', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Emerald-King.jpg', '30102', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15043,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Emerald-King.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Emerald-King.jpg\",\"size\":\"full\",\"id\":30102,\"alt\":\"demo slot Emerald King\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 16:33:48', 0),
(161, NULL, NULL, 938, 'post', 'post', 1, 0, NULL, NULL, 'Cowboys Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Cowboys-Gold.jpg', NULL, '30101', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Cowboys-Gold.jpg', '30101', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13074,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Cowboys-Gold.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Cowboys-Gold.jpg\",\"size\":\"full\",\"id\":30101,\"alt\":\"demo slot Cowboys Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 16:36:49', 0),
(162, NULL, NULL, 942, 'post', 'post', 1, 0, NULL, NULL, 'Spartan King', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Spartan-King.jpg', NULL, '30100', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Spartan-King.jpg', '30100', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13362,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Spartan-King.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Spartan-King.jpg\",\"size\":\"full\",\"id\":30100,\"alt\":\"demo slot Spartan King\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 16:39:33', 0),
(163, NULL, NULL, 946, 'post', 'post', 1, 0, NULL, NULL, 'John Hunter and the Mayan Gods', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Mayan-Gods.jpg', NULL, '30099', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Mayan-Gods.jpg', '30099', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15545,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Mayan-Gods.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Mayan-Gods.jpg\",\"size\":\"full\",\"id\":30099,\"alt\":\"demo slot John Hunter and the Mayan Gods\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 16:41:54', 0),
(164, NULL, NULL, 950, 'post', 'post', 1, 0, NULL, NULL, 'Big Bass Bonanza', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Big-Bass-Bonanza.jpg', NULL, '30097', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Big-Bass-Bonanza.jpg', '30097', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15030,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Big-Bass-Bonanza.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Big-Bass-Bonanza.jpg\",\"size\":\"full\",\"id\":30097,\"alt\":\"demo slot Big Bass Bonanza\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 16:43:40', 0),
(165, NULL, NULL, 954, 'post', 'post', 1, 0, NULL, NULL, 'Mustang Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Mustang-Gold.jpg', NULL, '30096', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Mustang-Gold.jpg', '30096', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14327,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Mustang-Gold.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Mustang-Gold.jpg\",\"size\":\"full\",\"id\":30096,\"alt\":\"demo slot Mustang Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:48', '2022-05-17 17:24:01', 0),
(166, NULL, NULL, 958, 'post', 'post', 1, 0, NULL, NULL, '5 Lions Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/5-Lions-Gold.jpg', NULL, '30095', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/5-Lions-Gold.jpg', '30095', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14855,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/5-Lions-Gold.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/5-Lions-Gold.jpg\",\"size\":\"full\",\"id\":30095,\"alt\":\"demo slot 5 Lions Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:47', '2022-05-17 17:25:58', 0),
(167, NULL, NULL, 962, 'post', 'post', 1, 0, NULL, NULL, '888 Dragons', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/888-Dragons.jpg', NULL, '30094', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/888-Dragons.jpg', '30094', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15314,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/888-Dragons.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/888-Dragons.jpg\",\"size\":\"full\",\"id\":30094,\"alt\":\"\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:47', '2022-05-17 17:27:43', 0),
(168, NULL, NULL, 966, 'post', 'post', 1, 0, NULL, NULL, 'Chilli Heat', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Chilli-Heat.jpg', NULL, '30092', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Chilli-Heat.jpg', '30092', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13387,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Chilli-Heat.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Chilli-Heat.jpg\",\"size\":\"full\",\"id\":30092,\"alt\":\"demo slot Chilli Heat\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:47', '2022-05-17 17:29:32', 0),
(169, NULL, NULL, 970, 'post', 'post', 1, 0, NULL, NULL, '5 Lions', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/5-Lions.jpg', NULL, '30091', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/5-Lions.jpg', '30091', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12855,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/5-Lions.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/5-Lions.jpg\",\"size\":\"full\",\"id\":30091,\"alt\":\"demo slot 5 Lions\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:47', '2022-05-17 17:31:55', 0),
(170, NULL, NULL, 809, 'post', 'post', 1, 0, NULL, NULL, 'Magic Journey', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Magic-Journey.jpg', NULL, '30135', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Magic-Journey.jpg', '30135', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13808,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Magic-Journey.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Magic-Journey.jpg\",\"size\":\"full\",\"id\":30135,\"alt\":\"demo slot Magic Journey\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:01', '2022-05-17 10:06:38', 0),
(171, NULL, NULL, 814, 'post', 'post', 1, 0, NULL, NULL, 'Super 7s', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Super-7s.jpg', NULL, '30134', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Super-7s.jpg', '30134', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14530,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Super-7s.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Super-7s.jpg\",\"size\":\"full\",\"id\":30134,\"alt\":\"demo slot Super 7s\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:09:02', 0),
(172, NULL, NULL, 818, 'post', 'post', 1, 0, NULL, NULL, 'Master Joker', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Master-Joker.jpg', NULL, '30133', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Master-Joker.jpg', '30133', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14056,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Master-Joker.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Master-Joker.jpg\",\"size\":\"full\",\"id\":30133,\"alt\":\"demo slot Master Joker\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:10:36', 0),
(173, NULL, NULL, 822, 'post', 'post', 1, 0, NULL, NULL, 'Golden Beauty', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Golden-Beauty.jpg', NULL, '30132', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Golden-Beauty.jpg', '30132', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14671,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Golden-Beauty.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Golden-Beauty.jpg\",\"size\":\"full\",\"id\":30132,\"alt\":\"demo slot Golden Beauty\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:11:58', 0),
(174, NULL, NULL, 826, 'post', 'post', 1, 0, NULL, NULL, 'Mysterious', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Mysterious.jpg', NULL, '30131', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Mysterious.jpg', '30131', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16074,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Mysterious.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Mysterious.jpg\",\"size\":\"full\",\"id\":30131,\"alt\":\"demo slot Mysterious\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:14:22', 0),
(175, NULL, NULL, 830, 'post', 'post', 1, 0, NULL, NULL, 'The Wild Machine', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Wild-Machine.jpg', NULL, '30130', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Wild-Machine.jpg', '30130', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14341,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Wild-Machine.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/The-Wild-Machine.jpg\",\"size\":\"full\",\"id\":30130,\"alt\":\"demo slot The Wild Machine\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:18:42', 0),
(176, NULL, NULL, 834, 'post', 'post', 1, 0, NULL, NULL, 'Fruit Rainbow', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fruit-Rainbow.jpg', NULL, '30129', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fruit-Rainbow.jpg', '30129', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12161,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fruit-Rainbow.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Fruit-Rainbow.jpg\",\"size\":\"full\",\"id\":30129,\"alt\":\"demo slot Fruit Rainbow\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:20:15', 0),
(177, NULL, NULL, 838, 'post', 'post', 1, 0, NULL, NULL, 'Lucky Dragon Ball', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Lucky-Dragon-Ball.jpg', NULL, '30128', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Lucky-Dragon-Ball.jpg', '30128', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":10586,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Lucky-Dragon-Ball.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Lucky-Dragon-Ball.jpg\",\"size\":\"full\",\"id\":30128,\"alt\":\"demo slot Lucky Dragon Ball\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:21:59', 0),
(178, NULL, NULL, 842, 'post', 'post', 1, 0, NULL, NULL, 'Caishen’s Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Caishens-Gold.jpg', NULL, '30126', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Caishens-Gold.jpg', '30126', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14428,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Caishens-Gold.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Caishens-Gold.jpg\",\"size\":\"full\",\"id\":30126,\"alt\":\"demo slot Caishen’s Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:23:31', 0),
(179, NULL, NULL, 846, 'post', 'post', 1, 0, NULL, NULL, 'Hot to Burn', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hot-to-Burn.jpg', NULL, '30125', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hot-to-Burn.jpg', '30125', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":11321,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hot-to-Burn.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Hot-to-Burn.jpg\",\"size\":\"full\",\"id\":30125,\"alt\":\"demo slot Hot to Burn\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:25:33', 0),
(180, NULL, NULL, 850, 'post', 'post', 1, 0, NULL, NULL, 'Dance Party', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dance-Party.jpg', NULL, '30210', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dance-Party.jpg', '30210', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15153,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dance-Party.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Dance-Party.jpg\",\"size\":\"full\",\"id\":30210,\"alt\":\"demo slot Dance Party\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:26:58', 0),
(181, NULL, NULL, 854, 'post', 'post', 1, 0, NULL, NULL, 'Three Star Fortune', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Three-Star-Fortune.jpg', NULL, '30124', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Three-Star-Fortune.jpg', '30124', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13620,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Three-Star-Fortune.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Three-Star-Fortune.jpg\",\"size\":\"full\",\"id\":30124,\"alt\":\"demo slot Three Star Fortune\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 10:29:00', 0),
(182, NULL, NULL, 859, 'post', 'post', 1, 0, NULL, NULL, 'Starz Megaways', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Starz-Megaways.jpg', NULL, '30123', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Starz-Megaways.jpg', '30123', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12370,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Starz-Megaways.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Starz-Megaways.jpg\",\"size\":\"full\",\"id\":30123,\"alt\":\"demo slot Starz Megaways\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 12:33:54', 0),
(183, NULL, NULL, 863, 'post', 'post', 1, 0, NULL, NULL, 'Money Money Money', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Money-Money-Money.jpg', NULL, '30122', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Money-Money-Money.jpg', '30122', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13021,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Money-Money-Money.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Money-Money-Money.jpg\",\"size\":\"full\",\"id\":30122,\"alt\":\"demo slot Money Money Money\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:55', '2022-05-17 12:35:59', 0),
(184, NULL, NULL, 867, 'post', 'post', 1, 0, NULL, NULL, 'Ultra Burn', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ultra-Burn.jpg', NULL, '30120', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ultra-Burn.jpg', '30120', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":11889,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ultra-Burn.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Ultra-Burn.jpg\",\"size\":\"full\",\"id\":30120,\"alt\":\"demo slot Ultra Burn\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:54', '2022-05-17 12:39:17', 0),
(185, NULL, NULL, 871, 'post', 'post', 1, 0, NULL, NULL, 'Pyramid King', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pyramid-King.jpg', NULL, '30119', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pyramid-King.jpg', '30119', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14493,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pyramid-King.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Pyramid-King.jpg\",\"size\":\"full\",\"id\":30119,\"alt\":\"demo slot Pyramid King\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:39', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:54', '2022-05-17 12:41:34', 0);
INSERT INTO `wpoc_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(186, NULL, NULL, 875, 'post', 'post', 1, 0, NULL, NULL, 'Bronco Spirit', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Bronco-Spirit.jpg', NULL, '30118', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Bronco-Spirit.jpg', '30118', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12339,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Bronco-Spirit.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Bronco-Spirit.jpg\",\"size\":\"full\",\"id\":30118,\"alt\":\"demo slot Bronco Spirit\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:54', '2022-05-17 12:43:19', 0),
(187, NULL, NULL, 879, 'post', 'post', 1, 0, NULL, NULL, 'Fu Fu Fu', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fu-Fu-Fu.jpg', NULL, '30117', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fu-Fu-Fu.jpg', '30117', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13656,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fu-Fu-Fu.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Fu-Fu-Fu.jpg\",\"size\":\"full\",\"id\":30117,\"alt\":\"demo slot Fu Fu Fu\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:54', '2022-05-17 12:49:19', 0),
(188, NULL, NULL, 883, 'post', 'post', 1, 0, NULL, NULL, 'Street Racer', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Street-Racer.jpg', NULL, '30115', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Street-Racer.jpg', '30115', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12870,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Street-Racer.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Street-Racer.jpg\",\"size\":\"full\",\"id\":30115,\"alt\":\"demo slot Street Racer\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:54', '2022-05-17 12:52:32', 0),
(189, NULL, NULL, 887, 'post', 'post', 1, 0, NULL, NULL, 'The Tiger Warrior', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Tiger-Warrior.jpg', NULL, '30114', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Tiger-Warrior.jpg', '30114', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15018,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Tiger-Warrior.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/The-Tiger-Warrior.jpg\",\"size\":\"full\",\"id\":30114,\"alt\":\"demo slot The Tiger Warrior\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:53:54', '2022-05-17 12:54:16', 0),
(190, NULL, NULL, 496, 'post', 'post', 1, 0, NULL, NULL, 'Treasure Horse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Treasure-Horse.jpg', NULL, '30158', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Treasure-Horse.jpg', '30158', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14072,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Treasure-Horse.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Treasure-Horse.jpg\",\"size\":\"full\",\"id\":30158,\"alt\":\"demo slot Treasure Horse\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:07', '2022-05-17 01:36:09', 0),
(191, NULL, NULL, 500, 'post', 'post', 1, 0, NULL, NULL, 'Golden Pig', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Golden-Pig.jpg', NULL, '30157', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Golden-Pig.jpg', '30157', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14049,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Golden-Pig.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Golden-Pig.jpg\",\"size\":\"full\",\"id\":30157,\"alt\":\"demo slot Golden Pig\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 01:38:07', 0),
(192, NULL, NULL, 504, 'post', 'post', 1, 0, NULL, NULL, 'Wild Gladiator', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Gladiator.jpg', NULL, '30156', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Gladiator.jpg', '30156', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14308,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Gladiator.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Wild-Gladiator.jpg\",\"size\":\"full\",\"id\":30156,\"alt\":\"demo slot Wild Gladiator\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 01:40:07', 0),
(193, NULL, NULL, 508, 'post', 'post', 1, 0, NULL, NULL, 'Extra Juicy', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Extra-Juicy.jpg', NULL, '30154', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Extra-Juicy.jpg', '30154', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13207,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Extra-Juicy.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Extra-Juicy.jpg\",\"size\":\"full\",\"id\":30154,\"alt\":\"demo slot Extra Juicy\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 01:43:06', 0),
(194, NULL, NULL, 518, 'post', 'post', 1, 0, NULL, NULL, 'Egyptian Fortunes', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Egyptian-Fortunes.jpg', NULL, '30153', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Egyptian-Fortunes.jpg', '30153', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16072,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Egyptian-Fortunes.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Egyptian-Fortunes.jpg\",\"size\":\"full\",\"id\":30153,\"alt\":\"demo slot Egyptian Fortunes\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 08:46:14', 0),
(195, NULL, NULL, 686, 'post', 'post', 1, 0, NULL, NULL, 'Pirate Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pirate-Gold.jpg', NULL, '30152', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pirate-Gold.jpg', '30152', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14120,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pirate-Gold.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Pirate-Gold.jpg\",\"size\":\"full\",\"id\":30152,\"alt\":\"demo slot Pirate Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 02:31:09', 0),
(196, NULL, NULL, 704, 'post', 'post', 1, 0, NULL, NULL, 'Wild Pixies', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Pixies.jpg', NULL, '30150', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Pixies.jpg', '30150', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14657,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Pixies.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Wild-Pixies.jpg\",\"size\":\"full\",\"id\":30150,\"alt\":\"demo slot Wild Pixies\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 09:35:21', 0),
(197, NULL, NULL, 717, 'post', 'post', 1, 0, NULL, NULL, 'Vampire vs Wolves', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Vampire-vs-Wolves.jpg', NULL, '30149', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Vampire-vs-Wolves.jpg', '30149', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15099,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Vampire-vs-Wolves.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Vampire-vs-Wolves.jpg\",\"size\":\"full\",\"id\":30149,\"alt\":\"demo slot Vampire vs Wolves\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 02:37:46', 0),
(198, NULL, NULL, 726, 'post', 'post', 1, 0, NULL, NULL, 'The Great Chicken Escape', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Great-Chicken-Escape.jpg', NULL, '30148', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Great-Chicken-Escape.jpg', '30148', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14514,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/The-Great-Chicken-Escape.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/The-Great-Chicken-Escape.jpg\",\"size\":\"full\",\"id\":30148,\"alt\":\"demo slot The Great Chicken Escape\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 02:39:34', 0),
(199, NULL, NULL, 737, 'post', 'post', 1, 0, NULL, NULL, 'Caishen’s Cash', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Caishens-Cash.jpg', NULL, '30147', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Caishens-Cash.jpg', '30147', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15426,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Caishens-Cash.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Caishens-Cash.jpg\",\"size\":\"full\",\"id\":30147,\"alt\":\"demo slot Caishen’s Cash\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 02:41:27', 0),
(200, NULL, NULL, 749, 'post', 'post', 1, 0, NULL, NULL, 'Monkey Warrior', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Monkey-Warrior.jpg', NULL, '30146', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Monkey-Warrior.jpg', '30146', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12082,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Monkey-Warrior.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Monkey-Warrior.jpg\",\"size\":\"full\",\"id\":30146,\"alt\":\"demo slot Monkey Warrior\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 02:43:50', 0),
(201, NULL, NULL, 755, 'post', 'post', 1, 0, NULL, NULL, 'John Hunter and the Aztec Treasure', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Aztec-Treasure.jpg', NULL, '30145', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Aztec-Treasure.jpg', '30145', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16595,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Aztec-Treasure.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/John-Hunter-and-the-Aztec-Treasure.jpg\",\"size\":\"full\",\"id\":30145,\"alt\":\"demo slot John Hunter and the Aztec Treasure\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:02', '2022-05-17 02:45:26', 0),
(202, NULL, NULL, 762, 'post', 'post', 1, 0, NULL, NULL, 'Hot Chilli', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hot-Chilli.jpg', NULL, '30144', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hot-Chilli.jpg', '30144', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12639,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hot-Chilli.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Hot-Chilli.jpg\",\"size\":\"full\",\"id\":30144,\"alt\":\"demo slot Hot Chilli\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:01', '2022-05-17 02:47:25', 0),
(203, NULL, NULL, 774, 'post', 'post', 1, 0, NULL, NULL, 'Super Joker', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Super-Joker.jpg', NULL, '30143', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Super-Joker.jpg', '30143', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15710,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Super-Joker.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Super-Joker.jpg\",\"size\":\"full\",\"id\":30143,\"alt\":\"demo slot Super Joker\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:01', '2022-05-17 02:50:25', 0),
(204, NULL, NULL, 785, 'post', 'post', 1, 0, NULL, NULL, 'Honey Honey Honey', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Honey-Honey-Honey.jpg', NULL, '30142', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Honey-Honey-Honey.jpg', '30142', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14160,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Honey-Honey-Honey.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Honey-Honey-Honey.jpg\",\"size\":\"full\",\"id\":30142,\"alt\":\"demo slot Honey Honey Honey\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:01', '2022-05-17 02:52:31', 0),
(205, NULL, NULL, 789, 'post', 'post', 1, 0, NULL, NULL, 'Tree of Riches', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Tree-of-Riches.jpg', NULL, '30141', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Tree-of-Riches.jpg', '30141', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12910,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Tree-of-Riches.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Tree-of-Riches.jpg\",\"size\":\"full\",\"id\":30141,\"alt\":\"demo slot Tree of Riches\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:01', '2022-05-17 02:54:01', 0),
(206, NULL, NULL, 793, 'post', 'post', 1, 0, NULL, NULL, 'Hercules and Pegasus', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hercules-and-Pegasus.jpg', NULL, '30140', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hercules-and-Pegasus.jpg', '30140', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13126,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Hercules-and-Pegasus.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Hercules-and-Pegasus.jpg\",\"size\":\"full\",\"id\":30140,\"alt\":\"demo slot Hercules and Pegasus\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:01', '2022-05-17 02:56:32', 0),
(207, NULL, NULL, 797, 'post', 'post', 1, 0, NULL, NULL, 'Greek Gods', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Greek-Gods.jpg', NULL, '30139', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Greek-Gods.jpg', '30139', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14921,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Greek-Gods.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Greek-Gods.jpg\",\"size\":\"full\",\"id\":30139,\"alt\":\"demo slot Greek Gods\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:01', '2022-05-17 09:58:20', 0),
(208, NULL, NULL, 801, 'post', 'post', 1, 0, NULL, NULL, 'Aladdin and the Sorcerrer', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Aladdin-and-the-Sorcerrer.jpg', NULL, '30137', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Aladdin-and-the-Sorcerrer.jpg', '30137', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12631,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Aladdin-and-the-Sorcerrer.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Aladdin-and-the-Sorcerrer.jpg\",\"size\":\"full\",\"id\":30137,\"alt\":\"demo slot Aladdin and the Sorcerrer\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:01', '2022-05-17 10:00:20', 0),
(209, NULL, NULL, 805, 'post', 'post', 1, 0, NULL, NULL, 'Money Mouse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Money-Mouse.jpg', NULL, '30136', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Money-Mouse.jpg', '30136', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15185,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Money-Mouse.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Money-Mouse.jpg\",\"size\":\"full\",\"id\":30136,\"alt\":\"demo slot Money Mouse\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:01', '2022-05-17 10:02:08', 0),
(210, NULL, NULL, 309, 'post', 'post', 1, 0, NULL, NULL, 'Dragon Kingdom', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Kingdom.jpg', NULL, '30179', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Kingdom.jpg', '30179', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":11642,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Dragon-Kingdom.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Dragon-Kingdom.jpg\",\"size\":\"full\",\"id\":30179,\"alt\":\"demo slot Dragon Kingdom\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:14', '2022-05-17 00:05:45', 0),
(211, NULL, NULL, 323, 'post', 'post', 1, 0, NULL, NULL, '7 Piggies', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/7-Piggies.jpg', NULL, '30178', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/7-Piggies.jpg', '30178', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15341,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/7-Piggies.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/7-Piggies.jpg\",\"size\":\"full\",\"id\":30178,\"alt\":\"demo slot 7 Piggies\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:09', '2022-05-17 00:09:09', 0),
(212, NULL, NULL, 336, 'post', 'post', 1, 0, NULL, NULL, 'Panda’s Fortune', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pandas-Fortune.jpg', NULL, '30177', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pandas-Fortune.jpg', '30177', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15008,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pandas-Fortune.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Pandas-Fortune.jpg\",\"size\":\"full\",\"id\":30177,\"alt\":\"demo slot Panda’s Fortune\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:09', '2022-05-17 00:11:34', 0),
(213, NULL, NULL, 349, 'post', 'post', 1, 0, NULL, NULL, 'Santa', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Santa.jpg', NULL, '30176', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Santa.jpg', '30176', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13473,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Santa.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Santa.jpg\",\"size\":\"full\",\"id\":30176,\"alt\":\"demo slot Santa\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:09', '2022-05-17 00:13:32', 0),
(214, NULL, NULL, 366, 'post', 'post', 1, 0, NULL, NULL, 'Gold Rush', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Gold-Rush.jpg', NULL, '30175', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Gold-Rush.jpg', '30175', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14424,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Gold-Rush.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Gold-Rush.jpg\",\"size\":\"full\",\"id\":30175,\"alt\":\"demo slot Gold Rush\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:09', '2022-05-17 00:17:33', 0),
(215, NULL, NULL, 378, 'post', 'post', 1, 0, NULL, NULL, 'Monkey Madness', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Monkey-Madness.jpg', NULL, '30174', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Monkey-Madness.jpg', '30174', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15888,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Monkey-Madness.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Monkey-Madness.jpg\",\"size\":\"full\",\"id\":30174,\"alt\":\"demo slot Monkey Madness\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:09', '2022-05-17 00:19:52', 0),
(216, NULL, NULL, 401, 'post', 'post', 1, 0, NULL, NULL, 'Lucky New Year', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Lucky-New-Year.jpg', NULL, '30172', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Lucky-New-Year.jpg', '30172', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14685,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Lucky-New-Year.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Lucky-New-Year.jpg\",\"size\":\"full\",\"id\":30172,\"alt\":\"demo slot Lucky New Year\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 00:23:38', 0),
(217, NULL, NULL, 412, 'post', 'post', 1, 0, NULL, NULL, 'Ancient Egypt', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ancient-Egypt.jpg', NULL, '30171', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ancient-Egypt.jpg', '30171', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14003,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ancient-Egypt.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Ancient-Egypt.jpg\",\"size\":\"full\",\"id\":30171,\"alt\":\"demo slot Ancient Egypt\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 00:25:30', 0),
(218, NULL, NULL, 426, 'post', 'post', 1, 0, NULL, NULL, 'Fairytale Fortune', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fairytale-Fortune.jpg', NULL, '30170', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fairytale-Fortune.jpg', '30170', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15137,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Fairytale-Fortune.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Fairytale-Fortune.jpg\",\"size\":\"full\",\"id\":30170,\"alt\":\"demo slot Fairytale Fortune\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 00:28:27', 0),
(219, NULL, NULL, 443, 'post', 'post', 1, 0, NULL, NULL, 'Jade Butterfly', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Jade-Butterfly.jpg', NULL, '30169', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Jade-Butterfly.jpg', '30169', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12545,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Jade-Butterfly.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Jade-Butterfly.jpg\",\"size\":\"full\",\"id\":30169,\"alt\":\"demo slot Jade Butterfly\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 00:30:38', 0),
(220, NULL, NULL, 453, 'post', 'post', 1, 0, NULL, NULL, 'Madame Destiny', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Madame-Destiny.jpg', NULL, '30168', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Madame-Destiny.jpg', '30168', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15486,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Madame-Destiny.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Madame-Destiny.jpg\",\"size\":\"full\",\"id\":30168,\"alt\":\"demo slot Madame Destiny\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 01:02:42', 0),
(221, NULL, NULL, 457, 'post', 'post', 1, 0, NULL, NULL, 'Asgard', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Asgard.jpg', NULL, '30167', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Asgard.jpg', '30167', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14416,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Asgard.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Asgard.jpg\",\"size\":\"full\",\"id\":30167,\"alt\":\"demo slot Asgard\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 01:09:41', 0),
(222, NULL, NULL, 461, 'post', 'post', 1, 0, NULL, NULL, 'Leprechaun Song', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Leprechaun-Song.jpg', NULL, '30166', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Leprechaun-Song.jpg', '30166', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14288,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Leprechaun-Song.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Leprechaun-Song.jpg\",\"size\":\"full\",\"id\":30166,\"alt\":\"demo slot Leprechaun Song\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 01:12:12', 0),
(223, NULL, NULL, 465, 'post', 'post', 1, 0, NULL, NULL, 'Peking Luck', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Peking-Luck.jpg', NULL, '30165', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Peking-Luck.jpg', '30165', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14396,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Peking-Luck.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Peking-Luck.jpg\",\"size\":\"full\",\"id\":30165,\"alt\":\"demo slot Peking Luck\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 01:13:50', 0),
(224, NULL, NULL, 469, 'post', 'post', 1, 0, NULL, NULL, 'Da Vinci&#8217;s Treasure', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Da-Vincis-Treasure.jpg', NULL, '30164', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Da-Vincis-Treasure.jpg', '30164', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14648,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Da-Vincis-Treasure.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Da-Vincis-Treasure.jpg\",\"size\":\"full\",\"id\":30164,\"alt\":\"demo slot Da Vinci\'s Treasure\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 01:17:05', 0),
(225, NULL, NULL, 473, 'post', 'post', 1, 0, NULL, NULL, 'Master Chen’s Fortune', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Master-Chens-Fortune.jpg', NULL, '30163', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Master-Chens-Fortune.jpg', '30163', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14629,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Master-Chens-Fortune.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Master-Chens-Fortune.jpg\",\"size\":\"full\",\"id\":30163,\"alt\":\"demo slot Master Chen’s Fortune\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:40', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 01:19:24', 0),
(226, NULL, NULL, 477, 'post', 'post', 1, 0, NULL, NULL, 'Ancient Egypt Classic', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ancient-Egypt-Classic.jpg', NULL, '30162', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ancient-Egypt-Classic.jpg', '30162', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16489,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Ancient-Egypt-Classic.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Ancient-Egypt-Classic.jpg\",\"size\":\"full\",\"id\":30162,\"alt\":\"demo slot Ancient Egypt Classic\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:08', '2022-05-17 01:22:06', 0),
(227, NULL, NULL, 481, 'post', 'post', 1, 0, NULL, NULL, 'Triple Dragons', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Triple-Dragons.jpg', NULL, '30161', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Triple-Dragons.jpg', '30161', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14572,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Triple-Dragons.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Triple-Dragons.jpg\",\"size\":\"full\",\"id\":30161,\"alt\":\"demo slot Triple Dragons\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:07', '2022-05-17 01:25:57', 0),
(228, NULL, NULL, 487, 'post', 'post', 1, 0, NULL, NULL, 'Leprechaun Carol', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Leprechaun-Carol.jpg', NULL, '30160', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Leprechaun-Carol.jpg', '30160', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13958,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Leprechaun-Carol.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Leprechaun-Carol.jpg\",\"size\":\"full\",\"id\":30160,\"alt\":\"demo slot Leprechaun Carol\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:07', '2022-05-17 01:27:47', 0),
(229, NULL, NULL, 492, 'post', 'post', 1, 0, NULL, NULL, 'Safari King', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Safari-King.jpg', NULL, '30159', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Safari-King.jpg', '30159', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14465,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Safari-King.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Safari-King.jpg\",\"size\":\"full\",\"id\":30159,\"alt\":\"demo slot Safari King\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:07', '2022-05-17 01:31:54', 0),
(230, NULL, NULL, 88, 'post', 'post', 1, 0, NULL, NULL, 'Great Reef', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Great-Reef.jpg', NULL, '30201', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Great-Reef.jpg', '30201', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13384,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Great-Reef.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Great-Reef.jpg\",\"size\":\"full\",\"id\":30201,\"alt\":\"demo slot Great Reef\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:23', '2022-05-15 21:00:37', 0),
(231, NULL, NULL, 1457, 'post', 'post', 1, 0, NULL, NULL, 'Lady Godiva', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Lady-Godiva.jpg', NULL, '30200', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Lady-Godiva.jpg', '30200', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":11122,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Lady-Godiva.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Lady-Godiva.jpg\",\"size\":\"full\",\"id\":30200,\"alt\":\"demo slot Lady Godiva\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:16', '2022-05-15 21:02:12', 0),
(232, NULL, NULL, 96, 'post', 'post', 1, 0, NULL, NULL, 'Mighty Kong', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Mighty-Kong.jpg', NULL, '30199', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Mighty-Kong.jpg', '30199', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":9394,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Mighty-Kong.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Mighty-Kong.jpg\",\"size\":\"full\",\"id\":30199,\"alt\":\"demo slot Mighty Kong\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:16', '2022-05-15 21:07:27', 0),
(233, NULL, NULL, 100, 'post', 'post', 1, 0, NULL, NULL, 'Hot Safari', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Hot-Safari.jpg', NULL, '30198', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Hot-Safari.jpg', '30198', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":9623,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Hot-Safari.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Hot-Safari.jpg\",\"size\":\"full\",\"id\":30198,\"alt\":\"demo slot Hot Safari\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:16', '2022-05-15 21:08:13', 0),
(234, NULL, NULL, 1458, 'post', 'post', 1, 0, NULL, NULL, 'Dwarven Gold Deluxe', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Dwarven-Gold-Deluxe.jpg', NULL, '30197', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Dwarven-Gold-Deluxe.jpg', '30197', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":11599,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Dwarven-Gold-Deluxe.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Dwarven-Gold-Deluxe.jpg\",\"size\":\"full\",\"id\":30197,\"alt\":\"demo slot Dwarven Gold Deluxe\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:16', '2022-05-15 21:51:15', 0),
(235, NULL, NULL, 1459, 'post', 'post', 1, 0, NULL, NULL, 'Lucky Dragons', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Lucky-Dragons.jpg', NULL, '30196', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Lucky-Dragons.jpg', '30196', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13239,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Lucky-Dragons.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Lucky-Dragons.jpg\",\"size\":\"full\",\"id\":30196,\"alt\":\"demo slot Lucky Dragons\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:16', '2022-05-15 21:53:22', 0),
(236, NULL, NULL, 1460, 'post', 'post', 1, 0, NULL, NULL, 'Beowulf', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Beowulf.jpg', NULL, '30195', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Beowulf.jpg', '30195', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12495,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Beowulf.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Beowulf.jpg\",\"size\":\"full\",\"id\":30195,\"alt\":\"demo slot Beowulf\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:16', '2022-05-15 21:54:22', 0),
(237, NULL, NULL, 1461, 'post', 'post', 1, 0, NULL, NULL, 'Hercules Son of Zeus', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Hercules-Son-of-Zeus.jpg', NULL, '30194', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Hercules-Son-of-Zeus.jpg', '30194', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13346,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Hercules-Son-of-Zeus.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Hercules-Son-of-Zeus.jpg\",\"size\":\"full\",\"id\":30194,\"alt\":\"demo slot Hercules Son of Zeus\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:16', '2022-05-15 21:55:14', 0),
(238, NULL, NULL, 1462, 'post', 'post', 1, 0, NULL, NULL, 'Wolf Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Wolf-Gold.jpg', NULL, '30193', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Wolf-Gold.jpg', '30193', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12643,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Wolf-Gold.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Wolf-Gold.jpg\",\"size\":\"full\",\"id\":30193,\"alt\":\"demo slot Wolf Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-15 21:55:51', 0),
(239, NULL, NULL, 1463, 'post', 'post', 1, 0, NULL, NULL, 'Pixie Wings', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pixie-Wings.jpg', NULL, '30192', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pixie-Wings.jpg', '30192', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12823,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Pixie-Wings.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Pixie-Wings.jpg\",\"size\":\"full\",\"id\":30192,\"alt\":\"demo slot Pixie Wings\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 02:27:13', 0),
(240, NULL, NULL, 143, 'post', 'post', 1, 0, NULL, NULL, 'Devil&#8217;s 13', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Devils-13.jpg', NULL, '30190', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Devils-13.jpg', '30190', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":10295,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Devils-13.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Devils-13.jpg\",\"size\":\"full\",\"id\":30190,\"alt\":\"demo slot Devil\'s 13\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 09:41:56', 0),
(241, NULL, NULL, 152, 'post', 'post', 1, 0, NULL, NULL, 'Busy Bees', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Busy-Bees.jpg', NULL, '30189', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Busy-Bees.jpg', '30189', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12265,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Busy-Bees.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Busy-Bees.jpg\",\"size\":\"full\",\"id\":30189,\"alt\":\"demo slot Busy Bees\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 02:50:59', 0);
INSERT INTO `wpoc_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(242, NULL, NULL, 160, 'post', 'post', 1, 0, NULL, NULL, '3 Genie Wishes', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/3-Genie-Wishes.jpg', NULL, '30188', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/3-Genie-Wishes.jpg', '30188', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12192,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/3-Genie-Wishes.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/3-Genie-Wishes.jpg\",\"size\":\"full\",\"id\":30188,\"alt\":\"demo slot 3 Genie Wishes\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 04:15:33', 0),
(243, NULL, NULL, 172, 'post', 'post', 1, 0, NULL, NULL, 'Vegas Nights', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Vegas-Nights.jpg', NULL, '30187', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Vegas-Nights.jpg', '30187', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13653,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Vegas-Nights.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Vegas-Nights.jpg\",\"size\":\"full\",\"id\":30187,\"alt\":\"demo slot Vegas Nights\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 04:28:08', 0),
(244, NULL, NULL, 178, 'post', 'post', 1, 0, NULL, NULL, 'Gold Train', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Gold-Train.jpg', NULL, '30186', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Gold-Train.jpg', '30186', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13984,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Gold-Train.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Gold-Train.jpg\",\"size\":\"full\",\"id\":30186,\"alt\":\"demo slot Gold Train\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 04:43:33', 0),
(245, NULL, NULL, 189, 'post', 'post', 1, 0, NULL, NULL, '3 Kingdoms &#8211; Battle of Red Cliffs', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/3-Kingdoms-Battle-of-Red-Cliffs.jpg', NULL, '30185', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/3-Kingdoms-Battle-of-Red-Cliffs.jpg', '30185', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15633,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/3-Kingdoms-Battle-of-Red-Cliffs.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/3-Kingdoms-Battle-of-Red-Cliffs.jpg\",\"size\":\"full\",\"id\":30185,\"alt\":\"demo slot 3 Kingdoms Battle of Red Cliffs\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 05:02:30', 0),
(246, NULL, NULL, 201, 'post', 'post', 1, 0, NULL, NULL, 'Journey to the West', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Journey-to-the-West.jpg', NULL, '30184', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Journey-to-the-West.jpg', '30184', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12846,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Journey-to-the-West.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Journey-to-the-West.jpg\",\"size\":\"full\",\"id\":30184,\"alt\":\"demo slot Journey to the West\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 23:36:54', 0),
(247, NULL, NULL, 257, 'post', 'post', 1, 0, NULL, NULL, 'Wild Spells', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Spells.jpg', NULL, '30183', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Spells.jpg', '30183', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":15539,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Wild-Spells.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Wild-Spells.jpg\",\"size\":\"full\",\"id\":30183,\"alt\":\"demo slot Wild Spells\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 23:54:24', 0),
(248, NULL, NULL, 274, 'post', 'post', 1, 0, NULL, NULL, 'Queen of Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Queen-of-Gold.jpg', NULL, '30182', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/Queen-of-Gold.jpg', '30182', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14153,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/Queen-of-Gold.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/Queen-of-Gold.jpg\",\"size\":\"full\",\"id\":30182,\"alt\":\"demo slot Queen of Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-16 23:57:39', 0),
(249, NULL, NULL, 297, 'post', 'post', 1, 0, NULL, NULL, '7 Monkeys', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/7-Monkeys.jpg', NULL, '30181', 'featured-image', NULL, NULL, 'http://localhost/mpo77.ink/wp-content/uploads/2022/05/7-Monkeys.jpg', '30181', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":12450,\"url\":\"http://localhost/mpo77.ink/wp-content/uploads/2022/05/7-Monkeys.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\mpo77.ink/wp-content/uploads/2022/05/7-Monkeys.jpg\",\"size\":\"full\",\"id\":30181,\"alt\":\"demo slot 7 Monkeys\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 09:05:29', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:15', '2022-05-17 00:02:30', 0),
(250, 'http://localhost/agen188.site/?p=1464', '37:42a5ea98a309dd72fa0d98dbe5de2c00', 1464, 'post', 'post', 1, 0, NULL, NULL, 'Diamonds are Forever 3 Lines', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/agen188.site/wp-content/uploads/2022/05/Diamonds-are-Forever-3-Lines.jpg', NULL, '30209', 'featured-image', NULL, NULL, 'http://localhost/agen188.site/wp-content/uploads/2022/05/Diamonds-are-Forever-3-Lines.jpg', '30209', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":11612,\"url\":\"http://localhost/agen188.site/wp-content/uploads/2022/05/Diamonds-are-Forever-3-Lines.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\agen188.site/wp-content/uploads/2022/05/Diamonds-are-Forever-3-Lines.jpg\",\"size\":\"full\",\"id\":30209,\"alt\":\"demo slot Diamonds are Forever 3 Lines\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 20:02:01', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-06-20 02:54:24', '2022-05-15 20:34:33', 0),
(251, NULL, NULL, 1465, 'post', 'post', 1, 0, NULL, NULL, '888 Gold', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/888-Gold.jpg', NULL, '30207', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/888-Gold.jpg', '30207', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14239,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/888-Gold.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/888-Gold.jpg\",\"size\":\"full\",\"id\":30207,\"alt\":\"demo slot 888 Gold\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:24', '2022-05-15 20:46:44', 0),
(252, NULL, NULL, 1466, 'post', 'post', 1, 0, NULL, NULL, 'Irish Charms', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Irish-Charms.jpg', NULL, '30206', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Irish-Charms.jpg', '30206', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16171,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Irish-Charms.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Irish-Charms.jpg\",\"size\":\"full\",\"id\":30206,\"alt\":\"demo slot Irish Charms\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:24', '2022-05-15 20:56:20', 0),
(253, NULL, NULL, 1467, 'post', 'post', 1, 0, NULL, NULL, 'Money Roll', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Money-Roll.jpg', NULL, '30205', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Money-Roll.jpg', '30205', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":16181,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Money-Roll.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Money-Roll.jpg\",\"size\":\"full\",\"id\":30205,\"alt\":\"demo slot Money Roll\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:24', '2022-05-15 20:57:10', 0),
(254, NULL, NULL, 1468, 'post', 'post', 1, 0, NULL, NULL, 'Triple Tigers', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Triple-Tigers.jpg', NULL, '30204', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Triple-Tigers.jpg', '30204', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13748,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Triple-Tigers.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Triple-Tigers.jpg\",\"size\":\"full\",\"id\":30204,\"alt\":\"demo slot Triple Tigers\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:23', '2022-05-15 20:57:59', 0),
(255, NULL, NULL, 1469, 'post', 'post', 1, 0, NULL, NULL, 'Fishin&#8217; Reels', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Fishin-Reels.jpg', NULL, '30203', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Fishin-Reels.jpg', '30203', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":13889,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Fishin-Reels.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Fishin-Reels.jpg\",\"size\":\"full\",\"id\":30203,\"alt\":\"demo slot Fishin\' Reels\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:23', '2022-05-15 20:58:45', 0),
(256, NULL, NULL, 1470, 'post', 'post', 1, 0, NULL, NULL, 'Sugar Rush', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Sugar-Rush.jpg', NULL, '30202', 'featured-image', NULL, NULL, 'http://localhost/pandora168.net/wp-content/uploads/2022/05/Sugar-Rush.jpg', '30202', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":11322,\"url\":\"http://localhost/pandora168.net/wp-content/uploads/2022/05/Sugar-Rush.jpg\",\"path\":\"C:\\\\xampp\\\\htdocs\\\\pandora168.net/wp-content/uploads/2022/05/Sugar-Rush.jpg\",\"size\":\"full\",\"id\":30202,\"alt\":\"demo slot Sugar Rush\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 11:32:25', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:54:23', '2022-05-15 20:59:35', 0),
(257, NULL, NULL, 29718, 'post', 'post', 1, 0, 'Demo Slot Gates of Gatotkaca Pragmatic Play', NULL, 'Gates of Gatotkaca', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2023/01/gates-of-gatotkaca.jpg', NULL, '29723', 'featured-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2023/01/gates-of-gatotkaca.jpg', '29723', 'featured-image', '{\"width\":200,\"height\":200,\"filesize\":14856,\"url\":\"http://sultan222slot.com/wp-content/uploads/2023/01/gates-of-gatotkaca.jpg\",\"path\":\"/home/sultsjiq/sultan222slot.com/wp-content/uploads/2023/01/gates-of-gatotkaca.jpg\",\"size\":\"full\",\"id\":29723,\"alt\":\"demo slot gates of gatotkaca\",\"pixels\":40000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-19 00:00:41', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2023-06-20 02:52:54', '2023-01-05 16:53:12', 0),
(258, 'http://localhost/agen188.site/?page_id=29720', '44:e15a9e3a07c702a29f4c39ddf78a528b', 29720, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Playstar', 'trash', 0, 0, NULL, NULL, NULL, 'demo slot pragmatic play', 30, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-19 00:01:16', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2023-05-26 10:01:03', '2023-01-19 00:01:16', 0),
(489, 'http://localhost/agen188.site/?page_id=30293', '44:731d7e8338d7b2e4da746e489d417b9e', 30293, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live IONSlot', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-27 21:33:24', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-05-26 10:01:02', '2023-01-27 21:33:24', 0),
(490, 'http://localhost/agen188.site/?page_id=30295', '44:d19b4a6c5634e60d7dd173af09b032a3', 30295, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Slot88', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-27 21:33:40', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 6, 2, '2023-05-26 10:01:09', '2023-01-27 21:33:40', 0),
(491, 'http://localhost/agen188.site/?page_id=30297', '44:c484559c310be340284d2c8928c88049', 30297, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Slot Live22', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-01-27 21:33:51', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 6, 2, '2023-05-26 10:01:09', '2023-01-27 21:33:51', 0),
(492, 'http://localhost/agen188.site/?page_id=30362', '44:fe0dbcfe30fcf0635cb95af3d7c0c52d', 30362, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Playtech', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-02-05 05:30:12', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:03', '2023-02-05 05:30:11', 0),
(493, 'http://localhost/agen188.site/?page_id=30364', '44:948d474e7246f83254f88bfdc65eeefa', 30364, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live YGGDrasil', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-02-05 05:30:33', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:09', '2023-02-05 05:30:33', 0),
(494, 'http://localhost/agen188.site/?page_id=30367', '44:7a0395991088f982063aa20e842222b7', 30367, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Play&#8217;n Go', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-02-05 05:30:48', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:03', '2023-02-05 05:30:48', 0),
(495, 'http://localhost/agen188.site/?page_id=30370', '44:43017d345f87af00e07ce92b02a04f7b', 30370, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Onetouch', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-02-05 05:31:24', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:03', '2023-02-05 05:31:24', 0),
(496, 'http://localhost/agen188.site/?page_id=30373', '44:1ccd23ca65e6e5b6dc7210a285624121', 30373, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live RTG Slot', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-02-05 05:31:37', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:09', '2023-02-05 05:31:37', 0),
(497, 'http://localhost/agen188.site/?page_id=30376', '44:48ba98a45ffd3cad6aca12854959a0ae', 30376, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Flow Gaming', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-02-05 05:31:56', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:02', '2023-02-05 05:31:56', 0),
(498, 'http://localhost/agen188.site/?page_id=30379', '44:3cd4b83dba1473be107aa330d14fe774', 30379, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Astrotech', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-02-05 05:32:10', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:02', '2023-02-05 05:32:10', 0),
(499, 'http://localhost/agen188.site/?page_id=30383', '44:43b180a75a5d3fde6bd8c41e18a47b0c', 30383, 'post', 'page', 1, 0, NULL, NULL, 'RTP Live Funky Games', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-02-05 05:32:29', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-05-26 10:01:02', '2023-02-05 05:32:29', 0),
(501, 'http://localhost/agen188.site/?page_id=30609', '44:1fa383c45942ffd83055eedee4cbd353', 30609, 'post', 'page', 1, 0, 'sultan222 situs judi online terbaik dengan win rate 98%', 'Sultan222 situs judi online gampang menang dengan bonus new member tanpa to dengan permainan yang lengkap minimal depo rendah', 'Sultan222: Pemimpin Baru dalam Dunia Slot Online dan Taruhan Judi Online', 'trash', 0, 0, NULL, NULL, NULL, 'sultan222', 83, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png', NULL, 'first-content-image', NULL, 1, 0, NULL, '2023-06-16 17:54:11', '2023-06-20 20:02:00', 1, NULL, NULL, NULL, NULL, 0, 6, 2, '2023-06-19 10:15:16', '2023-06-16 17:58:03', 0),
(502, NULL, NULL, 30869, 'post', 'post', 1, 0, NULL, NULL, 'Sultan222 Daftar Situs Judi Online Tergacor Tahun Ini', 'trash', 0, 0, NULL, NULL, NULL, 'Sultan222 Daftar', 71, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon.png', NULL, NULL, 'first-content-image', NULL, NULL, 'http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon.png', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2023-06-20 02:57:53', '2023-06-20 04:34:31', 1, NULL, NULL, NULL, NULL, 0, 6, 0, '2023-06-20 03:56:03', '2023-06-20 03:04:25', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_yoast_indexable_hierarchy`
--

CREATE TABLE `wpoc_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL,
  `ancestor_id` int(11) UNSIGNED NOT NULL,
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_yoast_indexable_hierarchy`
--

INSERT INTO `wpoc_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(1, 0, 0, 1),
(3, 0, 0, 1),
(5, 0, 0, 1),
(7, 0, 0, 1),
(8, 0, 0, 1),
(9, 0, 0, 1),
(11, 0, 0, 1),
(13, 0, 0, 1),
(14, 0, 0, 1),
(15, 0, 0, 1),
(16, 0, 0, 1),
(17, 0, 0, 1),
(18, 0, 0, 1),
(19, 0, 0, 1),
(20, 0, 0, 1),
(21, 0, 0, 1),
(22, 0, 0, 1),
(23, 0, 0, 1),
(24, 0, 0, 1),
(25, 0, 0, 1),
(26, 0, 0, 1),
(29, 0, 0, 1),
(31, 0, 0, 1),
(32, 0, 0, 1),
(33, 0, 0, 1),
(34, 0, 0, 1),
(35, 0, 0, 1),
(36, 0, 0, 1),
(37, 0, 0, 1),
(38, 0, 0, 1),
(39, 0, 0, 1),
(40, 0, 0, 1),
(41, 0, 0, 1),
(42, 0, 0, 1),
(43, 0, 0, 1),
(44, 0, 0, 1),
(45, 0, 0, 1),
(46, 0, 0, 1),
(47, 0, 0, 1),
(48, 0, 0, 1),
(49, 0, 0, 1),
(50, 0, 0, 1),
(51, 0, 0, 1),
(52, 0, 0, 1),
(53, 0, 0, 1),
(54, 0, 0, 1),
(55, 0, 0, 1),
(56, 0, 0, 1),
(57, 0, 0, 1),
(58, 0, 0, 1),
(59, 0, 0, 1),
(60, 0, 0, 1),
(61, 0, 0, 1),
(62, 0, 0, 1),
(63, 0, 0, 1),
(64, 0, 0, 1),
(65, 0, 0, 1),
(66, 0, 0, 1),
(67, 0, 0, 1),
(68, 0, 0, 1),
(69, 0, 0, 1),
(70, 0, 0, 1),
(71, 0, 0, 1),
(72, 0, 0, 1),
(73, 0, 0, 1),
(74, 0, 0, 1),
(75, 0, 0, 1),
(76, 0, 0, 1),
(77, 0, 0, 1),
(78, 0, 0, 1),
(79, 0, 0, 1),
(80, 0, 0, 1),
(81, 0, 0, 1),
(82, 0, 0, 1),
(83, 0, 0, 1),
(84, 0, 0, 1),
(85, 0, 0, 1),
(86, 0, 0, 1),
(87, 0, 0, 1),
(88, 0, 0, 1),
(89, 0, 0, 1),
(90, 0, 0, 1),
(91, 0, 0, 1),
(92, 0, 0, 1),
(93, 0, 0, 1),
(94, 0, 0, 1),
(95, 0, 0, 1),
(96, 0, 0, 1),
(97, 0, 0, 1),
(98, 0, 0, 1),
(99, 0, 0, 1),
(100, 0, 0, 1),
(101, 0, 0, 1),
(102, 0, 0, 1),
(103, 0, 0, 1),
(104, 0, 0, 1),
(105, 0, 0, 1),
(106, 0, 0, 1),
(107, 0, 0, 1),
(108, 0, 0, 1),
(109, 0, 0, 1),
(110, 0, 0, 1),
(111, 0, 0, 1),
(112, 0, 0, 1),
(113, 0, 0, 1),
(114, 0, 0, 1),
(115, 0, 0, 1),
(116, 0, 0, 1),
(117, 0, 0, 1),
(118, 0, 0, 1),
(119, 0, 0, 1),
(120, 0, 0, 1),
(121, 0, 0, 1),
(122, 0, 0, 1),
(123, 0, 0, 1),
(124, 0, 0, 1),
(125, 0, 0, 1),
(126, 0, 0, 1),
(127, 0, 0, 1),
(128, 0, 0, 1),
(129, 0, 0, 1),
(130, 0, 0, 1),
(131, 0, 0, 1),
(132, 0, 0, 1),
(133, 0, 0, 1),
(134, 0, 0, 1),
(135, 0, 0, 1),
(136, 0, 0, 1),
(137, 0, 0, 1),
(138, 0, 0, 1),
(139, 0, 0, 1),
(140, 0, 0, 1),
(141, 0, 0, 1),
(142, 0, 0, 1),
(143, 0, 0, 1),
(144, 0, 0, 1),
(145, 0, 0, 1),
(146, 0, 0, 1),
(147, 0, 0, 1),
(148, 0, 0, 1),
(149, 0, 0, 1),
(150, 0, 0, 1),
(151, 0, 0, 1),
(152, 0, 0, 1),
(153, 0, 0, 1),
(154, 0, 0, 1),
(155, 0, 0, 1),
(156, 0, 0, 1),
(157, 0, 0, 1),
(158, 0, 0, 1),
(159, 0, 0, 1),
(160, 0, 0, 1),
(161, 0, 0, 1),
(162, 0, 0, 1),
(163, 0, 0, 1),
(164, 0, 0, 1),
(165, 0, 0, 1),
(166, 0, 0, 1),
(167, 0, 0, 1),
(168, 0, 0, 1),
(169, 0, 0, 1),
(170, 0, 0, 1),
(171, 0, 0, 1),
(172, 0, 0, 1),
(173, 0, 0, 1),
(174, 0, 0, 1),
(175, 0, 0, 1),
(176, 0, 0, 1),
(177, 0, 0, 1),
(178, 0, 0, 1),
(179, 0, 0, 1),
(180, 0, 0, 1),
(181, 0, 0, 1),
(182, 0, 0, 1),
(183, 0, 0, 1),
(184, 0, 0, 1),
(185, 0, 0, 1),
(186, 0, 0, 1),
(187, 0, 0, 1),
(188, 0, 0, 1),
(189, 0, 0, 1),
(190, 0, 0, 1),
(191, 0, 0, 1),
(192, 0, 0, 1),
(193, 0, 0, 1),
(194, 0, 0, 1),
(195, 0, 0, 1),
(196, 0, 0, 1),
(197, 0, 0, 1),
(198, 0, 0, 1),
(199, 0, 0, 1),
(200, 0, 0, 1),
(201, 0, 0, 1),
(202, 0, 0, 1),
(203, 0, 0, 1),
(204, 0, 0, 1),
(205, 0, 0, 1),
(206, 0, 0, 1),
(207, 0, 0, 1),
(208, 0, 0, 1),
(209, 0, 0, 1),
(210, 0, 0, 1),
(211, 0, 0, 1),
(212, 0, 0, 1),
(213, 0, 0, 1),
(214, 0, 0, 1),
(215, 0, 0, 1),
(216, 0, 0, 1),
(217, 0, 0, 1),
(218, 0, 0, 1),
(219, 0, 0, 1),
(220, 0, 0, 1),
(221, 0, 0, 1),
(222, 0, 0, 1),
(223, 0, 0, 1),
(224, 0, 0, 1),
(225, 0, 0, 1),
(226, 0, 0, 1),
(227, 0, 0, 1),
(228, 0, 0, 1),
(229, 0, 0, 1),
(230, 0, 0, 1),
(231, 0, 0, 1),
(232, 0, 0, 1),
(233, 0, 0, 1),
(234, 0, 0, 1),
(235, 0, 0, 1),
(236, 0, 0, 1),
(237, 0, 0, 1),
(238, 0, 0, 1),
(239, 0, 0, 1),
(240, 0, 0, 1),
(241, 0, 0, 1),
(242, 0, 0, 1),
(243, 0, 0, 1),
(244, 0, 0, 1),
(245, 0, 0, 1),
(246, 0, 0, 1),
(247, 0, 0, 1),
(248, 0, 0, 1),
(249, 0, 0, 1),
(250, 0, 0, 1),
(251, 0, 0, 1),
(252, 0, 0, 1),
(253, 0, 0, 1),
(254, 0, 0, 1),
(255, 0, 0, 1),
(256, 0, 0, 1),
(257, 0, 0, 1),
(258, 0, 0, 1),
(489, 0, 0, 1),
(490, 0, 0, 1),
(491, 0, 0, 1),
(492, 0, 0, 1),
(493, 0, 0, 1),
(494, 0, 0, 1),
(495, 0, 0, 1),
(496, 0, 0, 1),
(497, 0, 0, 1),
(498, 0, 0, 1),
(499, 0, 0, 1),
(501, 0, 0, 1),
(502, 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_yoast_migrations`
--

CREATE TABLE `wpoc_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL,
  `version` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_yoast_migrations`
--

INSERT INTO `wpoc_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134'),
(22, '20210817092415'),
(23, '20211020091404'),
(24, '20230417083836');

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_yoast_primary_term`
--

CREATE TABLE `wpoc_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpoc_yoast_primary_term`
--

INSERT INTO `wpoc_yoast_primary_term` (`id`, `post_id`, `term_id`, `taxonomy`, `created_at`, `updated_at`, `blog_id`) VALUES
(1, 1081, 1, 'category', '2023-01-19 00:00:44', '2023-06-20 06:52:54', 1),
(2, 29718, 10516, 'category', '2023-01-19 00:00:44', '2023-06-20 06:52:54', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wpoc_yoast_seo_links`
--

CREATE TABLE `wpoc_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `target_post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `target_indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `height` int(11) UNSIGNED DEFAULT NULL,
  `width` int(11) UNSIGNED DEFAULT NULL,
  `size` int(11) UNSIGNED DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpoc_yoast_seo_links`
--

INSERT INTO `wpoc_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(47, 'https://sultan222slots.com', 30609, NULL, 'external', 501, NULL, NULL, NULL, NULL, NULL, NULL),
(48, 'https://sultan222slots.com', 30609, NULL, 'external', 501, NULL, NULL, NULL, NULL, NULL, NULL),
(49, 'http://localhost/bonus288.com/wp-content/uploads/2023/06/Magic88-Favicon.png', 30609, 30611, 'image-in', 501, NULL, 400, 400, 75833, NULL, NULL),
(50, 'http://localhost/bonus288.com/', 30609, NULL, 'internal', 501, NULL, NULL, NULL, NULL, NULL, NULL),
(67, 'https://sultan222slot.com/', 30869, NULL, 'internal', 502, 9, NULL, NULL, NULL, NULL, NULL),
(68, 'https://sultan222slot.com/', 30869, NULL, 'internal', 502, 9, NULL, NULL, NULL, NULL, NULL),
(69, 'http://sultan222slot.com/wp-content/uploads/2023/06/Magic88-Favicon.png', 30869, NULL, 'image-in', 502, NULL, NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_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/', '', '2023-04-03 03:07:52', '2023-04-03 03:07:52', '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 <a href=\"https://en.gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_e_events`
--

CREATE TABLE `wp_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_e_events`
--

INSERT INTO `wp_e_events` (`id`, `event_data`, `created_at`) VALUES
(1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-04-03T10:09:19.910-07:00\"}', '2023-04-03 10:09:19'),
(2, '{\"event\":\"create account\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"source\\\":\\\"cta\\\"}\",\"ts\":\"2023-04-03T10:09:22.997-07:00\"}', '2023-04-03 10:09:22'),
(3, '{\"event\":\"indication prompt\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"\\\",\\\"action_state\\\":\\\"success\\\",\\\"action\\\":\\\"connect account\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:10:21.093-07:00\"}', '2023-04-03 10:10:21'),
(4, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"hello\\\",\\\"user_state\\\":\\\"logged\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:10:21.102-07:00\"}', '2023-04-03 10:10:21'),
(5, '{\"event\":\"next\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"hello\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:10:26.205-07:00\"}', '2023-04-03 10:10:26'),
(6, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteName\\\",\\\"user_state\\\":\\\"logged\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:10:35.979-07:00\"}', '2023-04-03 10:10:35'),
(7, '{\"event\":\"indication prompt\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"\\\",\\\"action_state\\\":\\\"success\\\",\\\"action\\\":\\\"hello theme activation\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:10:35.968-07:00\"}', '2023-04-03 10:10:35'),
(8, '{\"event\":\"next\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteName\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:10:45.877-07:00\"}', '2023-04-03 10:10:45'),
(9, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteLogo\\\",\\\"user_state\\\":\\\"logged\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:10:46.150-07:00\"}', '2023-04-03 10:10:46'),
(10, '{\"event\":\"browse file click\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteLogo\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:10:47.357-07:00\"}', '2023-04-03 10:10:47'),
(11, '{\"event\":\"next\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteLogo\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:11:09.173-07:00\"}', '2023-04-03 10:11:09'),
(12, '{\"event\":\"logo image updated\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"source\\\":\\\"browse\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:11:09.419-07:00\"}', '2023-04-03 10:11:09'),
(13, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\",\\\"user_state\\\":\\\"logged\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:11:09.428-07:00\"}', '2023-04-03 10:11:09'),
(14, '{\"event\":\"starting canvas click\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"selection\\\":\\\"template\\\",\\\"client_id\\\":\\\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\\\"}\",\"ts\":\"2023-04-03T10:11:11.685-07:00\"}', '2023-04-03 10:11:11');

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/bonus288.com', 'yes'),
(2, 'home', 'http://localhost/bonus288.com', 'yes'),
(3, 'blogname', 'Naga99', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'naga99slot@gmail.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:112:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:1:{i:0;s:23:\"elementor/elementor.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:2:{i:0;s:75:\"C:\\xampp\\htdocs\\naga99slot.info/wp-content/themes/hello-elementor/style.css\";i:1;s:0:\"\";}', 'no'),
(40, 'template', 'hello-elementor', 'yes'),
(41, 'stylesheet', 'hello-elementor', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '53496', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:0:{}', 'yes'),
(77, 'widget_text', 'a:0:{}', 'yes'),
(78, 'widget_rss', 'a:0:{}', 'yes'),
(79, 'uninstall_plugins', 'a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '8', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1696043272', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wp_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'),
(101, 'fresh_site', '0', 'yes'),
(102, 'user_count', '1', 'no'),
(103, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:8:{i:1680505673;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:1680534473;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1680534488;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:1680577673;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:1680577688;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:1680577694;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:1680577758;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121, 'recovery_keys', 'a:0:{}', 'yes'),
(124, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1680491435;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'yes'),
(127, 'https_detection_errors', 'a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}', 'yes'),
(139, '_site_transient_timeout_browser_c3fcd9e52fd775c43c9553a961bfc52c', '1681096093', 'no'),
(140, '_site_transient_browser_c3fcd9e52fd775c43c9553a961bfc52c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"111.0.0.0\";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'),
(141, '_site_transient_timeout_php_check_ce267f3653936506950ae9448202043a', '1681096094', 'no'),
(142, '_site_transient_php_check_ce267f3653936506950ae9448202043a', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(143, 'can_compress_scripts', '1', 'no'),
(144, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1680545270', 'no'),
(145, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:0:{}}', 'no'),
(146, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1680534496', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(147, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Mar 2023 19:15:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.3-alpha-55615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.2 “Dolphy”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2023/03/dolphy/\";s: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 Mar 2023 18:57:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14659\";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:202:\"WordPress 6.2 \"Dolphy\" is here! Named for Eric Allen Dolphy Jr. the celebrated jazz woodwind player and ensemblist. Over 600 contributors made this release possible. Download WordPress 6.2 Dolphy 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: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:63133:\"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"WordPress 6.2 &quot;Dolphy&quot;\" class=\"wp-image-14732\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=2048%2C1365&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Say hello to WordPress 6.2 “Dolphy,&#8221; named for the woodwind jazz wiz, the multi-instrumentalist—<a href=\"https://en.wikipedia.org/wiki/Eric_Dolphy\">Eric Allan Dolphy Jr</a>. Dolphy is acclaimed for having brought the bass clarinet to prominence in the jazz scene, creating a place for the flute and extending the lexicon of the alto saxophone. In a career that spanned continents, his artistry was at the forefront of pushing improvisational boundaries, ensemble work, and partnerships with well-respected artists like Charles Mingus and John Coltrane.</p>\n\n\n\n<p>This latest version of WordPress reimagines your site editing experience, introduces more ways to style your site, and offers a new distraction-free way to write. Discover improvements that give you more control and freedom to express your creative vision. There’s something for everyone, whether you’re a content creator, developer, site builder, or designer. Let the <a href=\"https://open.spotify.com/artist/6rxxu32JCGDpKKMPHxnSJp?si=UEYO5JU5TXyEeINuuhN6aQ\">music of Eric Dolphy</a> delight you as you take in all that 6.2 has to offer.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.2.zip\">Download WordPress 6.2 today</a></div>\n</div>\n\n\n\n<p>WordPress 6.2 is the first major release of 2023, covering over 900 enhancements and fixes. It’s also a transition point in the WordPress project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>, shifting focus from customization to <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">early exploration of workflows and collaboration</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s inside</h2>\n\n\n\n<h4 class=\"wp-block-heading\">Meet&nbsp;the reimagined Site Editor</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=536%2C536&#038;ssl=1\" alt=\"Image inlay of the reimagined Site Editor. WordPress 6.2 Dolphy\" class=\"wp-image-14661\" width=\"536\" height=\"536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 536px) 100vw, 536px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Ready for you to dive in and explore: 6.2 is your invitation to discover what the next generation of WordPress—and block themes—can do.&nbsp;</p>\n\n\n\n<p>Now out of beta, the Site Editor has an updated interface, giving you a new way to interact with your entire site. Explore full previews of your templates and template parts, then jump in and get to editing your site from wherever you choose.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Manage menus in more ways with the Navigation block</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=532%2C532&#038;ssl=1\" alt=\"Image inlay of menu management from the Navigation block\" class=\"wp-image-14662\" width=\"532\" height=\"532\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 532px) 100vw, 532px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Add, remove, and reorder menu items faster—with a new sidebar experience that makes editing your site’s navigation easier.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Discover a smoother experience for the Block Inserter</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=536%2C536&#038;ssl=1\" alt=\"Image inlay of the Block Inserter\" class=\"wp-image-14663\" width=\"536\" height=\"536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 536px) 100vw, 536px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>A refreshed design gives you easier access to the content you need. Use the Media tab to quickly drag and drop content from your existing Media Library. Find patterns faster with a split view that lets you navigate categories and see previews all at once.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Find the controls you want when you need them</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=540%2C540&#038;ssl=1\" alt=\"Tab between settings and styles in the block settings sidebar\" class=\"wp-image-14664\" width=\"540\" height=\"540\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 540px) 100vw, 540px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Your block settings sidebar is better organized with tabs for Settings and Styles. So the tools you need are easy to identify and access.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">Build faster with headers and footers for block themes</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=534%2C534&#038;ssl=1\" alt=\"\" class=\"wp-image-14671\" width=\"534\" height=\"534\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 534px) 100vw, 534px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Discover a new collection of header and footer patterns. Use them with any block theme as a quick, high-quality starting point for your site’s templates.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Explore Openverse media right from the Editor</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=544%2C544&#038;ssl=1\" alt=\"\" class=\"wp-image-14670\" width=\"544\" height=\"544\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 544px) 100vw, 544px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Openverse’s library catalogs over 700 million+ free, openly licensed stock images and audio—and now it’s directly integrated into the WordPress experience through the Inserter.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">Focus on writing with Distraction Free mode</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=542%2C542&#038;ssl=1\" alt=\"\" class=\"wp-image-14665\" width=\"542\" height=\"542\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 542px) 100vw, 542px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>For those times you want to be alone with your ideas. You can now hide all your panels and controls, leaving you free to bring your content to life.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Meet the new Style Book</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=560%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-14667\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?w=560&amp;ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Get a complete overview of how every block in your site’s library looks. All in one place, all at a glance, directly in the Site Editor.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Copy and paste styles</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=560%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-14666\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?w=560&amp;ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Perfect the design on one type of block, then copy and paste those styles to other blocks to get just the look you want.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Custom CSS</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=560%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-14669\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?w=560&amp;ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Power up your site any way you wish with design tools and custom CSS for another level of control over your site’s look and feel for maximum creativity and artistry in your designs.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other highlights in 6.2</h3>\n\n\n\n<ul>\n<li><strong>Sticky positioning</strong>: Choose to keep top-level group blocks fixed to the top of a page as visitors scroll.</li>\n\n\n\n<li><strong>Importing widgets</strong>: Options to import your favorite widgets from Classic themes to Block themes.</li>\n\n\n\n<li><strong>Local fonts in themes</strong>: Default WordPress themes offer better privacy with Google Fonts now included.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Performance highlights</h3>\n\n\n\n<p>“Dolphy” includes several impressive performance improvements. You’ll note overall faster load times for block themes of 14 to 18%, and for classic themes, speed increases of 2 to 5%. Server-side performance is also significantly boosted, with an increase of 17 to 23% for block themes and 3 to 5% for classic themes, 3 to 5%. The performance team is dedicated to these kinds of improvements. You can learn more about their work by following the Making WordPress blog using the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"></blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.2</h2>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/workshops/\">Learn WordPress</a> for quick how-to videos, courses, and other resources for the latest features in WordPress. Or join a free <a href=\"https://learn.wordpress.org/social-learning/\">live interactive online workshop</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for detailed developer notes to help you build with WordPress and get the most out of the latest release. Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-2/\">6.2 release notes</a> for additional technical details about this release, including installation information, updates, fixes, file changes, and more.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.2 release squad</h2>\n\n\n\n<p>6.2 is made possible by the many folks who have enthusiastically helped keep the release on track and moving forward:</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li>\n\n\n\n<li>Core Tech Co-Leads: <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Editor Tech Co-Leads: <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a></li>\n\n\n\n<li>Core Triage Co-Leads: <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a></li>\n\n\n\n<li>Editor Triage Co-Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Documentation Co-Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseet</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li>\n\n\n\n<li>Marketing &amp; Communications Co-Leads: <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Test Co-Leads: <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a>, <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>WordPress 6.2 couldn’t be here without the countless effort and passion of more than 600 contributors in at least 50 countries. A special thank you to the 178 new contributors who joined a release for the first time. Their collaboration helped deliver hundreds of enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/10upsimon/\">10upsimon</a> · <a href=\"https://profiles.wordpress.org/254volkan/\">254volkan</a> · <a href=\"https://profiles.wordpress.org/mercime/\">@mercime</a> · <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a> · <a href=\"https://profiles.wordpress.org/aeg0125/\">Aaron Graham</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abidhasan112/\">Abid Hasan</a> · <a href=\"https://profiles.wordpress.org/abitofmind/\">abitofmind</a> · <a href=\"https://profiles.wordpress.org/abtop/\">ABTOP</a> · <a href=\"https://profiles.wordpress.org/ace100/\">ace100</a> · <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/admwgn/\">Adam Wiltgen</a> · <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/adityaarora010196/\">adityaarora010196</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/ajmaurya/\">Ajay Maurya</a> · <a href=\"https://profiles.wordpress.org/ajayver/\">ajayver</a> · <a href=\"https://profiles.wordpress.org/seakashdiu/\">Akash Mia</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/albarin/\">albarin</a> · <a href=\"https://profiles.wordpress.org/alberuni-azad/\">Alberuni Azad.</a> · <a href=\"https://profiles.wordpress.org/alecgeatches/\">alecgeatches</a> · <a href=\"https://profiles.wordpress.org/aleksganev/\">Aleks Ganev</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alvastar/\">alvastar</a> · <a href=\"https://profiles.wordpress.org/alvitazwar052/\">Alvi Tazwar</a> · <a href=\"https://profiles.wordpress.org/amin7/\">amin</a> · <a href=\"https://profiles.wordpress.org/amirrezatm/\">amirrezatm</a> · <a href=\"https://profiles.wordpress.org/amitbarai013/\">Amit Barai Alit</a> · <a href=\"https://profiles.wordpress.org/paulamit/\">Amit Paul</a> · <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andreaboe/\">andreaboe</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/apmatthe/\">Andrew Matthews</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/aniketpatel/\">Aniket Patel</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonyagrios/\">Antony Agrios</a> · <a href=\"https://profiles.wordpress.org/aparnajl/\">Aparna Adhun</a> · <a href=\"https://profiles.wordpress.org/arrasel403/\">AR Rasel</a> · <a href=\"https://profiles.wordpress.org/arafatjamil01/\">Arafat Jamil</a> · <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnolp/\">arnolp</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/artz91/\">ArtZ91</a> · <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a> · <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a> · <a href=\"https://profiles.wordpress.org/ashrafulsarkar/\">Ashraful Sarkar Naiem</a> · <a href=\"https://profiles.wordpress.org/nmutua/\">Autumn</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azurseisme/\">azurseisme</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bart/\">Bart</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benish74/\">benish74</a> · <a href=\"https://profiles.wordpress.org/benjgrolleau/\">Benjamin Grolleau</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a> · <a href=\"https://profiles.wordpress.org/bgin/\">bgin</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bjorn2404/\">bjorn2404</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/bonjour52/\">bonjour52</a> · <a href=\"https://profiles.wordpress.org/bookwyrm/\">bookwyrm</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/buutqn/\">buutqn</a> · <a href=\"https://profiles.wordpress.org/cameronjonesweb/\">Cameron Jones</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/mcaskill/\">Chauncey McAskill</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/chiragrathod103/\">Chirag Rathod</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chocofc1/\">chocofc1</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/chrisbaltazar/\">chrisbaltazar</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/chrystl/\">Chrystl</a> · <a href=\"https://profiles.wordpress.org/ckanderson22/\">ckanderson22</a> · <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a> · <a href=\"https://profiles.wordpress.org/cnspecialcolor/\">cnspecialcolor</a> · <a href=\"https://profiles.wordpress.org/codesdnc/\">codesdnc</a> · <a href=\"https://profiles.wordpress.org/codingchicken/\">Coding Chicken</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/copons/\">Copons</a> · <a href=\"https://profiles.wordpress.org/corentingautier/\">corentingautier</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">Cory Birdsong</a> · <a href=\"https://profiles.wordpress.org/craigfrancis/\">Craig Francis</a> · <a href=\"https://profiles.wordpress.org/craiglpeters/\">craiglpeters</a> · <a href=\"https://profiles.wordpress.org/geisthanen/\">Creative Andrew</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/dperonne/\">D.PERONNE</a> · <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a> · <a href=\"https://profiles.wordpress.org/dalirajab/\">dali-rajab</a> · <a href=\"https://profiles.wordpress.org/dalleyne/\">Damien Alleyne</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/wirecat/\">Daniel Johnson</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/datagutten/\">datagutten</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/davefx/\">David Mar&#237;n Carre&#241;o</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davidvongries/\">David Vongries</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">derekblank</a> · <a href=\"https://profiles.wordpress.org/devanshijoshi/\">Devanshi Joshi</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/doctorlai/\">doctorlai</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donncha/\">Donncha</a> · <a href=\"https://profiles.wordpress.org/drzraf/\">drzraf</a> · <a href=\"https://profiles.wordpress.org/d-signed/\">DSIGNED</a> · <a href=\"https://profiles.wordpress.org/dustinrue/\">dustinrue</a> · <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/emanuelx/\">emanuelx</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a> · <a href=\"https://profiles.wordpress.org/edanzer/\">Erick Danzer</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/esratpopy/\">Esrat Sultana Popy</a> · <a href=\"https://profiles.wordpress.org/manuilov/\">Eugene M</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/fosuahmed/\">Faisal Ahmed</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fasuto/\">fasuto</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/felipelavinz/\">Felipe Lav&#237;n</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/fpodhorsky/\">fpodhorsky</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/bueltge/\">Frank Bueltge</a> · <a href=\"https://profiles.wordpress.org/franz00/\">franzaurus</a> · <a href=\"https://profiles.wordpress.org/fuadragib/\">Fuad Ragib</a> · <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a> · <a href=\"https://profiles.wordpress.org/gamecreature/\">gamecreature</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gisgeo/\">gisgeo</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a> · <a href=\"https://profiles.wordpress.org/grl570810/\">grl570810</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a> · <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a> · <a href=\"https://profiles.wordpress.org/hanshenrik/\">hanshenrik</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/hasanmisbah/\">Hasan Misbah</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/ehtmlu/\">Helmut Wandl</a> · <a href=\"https://profiles.wordpress.org/luehrsen/\">Hendrik Luehrsen</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hiren1094/\">hiren sanja</a> · <a href=\"https://profiles.wordpress.org/patelhitesh/\">Hitesh Patel</a> · <a href=\"https://profiles.wordpress.org/hughiemolloy/\">hughie.molloy</a> · <a href=\"https://profiles.wordpress.org/hugodevos/\">hugodevos</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">hztyfoon</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/polevaultweb/\">Iain Poulson</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/iazel/\">Iazel</a> · <a href=\"https://profiles.wordpress.org/ignatggeorgiev/\">Ignat Georgiev</a> · <a href=\"https://profiles.wordpress.org/imanish003/\">imanish003</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">ingeniumed</a> · <a href=\"https://profiles.wordpress.org/innovext/\">Innovext</a> · <a href=\"https://profiles.wordpress.org/inwerpsel/\">inwerpsel</a> · <a href=\"https://profiles.wordpress.org/iqbalrony/\">iqbalrony</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/ivanjeronimo/\">ivanjeronimo</a> · <a href=\"https://profiles.wordpress.org/jhoffmann/\">j.hoffmann</a> · <a href=\"https://profiles.wordpress.org/jackreichert/\">Jack Reichert</a> · <a href=\"https://profiles.wordpress.org/jaedm97/\">Jaed Mosharraf</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/outrankjames/\">James</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james-roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a> · <a href=\"https://profiles.wordpress.org/janusdev/\">janusdev</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">Jarko Piironen</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/carazo/\">Javier Carazo</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jchambo/\">jchambo</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jeanphilippegreen/\">Jean-Philippe Green</a> · <a href=\"https://profiles.wordpress.org/jeawhanlee/\">jeawhanlee</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/lobeless14/\">Jeremy Lind</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joelmadigan/\">joelmadigan</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jokerrs/\">Jokerrs</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a> · <a href=\"https://profiles.wordpress.org/jongycastillo/\">Jong</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/jornp/\">jornp</a> · <a href=\"https://profiles.wordpress.org/dunhakdis/\">Joseph G.</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> · <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jsh4/\">jsh4</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/welenofsky/\">Justin Welenofsky</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kacper3355/\">kacper3355</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kaneva/\">kaneva</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn P.</a> · <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/konyoldeath/\">konyoldeath</a> · <a href=\"https://profiles.wordpress.org/kowsar89/\">Kowsar Hossain</a> · <a href=\"https://profiles.wordpress.org/krunal265/\">Krunal Bhimajiyani</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kmadhak/\">Kunal Madhak</a> · <a href=\"https://profiles.wordpress.org/lanacodes/\">Lana Codes</a> · <a href=\"https://profiles.wordpress.org/larsmqller/\">larsmqller</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">Lena Stergatou</a> · <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leo Milo</a> · <a href=\"https://profiles.wordpress.org/lifeboat/\">lifeboat</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/webaxones/\">Lo&#239;c Antignac</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/dreadlox/\">Lox</a> · <a href=\"https://profiles.wordpress.org/lozula/\">lozula</a> · <a href=\"https://profiles.wordpress.org/lucius0101/\">lucius0101</a> · <a href=\"https://profiles.wordpress.org/lucymtc/\">Lucy Tomas</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">M&#225;rcio Duarte</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mahbubshovan/\">Mahbub Shovan</a> · <a href=\"https://profiles.wordpress.org/mahekkalola/\">Mahek Kalola</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojkpatil/\">Manoj Patil</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/marissamakes/\">Marissa Matthews</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/marksabbath/\">marksabbath</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/matclayton/\">matclayton</a> · <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu Paapst</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/matthiasreinholz/\">Matthias Reinholz</a> · <a href=\"https://profiles.wordpress.org/h4l9k/\">Mauricio</a> · <a href=\"https://profiles.wordpress.org/wppunk/\">Max</a> · <a href=\"https://profiles.wordpress.org/cadic/\">Max Lyuchin</a> · <a href=\"https://profiles.wordpress.org/maximej/\">Maxime J.</a> · <a href=\"https://profiles.wordpress.org/jamilbd07/\">MD Jamil Uddin</a> · <a href=\"https://profiles.wordpress.org/kawserz/\">Md Kawser Ahmed Khan Jami</a> · <a href=\"https://profiles.wordpress.org/rakibwordpress/\">Md Rakib Hossain</a> · <a href=\"https://profiles.wordpress.org/abirhasandipu/\">Md. Abir Hasan Dipu</a> · <a href=\"https://profiles.wordpress.org/reduanmasud/\">Md. Reduan Masud</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a> · <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a> · <a href=\"https://profiles.wordpress.org/meyegui/\">meyerdev.ch</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/michael-kelly/\">Michael Kelly</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michelmany/\">Michel Many</a> · <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikestraw/\">Mike Straw</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mitchellaustin/\">mitchellaustin</a> · <a href=\"https://profiles.wordpress.org/presents111/\">miya</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/tanjimtc71/\">Musarrat Anjum Chowdhury</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/mw108/\">mw108</a> · <a href=\"https://profiles.wordpress.org/naeemhaque/\">Naeem Haque</a> · <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/nazmulhasan103/\">Nazmul Hasan</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nicholaswilson/\">nicholaswilson</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nick_thegeek/\">Nick the Geek</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/itsnikhilpatel/\">NikhilPatel</a> · <a href=\"https://profiles.wordpress.org/dhrupo/\">Niluthpal Purkayastha</a> · <a href=\"https://profiles.wordpress.org/dasnitesh780/\">Nitesh Das</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/rnitinb/\">Nitin Rathod</a> · <a href=\"https://profiles.wordpress.org/nitman43/\">nitman43</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/nuvopoint/\">nuvoPoint</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/obayedmamur/\">Obayed Mamur</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/oh_hello/\">oh_hello</a> · <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoney/\">PabloHoney</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/phil-webster/\">Phil Webster</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/iapial/\">Pial</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/knowingart_com/\">PJ Brunet</a> · <a href=\"https://profiles.wordpress.org/pkolenbr/\">pkolenbr</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/ptahdunbar/\">Ptah Dunbar</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/raduiason/\">raduiason</a> · <a href=\"https://profiles.wordpress.org/initsogar/\">Rafael Agostini</a> · <a href=\"https://profiles.wordpress.org/rafinkhan/\">Rafin</a> · <a href=\"https://profiles.wordpress.org/rajanpanchal2028/\">Rajan Panchal</a> · <a href=\"https://profiles.wordpress.org/rajeshraval786/\">Rajesh Raval</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/razthee007/\">Razthee Md. Yakini</a> · <a href=\"https://profiles.wordpress.org/renatoagds/\">Renato Augusto Gama dos Santos</a> · <a href=\"https://profiles.wordpress.org/rezakhan995/\">Reza Khan</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/riccardodicurti/\">Riccardo Di Curti</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rinkychowdhury9/\">Rinky Chowdhury</a> · <a href=\"https://profiles.wordpress.org/ritteshpatel/\">Ritesh Patel</a> · <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/robin-labadie/\">Robin Labadie</a> · <a href=\"https://profiles.wordpress.org/rodage/\">rodage</a> · <a href=\"https://profiles.wordpress.org/rodricus/\">rodricus</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/digical/\">Ross Gile</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/re_enter_rupok/\">Rupok</a> · <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a> · <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sereedmedia/\">S&#233; Reed</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/andy786/\">Sahil B.</a> · <a href=\"https://profiles.wordpress.org/stalukder03/\">Sajib Talukder</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a> · <a href=\"https://profiles.wordpress.org/sam1el/\">sam1el</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/samruddhikhandale/\">samruddhikhandale</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sanjucta/\">sanjucta</a> · <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a> · <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a> · <a href=\"https://profiles.wordpress.org/sapayth/\">sapayth</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/saumil1611/\">Saumil Nerpagar</a> · <a href=\"https://profiles.wordpress.org/ira2910/\">Sazia Faizunnessa Ira</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/countrymusicchicago/\">Scott Winterroth</a> · <a href=\"https://profiles.wordpress.org/hiyascout/\">Scout James</a> · <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/seriouslysenpai/\">seriouslysenpai</a> · <a href=\"https://profiles.wordpress.org/wandering-aramean/\">Seth Miller</a> · <a href=\"https://profiles.wordpress.org/shahidul95/\">Shahidul Islam</a> · <a href=\"https://profiles.wordpress.org/shamayel007/\">Shamayel</a> · <a href=\"https://profiles.wordpress.org/shamimmiashuhagh/\">Shamim Mia</a> · <a href=\"https://profiles.wordpress.org/smeunus/\">Sharif Mohammad Eunus</a> · <a href=\"https://profiles.wordpress.org/shraboni/\">Shraboni</a> · <a href=\"https://profiles.wordpress.org/shubham1gupta/\">shubham1gupta</a> · <a href=\"https://profiles.wordpress.org/silicium23/\">Silicium</a> · <a href=\"https://profiles.wordpress.org/simongomes02/\">Simon Gomes</a> · <a href=\"https://profiles.wordpress.org/slieschke/\">Simon Lieschke</a> · <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/calvinalkan/\">snicco.io</a> · <a href=\"https://profiles.wordpress.org/sruthi90/\">sruthi90</a> · <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stentibbing/\">stentibbing</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephym/\">Stephy Miehle</a> · <a href=\"https://profiles.wordpress.org/stephymiehle/\">stephymiehle</a> · <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sun/\">sun</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva (a11n)</a> · <a href=\"https://profiles.wordpress.org/codemonksuvro/\">Suvro</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/afrin29/\">Syeda Sanjida Afrin</a> · <a href=\"https://profiles.wordpress.org/syhc/\">syhc</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/syntaxart/\">syntaxart</a> · <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/tahminar27/\">Tahmina Rahman</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/tanazmasaba/\">Tanaz Masaba</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/tanner-m/\">Tanner Moushey</a> · <a href=\"https://profiles.wordpress.org/rahmantasnia/\">Tasnia Rahman Raima</a> · <a href=\"https://profiles.wordpress.org/teebee/\">teebee</a> · <a href=\"https://profiles.wordpress.org/tekapo/\">tekapo</a> · <a href=\"https://profiles.wordpress.org/thedaysse/\">thedaysse</a> · <a href=\"https://profiles.wordpress.org/iamjaydip/\">thejaydip</a> · <a href=\"https://profiles.wordpress.org/theode/\">theode</a> · <a href=\"https://profiles.wordpress.org/griffinjt/\">Thomas Griffin</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/thomask/\">thomask</a> · <a href=\"https://profiles.wordpress.org/timbroddin/\">timbroddin</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/dziudek/\">Tomasz Dziuda</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a> · <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a> · <a href=\"https://profiles.wordpress.org/travisaxton/\">travisaxton</a> · <a href=\"https://profiles.wordpress.org/triumvirate/\">triumvirate</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a> · <a href=\"https://profiles.wordpress.org/vtad/\">vtad</a> · <a href=\"https://profiles.wordpress.org/vykesmac/\">vykesmac</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/webrocker/\">Webrocker</a> · <a href=\"https://profiles.wordpress.org/websitegenii/\">websitegenii</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/winterpsv/\">winterpsv</a> · <a href=\"https://profiles.wordpress.org/wojsmol/\">wojsmol</a> · <a href=\"https://profiles.wordpress.org/wojtekn/\">Wojtek Naruniec</a> · <a href=\"https://profiles.wordpress.org/wojtekszkutnik/\">Wojtek Szkutnik</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/zebaafiashama/\">Zeba Afia Shama</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/zevilz/\">zevilz</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, <a href=\"https://translate.wordpress.org/stats/\">70 locales had translated 90 percent</a> or more of WordPress 6.2 in their language. Community translators are hard at work ensuring more translations are on their way. Thank you to everyone who helps to make WordPress 6.2 available in 200 languages.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A release haiku for 6.2&nbsp;</h2>\n\n\n\n<p>Six point two, so new<br>Shiny and ready for you<br>Congrats on hard work!</p>\n\n\n\n<p class=\"has-text-align-left has-tiny-font-size\"><em>* Portrait of Eric Allen Dolphy Jr. discovered via <a href=\"https://openverse.org/image/36720968-690c-4287-a2dd-619573cc23a6\">Openverse</a>. Colorization by D. Pountain; Original by F. Wolff</em>.<br>&#8220;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00/39509743850\" target=\"_blank\">eric dolphy</a>&#8221; by&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00\" target=\"_blank\">dick_pountain</a>&nbsp;is licensed under&nbsp;<a rel=\"noreferrer noopener\" href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=openverse\" target=\"_blank\">CC BY-NC-SA 2.0</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14659\";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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WP Briefing: Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\";s: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 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14697\";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:147:\"On this week\'s episode, special guest Héctor Prieto joins Josepha in a discussion about phase three and why it\'s more than collaborative editing. \";s: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:60:\"https://wordpress.org/news/files/2023/03/WP-Briefing-052.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s: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:25748:\"\n<p>On Episode fifty-two of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy and special guest Héctor Prieto as they discuss phase three and why it&#8217;s more than just collaborative editing!</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://riad.blog/2020/06/11/write-as-blocks-in-an-encrypted-collaborative-environment/\">Write as Blocks in an Encrypted Collaborative Environment by Riad Benguella</a> </li>\n\n\n\n<li><a href=\"https://github.com/youknowriad/asblocks\" data-type=\"URL\" data-id=\"https://github.com/youknowriad/asblocks\">Riad Benguella’s collaborative editing GitHub repository</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella&#8217;s WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/23129\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/pull/23129\">Block Collab: New package, a framework for collaborative editing GitHub PR</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3: Collaboration</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/48457\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/issues/48457\">Matías Ventura Quick Search GH Issue</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-day-process/\">WordPress 6.2 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\">WordCamp Europe Contributor Day Registration</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\" data-type=\"URL\" data-id=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\">WP20 Wapuu Coloring Giveaway</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14697\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]<br><br>I have with me today Hécto Prieto. You all may know him from the WordPress Slack. He recently was, I believe, a release coordinator, maybe for the last release. Was that for 6.1?</p>\n\n\n\n<p>[Héctor Prieto 00:00:51]<br><br>Yes. It was for 6.1 and also 6.0, in fact.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:54]<br><br>All right. Well, welcome to the WordPress Briefing today. How are you doing?</p>\n\n\n\n<p>[Héctor Prieto 00:00:59]&nbsp;</p>\n\n\n\n<p>Well, I&#8217;m excited to be here. I&#8217;m a longtime listener of the podcast since the first episode. So I&#8217;m super excited to be here with you today.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:06]<br><br>Yes. Longtime listener. First-time caller. All right, well, we&#8217;re gonna have a topic that just dumps you right in the soup, as they say in the United States. So we are actually here to talk about phase three of Gutenberg. It&#8217;s been a long time coming, and there are a lot of questions that folks have about what&#8217;s going into it and what&#8217;s not going into it.</p>\n\n\n\n<p>And as someone who works really closely with our Gutenberg technical architect, Matías Ventura, I figured you would be exactly the right person to come and talk about your favorite things. From your perspective, what is going to be the biggest enhancement that we start to approach in phase three?</p>\n\n\n\n<p>Like which thing, which API is gonna take the most work, do you think?</p>\n\n\n\n<p>[Héctor Prieto 00:01:53]<br><br>Well, the most work, that&#8217;s a very hard question to answer because we are still we are going to start an exploration phase to determine how far we want to go with each of these APIs. So, in general, all these APIs and these products are standalone projects. And some of them are shorter, and some of them are longer.</p>\n\n\n\n<p>I would say, in general, the real-time collaboration sounds the most technically challenging because of what it represents and all the changes needed to how we interact with WordPress from async to sync, basically. That would be the hardest part. I think there are also already a few prototypes working, but we need to see how that scales, for example.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:32]</p>\n\n\n\n<p>Yeah. So speaking of a few prototypes, I know that there are two or three different prototypes specifically for collaborative editing, but do we have people or groups, working groups in the community that have built any other prototypes? Or is it just kind of first passes at collaborative editing that we&#8217;ve seen?</p>\n\n\n\n<p>[Héctor Prieto 00:02:52]<br><br>Well, apart from Riad Benguella’s exploration, there&#8217;s a public repository with that exploration, there are a few plugins trying the same, trying real-time collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:03]<br><br>Yeah, I can think of co-blocks and as blocks, and then I feel like there was a third one.</p>\n\n\n\n<p>[Héctor Prieto 00:03:09]&nbsp;</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:09]<br><br>We&#8217;ll find the links to all these</p>\n\n\n\n<p>[Héctor Prieto 00:03:12]</p>\n\n\n\n<p>Yeah. Let&#8217;s add them to the show notes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:14]<br><br>Excellent. So that&#8217;s going to be the biggest one. Is there, of the list of APIs, and this is based on the post that Matías sent out last week. If you all haven&#8217;t seen that, we&#8217;ll put that in the show notes as well. But from the APIs that Matías sort of helped us to identify last week, is there any one that you are particularly excited about for fixing things in WordPress or just generally like an interesting topic of development for you?</p>\n\n\n\n<p>[Héctor Prieto 00:03:42]<br><br>Well, I would say all of them and how they all play together. But, if I need to pick one of them…</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:48]<br><br>Everything&#8217;s the best!&nbsp;</p>\n\n\n\n<p>[Héctor Prieto 00:03:50]<br><br>I&#8217;ll cheat anyway, and I will going to pick two out of them because they solve issues at different levels. I&#8217;m very excited about visual revisions. I think it helps a lot of users, and it affects even non-technical users.</p>\n\n\n\n<p>So it&#8217;s one of the projects that lower how hard or complex WordPress can be to use sometimes. It&#8217;s going to be a huge improvement. It&#8217;s going to, I mean, bringing blocks to the revision system. I mean, it&#8217;s just a dream come true for me. I&#8217;m also going to highlight the search everywhere or quick search feature Matías already opened an issue in the GitHub repository right now.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:28]<br><br>Mm-hmm.</p>\n\n\n\n<p>[Héctor Prieto 00:04:28]<br><br>So the idea for this product is to have a power user shortcut that opens searching, an Alfred-like or Spotlight-like interface for those familiar with MacOS operating systems.</p>\n\n\n\n<p>When you can type anything, any place you want to go, or you want to search for any specific text in a document. And it&#8217;s supposed to be your power user command tool. So that you can do most things there.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:53]<br><br>Oh, and I mean not only power user command tool, but also there are some applications there for folks who have mobility issues, people who are using primarily keyboard as opposed to keyboard and mouse, all that kind of stuff, right?</p>\n\n\n\n<p>[Héctor Prieto 00:05:07]<br><br>Exactly. And just thinking long term with the rise of AI, it could be possible even to add some natural language processing to this interface so that users could just write in, in plain text, in natural language, what they want to do, and WordPress would provide the action for them.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:23]<br><br>Very nice. My two favorites, since you gave two favorites and I can&#8217;t just give one at that point, my two favorite projects, which are also probably really, really hard projects, are those explorations around fixing notifications. That is a really big project. And one that I think that, in general, the WordPress project is going to be really excited to have some input on.&nbsp;</p>\n\n\n\n<p>And so that&#8217;s one that I really will have an eye on. And the other one that I&#8217;m going to definitely have my eye on is the media gallery redesign. I realize that this shows, between you and I, that shows our two specific focuses. Because, of course, you work directly with guiding all of our developers. And I am very much like our user advocate. And WordPress “everyman.”</p>\n\n\n\n<p>I don&#8217;t know if that&#8217;s a term that makes sense outside the US. But I do a lot of advocacy for folks who are using WordPress from the user side as opposed to from the developer side because, of course, we have a lot of excellent developers. So y&#8217;all don&#8217;t need my help with your advocacy.</p>\n\n\n\n<p>But yeah, that really shows that you and I have different focuses, which I think is good too.</p>\n\n\n\n<p>[Héctor Prieto 00:06:32]<br><br>Yes. Also, it’s worth noting that at the end of the day, any improvement we make for developers is so that developers can build better things for users. So, at the end of the day, everything is in the best interest of the users.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:45]&nbsp;</p>\n\n\n\n<p>That&#8217;s right. That&#8217;s definitely a good point. Yeah. So, a final question about this particular thing because we&#8217;re trying to keep it a little brief and also because we&#8217;ll have a few other podcasts that are specifically about phase three as our explorations get going. Final question here: If you felt like there was one API or one project in particular that could benefit from a lot of community involvement which would you guess that was?</p>\n\n\n\n<p>[Héctor Prieto 00:07:20]<br><br>I don&#8217;t think I can single out any of them. I think getting user feedback is going to be a vital part of this phase, as always. So I would encourage our listeners to just participate in discussions and provide feedback as we start releasing the first prototypes in the Gutenberg plugin. I don&#8217;t think I can pick one of them for you, completely honest.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:43]&nbsp;</p>\n\n\n\n<p>Yeah. My guess for that is going to be the rework of the dashboard, the admin, WP admin. I think that a lot of people are gonna have a lot to say about what they use it for, what they would like to be able to use it for, how to make it look more modern, how to make it feel more modern. I think that that probably is going to benefit from a lot of early testing and possibly some specific user testing around the concepts of design in there.</p>\n\n\n\n<p>And so that&#8217;s one that that I think probably is going to take a lot of feedback from the community. And community, in this case, I think, is not only our developers and designers and copy folks who are working to build the CMS, but probably also all of our folks who are extending WordPress, everybody who is working in agencies, things like that.</p>\n\n\n\n<p>[Héctor Prieto 00:08:35]<br><br>Hmm, well, if I need to pick one, I would say the publishing flows could use also lots of feedback and testing because we are going to implement editorial requirements and customized user flows. And, of course, there are many, many different workflows out there that we might not be able to think of ourselves.</p>\n\n\n\n<p>So just imagine the sheer amount of different use cases. There&#8217;s going to be, or there currently is with customizations of third-party plugins. So, yeah. I would like to listen to how people would like the publishing flows to be. What are the specific use cases?&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:09]<br><br>So really, just everything, we need a lot of user feedback on everything.</p>\n\n\n\n<p>[Héctor Prieto 00:09:13]<br><br>Yes. That&#8217;s the summary.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:15]</p>\n\n\n\n<p>I don&#8217;t think that&#8217;s a bad summary. I know that we talk a bit about how WordPress is made better by the activity of our co-creators, the people who are using the software and testing the software, and telling us how it could be better. Those are the groups of people that make sure that we are the best version or headed in the best direction on any of our things with the software.</p>\n\n\n\n<p>And so I guess it&#8217;s probably not super unusual for everyone to hear like we need your feedback on everything because that&#8217;s probably what we do half the time.</p>\n\n\n\n<p>[Héctor Prieto 00:09:44]<br><br>Yeah, absolutely.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:47]<br><br>So the publishing workflows, that reminds me that there has been a little bit of a conversation lately around the naming of this phase, basically.</p>\n\n\n\n<p>And I know that the phases don&#8217;t necessarily need names. Like that&#8217;s why they&#8217;re numbered, and that&#8217;s a great idea. Like numbers are wonderful ways to reference things, but it also is just easier to reference it in kind of general conversation.</p>\n\n\n\n<p>So the first phase was easier editing, and it really focused on the editing experience itself. The second one was customization, and now the third phase has been called collaboration for quite a bit of time.</p>\n\n\n\n<p>But as we got closer and closer to this phase and we had more and more conversations that were coming out of phases one and two, it became really clear that really what we&#8217;re looking at here is more around workflows. And I love that that is an option for how to refer to this. Probably that&#8217;s how I will refer to it for most of the time that I talk about it as we are looking at phase three. </p>\n\n\n\n<p>Because I remember that when we were first building the prototypes of Gutenberg, one of the big flags that I had was that breaking changes are not just about what we can see or any sort of visual regressions or what causes the white screen of death. Also, some of the things that are breaking changes should be considered in those workflows when we change where things are or how you accomplish a task.</p>\n\n\n\n<p>And our users weren&#8217;t ready for it. That is something that is breaking for them, right?</p>\n\n\n\n<p>[Héctor Prieto 00:11:25]&nbsp;<br><br>Yes. As you mentioned, this phase was referenced as collaboration, real-time collaboration, for a long time, but if we think of how this collaboration looks, it&#8217;s much more than just editing at the same time. A very big part of collaboration is also asynchronous collaboration by adding in-line comments and improving these notifications when you have a comment in your draft. I think the power of this phase is how everything comes together. These individual pieces come together.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 0:11:51]<br><br>Yes, and I don&#8217;t know where that first flag that sparked the discussion around, like, okay, but collaborative editing is not quite big enough and also means a bunch of different things for a bunch of different people. It depends on the size of your organization or the type of content you&#8217;re writing.</p>\n\n\n\n<p>Like, I don&#8217;t know where that conversation started. My guess is, you know, some WordCamp somewhere, and an attendee was like, did you, did anybody ever think about these problems? And then they kind of worked their way around the Make Core site or otherwise made their way around to Matias&#8217;s ears.</p>\n\n\n\n<p>But yeah, I think that was a really smart choice. And you&#8217;re exactly right, collaborative editing; that can refer to the synchronous kind or the asynchronous kind, and both of those types of collaboration are equally valuable and probably equally used.</p>\n\n\n\n<p>[Héctor Prieto 00:12:40]<br><br>Yes. And one important point to note here is that this editorial flows, and this collaboration is crucial to implement multilingualism going into phase four. We need to think that as soon as we have posts and pages in different languages, there are going to be requirements in terms of how to translate these pieces of content.</p>\n\n\n\n<p>So this will need collaboration, all forms of collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:13:02]<br><br>Yeah, absolutely. This maybe was before your time with the project, but I was team multilingual-first for a long time. Or at least thinking that we could do the multilingual part of this work alongside the collaborative editing part of the work. I&#8217;ve spent a lot of time trying to understand what we think is going in phase three versus what probably we need to be able to do as far as having native multilingual support in the project.</p>\n\n\n\n<p>And I have softened my very hard position on that. You know, we&#8217;re big fans of strong positions loosely held, strong opinions loosely held. And this was one of those moments where I had that really strong opinion that we could just do them concurrently. We can do them at the same time.</p>\n\n\n\n<p>And I think it was a conversation that you and I were having when you were pointing out the complexities of translating WordPress at all, let alone being able to translate all your content as well. And it makes a lot of sense, and you&#8217;re right. I think that there are a lot of interactions, a lot of workflows that we&#8217;re gonna have to kind of refresh or redesign or rebuild before it really makes sense for us to help make that a nice streamlined option for multilingual offerings.</p>\n\n\n\n<p>[Héctor Prieto 00:14:17]<br><br>Yes, absolutely. As a Spanish-speaking person, I&#8217;m super excited about having multilingual in Core, but I also understand that we need some tooling ready before implementing multilingual in Core.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:14:29]&nbsp;</p>\n\n\n\n<p>There are no, there really are no easy problems left in WordPress, right? Like, we all agree on this now?</p>\n\n\n\n<p>[Héctor Prieto 00:14:36]<br><br>That&#8217;s correct. And we&#8217;re creating something incrementally. If we look at the phases, they are ordered sequentially. But that doesn&#8217;t mean that when we start phase three, we are, finishing phase two completely in the same way. We have not finished phase one.</p>\n\n\n\n<p>That will be like saying, when is WordPress finished, when is the development finished? So it&#8217;s an incremental project, and it&#8217;s always going to be to need refining. So it&#8217;s of course, multilingual needs to come after collaboration because we need those tools.</p>\n\n\n\n<p>But that doesn&#8217;t mean we need to finish the collaboration phase or have it very advanced phase three before we can start phase four. That will be determined in the next month as we start explorations.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:15:17]&nbsp;</p>\n\n\n\n<p>So if you all, which I know you are, are interested in better workflows, more streamlined ways of working inside WordPress, and or interested in how we are gonna get multilingual settled in the future, this is a great time to get involved in this project and in the community. Like I said, we&#8217;ve got that post up that Matías shipped last week, which, again, if you have not read it, go read it because it&#8217;s got excellent, excellent information in there for you.&nbsp;</p>\n\n\n\n<p>Héctor, before we head out, is there anything that you wanna make sure that you let the listeners know, either about phase three or just about WordPress in general?</p>\n\n\n\n<p>[Héctor Prieto 00:15:57]<br><br>Well, tomorrow is WordPress 6.2 release day. So happy 6.2, everybody!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:04]<br><br>Happy 6.2. Oh, yeah. Yeah. Which means today is the dry run; probably in three hours, we&#8217;re doing the dry run.</p>\n\n\n\n<p>[Héctor Prieto 00:16:14]<br><br>Depends on when we&#8217;re listening to this, but yes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:18]&nbsp;</p>\n\n\n\n<p>Oh, that&#8217;s a good point. Right? Not everybody listens to this the second it becomes available. Time zones. That&#8217;s right. Oh, man. Look at us being a global project and just pretending like everybody listens to this particular thing the moment that it&#8217;s available.</p>\n\n\n\n<p>I apologize to everybody who&#8217;s listening to it after the release or in the middle of the release party or whatever you&#8217;re doing. Regardless, tomorrow, if you&#8217;re listening to it today, is the WordPress 6.2 release, and it&#8217;s gonna be great.</p>\n\n\n\n<p>Well, Héctor, thank you so much for joining me today. I really enjoyed having you on, and thanks for letting me interview you.</p>\n\n\n\n<p>[Héctor Prieto 00:16:59]<br><br>Thank you for having me. It was my pleasure to be here.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:17:10]</p>\n\n\n\n<p>So that brings us now to our small list of big things, and as is frequently the case, it&#8217;s actually kind of a big list of big things. So we&#8217;re gonna hop right in here. As Héctor and I mentioned in the episode, the release WordPress 6.2 is coming out tomorrow, depending on when you&#8217;re listening to this. If you listen to it on the 27th, it comes out on the 28th of March.&nbsp;</p>\n\n\n\n<p>If you have a chance to drop by the release party. I would encourage you to; they&#8217;re pretty interesting just to get an idea of everything that it takes to build WordPress. It is, of course, the last few hours before a release, and so you don&#8217;t get a full scope.</p>\n\n\n\n<p>But it&#8217;s always nice to see the way that everybody in the community works together, especially there in that last moment when we&#8217;re trying to package something and test it in a bunch of environments all across the world.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:18:00]&nbsp;</p>\n\n\n\n<p>I love attending those. And so I encourage it. The next episode of the WordPress Briefing is going to have the release rundown.</p>\n\n\n\n<p>I&#8217;ll go through the key features and highlights that finally made it into 6.2. The reason we don&#8217;t do those beforehand is just in case we have to remove anything at the last minute from a release. It doesn&#8217;t happen too often, but it does happen sometimes. And so, next episode of WP Briefing, that&#8217;s what we&#8217;ll be talking about.</p>\n\n\n\n<p>The next thing on my list is a new developer blog. So there is a brand new developer blog. It was launched last Wednesday. It&#8217;s a great resource for WordPress developers to stay up to date and hear the latest in the WordPress development world. And also, we had been hearing some feedback from our developers in recent years that if you are like exploring how to extend WordPress, if you&#8217;re in that group of extenders, people who are building themes or building plugins, you&#8217;ve kind of feel like you&#8217;ve lost a place where you can have those exploratory conversations.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:19:00]&nbsp;</p>\n\n\n\n<p>This is gonna be one of those places. We&#8217;ll put a link in the show notes. So far, the content that&#8217;s planned, I think, is really interesting.</p>\n\n\n\n<p>Next thing on our small list, big list, of big things is WordCamp Europe&#8217;s Contributor Day.</p>\n\n\n\n<p>So registration for Contributor Day is now open, and it does require a separate registration than regular attendance at WordCamp Europe. So if you are registered for WordCamp Europe, you already have your ticket for that, but you are not registered for Contributor Day, click the link in the show notes and come on down to spend a little time giving back to the WordPress Project.</p>\n\n\n\n<p>And the last thing on our list today is that we have a WP20 Wapuu coloring giveaway. So put on your little party hats, and grab your crayons. The 20th anniversary Wapuu coloring giveaway is here. There is an opportunity to color in your own community-driven Wapuu and tweet it to us using #WapuuWP20 for your chance to win a sweet haul of WP20 swag items.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:20:00]</p>\n\n\n\n<p>You can check out the full rules at the link in our show notes.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14697\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Introducing the WordPress Developer 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-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:\"Wed, 22 Mar 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"Developer content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14649\";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:137:\"The WordPr Developer blog, a dedicated   space to support devs, is available to help ideas sharing, ways of using new features, and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s: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:4661:\"\n<p>With much activity happening in the WordPress development space every day, keeping up-to-date with the latest updates can be challenging. The new <a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a> is a developer-focused resource to help you stay on top of the latest software features, tutorials, and learning materials relevant to the open source project.</p>\n\n\n\n<p>This blog is the culmination of a community effort that began last year. Formed by experienced WordPress community members and developers, the <a href=\"https://developer.wordpress.org/news/about/\">editorial group</a> has since worked on a wide range of content already available—from theme and block development tutorials to tips and tricks for leveraging WordPress in the site editing era.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A new home for developers</h2>\n\n\n\n<p>As a complementary resource to the WordPress documentation, the Developer Blog aims to provide a shared space to stay informed of development-related updates, keep up with ongoing discussions and ideas, and explore cutting-edge use cases.</p>\n\n\n\n<p>In other words, <strong>consider it as a central hub for developers and </strong><a href=\"https://make.wordpress.org/updates/2020/05/01/care-and-influence-a-theory-about-the-wordpress-community/\"><strong>extenders</strong></a> of different backgrounds and skill levels to learn with quality content from reliable sources, share knowledge, and drive WordPress development forward.</p>\n\n\n\n<p>True to the open source way, the blog will likely evolve. As its editors and readers learn and create more content, it will adapt in response to the needs of community members like you.</p>\n\n\n\n<p>Everyone is welcome to chime in on-topic discussions, share ideas or contribute. <a href=\"https://developer.wordpress.org/news/how-to-contribute/\">Learn more about how to get involved</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What about the content?</h2>\n\n\n\n<p>Content on the WordPress Developer Blog covers many topics, including tutorials on <a href=\"https://developer.wordpress.org/news/category/themes/\">theme development</a>, <a href=\"https://developer.wordpress.org/news/category/plugins/\">plugins</a>, and <a href=\"https://developer.wordpress.org/news/category/block-development/\">block development</a>. You can also expect posts on WordPress APIs, best practices for working with WordPress, updates on upcoming releases, and <a href=\"https://developer.wordpress.org/news/category/learning/\">learning resources</a> for beginners and seasoned developers.</p>\n\n\n\n<p>These articles offer a good hint at what&#8217;s already in store for you:</p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2022/11/17/demystifying-home-and-posts-templates-in-wordpress-theme-development/\">Demystifying home and posts templates in WordPress theme development</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2022/11/creating-themes-from-a-pattern-first-mindset/\">Creating themes from a pattern-first mindset</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\">Static vs. dynamic blocks: What’s the difference?</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/creating-custom-block-styles-in-wordpress-themes/\">Creating custom block styles in WordPress themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/whats-new-for-developers-march-2023/\">What’s new for developers? (March 2023)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sounds interesting? </h2>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/#subscribe\">Subscribe to the Developer Blog</a> to keep up with the latest content in the WordPress development space.</p>\n\n\n\n<p><em>Props for content and peer review <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/mburridge/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mburridge</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/bph/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bph</a>&nbsp;<a href=\'https://profiles.wordpress.org/greenshady/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>greenshady</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14649\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Mar 2023 17:43: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:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s: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:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14685\";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:315:\"WordPress 6.2 Release Candidate 3 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:4918:\"\n<p>It’s the final countdown: the third (and last) scheduled <a href=\"https://make.wordpress.org/core/handbook/glossary/#release-candidate\">release candidate</a> (RC3) for WordPress 6.2 is ready! </p>\n\n\n\n<p>The WordPress 6.2 release is scheduled for March 28, 2023—just one week away! Now is your last opportunity to test it before the general release.&nbsp;</p>\n\n\n\n<p>Just tuning in now? Catch up on the featured highlights, and dig into more 6.2 details in the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 RC1 release announcement</a>.</p>\n\n\n\n<p>Thanks to all the Beta and RC testers who have assisted in this release. Since <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\">RC2</a> was released on March 14, there have been about 21 issues resolved in <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=03%2F15%2F2023..03%2F21%2F2023&amp;milestone=6.2&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">GitHub</a>.</p>\n\n\n\n<p>Your feedback and help in filing bug reports keep the WordPress experience stable, smooth, and delightful. It’s critical work and a great way to contribute to the project.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to install RC3 for testing</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC3.zip\">RC3 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-RC3</code></p>\n\n\n\n<h2 class=\"wp-block-heading\">A shout out to plugin and theme developers</h2>\n\n\n\n<p>Your products are the reason WordPress does so many things for more people across the world. As you test your latest versions against RC3, make sure you update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for more details about the major changes in this release.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Keep WordPress bug-free—help with testing</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If you’re new to testing, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> can help you get started.&nbsp;</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Wow, we’re oh so close<br>Test, test. Get it out the door.<br>Please no RC 4.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14685\";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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2023 17:59: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:8:\"category\";a:6:{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:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s: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:3;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;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:5;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14640\";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:315:\"WordPress 6.2 Release Candidate 2 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC2 on a test server and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:4681:\"\n<p>Here it is: the second release candidate (RC2) for WordPress 6.2 is ready! </p>\n\n\n\n<p>WordPress 6.2 is scheduled for release on March 28, 2023—which is only two weeks away. Now is your perfect opportunity if you haven’t tried it out yet. Your feedback and help filing bug reports are what keep the WordPress experience stable, smooth, and delightful. It’s important work and a great way to contribute to the project.&nbsp;</p>\n\n\n\n<p>Thanks to everyone who tested the Beta and RC releases so far. Since RC1 was released on March 9, there have been about 36 issues resolved in <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=03%2F07%2F2023..03%2F13%2F2023&amp;milestone=6.2&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">GitHub</a>.&nbsp;</p>\n\n\n\n<p>Catch up on the featured highlights, and dig into more 6.2 details, in the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 RC1 release announcement</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to install RC2 for testing</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC2 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC2.zip\">RC2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-RC2</code></p>\n\n\n\n<h2 class=\"wp-block-heading\">A shoutout to plugin and theme developers</h2>\n\n\n\n<p>Your products are the reason WordPress does so many more things for more people across the world. As you test your latest versions against RC2, make sure you update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for more details about the major changes in this release.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Join the bug hunt—test, test, test</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If you’re new to testing, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> can help you get started.&nbsp;</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Listen, we are close<br>One step to final RC<br>Breathe, and keep going</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a></em></p>\n\n\n\n<p><em>Haiku by <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WP Briefing: Episode 51: Is Routine a Rut?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2023/03/episode-51-is-routine-a-rut/\";s: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 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14621\";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:103:\"Join Josepha as she discussed the benefits of routine and what role it plays in the WordPress project. \";s: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:60:\"https://wordpress.org/news/files/2023/03/WP-Briefing-051.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s: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:9299:\"\n<p>On Episode fifty-one of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy as she makes a case for why routine is a good thing&#8211; in life and in the WordPress project. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/wordpress-6-2-rc1-postponed-additional-beta-5-added/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2023/03/06/wordpress-6-2-rc1-postponed-additional-beta-5-added/\">Beta 5, Additional Beta Released</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2, Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wp20-celebrations/\" data-type=\"URL\" data-id=\"https://wp20.wordpress.net/wp20-celebrations/\">Join WordPress 20th Anniversary Celebrations</a></li>\n\n\n\n<li><a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\" data-type=\"URL\" data-id=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\">Organizing Diverse and Inclusive WordPress Events</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">Events News Widget Modification Proposal</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14621\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:29]</p>\n\n\n\n<p>All right, my WordPress wonders; it&#8217;s time to join me for one of my gentle rants on basic leadership principles. Today we&#8217;re talking about the importance of routine and predictability in everyday life. But don&#8217;t worry, I&#8217;m gonna tie it all together with WordPress, too. So by now you&#8217;re probably aware that I don&#8217;t really consider myself one of those “born leaders.”&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:00]&nbsp;</p>\n\n\n\n<p>Over the years, I&#8217;ve put a lot of effort into researching characteristics of good leaders and general leadership methods overall. But one of the things I encountered early on in my leadership learning journey was the concept of routine.</p>\n\n\n\n<p>As with most leadership practices I hold, routine has more than one purpose. From a very pragmatic standpoint, routines provide predictability and the more predictable something is, the lower the cognitive load becomes, which in turn lets you use your thinking power for something better. For instance, if you know that in every check-in with your team lead, she&#8217;s gonna ask you what you were proud to have shipped last week, what you want to ship next week, and what things stand in the way of your plans, then you know that that is what you have to prepare for.&nbsp;</p>\n\n\n\n<p>The knowledge work, the thinking part. The thinking part stops being, what is my team lead going to ask me and starts being what is the problem that she can help me solve?&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:00]&nbsp;</p>\n\n\n\n<p>But from a more human standpoint, that kind of predictability helps us to understand when something that happened is out of the ordinary. Whether it&#8217;s a notification of a comment left on your blog or syntactical highlighting that lets you know that you&#8217;ve written something that&#8217;s out of voice or against grammar standards, it just lets you know that something is unusual there and deserves your attention.&nbsp;</p>\n\n\n\n<p>Now for me, this has a lot of applications across the WordPress project. There are the obvious things like the cadence of our major release cycles or our notification system, which honestly could use a bit of TLC, a little bit of elbow grease.</p>\n\n\n\n<p>But there are also less obvious things that this idea still applies to simply because of the way our brains work, the information architecture on our sites, for instance. It should make sense visually and semantically because that makes it easy for us to skim and predict where the highest value content is for us. Or the user interface across the back end of our software.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:00]&nbsp;</p>\n\n\n\n<p>Having familiar tasks or actions across any type of content or area of content makes it easier for a site maintainer to flow from one area of a site to the next, fixing things as they find them without necessarily having to stop and put down their hammer and pick up a screwdriver or whatever metaphor works for you. Or if you&#8217;re doing more nuanced work, like put down your timpani mallets and pick up your xylophone mallets.&nbsp;</p>\n\n\n\n<p>So, yeah, consistency. Consistency is the topic of today&#8217;s gentle rant. I get really worked up about it because I feel like consistency ends up being this euphemism for being boring. But I honestly believe that it&#8217;s the consistency and the dependability that make it clear what is supposed to be exciting, the things that are different enough that they merit our attention.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:38]&nbsp;</p>\n\n\n\n<p>Which, fortunately, now brings us to our small list of big things. It&#8217;s actually a pretty big list today and also a bunch of pretty big things. So first thing to know, there was an additional beta added to this release cycle.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:00]&nbsp;</p>\n\n\n\n<p>It was beta five; it came out last week, I think. There was a bit of a regression that we worked our way through. And so RC1, release candidate one, is going to be postponed a little bit because of that. But don&#8217;t wait until RC to start testing, obviously RC is tomorrow, so that means you get to test, like, today!</p>\n\n\n\n<p>The second thing on our small list of big things is that we have the WordPress 20th anniversary coming up. That&#8217;s May 27th. And you can join in the celebrations. So at WordPress&#8217;s 10th anniversary and 15th anniversary, we had like a big, ongoing global set of parties, like Meetup events got together and made cakes, or did a concert, or did a hackathon for various reasons.</p>\n\n\n\n<p>Like they all got together on May 27th or thereabouts and did some really fun, like celebration of how far WordPress has gotten them and how far they hope to be able to go with WordPress.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:00]&nbsp;</p>\n\n\n\n<p>So if you are from the before times WordCamp kind of organizing timeframe, you know that we always consider WordCamps to be like an annual celebration of the excellence of your community and how much you all come together and how different you are as part of this overall big WordPress-y thingy.&nbsp;</p>\n\n\n\n<p>All right. Third item that we have is that, I know that I mentioned this in the last WP Briefing as well, but we have another session of the diverse and inclusive WordPress events coming up that&#8217;s happening on March 16th. So coming up really fast, we&#8217;ll put a link to that in the show notes as well.</p>\n\n\n\n<p>And the final thing, I don&#8217;t remember what list number we&#8217;re at, but the final thing is that there is a proposal out there right now to modify the events and news widget that we use inside the WordPress dashboard. If you&#8217;re not familiar with it, it is a place where all of the local-to-you Meetup events get listed.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:00]&nbsp;</p>\n\n\n\n<p>It&#8217;s where all of the news items from various WordPress media outlets get published. We just have a link to it there. And so, we would like to make some changes to that so that we&#8217;re able to include not only specific location types of events but also events that are location agnostic because they&#8217;re online but might have a specific, identifying niche that you particularly find interesting.</p>\n\n\n\n<p>So it might be for Spanish speakers or for women in particular, or whatever it might be. There&#8217;s a proposal out for that. We&#8217;ll put a link to that in the show notes as well.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14621\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2023 17:39:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14619\";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:316:\"WordPress 6.2 Release Candidate 1 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC 1 on a test server and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10157:\"\n<p>WordPress 6.2’s first release candidate (RC1) is here and ready for testing.</p>\n\n\n\n<p>Reaching this part of the release cycle is a key milestone. While we consider release candidates ready for final release, additional testing and use by the community can only make it better.</p>\n\n\n\n<p>The official release of 6.2 is just three short weeks away on March 28. In open source, we say with <a href=\"https://en.wiktionary.org/wiki/given_enough_eyeballs,_all_bugs_are_shallow\">many eyes, all bugs are shallow</a>, so we ask everyone across the WordPress ecosystem—theme and plugin developers, educators, agencies, and creators—<a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">to jump in and help test</a>.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC1.zip\">RC1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">wp core update --version=6.2-RC1</code></pre>\n\n\n\n<p><em>First-time tester? <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">Here&#8217;s a guide to getting started</a>.</em> </p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.2 RC1</h2>\n\n\n\n<p>This release includes over 900 enhancements and fixes and is the first major release of 2023.&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">Gutenberg commits on GitHub</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=2023-02-21..2023-03-01&amp;milestone=6.2&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Core Trac Tickets</a></li>\n</ul>\n\n\n\n<p>WordPress 6.2 comes packed with enhancements to make everything you do smoother, faster and a little more inspired:</p>\n\n\n\n<ul>\n<li>A refreshed Site Editor for easier template browsing</li>\n\n\n\n<li>A new sidebar experience in the Navigation block for simpler menu management</li>\n\n\n\n<li>Reorganized block settings with separate tabs for Settings and Styles</li>\n\n\n\n<li>New inserter design that lets you add Media—including Openverse and its more than 600-million-item catalog, plus your entire Media Library—and better categories</li>\n\n\n\n<li>More header and footer patterns for block themes</li>\n\n\n\n<li>A new Style Book that shows your entire site’s look and feel all in one place</li>\n\n\n\n<li>New controls to let you copy and paste block styles for faster, simpler design across your whole site</li>\n\n\n\n<li>Custom CSS you can add for those finishing touches, per block and globally</li>\n\n\n\n<li>Sticky positioning to keep important blocks fixed when scrolling</li>\n\n\n\n<li>Distraction Free mode for moments you want to focus on writing</li>\n\n\n\n<li>New options that let you import certain widgets from classic to block themes</li>\n\n\n\n<li>The removal of the Site Editor’s beta label—welcome to the next generation of WordPress</li>\n</ul>\n\n\n\n<p><em>Want to see some of these featured highlights in action? Check out the <a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">WordPress 6.2 Demo</a> recorded March 2, 2023.</em></p>\n\n\n\n<p>Do you crave a deep dive into tech specs? These recent posts cover a few of the latest technical updates. This is not an exhaustive list, but it should get you started:&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/patterns-api-expanded-to-include-template_types-property/\">Patterns API expanded to include template_types property</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNP\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qR8\">Shadows in Global Styles</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qME\">Introducing the HTML API</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qM4\">Miscellaneous Editor Changes</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNm\">Custom CSS for global styles and per block</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qLf\">Google Fonts are included locally in bundled themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qPp\">Enhanced accessibility</a></li>\n\n\n\n<li>And much, much more</li>\n</ul>\n\n\n\n<p>These are also compiled into a <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">comprehensive WordPress 6.2 Field Guide</a>.&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Let&#8217;s go on a bug hunt!</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If it’s your first time, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> is a great resource to lean on.&nbsp;</p>\n\n\n\n<p>From a global perspective, every time you test a pre-release version, you help secure the future of WordPress. How? By helping the community prove the software is stable, easy to use, and as bug-free as possible.&nbsp;</p>\n\n\n\n<p>Want to know more about testing releases in general? You can follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Interested in the details on the latest Gutenberg features? Find out what’s been included since WordPress 6.1 (the last major release of WordPress). You will find more details in these <em>What’s new in Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/\">15.1</a>, <a href=\"https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/\">15.0</a>, <a href=\"https://make.wordpress.org/core/2023/01/04/whats-new-in-gutenberg-14-9-4-january/\">14.9</a>, <a href=\"https://make.wordpress.org/core/2022/12/22/whats-new-in-gutenberg-14-8-21-december/\">14.8</a>, <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">14.7</a>, <a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/\">14.6</a>, <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">14.5</a>, <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">14.4</a>, <a href=\"https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/\">14.3</a>, and <a href=\"https://make.wordpress.org/core/2022/09/30/whats-new-in-gutenberg-14-2-28-september/\">14.2</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A special thanks to WordPress plugin and theme developers</h2>\n\n\n\n<p>Do you build plugins and themes?&nbsp;Your products play a special role in helping WordPress do more things for more people across the world. In turn, more people in the WordPress Community mean a bigger, more robust open web.</p>\n\n\n\n<p>Chances are, you have already been testing your latest versions against the WordPress 6.2 betas. With RC1, you will want to finalize your testing and update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2.&nbsp;</p>\n\n\n\n<p>If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.2 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hungry for even more?</h2>\n\n\n\n<p>Want to know more about what went into the making of WordPress 6.2? Please check out the <a href=\"https://make.wordpress.org/core/6-2/\">6.2 release cycle</a>, the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>, or search for <a href=\"https://make.wordpress.org/core/tag/6-2/\">all things 6.2 related</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Another haiku for 6.2—it’s tradition!&nbsp;</h2>\n\n\n\n<pre class=\"wp-block-verse\">Beta has left us<br>The code sings such happy songs<br>Six point two RC</pre>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: </em><a href=\"https://profiles.wordpress.org/laurlittle/\"><em>@laurlittle</em></a><em> </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">@jpantani</a>. Haiku by @<a href=\"https://github.com/nomad-skateboarding-dev\">nomad-skateboarding-dev</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14619\";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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Your WordPress 6.2 Preview\";s:7:\"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:62:\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\";s: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 Mar 2023 17: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14573\";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:179:\"Watch this ‘live product demo’ recording with release squad members Anne McCarthy and Rich Tabor as they share exciting enhancements anticipated for the WordPress 6.2 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:67367:\"\n<p>On March 2, release squad members <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> and <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> presented a live product demo of all the delights coming in WordPress 6.2, set to release on March 28, 2023.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-videopress wp-block-embed-videopress\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"VideoPress Video Player\" aria-label=\'VideoPress Video Player\' width=\'500\' height=\'315\' src=\'https://video.wordpress.com/embed/5nQlEknZ?at=31&amp;hd=1&amp;cover=1\' frameborder=\'0\' allowfullscreen allow=\'clipboard-write\'></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1674852142\'></script>\n</div></figure>\n\n\n\n<p>A first-of-its-kind event in the world of WordPress releases, the showcase was moderated by fellow community member <a href=\"https://profiles.wordpress.org/njwrigley/\">Nathan Wrigley</a> and joined by nearly 90 participants.&nbsp;</p>\n\n\n\n<p>During the demo, Anne and Rich highlighted some of the new features and enhancements that will continue to revolutionize the way you interact with WordPress. They gave a quick tour of the Site Editor’s refreshed interface, which lets you browse and preview templates before editing. They also covered all the new and highly anticipated ways to manage styles, as well as improvements to the Navigation block, new collections of header and footer patterns, the new distraction-free mode for focusing on writing, and plenty more.&nbsp;</p>\n\n\n\n<p>It was a jam-packed hour that sparked plenty of excitement—and a lively question and answer session that wrapped up the event on a high note. The presenters weren&#8217;t able to answer all the questions that were posed so they were <a href=\"https://a8c.slack.com/archives/C04S7RYK0F3/p1678330454722129?thread_ts=1678330090.320659&amp;cid=C04S7RYK0F3\">collected and answered in a follow-up post</a> on <a href=\"https://make.wordpress.org/core/\">Make.Wordpress.org/Core</a>.</p>\n\n\n\n<p>Watch the recording of the live demo in case you missed it, or want to relive the moment (and the funky fresh demo site designed by Rich). You can find a full transcript of the live demo below.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Referenced Resources</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/2https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/%201/6-2-live-product-demo/\">Live demo announcement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">6.2 release roadmap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Wrapping Phase 2 of the Gutenberg project</a><strong>&nbsp;</strong></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/\">6.2 release enters Beta 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">Beta 4 and the latest call for testing</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/47043\">Fixed/sticky positioning GitHub issue</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></li>\n\n\n\n<li>FSE theme developers on Twitch: <a href=\"https://www.twitch.tv/daisyonwp\">daisyonwp</a> and <a href=\"https://www.twitch.tv/ryanwelchercodes\">ryanwelchercodes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></li>\n\n\n\n<li><a href=\"https://github.com/annezazu\">Anne McCarthy on GitHub</a></li>\n\n\n\n<li>Learn WP workshop: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/291813021/?isFirstPublish=true\">How to create a website on mobile</a></li>\n</ul>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> and <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> for co-authoring and editing this post, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, and <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a> for captioning, and <a href=\'https://profiles.wordpress.org/robinwpdeveloper/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>robinwpdeveloper</a> for uploading the recording files to wordpress.tv.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14573\"></span>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>Nathan Wrigley </strong>0:22  <strong>\n</strong>How are we doing? Should we go for it?\n\n<strong>Anne McCarthy  </strong>0:24  <strong>\n</strong>I think we can start.\n\n<strong>Nathan Wrigley </strong> 0:26<strong> \n</strong>Why not? The recording has started. So let\'s get, let\'s get cracking.\n\nHello, welcome everybody to the WP 6.2 Live Demo outline. I\'m Nathan Wrigley. I do a few things around the WordPress community, mainly to do with video and podcasting and things like that. But it\'s not about me.\n\nToday, we\'ve got two fabulous guests. We\'ve got Anne McCarthy and Rich Tabor, and they\'re going to do a full on Product Demo. It\'s a little bit unlike things that you may have seen, because in the more recent past, lots of new features have been added. And so Rich, and Anne are going to spend the time on the screen in a moment, and they\'re going to show you all of the bits and pieces that you may find dropping into a WordPress install near you. Let\'s hope. There\'s been a lot that\'s been happening, so there really will be probably 20 or 30 minutes of live demos, so look forward to that. I\'ve got to get them to introduce themselves in a couple of moments.\n\nJust before that, though, a little bit of housekeeping. This is going to be recorded, so if you have to drop out halfway through and go elsewhere, completely fine. It\'s going to be posted at the Make/Core website, but it will also come fully complete with a transcript as well. So, if that\'s something that you\'re looking for, that will all be there. Also to say that if you want to post any questions, we\'d love that. In fact, there\'s a whole portion at the end when Rich and Anne have finished speaking, where we\'re going to field questions toward them. Now there\'s really two places to do that. If you\'re live with us on Zoom, then if you hit the Q&amp;A button at the bottom of the screen and post your questions in there, I guess specifity... specific... Whatever that word is, be specific. Help us out. Tell us exactly what you want to know and we\'ll get the questions to them. The other way to do that is to go into Slack. And there is a channel in there, #walkthrough. And if you want to post any questions in there as well, that would be great. So yeah, just to recap, Q&amp;A button if you\'re in Zoom, and use the Slack #walkthrough channel, if you are in the Making WordPress Slack. Okay, right. I think we\'ll take you guys one at a time if that\'s alright. First off a little bit of an introduction from both of you. Let\'s begin with with Anne McCarthy, shall we? Hello, Anne!\n\n<strong>Anne McCarthy  </strong>2:42<strong>\n</strong>Hello, hello. It\'s so good to be back on literally any sort of live stream with you.\n\nI appreciate that you\'re a part of this\n\n<strong>Nathan Wrigley </strong> 2:48<strong> \n</strong>Yeah, that\'s really nice.\n\n<strong>Anne McCarthy  </strong>2:49<strong>\n</strong>Well, I\'m Anne McCarthy. I\'m a product wrangler at Automattic. I live in Seattle. I also run the FSE Outreach Program, which is basically dedicated to testing all the latest and greatest of WordPress, which is part of why I\'m so excited to be part of this demo, is because so much neat stuff has come through this that I\'ve had the privilege of going through a little bit early on with the ever growing calls for testing. So that\'s a little bit about me, I\'ll pop it over to Rich.\n\n<strong>Nathan Wrigley  </strong>3:17<strong>\n</strong>Yeah. So Rich, if you want to take the baton there.\n\n<strong>Rich Tabor  </strong>3:21<strong>\n</strong>Yeah. Hey, everyone. I\'m Rich Tabor. I\'m a product manager at Automattic. And I work on WordPress and Gutenberg, in particular. From a little bit south of Atlanta, Georgia, in the US, and been building and tinkering with WordPress for I think, close to 11 years now. So it\'s, it\'s been a good run, and I\'m super stoked about where things are heading.\n\n<strong>Nathan Wrigley  </strong>3:43<strong>\n</strong>Yeah, and things definitely have been moving in a very much a forward direction, WordPress, 6.1. And WordPress 6.2. There\'s so much clear blue sky between the two of them. I think probably the best thing at this point is if we can have it, I don\'t know what whose screen is coming on. I think it might be Rich\'s, or maybe it\'s Anne\'s, I don\'t know.\n\n<strong>Rich Tabor  </strong>4:00<strong>\n</strong>Yeah.\n\n<strong>Nathan Wrigley  </strong>4:01<strong>\n</strong>If we can get that screen shared, then I will slide my way out of this call and say, Rich and Anne, it\'s... it\'s over to you. I\'ll be back soon as you\'re finished for any Q&amp;As.\n\n<strong>Anne McCarthy  </strong>4:14<strong>\n</strong>Awesome. Thank you.\n\n<strong>Rich Tabor  </strong>4:17<strong>\n</strong>Alright, everybody can see my screen right now?\n\n<strong>Anne McCarthy  </strong>4:19 <strong>\n</strong>Yes. Rich did an excellent job designing this. I do want to call this out that I love, absolutely love this.\n\n<strong>Rich Tabor  </strong>4:26<strong>\n</strong>Thanks, Anne. Yeah, this is actually running Twenty Twenty-Three. So it\'s kind of showcasing some of the things you can do just with the core theme. And some of the design tooling that we are, that has been built into 6.2. So this view here is the site editor. So I\'m going to orient you here. There\'s one big change here in particular, I want to call out visually, is this idea of the frame here on the right, and this will pull up the local template. So I\'m looking at my homepage of the site right now. If I navigate into other templates, I can pull those up here on the right as well. And then you can also navigate template parts. So this part\'s not very new to 6.2. But the idea of zooming in on different template parts and templates and having them appear here in the frame is. And that\'s important because of this concept of browse mode. And this is where you could dive into an actual page from the site editor. So here, I just pulled up the about page of the site, and I can click into it and actually start making changes. Now, the changes here within the post content block are going to be relative to this about page. But I can also modify the template which then changes the about, or changes the page on any instance of this particular template. So it\'s a new concept and how we can browse the site. But it\'s a very powerful, and really the first iteration of that way of managing a site.\n\n<strong>Anne McCarthy  </strong>5:50<strong>\n</strong>And also lightly introduced content editing in the site editor, as you mentioned. So it\'s a kind of a neat merging of the two worlds, which I know folks have long been wanting to see that unified. And same with the frame, it kind of adds a nice layer where instead of just being dropped in, like before, you kind of are given a more zoomed out view, which I think helps address a lot of the feedback that we saw around the orientation when you\'re entering the site editor.\n\n<strong>Rich Tabor  </strong>6:12 <strong>\n</strong>Yeah, exactly. And really, if we think a little bit further out than 6.2, this could also house setting to use. So we do have, you know, one view here that that is relative to 6.1, where you can see all of your different templates. But imagine if we had any other different types of settings and controls and different pages loaded within here, doesn\'t have to be just the front end templates and renders of your site.\n\nAlright, so we\'re gonna dive into this here. So you can go into it just by clicking on the frame. I\'ll do that one more time just to show, you just click on it. And now you entered right into it. You can edit it right off, so we can make changes, just as if we zoomed into it in the other way in 6.1. And then we have a bunch of styling tools that have been added to 6.2, so I want to kind of hone in on these. Like, this panel itself is not new. We have style variations, you can zoom in here, we\'ve got this new zoomed out view, where you can apply different ones at a time. And then we also have this icon here, which triggers the style book. Now the style book is a very interesting tool here that really lets you customize the theme\'s style guide, essentially. So I can go through each of these tabs, which are relative to the block categories, and see all of the blocks loaded on this particular site. So right here, I\'ve got like Button blocks and Columns block and whatnot. So if I click on one of these, it\'ll pull up the Style panel of that particular block. And then when I make changes over here, these are applied globally throughout my entire site. So if I want to change the way this button looks, let\'s say we do some smaller tags, maybe we\'ll add a little bit of letter spacing, and maybe make it capitalized. See, it\'s getting applied everywhere that the button is used. Also do some changes here to padding, perhaps. We\'ll do something custom here. I think that looks nice. And now...\n\n<strong>Anne McCarthy </strong> 8:13\nReal quick while you\'re doing this, I wanted to note that like this is something that folks have really struggled with previously with the site editor, where if you\'re editing a block that isn\'t in the template already, you\'re not able to see this. So as Rich is showing, you can actually look at any block that\'s being used in your theme and see how the change that you\'re making in styles will impact that. Where before, if the block wasn\'t present in that template that you were editing, it was hard to know exactly what was happening. And so now you have both the style book and this inline preview that you see in the Style section to rely upon, which is pretty neat.\n\n<strong>Rich Tabor</strong>  8:43\nYeah, exactly. And really, you could theoretically go in and design your entire theme with the style book. Now, I know there\'s some advantage to design in context of pages and whatnot. And I\'ll go into that in a bit. But the idea is that you really can quickly browse through all of the different blocks and tighten up what you want to within these controls. And it\'s not limited to the standard variation as well. There\'s also these style variations of each block that you can now manipulate as well. So we\'re gonna go in, say, we\'ll change the radius of this one. So we want it to be sharp like our other button. But we have these new controls. Like, this is a shadow control we\'ve added in 6.2, where you can apply, say, like this shadow here might be nice. This one here, and so some fallback shadows, within core that a theme can provide as well, its own values. But this now will apply for every single variation of the outline on my site here.\n\n<strong>Anne McCarthy  </strong>9:39 \nAnd you\'ll notice that it\'s not in the style book right now. And that\'s just part of the future feature development is showing the variations of blocks as well.\n\n<strong>Rich Tabor </strong> 9:47\nExactly, yes, I would imagine that this would this would show up the variations of the button block, yeah. Which is a nice way to really customize these, like it used to be only CSS would be used to manipulate these variations here. And now it kind of abstracts that away and you can do it within the editing experience. That\'s really nice. It really is. There\'s also this idea of block CSS, so you can add custom CSS that is scoped to a particular block. So if I add CSS here, it\'ll be applied for the button block wherever it\'s used. Now, I wouldn\'t recommend using additional CSS in most cases. I would, I would suggest using all the different controls that we\'ve built, that are built into 6.2. But the idea of using CSS to add a little pizzazz to this particular button block is fine. But just with that caveat that you wouldn\'t want to use it exclusively. Like I wouldn\'t apply a background color via CSS, I would rather use the background elements color here. There\'s also additional CSS, which emulates what was previously in the customizer. So we do have site wide CSS that can be applied within the site editor and also on the front end of your site. Again, I wouldn\'t emphasize using this exclusively, as there are a lot of new design tools that I would explore first, from the top level styles here where you can apply colors to the background, text and buttons. But if there was anything extra you wanted to add, you could do so within the stylesheet here.\n\n<strong>Anne McCarthy </strong> 11:21\nAnd I\'ll note we\'d love to hear feedback if there are certain things that you\'re repeatedly adding custom CSS for. So either commenting on a currently open issue, or if you don\'t find one, opening an issue would be super helpful, because it\'s neat to see what folks are using for CSS so we can fill those gaps.\n\n<strong>Rich Tabor </strong> 11:36\nYeah, exactly. So that\'s the global Style panel here. But there are some quite a few other improvements along with styling. So the first is the idea of pushing styles globally. So if I\'m in here, and I\'m designing, let\'s say I want to add a radius, I want to do some different typography as to appearance like this, like bold, italic look. And then we\'ll also...\n\n<strong>Anne McCarthy  </strong>12:07\nThat\'s cool.\n\n<strong>Rich Tabor  </strong>12:07\nThanks. Also, let me make the letter spacing, maybe we\'ll make it a little bit bigger, actually, and then, I think that\'ll work. Do these changes here and see I\'ve just styled this one particular block this button up here. And this button down here is still using the global styles that we designed earlier. But now I can go through my settings panel here and hit Apply globally. And I\'m going to here so we can see that happen. The styles are now pushed globally to all the other blocks. So this is really helpful for when you\'re designing in flow. And you don\'t necessarily want to abstract out into the style book and you want to push your changes that you just did here, because you like the way the button looks and want those applied everywhere, all at once. I think this is really powerful way to to quickly design within the editor. Another tool that is quite useful, I\'m going to take this heading here and manipulate this. It\'s the idea of copying and pasting styling. So we\'re going to use that same bold italic look, maybe we\'ll make that a little smaller, we can even manipulate this size to be a little bigger. Now we go here to copy styles. And then I can come all the way down here to this other heading that\'s very similar, and paste it in. And there we have that style applied just to these two headers. And you would do this when you don\'t necessarily want every single heading to have this effect. But perhaps there are like elements on this page that you want to push those changes to, specifically. So copying and pasting allows you to be very granular, whereas applying styling globally, lets you be more of a holistic design experience for pushing styles. Another neat...\n\n<strong>Anne McCarthy  </strong>13:57 \nOh, real quick, I just wanted to know like I think one of the things that\'s interesting is, as we\'ve added more design options to blocks like this is part of the experience of scaling things and making it easier to use. So when we think about like intuitive and delightful. Some of these tools coming into 6.2 really take you know, the tons of design tools that we\'ve added over the last couple releases and makes it easy so you can actually tweak things and then reuse. So I think that\'s one of the things I want to call out is it\'s kind of this crescendo. Where now the tools that are coming to 6.2 to really ease the experience and allow you to do a lot of neat stuff where rather than having to re-tweak everything through every single heading block. A lot of stuff is used. So...\n\n<strong>Rich Tabor  </strong>14:34\nYeah, exactly. WordPress is moving towards a design tool and less of like, what you see is what you can only have. It\'s more of an expression of creativity and it really does open up the doors for for designing beautiful pages on the web. I think it\'s really powerful.\n\nAnother cool bit that we\'ve added is the idea of sticky positioning. So headers would be nice sometimes if they stick to the top, so for top level group blocks, this is a group block here, there\'s this new position attribute where you can assign it to sticky. And as you can see, right in the editor, it\'s already showing me that this is sticky on the front end. And also here as well. It\'s only available for top level blocks for now, there\'s still some some odd stuff to figure out on how we communicate when something is not going to stick due to the the parent height of the elements around it. But for top level, it\'s still fine. So we have it here. But there are some iterations that are already happening for the next release that will kind of bring this into more, bring some more capabilities to this particular feature.\n\n<strong>Anne McCarthy  </strong>15:44 \nYeah, and I\'m very excited because one of the things I wanted to briefly call out was the how the header, the template part has that purple. So another neat thing coming to this release, that was a big part of feedback for the outreach program was having to look parts and reusable blocks having a different coloring, because there are different kinds of blocks are synced across the site, when you make little changes and impacts everything everywhere. So that\'s another neat thing that\'s coming with this release, is that you can kind of see those a bit differently in the List view as well as when you\'re in the editor. I see Nathan has his hand raised. Is that intentional? Oh, it\'s removed. Okay.\n\n<strong>Nathan Wrigley </strong> 16:23 \nIt was not intentional. That\'s my mistake. I\'m sorry.\n\n<strong>Rich Tabor </strong> 16:28 \nYeah, it helps you see quickly too like, what is the template part, particularly for headers and footers, it makes it easier to browse quickly.\n\nSo speaking of template parts, and patterns in particular, so headers and footers, are new patterns added within WordPress 6.2. And now that they\'re loaded, actually from the pattern directory, which is kind of neat. And I\'m going to show you how to replace a footer with one of those other patterns. So if you have your footer template parts selected, you can go to replace footer. Now this flow is not new to 6.2, but it\'s going to call out these other improvements. And then you just click one there, and you have it loaded here, that\'s the site logo that I\'m using up here as well. And you can modify this text without having to do any any funky PHP filters or moving actual templates. And if you want to change it again, you go back to replace say, let\'s pick this other one, let\'s try this one. It\'s kind of nice. And there\'s this focus view, or you can zoom in to just the footer itself. You can even check the responsiveness of it and see how it, how it reacts on mobile, and make any of your changes here and have those persist over to the actual template whenever you close it out. It\'s a nice way to really kind of clean up the editing experience. So you\'re not seeing this entire group of groups and instead kind of focusing on what you\'re actually wanting to complete. You can do the same for the header as well.\n\n<strong>Anne McCarthy  </strong>18:01\nYeah, and as Rich mentioned, there are some new patterns that are being bundled from the directory, which I think are really extensive. Regardless of what theme you\'re using, there\'s going to be some pattern for group patterns that help democratize design where you can use them in anything.\n\n<strong>Rich Tabor  </strong>18:15\nYes, that\'s right. All right. So navigation. Navigation has gone under a... quite a bit of work in the last a couple of months. And really, this is all about trying to make it easier to manage your site\'s navigation and also add pages and links and then even styling. So there\'s this new dedicated list view for the navigation block. So it\'s essentially emulating a little bit of what\'s available over here except for you had to kind of get down to it. Now it brings it top of mine and the surface area here. You can drag them around, move them up and down, even add submenu links and remove them as well. And then you can style it like normal. And now apply different styles via the styles tab to the block itself, or even individual page links and whatnot, you can dive into them and manage them all from here, instead of having to only manage them from up here. This really kind of abstracts the complexity from from this particular canvas interface into a more familiar interface here on the sidebar. It\'s really a great effort. And it\'s it\'s taken some time to refine but it\'s getting there and it\'s feels a lot nicer.\n\n<strong>Anne McCarthy  </strong>19:30 \nYeah, there\'s been a lot of good feedback about this as well just because it kind of is meant to marry the classic experience with bringing blocks into it. So it is in addition to being edit, editing on canvas, so if you really want to continue to edit as a block you still, you can continue to do that. But it does add a nice interface and the block settings where you\'re able to do it. And I\'ll briefly call out here the split settings, which we\'ll probably talk about later. But you\'ll see here for more complex blocks, there\'s some nice split settings making it a little bit easier, more intuitive to go through.\n\n<strong>Rich Tabor </strong> 20:02\nYeah, that\'s right. And if you take a look at navigation here, this is very similar to this component added here. And, and that\'s, that\'s purposeful, we want it to look and feel familiar. Either way you\'re managing navigation. So you can also add some menu items here, remove them and drag them around and reset them here, as well as browse into the individual pages. So that\'s what I have for the site editor portion of the demo. And did you have anything else you wanted to add to this, Anne?\n\n<strong>Anne McCarthy  </strong>20:37\nOh, could you resize the Browse mode for me? I just love the resizing. I think it\'s kind of cool. This is just like a fun, you know, thing to call out. But maybe you won\'t noticem but you can resize it. So as you\'re quickly going through your site, if you want to see how it looks in different ways, you can also do that. So that\'s the final thing I\'ll shout out.\n\n<strong>Rich Tabor  </strong>20:56\nYeah. So then, yeah, exactly. It\'s... there\'s a lot of fine, fine touches like that. Well, we can\'t obviously can\'t call them all out today. But it is really getting tightened up overall as an admin experience for the site.\n\n<strong>Anne McCarthy  </strong>21:12\nIt\'s such a great foundation in the future, for sure.\n\n<strong>Rich Tabor </strong> 21:15\nExactly, exactly. Alright, so if we press this back button here, it goes right back to the dashboard, I\'m gonna go and leave...\n\n<strong>Anne McCarthy </strong> 21:25\nThat back button was a big piece of feedback people had they would get into the site or not know how to get back out. So I appreciate you calling that out.\n\n<strong>Rich Tabor  </strong>21:32\nYeah, exactly. It\'s been through a number of iterations. And I think we\'ve settled on something that feels feels nice; it does feel nice.\n\n<strong>Anne McCarthy  </strong>21:41\nI agree.\n\n<strong>Rich Tabor  </strong>21:43\nSo...\n\n<strong>Anne McCarthy  </strong>21:44\nAh yes, the removal of the beta label.\n\n<strong>Rich Tabor  </strong>21:46\nYou want to talk to this, Anne?\n\n<strong>Anne McCarthy  </strong>21:48\nYeah, I would love to jump in on this actually. So you\'ll notice that the beta label is removed for this release. And part of why we wanted to show it now is to see how all the features, how the experience has changed, how much more you can do. And all of that has led to the removal of the beta label. And that doesn\'t mean that feature development is done that it\'s like, you know, gonna stay this way forever, it just means it\'s in a place where we invite you all to try to the site editor, it is out of beta. And a lot of development work has gone into testing this. So we\'ve had almost, I think, 20 calls for testing with the outreach program. It\'s been through multiple major WordPress release cycles, there is still more work to be done. But I\'m very excited to see the beta label removed, I think the features that are coming to 6.2. And the foundation that is set with 6.2 really marks a level of maturity. That is pretty exciting. So consider this an invitation to try out modern WordPress, and to check it out.\n\n<strong>Rich Tabor</strong>  22:43\nA hundred percent, I couldn\'t have said it better.\n\nAlright, so another neat part that\'s added recently for 6.2 is this idea of distraction free mode. So it\'s not turned on by default, but I have it on so we can see the results here. So you can go in and type right here. And then actually, I\'m gonna throw in some Lorem here. So you can see it in action. So this feels more like a text editor and less like a Block Editor. Whenever distraction free mode is on even the the multi block selection, it feels really nice. It doesn\'t there\'s not this idea of blocks, even it\'s kind of abstracted from here, there\'s less noise, there\'s less distraction. And just think that the idea is that it\'s just you and your words, it\'s just writing and publishing. And if you want to publish, you can hover over here, you\'ll see the toolbar come down, you can hit Publish or draft. And then this is how you would turn it off and back on here. And then you still have control of all the existing tool. And it\'s just a much simpler, streamlined interface. And you do have access to blocks, you can still add them if you\'d like to, but the idea is just being able to write without the distractions is really powerful. And a really nice publishing experience overall.\n\n<strong>Anne McCarthy  </strong>24:08 \nAnd this is for everyone. So this is like a lot of stuff we\'re coming to say it or using a block theme. This is available for anyone who\'s using the Block Editor. And to be honest, I use this for basically all my writing now. Especially for any post or page, I typically will go into this mode. So I\'m very excited about this. And I hope folks feel the same way.\n\n<strong>Rich Tabor  </strong>24:28\nYeah, exactly. I\'ve been using that too for quite a bit. But the thing is, is also not only for post editing, so I have a page here that I\'ve created. And I have distraction free mode turned on, which kind of removes all the extraneous tooling and it really lets me focus in on the actual blocks here so I can manipulate them to an extent. I can even drop in different imagery for these images here and modify the buttons and whatnot and even add more blocks but the idea is it\'s almost like a simplified editing experience for pages as well, not only for posts. And here, I\'ll come up here and turn off distraction free mode to see it all in real time.\n\n<strong>Anne McCarthy  </strong>25:13  \nAnd this isn\'t yet available for the site editor, but I have a feeling a number of folks are going to be keen to see that put in there as well.\n\n<strong>Rich Tabor </strong> 25:20  \nExactly, yeah, I don\'t see why it wouldn\'t work in the site editor as well. I think it\'d be very nice. Yeah. So we have some other improvements here that are fun. So this inserter here has gotten a couple of changes here. So blocks looks familiar, it\'s still the same, but patterns is where we started seeing some changes. Instead of having some featured patterns loaded in a block category selector, we\'ve split them out individually as their categories here, you\'re gonna load up some of the different header patterns that are loaded in WordPress 6.2. So you can load them here and see them in this tray, and then click to add them to your site. Which is really nice, it\'s a nice way to kind of go through them quickly and see a bunch of different ones. We also have the media tab up here, which is new, which splits out the images from your Media Library, videos, and audio as well, including the Openverse library. So this is a catalogue of, I believe, over 600 million free, openly licensed stock imagery. And you could search from right here in the inserter. So let\'s type in birds. And click on one, and it will add an image block with the image already added to it, we have got the caption down here. If you don\'t want the caption, you just turn it off right here, this little control that was added. And now you can manipulate it right off. So let\'s say this, drop it into here. Maybe we\'ll make these about the same size and move it over to something interesting.\n\n<strong>Anne McCarthy  </strong>26:53\nAnd I\'ll note that there was a GDPR concern around the images being properly uploaded rather than hotlinked. And I wanted to just note that that\'s been addressed. So the images are uploaded to your Media Library. That\'s why. So in case anyone has that question. Sorry, continue.\n\n<strong>Rich Tabor  </strong>27:08\nYeah, no, that\'s a good point. It\'s very important. A key benefit to have this flow here is that instead of instead of having to add an image block, and then open your Media Library, and then pick an image, and then you have it here, it\'s really this one flow of searching visually, and searching here, as well. And then having it added as an image block already. So it kind of skipping all the extra steps that you always have to do anyhow, it\'s really nice. And we have a couple of interface changes. So there\'s the settings icon up here that used to be a cog, and now it represents the sidebar itself. So when you open it, the sidebar is triggered, if that\'s closed. And that\'s changed for a couple of reasons. But one of the bigger reasons is, as I mentioned earlier, this idea of split tabs, so we have the cog for settings. And that\'s when a block has additional settings that are not per the norm of the styles that are available within WordPress, then you\'ll have a new settings tab pulled out here. And that\'s to keep the density nice whenever you\'re editing and it feels good instead of having everything kind of in your face all at once. Now for other blocks, like the paragraph block, there\'s not additional settings, so automatically not included. The tabs up top and just be everything top level. But  when a third party plugin adds like a different settings panel, or even if you extend one of these core blocks that does not have one, and a detects one should be auto added as well. So it\'s kind of just like a nice, fluid way to continue improving the experience of editing within WordPress.\n\n<strong>Anne McCarthy </strong> 28:49\nYeah, so plugin authors can also kind of make sure where they want settings and styles to show that it shows up correctly. And there\'s a dev note about that as well.\n\n<strong>Rich Tabor  </strong>28:58\nYes, that\'s right, you can you can decide as when you\'re extending or adding your own inspector controls. That\'s what these are called here, whether or not they\'re included within styles or settings as well. Yeah.\n\nThen another smaller change that\'s kind of nice is this idea of pulling the outline from its own toolbar item up here into the list view. It\'s because they\'re very relative, you know, a list of all the blocks on your page, also an outline of what\'s going on. So they\'re combined now into this one view. We also have time to read word count and character count here, which is nice. And then this is a little guide here that just helps you understand the structure of the importance of the structure of the document and making sure that it is properly structured. All right, was there anything else that we wanted to add you think, Anne?\n\n<strong>Anne McCarthy  </strong>29:51\nI\'ll add one last call out just because I\'m trying to think about like little dev tidbits if you want to disable it prefers there is a way to disable Openverse as well I know that\'s always a concern. We add something it\'s like, okay, how do we get rid of because I don\'t want a client getting into it, there is a way to disable that is documented as well. The other thing is the pattern. So there\'s new categories, the patterns. And so query is now posts, a couple of things were merged, there\'s no call to action. And there\'s also some lovely, which I\'m gonna brag on Rich, again, some new text based, query patterns. We have a lot of visual patterns for the query loop, and now there\'s wonderful, more text focused ones, which I think is really exciting. And just another great way where patterns have evolved and patterns is obviously a huge part of the future building with WordPress. So I\'m very excited about those and keen to see just more variation with query loop, I think it\'s really powerful block to make easier to use. So I\'m excited to see it. Otherwise, I think that\'s, I think that covers a lot of what we were trying to go through.\n\n<strong>Rich Tabor </strong> 30:57\nYeah, and there\'s certainly more. There\'s a lot of interesting, minute details that are, you know, quality of life improvements around editing and designing. And we can\'t cover them all today. But it\'s just, there\'s a lot of exploratory ideas and cool, interesting pieces that have been the result of lots of feedback and lots of testing, like I mentioned earlier. And, you know, it\'s really a testament to open source and contributing and really working together as a team to make this thing we call WordPress ours and making it a brilliant publishing experience. So just thank you to everyone who\'s put in time ideas, effort, code, design, marketing, copy, all of that, and more to making this what it is. It wouldn\'t be possible without you.\n\n<strong>Anne McCarthy  </strong>31:46\nTotally agree. And thank you, Rich, for doing such an excellent job building this site and demoing all this.\n\n<strong>Nathan Wrigley  </strong>31:51  \nYeah, indeed. Thank you, Rich. Thank you, Anne. Just to let you know that, in theory, there\'s possibly up to about 25 minutes left. If anybody wishes to pose a question, we\'re going to do our best to get the answer directly from Rich and Anne. Whether that means putting the screen back on, I don\'t really know. But we\'ve got a few that have come in. The place to put those, it would appear that some people have figured out how to do that in Zoom. But if you go to the walkthrough channel, in the making WordPress Slack, you can post some questions in there and all things being equal, we\'ll get them raised as quickly as we can. So we\'ve got a few. In all honesty, because they\'ve been copied and pasted from various different places, I can\'t necessarily say who the name of the person is that sent them. But first question I\'ve got over here for either of you. It says when you save globally, under the Advanced tab, does this change the stylesheet? Interesting.\n\n<strong>Rich Tabor  </strong>32:54 \nSo this will change the attributes of the blocks. So if I throw in that example, there, I pushed the attributes of that one block globally. So they\'re applied to every block. So it does affect some styles, but not writing any style sheet or writing to the core style sheets.\n\n<strong>Nathan Wrigley  </strong>33:11\nCan I ask the question? It\'s not something that\'s been submitted by anybody else, but it just occurred to me that as you were clicking the global button, I just wondered if there was a \"get out\" from there. In other words, if you inadvertently click the global button, is there an undo option in there? In other words, can you back away from all of the buttons suddenly changing or all of the H1s? \n\n<strong>Anne McCarthy  </strong>33:32 \nYou do have to hit save after. You can\'t just hit Apply globally. You have to hit save, and that\'s where the multi-entity saving pops up. The multi-entity saving is kind of strange in that it\'s not good at discarding changes. So you basically would just have to like leave. Like it would be like, Whoops, I hit that. You probably also have to hit the undo. Like there\'s - those are the two kind of options. So, yeah.\n\n<strong>Rich Tabor </strong> 33:54 \nYeah. The undo is like a global thing. It works there as well. Yes.\n\n<strong>Anne McCarthy</strong>  33:58 \nAnd there\'s a reason that feature is hidden, like under Advanced and collapsed. That\'s not necessarily for everyone. But for folks who do like to tinker, it is available.\n\n<strong>Rich Tabor  </strong>34:08  \nRight. And it\'s also only available in the site editor as well. So it\'s the more the global view of editing your site is where you can access that. \n\n<strong>Nathan Wrigley  </strong>34:17  \nPerfect.\n\nOkay, so I have a question from Zoom. Is copying and pasting styles as demonstrated just for core blocks? They go on to say more, which I\'ll read out. Some blocks collect, some block collections have their own C&amp;P, and I\'m curious what might carry over, if anything? And then there\'s a follow up. Also, if CSS classes are assigned to a block, will applying global styles to a block be to all of the same block, i.e. H2? Or, hopefully, will a custom class allow for a more granular global CSS? There\'s a lot in that question, but if we start with the: is copying and pasting styles demonstrated just for core blocks?\n\n<strong>Rich Tabor  </strong>34:56  \nSo it works for blocks that have leveraged the block support system within core. So if you have opted your block into using background color, and text color, link color, any of the layout settings, anything that was in the styles tab, then all of those would get pushed to or get copied or pasted or even pushed to the global application of styles as well. Now, if there\'s, if a block has done its own sort of background color attributes, I don\'t know that those would persist as well. But if you use what\'s available in core, it\'s really one or two lines of JSON will get you the background color support that you need. \n\n<strong>Nathan Wrigley</strong>  35:35\nAnything to add to that, Anne?\n\n<strong>Anne McCarthy  </strong>35:37  \nNo, just another reason to rely on what core is building. So it\'s a another great example of how these features will work together and how adoption helps whenever these new things come out.\n\n<strong>Nathan Wrigley  </strong>35:49  \nOkay, so we\'ll go on to the next question then. So this is from Zoom, and apologies, I don\'t know your name. Can we have this as a feature request? Can we have sticky sidebar block for some groups next release, please? \n\n<strong>Anne McCarthy </strong> 36:05 \nProbably would do a separate block, I\'m guessing. Yeah, do you have anything to add to that?\n\n<strong>Rich Tabor</strong>  36:11\nYeah, I would say we wouldn\'t need a sticky sidebar block. Right now that group lock in top level-only does support position sticky. And the only reason it was turned off like we did have it on for one of the Gutenberg releases for everything - for every group block - but it was turned off just because there was too much confusion around if you had a sticky element that wasn\'t didn\'t have enough space to stick for and enough height to stick. So it wouldn\'t actually be sticking. You wouldn\'t see a result of you applying a sticky position to it. So I think we can figure that out with some some UX to really clean that experience up so that you do expect and understand what\'s going on. When you apply that to a block. That\'s not the root level of the document. So it\'ll be there. It just takes a little bit more iteration.\n\n<strong>Nathan Wrigley</strong>  37:00\nOkay, another question. This time from Slack. When there are changes made in the site editor, are the templates still marked with the blue dots to indicate that the changes are in the database?\n\n<strong>Rich Tabor  </strong>37:14\nYes, from that Manage Templates view that I shared in the canvas, it will show up just like it did previously, when there are changes to one of the templates provided by the theme.\n\n<strong>Anne McCarthy </strong> 37:25\nYou can revert the changes, as well, as you\'re used to doing.\n\n<strong>Nathan Wrigley </strong> 37:30\nOkay, thank you. Anne\'s shared a link related to the question that we just posted. I don\'t know how Zoom works well enough to whether or not we can share the screen. \n\n<strong>Anne McCarthy  </strong>37:40\nI can briefly share my screen. \n\n<strong>Nathan Wrigley  </strong>37:42\nYeah, that\'d be great. Show us the GitHub.\n\n<strong>Anne McCarthy </strong> 37:43\nLet me try that. I just wanted to mention this in case people want to follow along in the follow up tasks related to this. I love to look at links. I\'m a nerd like that. So in case anyone else is, this is a lot of the follow up tasks and a great issue to chime in on or just follow if you\'re interested in this because there are some improvements to be made. But this is a neat report for now. So it\'s - oh, I just copied and pasted. So it\'s issue number 47043 in the GitHub repo.\n\n<strong>Nathan Wrigley </strong> 38:11\nSo 47043 related to the question that we just had. Okay, so another one from Zoom. This is Robin, who asked the question, can you show? It\'s just moved on my screen. There we go. Can you show us how to trigger the focus mode to view, say, for example, the footer on its own? So I guess we\'re back on the screen again.\n\n<strong>Rich Tabor  </strong>38:34\nSure. Everyone can see? Yep. So when you have a template part selected, you just hit the Edit button here and then it\'s focused into that as well. And then you have, again, the responsive controls here. All the existing controls, it\'s just localized to this template part.\n\n<strong>Nathan Wrigley  </strong>38:54\nHopefully that answers your question. Thank you, Robin. Just for anybody who\'s kind of lurking who has a question but hasn\'t yet posted it, please do. What are the chances that you\'re going to get Rich and Anne on the on the phone in the next few weeks? Pretty minimal, I\'d say, so make use of them while they\'re here. Ellen has done just that. She\'s in Slack. Ellen says, is there a plan to allow no title templates in the block editor as they are still included even in header and footer-only templates?\n\n<strong>Rich Tabor</strong>  39:28\nNo title templates. Like templates without a title? I\'m not quite.\n\n<strong>Anne McCarthy </strong> 39:35\nYou can just remove that block. \n\n<strong>Rich Tabor  </strong>39:36\nYeah, you can you can remove the post title block from a template. I\'m not quite sure if that\'s if that\'s what the question is asking.\n\n<strong>Nathan Wrigley  </strong>39:46\nEllen, if you\'re still in Slack and watching this, if you heard Rich and Anne queerying that, then if you can give some more clarity, we\'ll endeavor to get that answered.\n\n<strong>Anne McCarthy</strong>  39:57\nKnowing Ellen she knows exactly how to remove things. So I\'m like, I\'m curious. I\'m definitely - we\'re misinterpreting something because she\'s very - Not showing the title in the editor...?\n\n<strong>Nathan Wrigley  </strong>40:07\nYeah. Not showing the title in the editor. She says she\'s here. \n\n<strong>Anne McCarthy  </strong>40:12  \nI\'m like, \"Say more.\" \n\n<strong>Nathan Wrigley </strong> 40:14 \nYeah. Give us more. Give us more Ellen, and we\'ll get right back to you.\n\n<strong>Anne McCarthy  </strong>40:17\nLet\'s follow back up on that, because Ellen always has some good questions and good feedback.\n\n<strong>Nathan Wrigley</strong>  40:21\nAll right. We\'ll do just that. Again, another question from Zoom. This is posed by some anonymous person. Will the list views icon get the same treatment as settings?\n\n<strong>Rich Tabor  </strong>40:33\nI don\'t think it\'s in the plans. I don\'t think there are plans to change that. But list view icon, it\'s always the list view. So when you toggle it on and off, it\'s relative to what it is. Whereas on the other side, the settings can be block settings, page settings, template settings. Global styles is in that same area. So it\'s a little bit more context for the list view to stay a list view item.\n\n<strong>Anne McCarthy  </strong>40:58\nAnd I know that the question came up because the settings icon looks like there\'s that sidebar. And so there are who people have been asking like, will the same thing happened over here? Just for context. That was part of a discussion in a different GitHub issue.\n\n<strong>Nathan Wrigley </strong> 41:12\nOkay, thank you very much. I appreciate very much those people who are posing questions. That\'s really great. Again, just to prod you once more, feel free to add your own questions in no matter how big or small they are. We\'re here to help. So now we have a question on Zoom from Abdullah. And he coincides beautifully with a question I\'ve written down. Any good resources to learn FSE theme-based development? Can either of you point to a particularly good resource that you know of?\n\n<strong>Anne McCarthy  </strong>41:41\nYeah, Learn WordPress. There\'s tons of stuff on Learn WordPress that I would recommend. I also, Daisy Olson, who\'s Developer Relations at Automattic, has a Twitch stream going and some YouTube videos around block theme development. But I would recommend going to Learn WordPress. There\'s also some contributor-led initiatives. Carolina, who\'s one of the theme folks has, I think, it\'s fullsiteediting.com. And that was kind of like the original, go-to resource. And she\'s done an incredible job working on that and keeping it up to date. So yeah, there\'s tons of tons of resources. I will spare you from from sharing more, I don\'t know, Rich, you have more hands-on experience there. What\'s the most helpful for you?\n\n<strong>Rich Tabor</strong>  42:22\nYeah, there\'s some really great tutorials and guides on Learn that are relatively new, that are really helpful. And I see that the team there has been really cranking it out on the last year or two, like really putting a lot of effort into this. So I would, I would start there.\n\n<strong>Nathan Wrigley  </strong>42:38\nSo if you\'re not familiar with that, I guess it would be apropos to say go to your browser of choice and type in learn.wordpress.org and go and explore. Basically, there\'s a ton of materials that are getting updated on what feels like a daily basis at the moment. So, once more, learn.wordpress.org. Go and check that out. But also, Anne in the chat that we\'ve got going on here has linked to Daisy Olsen\'s Twitch channel, which - I\'m just going to read it out but hopefully I\'ll make it into the transcript. twitch.tv/DaisyonWP. And it\'s all one word. D-A-I-S-Y-O-N-W-P. Daisy on WP. So there\'s two great places to go. But the learn.wordpress.org is perfect.\n\n<strong>Anne McCarthy </strong> 43:24  \nI have to add one more thing, which is if you\'re not fully ready for block themes, one of the big things that I feel like needs to be emphasized more is you can gradually adopt. So all these features are being done. But maybe you want to only give access to a client to edit the header. You can do that. Maybe you want to leverage theme.json in your classic theme, you can do that. If you want to expose the template editor.\n\nBut use the rest of your themes across them, you can do that. So I want to also encourage folks to look into resources around gradual adoption, because it makes sense that this stuff isn\'t - From day one, there has been a focus on that. Adopt what you what you want, when you want and it\'s going to make sense to different people at different times. Matías once said that to me, and I think it rings really true. And so now that we\'re at this level of maturity, I think we\'re looking again and revisiting again, like okay, what can I use? What do I want to use? I think it\'s really important to mention. So if you\'re not ready to go all in, I encourage you not to just wipe it all away, but to think about how you can gradually adopt and also what would help you gradually adopt. So there is actually a label on GitHub started a couple months ago around - It\'s called blocks adoption. So if there\'s something that you see that you\'re trying to adopt the site editor, and it\'s preventing you from doing so, like we want to know about that. And you\'re welcome - I\'m going to just put this out here - @annezazu is my GitHub username, feel free to just like @ annezazu, \". This is blocking me from using the site editor.\" We want to know these things. Open issues. Please share, because that is also part of the phase of this work is making sure people can adopt as they can and that the tools are robust. There\'s a ton of resources as well. There\'s a page in the Theme Handbook around gradually adopting to block themes. So I just wanted to call that out.\n\n<strong>Nathan Wrigley </strong> 45:06 \nAnd just one more time, what was that? Give us, the give us the username.\n\n<strong>Anne McCarthy  </strong>45:11<strong>\n</strong>A-N-N-E-Z-A-Z-U. So like Zazu from The Lion King. It\'s an inside joke from middle school.\n\n<strong>Nathan Wrigley </strong> 45:19\nOkay, possibly the shortest question. This is from Sandy, I should say, Can Lotties be added to 6.2?\n\n<strong>Rich Tabor</strong>  45:28\nI would say that I did a quick search a few minutes ago and there are various blocks built by the community, which do allow you to add or embed LottieFiles to your site. I haven\'t tested any myself but feel free to dig into those. And if they\'re open source, they can contribute ideas or feedback on on those GitHub repos.\n\n<strong>Nathan Wrigley </strong> 45:49\nThank you very much. And Eagle has posted a question. When there are changes made in the site editor, are the templates still marked up - Did we have that one? We have, right? We\'ve done that. \n\n<strong>Anne McCarthy </strong> 46:01\nWe answered that one. Yeah.\n\n<strong>Nathan Wrigley</strong>  46:02\nI think we did. Okay, moving on directly then to Ian, what is - oh! Okay, what is the philosophy for mobile in the editor? Are there any plans to have a mobile view?\n\n<strong>Anne McCarthy </strong> 46:16\nThat\'s part of the dragging and resizing. And there\'s a lot of work being done around intrinsic design. And you can see on the developer.wordpress.org? What is the blog? I think it\'s /news. Do you hear audio?\n\n<strong>Nathan Wrigley  </strong>46:35\nI hear only your audio. I don\'t hear anything I don\'t wish.\n\n<strong>Anne McCarthy</strong>  46:36\nOkay, sorry. Something just started playing in the background out of nowhere and that just scared me. It\'s like all of a sudden, I was like, woah! Where was I?\n\n<strong>Nathan Wrigley </strong> 46:50\nSo we were talking about mobile views?\n\n<strong>Anne McCarthy </strong> 46:53\nYes, intrinsic design. There is a developer blog that if you\'re not following that, you definitely should, that addresses this around, basically showing that the mobile view points have exploded over time. It\'s now really not sustainable to try and have CSS and all this sort of stuff, mobile queries allowing for each view. So instead, how can we think about intrinsic design? And so that\'s like the best answer I can give. And for now, there is this nice resizing that you can do to kind of see how things scale. 6.1 introduced fluid typography, which was really exciting and part of this larger, intrinsic design set up. And I think we\'ll expect to see more of that over time. Sorry, for the brief mental break.\n\n<strong>Nathan Wrigley  </strong>47:36\nJust a quick reminder, we probably got 5, 6, 7 minutes or something like that before we start to wrap things up. So if you\'ve got any questions, please, please do post them in here. We have one from Paul who asks, is there any more work planned for pattern management in the future? And then WP Engine has released a plugin allowing easier management of patterns recently, I believe that was yesterday, it would be good to know if we should wait for core or assume that nothing else is coming soon.\n\n<strong>Rich Tabor  </strong>48:07\nYeah, I would say that pattern management is an important part of this new WordPress experience and having a way to create and manage local patterns, but also maybe push them to the pattern directory. And then on top of that, having a functionality built in where - it\'s kind of like a component based system where you have patterns where the design is the same across patterns, but content can change. All of that kind of falls into the same category of work. And that is something I believe WordPress will eventually do as well.\n\n<strong>Nathan Wrigley</strong>  48:41\nOkay, we\'ve got no more questions on the screen. So I\'m going to ask a question, if that\'s all right. You were demonstrating the distraction-free mode there where you could move things up, move things down, and resize pictures and images and so on. I was just wondering what the constraints on that are. So in the case of images, I could see that you could resize things. And with the text, I could see that you could, you know, highlight things and start typing wherever you wish. But I just wondered how the decisions had been made to set those parameters and those only. So yeah, around that, what\'s available in distraction-free mode? What limitations are there?\n\n<strong>Rich Tabor  </strong>49:17<strong>\n</strong>I would say, generally, it\'s what\'s available is what happens when you click on a block. The tooling is there available on the canvas before so resizing was available on the image but not the toolbar. So the resizing is still available when you\'re in distraction-free, but maybe not adding the caption piece or you know, those other toolings. It\'s almost like the content locking or content only locking API. It\'s very similar to that in a sense, but a little bit more tightened up.  Where just text and dropping in images - you can\'t necessarily open the Media Library from there unless you dive out of it. But you can drop another image onto that existing image to replace it. Some things like that.\n\n<strong>Nathan Wrigley  </strong>49:59<strong>\n</strong>It looks like a really excellent interface for people who just, well, want to concentrate on their writing. It sounds like Anne\'s all in on it.\n\n<strong>Anne McCarthy</strong>  50:05\nI use it every single day. It\'s amazing.\n\n<strong>Nathan Wrigley </strong> 50:09  \nIt almost felt like a Google doc minus all the bits and pieces at the top. Yeah, really, really nice. Okay, so we have some more questions. Weston is asking, what about optimizing the experience of editing using a mobile device on the web? So I guess that\'s a little bit maybe the question that we had earlier. How can... we how can we do things on a actual mobile device? \n\n<strong>Anne McCarthy </strong> 50:30\nThat\'s a great question. There are mobile apps. So there is the mobile team and using the mobile apps. I personally don\'t use mobile apps and sometimes will edit things from Safari on my iPhone SE 2.\n\nI actually was talking to someone - their username is Nomad Skateboarding. And from what I understand, he only builds client sites from his phone. And so one of the things I said to him, I was like, \"Give us your feedback. That\'s really cool. It\'s really unique. That\'s fantastic. Like, what pain points you\'re running into, what can we improve?\" Because there is obviously like, we are in a mobile first world. My phone is sitting right next to me. I would love to hear particular pain points folks have when trying to edit in that way. You can obviously use the apps. There are some quirks with the site editor, and that I know is partially being looked into and resolved. But yeah, I think there are probably - what we\'re building now should always translate back and there are teams trying to sync back and forth. And there was a recent post from the mobile team talking about what\'s the future of mobile editing. And so I would recommend - it\'s somewhere on Make/Core. I recommend digging that up and getting involved and honestly sharing your feedback. Because I don\'t think that is an experience that we talked about enough personally.\n\nIt\'s a great question. \n\n<strong>Nathan Wrigley  </strong>51:40\nRich, anything or should we move on?\n\n<strong>Rich Tabor  </strong>51:42 \nI think that was great.\n\n<strong>Nathan Wrigley </strong> 51:44 \nOkay, perfect. Um, um, um. Okay, we have an anonymous question. It says as page speed is a big challenge, how are we optimizing the blocks for better LCP score?\n\n<strong>Anne McCarthy</strong>  52:00 \nThere are, some interesting - sorry, Rich, I don\'t know if you wanted to jump in. I was going to start link dropping. \n\n<strong>Rich Tabor  </strong>52:05 \nYeah, you go ahead. Yeah. \n\n<strong>Anne McCarthy  </strong>52:07  \nYeah, there\'s some interesting work from André. Part of it involves actually adding tracking and making sure there\'s really good front end metrics. So there\'s kind of a twofer going on. In one fell swoop, we\'re focusing on better tracking and improving the tracking that we have for performance, particularly the front end. And then at the same time, also work is being done to optimize like style sheets. There\'s been some really neat stuff in previous releases that I bet I can pull up if you\'ll give me one moment.\n\n<strong>Nathan Wrigley  </strong>52:36\nYeah, whilst you try to find that, Anne, I think it\'s probably important to say that, if there are any questions which you wish to have answered which don\'t somehow get answered in the next few moments, then there will be posts created around this piece. So anything that goes missing, any question that is unanswered, there will be endeavours to get them answered. Right? Okay, show us what you got, Anne.\n\n<strong>Anne McCarthy  </strong>53:00  \nYeah. So this was a post I did for 5.9, in conjunction with a whole ton of folks who contributed and actually did this work, I just was kind of gathering it up. But you\'ll see sections here around block style sheets and CSS loading. And honestly, a lot of the work with the styles engine, which is part of the global styles project, can help give a lot of opportunity to actually improve this, I recommend checking out this post to see some of what\'s already been done. And then in the future, one of the discussions that we had recently with some folks across the community from Google, from Automattic, 10up, all over the place, including our lovely performance lead, Felix. We talked about some of this stuff and about how to talk about particularly themes and also just blocks in general. And thinking about some performance improvements and developer education and automated testing and all sorts of stuff. So I won\'t go too far into this. But I think a lot of work can be done. And some of it is being done around measuring more front end metrics and very recently, LCP was added and started to be tracked here, which I think is pretty exciting. \n\n<strong>Nathan Wrigley  </strong>54:05 \nI think following the performance team and Felix Arntz, in particular, would possibly get you quite a long way towards your answers there. Okay, a couple more. Firstly, there\'s a few people helping out in the Slack channel. So, appreciate that. We\'ve got Matías answering questions, and so on. So that\'s really amazing. Thank you. Another anonymous question, any plans to support CSS Grid?\n\n<strong>Rich Tabor  </strong>54:33 \nI think it\'s something worth exploring. Probably not the major priority coming up. But definitely some interesting aspects that we\'ve seen other... other building applications do that we can learn from for sure.\n\n<strong>Nathan Wrigley  </strong>54:47  \nOkay, we\'re very short on time now. I think we\'ve got to round it off at the top of the hour. So we\'ve got about four minutes left. I\'ve got to wrap it up a little bit. So try to get these last two done if we can. This is from Mary. What are the typography options as of 6.2? we have Google fonts and self-hosted. Any plans for solutions like Adobe Type and Monotype?\n\n<strong>Anne McCarthy  </strong>55:11 <strong>\n</strong>There\'s a Fonts API that got booted from 6.2 and is hopefully planned for 6.3. So I would just follow that effort. So right now, 6.2 is not introducing anything new or different there. Things are as they were. There\'s a private API that folks can can use with anything JSON. That\'s as concise as I can be.\n\n<strong>Nathan Wrigley </strong> 55:31\nNo, that\'s perfect. I think we\'re three minutes to go. That\'s probably the best time to wrap up the Q&amp;A. Apologies if you had a question and it didn\'t get answered. As I said, there will be a whole load of things created off the back of this. We will make sure that there\'s a transcript available and - just read something in the comment. Hopefully, any questions that have been asked but unanswered will be answered approaching that. Just very, very quickly, I have to say thank you to Anne and Rich in particular, for taking the time out of their busy schedules and demoing what 6.2 can do. It really looks like a transformational release. But also, thanks to Chloé and Jonathan and Lauren and Mary who are on the call, but, you know, you haven\'t necessarily seen them right now. So, appreciate them. That\'s really great. Following up off this, I\'ve got three points to mention. Following the 6.2 release on Make/Core for development updates and calls, there\'s going to be a post. It\'s make.wordpress.org/core/6-2. Also, if you\'ve been keeping a close eye on the Beta releases - I say beta, I know it\'s hysterical. The beta releases, we\'ve got version beta four has just been released. And anybody who wants to test that out would be most welcome. The URL for that is far too long for me to say out loud, but you can Google it, I\'m sure, and find out how to test for that. And also, if you are keen to follow WordPress, it\'s all over the social networks. And you can follow - basically, if you try to just follow @WordPress, then you\'ll get somewhere. So for example, on Twitter, it\'s WordPress - @WordPress. On LinkedIn, it\'s /company/WordPress. Instagram is @WordPress. And guess what? On Facebook, it\'s - what do you think it would be? It\'s @WordPress. So it\'s available all over there. And I think that\'s it. I think that\'s everything that we\'ve got to say. We\'re about one minute away from closing. So particular thanks to Rich and Anne, but thanks to everybody in the background making all of this happen. Thanks for showing up. If people don\'t show up, the work never gets done and the project never moves forward. So fully appreciate anybody who\'s given up their time to ask questions today and watch this presentation.\n\n<strong>Anne McCarthy </strong> 57:51 \nAnd thank you, Nathan. I want to call you out as being an excellent moderator and creating a safe space for us.\n\n<strong>Nathan Wrigley </strong> 57:57  \nVery, very welcome. I enjoyed doing it. I would gladly do it again. All right. I don\'t know how to end this call. So I\'m just gonna wave. Bye, everyone.\n</pre>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14573\";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:40:\"The Month in WordPress – February 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2023/03/the-month-in-wordpress-february-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2023 11:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=14550\";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:236:\"February has been an exciting month for the WordPress community, with the celebration of the first-ever WordCamp Asia bringing friends and contributors back together in person. But that\'s not all; read on for the latest project updates.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:13671:\"\n<p>February has been an exciting month for the WordPress community, with the celebration of the first-ever WordCamp Asia bringing friends and contributors back together in person. But that&#8217;s not all; read on for the latest project updates.</p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<h2 class=\"wp-block-heading\">Get ready for WordPress 6.2</h2>\n\n\n\n<p><strong>WordPress 6.2 Beta 4</strong> arrived earlier this week and is <a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">ready for download and testing</a>. Work continues on track, with the first release candidate (RC1) due next week and the target for the final release on <strong>March 28, 2023</strong>—less than four weeks away!</p>\n\n\n\n<p>WordPress 6.2 is one of the last major releases planned for Phase 2 of Gutenberg, taking the Site Editor out of beta with a more polished user experience and refreshed interface.</p>\n\n\n\n<p>On March 2, members of the release squad hosted the <a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 live product demo</a>. The recording and transcript will be available soon. In the meantime, these resources will give you a taste of what&#8217;s to come:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a></li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help test WordPress 6.2</a>. Your feedback is key to ensuring everything in this release is the best it can be.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Join WordPress&#8217; 20th anniversary celebrations</h2>\n\n\n\n<p>WordPress is turning 20, and the community is getting ready to celebrate!</p>\n\n\n\n<p>As part of the festivities, the project has released a <a href=\"https://wp20.wordpress.net/wordpresss-wapuu-joins-the-wp20-celebration/\">20th anniversary Wapuu</a>, a <a href=\"https://wp20.wordpress.net/download-the-wp20-commemorative-logos/\">set of commemorative logos</a>, and a <a href=\"https://wp20.wordpress.net/20-years-of-wordpress-jazz/\">special playlist with 46 tracks</a> from the jazz artists selected to represent WordPress releases. Official WP20 swag will also be available soon.</p>\n\n\n\n<p>In addition, the Museum of Block Art (MOBA) is <a href=\"https://block-museum.com/2023/02/21/lets-celebrate-20-years-of-wordpress/\">calling all artists</a> to submit block art themed on “20 years of WordPress.”</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\">Find out how to organize and participate in the WP20 celebrations</a>.</p>\n\n\n\n<p></p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-1-8-february/\"><strong>Gutenberg 15.1</strong></a> was released on February 8, 2023, with access to the Openverse library of openly-licensed media from the Editor. Other highlights include the ability to add custom CSS on a per-block basis and support for shadow presets in Global Styles. This is the last version of Gutenberg that will be <a href=\"https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/\">included in WordPress 6.2</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\"><strong>Gutenberg 15.2</strong></a><strong> </strong>is available for download as of February 22, 2023. Besides continued accessibility improvements, this release adds support for revisions when editing templates and template parts, and refines the navigation experience in the Site Editor.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Global community sponsors for 2023, contributor mentorship program, and more</h2>\n\n\n\n<ul>\n<li>The Community Team announced the <a href=\"https://make.wordpress.org/community/2023/02/08/2023-global-sponsors-announcement/\">global sponsors</a> that will support the WordPress community programs in 2023.</li>\n\n\n\n<li>A few months ago, Meetup.com removed an accessibility overlay in response to <a href=\"https://make.wordpress.org/community/2022/11/23/meetup-com-accessibility-overlay-update/\">some concerns</a> from the WordPress community. <a href=\"https://make.wordpress.org/community/2023/02/17/meetup-com-accessibility-overlay-february-update/\">A recent update</a> reports that the company has conducted an assessment and plans to address the issues identified.</li>\n\n\n\n<li>The Training Team launched a <a href=\"https://make.wordpress.org/training/2023/02/10/training-teams-new-onboarding-program-is-now-live/\">new onboarding program</a> for contributors. In addition, they worked on numerous lesson plans, online workshops, and tutorials last month. <a href=\"https://make.wordpress.org/updates/2023/03/01/whats-new-on-learnwp-in-february-2023/\">Check out what&#8217;s new on Learn WordPress</a>.</li>\n\n\n\n<li>The Documentation Team shared <a href=\"https://make.wordpress.org/docs/2023/02/07/future-plans-for-helphub/\">future plans for HelpHub</a>.</li>\n\n\n\n<li>Openverse moved to a standalone domain, <a href=\"https://openverse.org/\">openverse.org</a>, with improvements to the site’s homepage, header, and footer.</li>\n\n\n\n<li>The Plugin Review Team posted a notice to inform about <a href=\"https://make.wordpress.org/plugins/2023/02/03/twitter-api-changes/\">the latest Twitter API changes</a> and the types of plugins that might be affected.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/polyglots/2023/02/16/polyglots-monthly-newsletter-february-2023/\">February edition of the Polyglots monthly newsletter</a> highlights some recent enhancements to GlotPress’ functionality and the <a href=\"https://translate.wordpress.org/\">translate.wordpress.org</a> platform.</li>\n\n\n\n<li>The latest <a href=\"https://make.wordpress.org/community/2023/02/15/meetup-organizer-newsletter-february-2023/\">Meetup Organizer newsletter</a> shares tips on how to help your meetup group stay connected and engaged between events.</li>\n\n\n\n<li>Check out <a href=\"https://developer.wordpress.org/news/2023/02/whats-new-for-developers-february-2023/\">What’s new for developers? (February 2023)</a>, the first edition of a new monthly series with features and resources developers should know about.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2023/02/people-of-wordpress-hauwa-abashiya/\">Hauwa Abashiya</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Following discussions on <a href=\"https://make.wordpress.org/project/2023/01/09/request-for-feedback-how-can-we-improve-the-five-for-the-future-contributor-journey/\">improving the contributor journey</a>, a new <a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">WordPress contributor mentorship program</a> has been proposed to roll out this year.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>A new proposal from the Community Team seeks to <a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">modify the Events and News dashboard widget</a> to show topic-based meetups worldwide.</li>\n\n\n\n<li>Members of the Core Team suggested some <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">updates to the WordPress release cycle</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/03/mobile-team-update-march-2nd/\">Version 21.8</a> of the WordPress mobile app for iOS and Android is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Redesign work is <a href=\"https://make.wordpress.org/meta/2023/02/10/theme-directory-redesign-update/\">well underway</a> on the WordPress Theme Directory. Contributors can follow along on <a href=\"https://github.com/WordPress/wporg-theme-directory/\">the GitHub repository</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>Bangkok, Thailand, hosted a successful inaugural <a href=\"https://asia.wordcamp.org/2023/we-did-it/\">WordCamp Asia</a> on February 17-19. The event welcomed 1,299 attendees, and more than 600 participants joined the Contributor Day. At the event&#8217;s closure, organizers announced that <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia 2024</a> will take place in Taipei, Taiwan!</li>\n\n\n\n<li>The application to <a href=\"https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/\">attend the 2023 Community Summit</a> is now open to WordPress contributors. Learn more about the ins and outs of this working event in <a href=\"https://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/\">Episode 49 of WP Briefing</a>.</li>\n\n\n\n<li>WordCamp Europe 2023 is looking for <a href=\"https://europe.wordcamp.org/2023/call-for-media-partners-and-supporters/\">media partners and supporters</a>.</li>\n\n\n\n<li>Want to create diverse and inclusive WordPress events? Don’t miss <a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\">this free #WPDiversity workshop</a> happening March 16, 2023.</li>\n\n\n\n<li>Many WordCamps are coming up in the next weeks:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png\" alt=\"🇺🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://entebbe.wordcamp.org/2023/\">WordCamp Entebbe</a>, Uganda, on March 10-11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://torrelodones.wordcamp.org/2023/\">WordCamp Torrelodones</a>, Madrid, Spain, on March 11-12, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://phoenix.wordcamp.org/2023/\">WordCamp Phoenix</a>, Arizona, USA, on March 24-25, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://kerala.wordcamp.org/2023/\">WordCamp Kerala</a>, India, on March 25, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1f4.png\" alt=\"🇨🇴\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://bogota.wordcamp.org/2023/\">WordCamp Bogotá</a>, Colombia, on March 31-April 1, 2023 (Online)</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://switzerland.wordcamp.org/2023/\">WordCamp Switzerland</a> on April 1, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she explores <a href=\"https://wordpress.org/news/2023/02/episode-50-3-interesting-trends-from-wordcamp-asia/\">three interesting trends from WordCamp Asia</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/ninianepress/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ninianepress</a>, <a href=\'https://profiles.wordpress.org/jpantani/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jpantani</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14550\";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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Let’s Party: Organize your WP20 Celebration!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\";s: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, 02 Mar 2023 20:21: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:8:\"category\";a:4:{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:6:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WP20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14546\";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:367:\"Join WordPress enthusiasts from across the globe on May 27, 2023, as they come together to celebrate its 20th anniversary!\n\nRegardless of how you use WordPress or where you call home, you are invited to celebrate this great milestone. Plan a larger party that includes your entire meetup, spend the day coworking with a group of friends, or hang out virtually online.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Cate DeRosia\";s: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:2720:\"\n<p>Join WordPress enthusiasts from across the globe on May 27, 2023, as they come together to celebrate its 20th anniversary!</p>\n\n\n\n<p>Regardless of how you use WordPress or where you call home, you are invited to celebrate this great milestone. Plan a larger party that includes your entire meetup, spend the day coworking with a group of friends, or hang out virtually online.</p>\n\n\n\n<p>Whatever your style, celebrate in your time zone, your way. WordPress has some resources to help you party.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/\">Meetup Organizer handbook</a> has a section dedicated to helping you plan your meetup’s <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/anniversary-celebrations/\">anniversary celebration</a>. You’ll find email and Meetup.com templates that make sending your announcements and creating your events simple, as well as tips for planning a fun, safe, and inclusive event, in-person or online.&nbsp;</p>\n\n\n\n<p>The <a href=\"https://wp20.wordpress.net/\">20th anniversary website</a> will list events as they are announced and scheduled by organizers, so check back regularly to see if there’s one in your area you’d like to join or help organize.</p>\n\n\n\n<p>Meetup organizers, once your meetup’s WP20 Celebration is scheduled, email <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> using the subject <strong>WP20 Celebration</strong> and include a link to your meetup event. Events will be reviewed to ensure they have all the necessary details before inclusion on wp20.wordpress.net.&nbsp;</p>\n\n\n\n<p>And don’t forget the new swag!</p>\n\n\n\n<p>Starting in April, meetup organizers can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/anniversary-celebrations/request-swag-for-in-person-anniversary-celebrations/\">order complimentary kits of official anniversary swag</a>, including limited-edition stickers, buttons, and pencils that can be shipped to your meetup at no cost to you. Additional items, such as pennants, shirts, hoodies, keychains, and more, are also available for purchase at the <a href=\"https://mercantile.wordpress.org/\">official WordPress store</a> while supplies last, beginning in early March.&nbsp;</p>\n\n\n\n<p>So, whether you’re sporting new anniversary swag or your old favorites from your closet, join WordPress enthusiasts on Saturday, May 27, for a globe-spanning WordPress celebration. Use hashtag #WP20 to share your passion for WordPress.</p>\n\n\n\n<p>Don’t have an active meetup in your area? It’s not too late to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/interest-form/\">start one</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14546\";s: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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 03 Apr 2023 03:08:15 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 30 Mar 2023 19:15:21 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(148, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1680534496', 'no'),
(149, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1680491296', 'no'),
(150, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1680534498', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(151, '_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:68:\"WPTavern: WooCommerce to Host Virtual Contributor Day April 19, 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143218\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/woocommerce-to-host-virtual-contributor-day-april-19-2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2157:\"<p>WooCommerce has announced a 24-hour virtual contributor day that will happen on April 19, 2023. Contributors will be working on the <a href=\"https://github.com/woocommerce/woocommerce\">WooCommerce Core</a> and <a href=\"https://github.com/woocommerce/woocommerce-blocks\">WooCommerce Blocks</a> repositories. To give better coverage over time zones, organizers will have two kickoff times (0 UTC and 12 UTC).</p>\n\n\n\n<p>WooCommerce hasn&#8217;t had a WooConf in-person conference since 2017, opting instead for virtual events like WooSesh where people can attend and watch presentations for free. The open source project has focused more on virtual communication channels to help contributors stay connected, such as the new <a href=\"https://wptavern.com/woocommerce-to-launch-wc-blocks-extensibility-monthly-chat\">monthly chat focused on WooCommerce block extensibility</a>. This virtual contribution day will be the first of its kind for WooCommerce. </p>\n\n\n\n<p>&#8220;We are asking for a minimum of 4 hours of your time to dedicate to a curated list of issues,&#8221; WooCommerce developer advocate Stephanie Pi said. &#8220;These issues have been selected based on the effort needed to solve them –we’re only including issues that we believe can be solved within the day.</p>\n\n\n\n<p>&#8220;Any issues picked up and worked on during contributor day will be merged before the next release.<strong> </strong>We are committed to making sure this happens because we want to honor the time our community is dedicating to this event.&#8221;</p>\n\n\n\n<p>The virtual event will be a more intense, focused time than what one might experience at a WordCamp contributor day, with key WooCommerce decision makers present to help keep things moving.</p>\n\n\n\n<p>Organizers will be creating new channels in the <a href=\"https://woocommercecommunity.slack.com/\">WooCommerce Community Slack</a>, that will be dedicated to the different issues they plan to work on during the 24-hour event. This includes a channel for helping contributors get set up with a development environment. Those interested to attend can watch for updates in the #announcements channel.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Apr 2023 01:02:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:82:\"WPTavern: WordPress Contributors Propose New Interactivity API for Frontend Blocks\";s:7:\"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:30:\"https://wptavern.com/?p=143152\";s:7:\"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:93:\"https://wptavern.com/wordpress-contributors-propose-new-interactivity-api-for-frontend-blocks\";s: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:6558:\"<p>Over the past year a group of WordPress contributors have been <a href=\"https://make.wordpress.org/core/2022/04/27/exploration-to-enable-better-developer-and-visitor-experiences-with-blocks/\">working</a> on making it easier for developers to build interactive blocks. These are the kinds of experiences that allow visitors to submit a form and get feedback without reloading the page, load paginated content without refreshing, and improve e-commerce stores with more dynamic responses based on visitor interaction. </p>\n\n\n\n<p>A new <a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">proposal for an Interactivity API</a> aims to provide a standard way for developers to add interactivity to the frontend, making it faster to build these experiences without reinventing the wheel every time. </p>\n\n\n\n<p>Automattic-sponsored core contributor Mario Santos cast the vision for what the new API will deliver: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>What if effortlessly creating performant, fluid, and idiomatic frontend interactivity on block-based WordPress sites was possible? Imagine plugins providing interactions like “heart this post” or “add to cart” without page reloads. Picture instant search, commenting, and native full-page transitions as best-in-class built-ins without complex scaffolding or external tools. Envision achieving this in any block theme by default without sacrificing PHP server rendering and the plugin ecosystem for a JS runtime. Visualize block developers easily declaring and extending such behaviors in a way that is immediately familiar and compatible with the block ecosystem.</p>\n</blockquote>\n\n\n\n<p>Santos published a demo video accompanied by a <a href=\"https://wpmovies.dev/\">live interactive demo</a> where visitors can favorite movies and have the favorite count instantly updated in the block in the header. Pagination and search update the content without refreshing the page. The code for the demo is <a href=\"https://github.com/WordPress/wp-movies-demo\">available on GitHub</a>.</p>\n\n\n\n\n\n\n\n<p>The Interactivity API is being created for use on the frontend of block-based websites but contributors may also explore the possibility of reusing some of its directives inside the editor. They are taking a similar approach to <a href=\"https://alpinejs.dev/\">Alpine.js</a> with &#8220;directives&#8221; that extend HTML with special attributes, except designed specifically for WordPress and backwards compatible with its APIs. </p>\n\n\n\n<p>&#8220;The API is designed for the world of blocks and takes WordPress history of being closely attached to web standards to heart,&#8221; Santos said.</p>\n\n\n\n<p>&#8220;As directives are added to the HTML, they work great with dynamic blocks and PHP.&#8221;</p>\n\n\n\n<p>Having a standard in place means that WordPress developers don&#8217;t have to roll their own solutions for things like tooling, inter-block communication, and frontend performance. They would be primarily responsible for the block logic, making creating interactive blocks easier and more approachable for less experienced developers.</p>\n\n\n\n<p>Contributors on the project have selected <a href=\"https://preactjs.com/\">Preact</a> to build the directives system due to its HTML-friendliness, small size, performance, extensibility, and compatibility with React.</p>\n\n\n\n<p>The Interactivity API is currently in the stage of gathering feedback to incorporate in development as well as expanding technical documentation. </p>\n\n\n\n<p>&#8220;Although it is now distributed as a plugin, it aims to be added as an experimental feature to Gutenberg,&#8221; Santos said. &#8220;The goal is to include it in Core once enough feedback has been gathered, and it’s clear that it’s the right direction.&#8221;</p>\n\n\n\n<p>Initial reactions to the proposed API have been mostly positive, as developers have previously had to build their own solutions for interactivity in the absence of a standard.</p>\n\n\n\n<p>&#8220;The Interactivity API is one of the most interesting proposals for WordPress frontend UX &amp; DX that I&#8217;ve seen in awhile,&#8221; WordPress Core contributor Weston Ruter <a href=\"https://twitter.com/westonruter/status/1641521738805809152\">said</a>.</p>\n\n\n\n<p>&#8220;As someone who has been experimenting a lot with using AlpineJS, HTMX, Unpoly, StimulusJS, etc. for interactivity on the frontend, having a blessed solution in WP core would be most welcome,&#8221; another developer (@r1ckd33zy) <a href=\"https://twitter.com/r1ckd33zy/status/1641573350701948928\">commented</a>.</p>\n\n\n\n<p>WordPress developer and WPGraphQL contributor David Levine seemed less enthused about the approach outlined in the proposal. &#8220;Great idea but shortsighted execution,&#8221; Levine said. &#8220;We need an actual block data layer, not to further pollute our markup for our scripts to parse. This just exacerbates the same problems that got us into this mess.&#8221;</p>\n\n\n\n<p>A few others in the comments of the post have been critical of the approach and  others have questions about long term challenges of maintaining this approach.</p>\n\n\n\n<p>&#8220;This is a pretty out-there which is quite a different approach to anything I’ve seen before,&#8221; WordPress core contributor Joe Hoyle said. &#8220;That does give me caution, as it’s very wp specific / centric. I think with the block editor there’s opportunity to align more with industry innovation around front-end tooling. I think it’s really great work and very creative; but again I’m not yet sure it’s the right direction. It could be that there’s no long term solution to bring an &#8216;nextjs&#8217;-ification to WordPress, but I’m not sure I’m looking at it.&#8221;</p>\n\n\n\n<p>The proposal includes examples of how to create interactive blocks using the API and developers have opened a lively discussion on the approach. Contributors on the Interactivity API are planning to host two sessions on April 17, 2023 (<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575913/\">one at 08:00UTC</a> and <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/292575942/\">another at 17:00UTC</a>) that will include a live product demo followed by a Q&amp;A. Check out the proposal for more details and the <a href=\"https://github.com/WordPress/block-interactivity-experiments\">Interactivity API GitHub repo</a> to see some experiments the team has been working on so far.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Mar 2023 14:48:11 +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: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:63:\"Post Status: Launching a WordPress Product in Public: Session 7\";s:7:\"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://poststatus.com/?p=148593\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-7/\";s: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:63883:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">In this episode, <a href=\"https://twitter.com/coreymaass\">Corey Maass</a>, a freelance web developer, joins <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> to discuss the intricacies of creating an impactful, user-appreciated product that makes a positive impact on customers and stands apart in a saturated industry. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">45</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>Learn from <a href=\"https://twitter.com/coreymaass\">Corey Maass</a>, the go-to on WordPress product design topics, and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a>, a master on the business of WordPress. They discuss finding the balance in the small and big pictures of product development, highlighting the process of trial and error.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Courage Under Fire.</strong> After what feels like a miserable failure, it’s vital to keep trudging forward. Great product design takes time to build and grow in the space you are putting it into. Keeping your passion alive and remaining consistent in your efforts will eventually lead you to success.&nbsp;</li>\n\n\n\n<li><strong>The Impact of Thoughtful Design.</strong> Developing a product is, of course, based on meeting some kind of user need, but it’s important to consider if you are going to make that user’s life easier with your product. When the end user is your top priority, your product will shine, and you’ll be proud of your direct impact on someone’s everyday life. </li>\n\n\n\n<li><strong>Finding the Spark in Your Product.</strong> Focusing on the overall product journey is key for great product development, but zooming in on the minor details is equally important. Brainstorming and finding the spark is not easy, but setting your product apart from the rest is crucial. </li>\n\n\n\n<li><strong>Using Your Audience to Improve Development</strong>. Put your ideas and questions out there for your audience to speak to. If you are wondering how people will perceive a certain product aspect or want more information on their exact pain points, it’s good to ask directly. Getting information straight from your customers or peers can help you make well-informed decisions in product development.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://www.google.com/aclk?sa=l&ai=DChcSEwiIyKyw6PL9AhVlyZQJHT6EAcYYABAKGgJ5bQ&ei=bawcZJe0G8epqtsPivSAqA8&sig=AOD64_0_PN97hzZ3jYMLTv3M0suhf9h2Ag&q&sqi=2&adurl&ved=2ahUKEwjXnqSw6PL9AhXHlGoFHQo6APUQ0Qx6BAgKEAE\">StickerMule</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2>Session 7 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p>Corey Maass: [00:00:00] So now I&#8217;m following along. I&#8217;ve gotten in the habit of. I opened the<br />YouTube, which is, well, it&#8217;s live, which is really disorienting cuz of course I&#8217;m talking, uh, 10<br />seconds ago or 10 seconds in the future. And then grab the chat and then close it as fast as I<br />can,<br />because it seems that people do ask us questions, but mostly on YouTube, not on, uh, the<br />webinar, the Zoom webinar.<br />Cory Miller: Um, sorry, I was just trying to get all that going. Um, yeah, speaking of what we&#8217;re<br />talking about today in the marketing channel with post status, there&#8217;s some good conversations<br />about product. Hmm. I was like, you know, there&#8217;s enough of this going around that we, um,<br />should we have more conversations about product and marketing.<br />And [00:01:00] channels.<br />Corey Maass: Um, I have to go find, I&#8217;ve got, um, I&#8217;m in product owner and I&#8217;m in a couple of<br />others, but I&#8217;m not in marketing. Oh, okay. You&#8217;re already in here. Yeah. Product leaders I&#8217;m in.<br />Cory Miller: Yeah. Um, I really want that product leaders channel to. This type of, you know,<br />conversation, whatever it has to do with product, you know?<br />Right.<br />Corey Maass: So, yeah, and it&#8217;s, I mean, it&#8217;s a popular topic. Like I, I was on Twitter five<br />minutes ago and somebody was asking like, who is marketing WordPress plugins? Well these<br />days? And of course was scrolling the answers to see who to follow or what examples to look at,<br />or, you know, there&#8217;s, I mean, a few known quantities.<br />Um, and articles and, and references and stuff, but well, you know, [00:02:00] year to year and,<br />and new products that will cause blips and, and whatnot. Yeah. Um, you know, because it&#8217;s<br />definitely still not a. You know, not a known thing. I mean, marketing anything is not, is never<br />necessarily reliable. But, uh, marketing a WordPress plugin.<br />There are people who are very successful with WordPress plugins, but I don&#8217;t know that the<br />marketing is, it&#8217;s not a solved problem. You know,<br />Cory Miller: I think we said this a lot, but I really love product. Um, but it feels like. Almost like<br />gambling, you know? Um, like this one, I continue to see there&#8217;s something here and we say<br />this, we don&#8217;t know what it is and we&#8217;re trying to kinda keep stepping into it.<br />But gosh, I&#8217;ve tried a bunch of products between I themes and today, you know, bunch of<br />different things. And they weren&#8217;t like [00:03:00] pure software products of course. Um, but.<br />Every time I talk about product, I realize how much I have to learn .<br />Corey Maass: Um, so there&#8217;s, um, they&#8217;re the people who I, I&#8217;m not gonna even try to mention<br />names, but it&#8217;s like, there are, there are people who are famous for breaking the land speed<br />record, you know, or the like, uh, What was his name?<br />Hopkins was in the, a movie called The Indian, and it was his, about his motorcycle or you know,<br />there&#8217;s nascar, like there&#8217;s the people who win over year, over year. And, and then there&#8217;s,<br />there&#8217;s gotta be the people who were fascinating, you know, they, they worked a, a regular job<br />and they spent every night and weekend working on, you know, Build, trying to build the fastest<br />[00:04:00] race car or the fastest motorcycle and, and have absolutely died in obscurity, , you<br />know, like, they just never, they d take a, take a motorcycle out to the flats, crash it, start over<br />again, you know, and, and have done it.<br />Or did it, you know, for 30 years or whatever, and, and we&#8217;re never gonna hear about any of<br />those people, you know, or they consistently came in third and we&#8217;re never gonna hear about<br />any of those people. Yeah. And it&#8217;s like, I&#8217;m a while ago, I had to th there was a time in my life<br />where I was absolutely convinced that I was going to be a rockstar dj, where I was going to be<br />the gazillion.<br />Uh, entrepreneur or, and I still would love to be all those things. Well, I don&#8217;t know if I have the<br />energy anymore, but Me too. Um, you know, um, but it, they were, they were tied into my<br />identity and they were like constant. You know, a need and would keep me up at night. And now<br />I&#8217;m like, I [00:05:00] have, I think part of middle age is accepting your mediocrity.</p>\n\n\n\n<p>Um, and, and just going, you know, okay, if, if I&#8217;m, if I&#8217;m successful, if I&#8217;m having some fun and<br />I&#8217;m successful enough that I&#8217;m not, Uh, starving, you know, then, then that&#8217;s then and, and then<br />it&#8217;s fun to keep trying, you know, and, and on my deathbed, it, it&#8217;s still probably gonna hurt that I<br />didn&#8217;t, you know, uh, headline, uh, you know, some huge music festival or something, but, uh,<br />but at least I tried, I suppose<br />Cory Miller: I, I love that. Thank you for sharing that. Um, you know, because I, I totally. , um, in<br />so many ways. I feel like I had my time. Mm-hmm. , you know, I got my opportunity and I made,<br />I made the most of it. I&#8217;m, I&#8217;m proud of it, you know, uh, and that, that was a [00:06:00] very<br />magical period for me. You know? But when you&#8217;re talking, have you seen the Netflix?<br />It made me think of the Netflix special full swing. It&#8217;s about golf. So, I know you golf. I don&#8217;t, I put<br />putt golf, you know, but, um, even though we have a son named Callaway, everybody thinks we<br />named it after a golf club. And I&#8217;m like, no, sorry, , um, him out after a golf club. But, okay, so this<br />last episode, there&#8217;s a guy, and you may name, you may know his name, and I&#8217;m like, I, if, if<br />there were jerseys in golf, I&#8217;m not a.<br />I would go buy his jersey today. He&#8217;s like the 70th best. Mm-hmm. golfer in the world. His name<br />is Joel Drum. I can&#8217;t remember. I&#8217;ll f I&#8217;ll find his name. So the first episode, have you seen this?<br />Mm-hmm. . Okay. You, I think you&#8217;d be interested. I&#8217;m like you said. Full swing. Full swing. It&#8217;s a<br />documentary about the [00:07:00] PGA.<br />I&#8217;m morbidly curious about sports because I think it has so many parallels. Anyway, so the first<br />two were like, the brand names Justin Thomas, uh, Jordan Sp, and now I know those names<br />well, but I was familiar with their names. Sure. And like they&#8217;re at the top pinnacle of the sport.<br />Then the third episode is, is is Joel, and he&#8217;s basically like, I&#8217;m okay being seven.<br />like he&#8217;s got immense talent. Um, his caddy, everybody&#8217;s like, no, he&#8217;s a top 30 golfer. And he&#8217;s<br />just kinda like, you know, he&#8217;s, he could be like, he won, he&#8217;s won, but like, he could be even<br />better. But he&#8217;s just like, k he feels like almost resigned contend of being like 70th. And I. Maybe<br />I&#8217;m okay being like 500th best or five thousandths best at being an entrepreneur, being a<br />product person, right?<br />Um, [00:08:00] I am morbidly attracted to entrepreneurship and product. Like I think you and I<br />resonate with this. Like every time I hear you talk, man, I would go. Rather from another mother,<br />like he, you know,<br />Corey Maass: I could have said those words or have had or have said those words. Yeah,<br />exactly.<br />Cory Miller: But I think there&#8217;s something resonating here, Corey.<br />It&#8217;s the esteem that I, I&#8217;m gonna talk by myself. The esteem I might talk about, like iconic,<br />everybody says it, Steve, let me invoke his name. Steve Jobs right now, first time around, I<br />think. Right time, right place, and of course genius, you know, but right time, right place, right.<br />Critical thing got kicked out of Apple, comes back and doing it again, and we always talk about<br />him.<br />Right. You know, maybe, maybe Elon Musk in my mind before he started doing, just, I don&#8217;t<br />know. Um, he, I think he went too far. He overreach. But anyway, but I go, God, [00:09:00] I&#8217;d<br />love to have that kind of genius for product for. and, but selling down in Maine, like you were<br />saying about middle, middle age and Meoc, just going, Hey, I think I got some talent , you know,<br />but mainly I just work my ass off.<br />Mm-hmm.<br />Corey Maass: I&#8217;m one of those, try things and try things.<br />Cory Miller: I feel like one of those sports players, like if we use that metaphor analogy,<br />whatever it is, and I. Never gonna be number one. Mm-hmm. never gonna be top 50. But for my<br />brand of those, I&#8217;m really content with who I am. You know? Right. Even though I&#8217;m just like,<br />God, it feels like with product it&#8217;s miserable Failure.<br />Miserable failure. Miserable failure. Miserable failure. When 2008, man, I felt like I&#8217;m gonna mix<br />all these sports things, get up to the plate, ball&#8217;s coming, [00:10:00] and I hit it. And I get into the<br />field<br />Corey Maass: and you scored a touchdown<br />Cory Miller: and . Yes. And a hole in one and you know, let me find another sport so I can do it.<br />But you don&#8217;t end up in the gutter.<br />I think the reality is, yeah, , I need bumpers for my bowling entrepreneur, bowling, and there you<br />go. Product person. I need some bumpers. I feel like sometimes, and I&#8217;m glad I. I couldn&#8217;t laugh</p>\n\n\n\n<p>about this a couple years ago at all. Hmm. I&#8217;d be like, what? I have magic. I&#8217;m supposed to be<br />magic. I&#8217;m supposed to come.<br />Right. You know, and then you&#8217;re like, maybe not . It&#8217;s the humbling effect of that. Yep. And I<br />think when you come down to it, you go, I think the reason why I&#8217;m so interested in product is<br />like it&#8217;s a gift. It should be like this cool gift that you&#8217;re trying to help someone. Make somebody&#8217;s<br />life better and in the process be [00:11:00] able to do it vocationally and get paid for it.<br />Yeah. And man, I love that about work, you know, and products specifically is like tie to this little<br />bow, here&#8217;s your present and I&#8217;m trying to get better about this is I&#8217;m trying to offer a gift that you<br />pay for. Of course. You know, like those win-win things. But I digress.<br />Corey Maass: Yeah, it&#8217;s, I love solving a problem.<br />I love the, like, this is gonna sound weird, but I love the angles of it. Like the, uh, moving through<br />a problem, uh, like screens and inner, like, I, I want to feel clever for having built it, like build a<br />better mouse trap. But I also want, that&#8217;s a bad analogy cuz a mouse, mouse uses a mouse<br />trap. But it&#8217;s like, I, I wanna build, you know, the, the better.<br />Thing that other people then get pleasure out of using to, again, to [00:12:00] solve a problem.<br />Um, and so then I feel smart. And they feel smart. And, and it&#8217;s like, to me it&#8217;s, it&#8217;s one of the<br />epitome of the human condition is, is solving problems, is manipulating the space around us.<br />And, um, and so yeah, product just absolutely.<br />Resonated with me early on. Which is funny because I think I, and a lot of, a lot of developers<br />and a lot of product people also are passionate about music in one way or another, which is the<br />opposite. It&#8217;s so abstract. It can mean anything to anybody. It&#8217;s totally subjective, uh, as opposed<br />to like, In the world we live in, like there&#8217;s a little bit of subjectivity.<br />Like there&#8217;s, you know, there&#8217;s a reason why there&#8217;s a million to-do list apps because everybody<br />solves it slightly differently or wants it to feel slightly different. But it&#8217;s still, uh, you know, there&#8217;s<br />still ones that objectively don&#8217;t [00:13:00] work. , uh, uh, But anyway. Yeah, it&#8217;s, it&#8217;s, it&#8217;s fun. It&#8217;s<br />interesting.<br />It&#8217;s, I&#8217;m glad that it&#8217;s now a hobby rather than, uh, something that I, that I&#8217;m relying on. Cuz I<br />remember building, I think I&#8217;ve talked about this before, like, I remember building things because<br />I was like, I&#8217;m not gonna make rent if this doesn&#8217;t succeed. And of course it didn&#8217;t come close to<br />succeeding. I don&#8217;t even think I was able to finish it cuz it was like, I can&#8217;t make a logical<br />decision.<br />From a position of desperation, like some people can mm-hmm. , but I just, I can&#8217;t, I have to like<br />sit in it and splash around. Which is also why, because I think maybe it was another Twitter<br />conversation I was having, but, um, I, I often. Will. Oh, so yeah, somebody, somebody asked<br />like, do you, do you do any planning or do you jump right in?<br />I&#8217;m like, I a hundred percent jump right in, just like you, you keep saying like, there&#8217;s something<br />here. I often jump right in when I just, my gut [00:14:00] tells me that there&#8217;s something here<br />and, uh, Because I&#8217;m finding, and this is, I was noticing this again over the weekend. Um, the<br />setting screen that I wanna show you is like, I had to start building the setting screen in order for<br />me to go, oh, no, this setting isn&#8217;t right, or, we don&#8217;t need this, or This is better organized a<br />different way.<br />But I had to like, and I suppose I could put pen to paper and come to the sum of the same<br />conclusions, but for me, pen to paper is usually writing. You know, some, some aspect of code<br />to, so that I&#8217;m clicking on a button or I&#8217;m, I&#8217;m starting to fill in a screen or I&#8217;m even at this point, I<br />can just look at a screen and be like, no, this isn&#8217;t what we need, or this isn&#8217;t intuitive, or, um, no.<br />With that said, what I&#8217;ve designed is quite ugly. Um, I was futzing around. Information<br />architecture, and I don&#8217;t know why I was bothering, it was Sunday. I was having fun. Um, but<br />anyway, yeah, it&#8217;s, uh, there&#8217;s, [00:15:00] there&#8217;s definitely a difference of, of, for me anyway, like<br />getting in and actually clicking on things.<br />Cory Miller: It&#8217;s uh, when you say, when you said hobby, it reset me back to me going, is this,<br />should this really be a hobby for me? You know? Hmm. Um, cuz. I gotta tell you, I&#8217;ve, I<br />presented my business group about a week or two ago, and I was like, yeah, I don&#8217;t know. I<br />don&#8217;t know if I keep going. You know, back to middle age mediocrity, whatever it is, it&#8217;s like, I,<br />you know, we&#8217;re trying to do some things with post status and it&#8217;s been one frustration after the<br />other hitting walls.</p>\n\n\n\n<p>I think that&#8217;s starting to loosen up, maybe with my own growth, you know? Okay. But like, just<br />trying to make progress on stuff where I had a team previously and now we&#8217;re trying, you know,<br />put stuff together. But that&#8217;s the bigger business. But down product too is like, you know, I think<br />there was a hope in me that you launch it and everybody&#8217;s like, hell yes.[00:16:00]<br />You know? Yeah. There&#8217;s more to it, you know? I just wanted people to instantly love it.<br />Corey Maass: Well, and starting from scratch is freaking hard. I mean, you were, you were on<br />a, a winning team. You were, you know, you were on a, a bus with a group of people. You&#8217;d built<br />the bus. You got the bus moving, and then you were hurling down the highway successfully.<br />And it&#8217;s real easy to forget that, like, oh, right. When we were building the bus, nobody cared.<br />And when the bus, the wheels first started moving, nobody cared. Now they do. And so yeah, if<br />you are, you know, leveraging something, if you&#8217;re building a trailer onto a bus that&#8217;s already<br />moving, that&#8217;s different than getting off the bus, chilling for a couple of years and then starting to<br />build another bus, you know?<br />Weird, weird analogy, but ,<br />Cory Miller: no, no, no. I like the bus thing cuz that&#8217;s how it was. I was like, I. I don&#8217;t, I get credit,<br />but I try not to ever take it and [00:17:00] be sure to point it in other ways. Like it was very much<br />a band back to music. I like, this is like, we&#8217;re a band that makes great music together. You<br />know, somehow it&#8217;s working, you know?<br />Yeah. And I can&#8217;t really take credit for a lot of that. I was, don&#8217;t get me wrong, I contributed, I<br />impacted it, but it was a magic of. Yeah, things flying together with it. And I think I&#8217;ve been trying<br />to ree that magic, you know, particularly with product. Um, but the word that comes up for me,<br />and I&#8217;m curious what your thoughts about this are, like de detachment, detachment from my<br />brilliant ideas, Corey, like, man, I&#8217;m very attached to my brilliant ideas, you know, and like here I<br />go.<br />How to detach from that pride aspect and then go just kinda lean into like passion and interest,<br />which is what your pace and how you [00:18:00] approach This has been really healthy for me<br />because you&#8217;re kinda like, I&#8217;m having fun doing it today. I&#8217;m having it and then tomorrow having<br />fun doing it and it. It&#8217;s, it&#8217;s taking some box for you.<br />And I&#8217;m like, I need to be just okay with like, it&#8217;s taking a box for me. Now when I am working<br />with a developer partner, , I&#8217;m like, I wanna talk to you about filters. I wanna talk to you about all<br />these things. Cuz like I had, like all the stuff that we could do with images. I&#8217;ve been planning<br />around with stuff and wanting, been wanting to go like, you know, Instagram revolutionized<br />photos, for instance.<br />I think it, it took the iPhone or the smartphone, whatever it is, and made most anybody a pretty<br />decent photographer, right? Like, you know, Photoshop, you could do the Gazi blur and you can<br />kind of filter and like make things a little like correct stuff with Instagram. I did that and I&#8217;m like, I,<br />I love that.<br />I love taking photos. I&#8217;ve been taken. [00:19:00] So this is a weird sidebar onto the product by.<br />But I&#8217;ve been, um, you know, there&#8217;s those cartoon apps that&#8217;ll take a photo and make a cartoon<br />of it. Yep. I&#8217;m a freaking geek about cartoon illustration, all that stuff. So what I&#8217;ve been doing,<br />this is gonna lead back to product, by the way, an actual question on our product future.<br />And you can say, Hey, can we pause that? Can we hold that later? But, so I&#8217;ve been taking, I<br />love taking pictures of sunsets, you know, and I. So I&#8217;ve been taking my sunset pictures and<br />putting &#8217;em into my cartoon app. . Mm-hmm. nice. Yeah. And making these really things. But the<br />premise here was, you know, back to our philosophical conversations about images and the<br />web and on a website, and I go, you know, with ai, there&#8217;s a, that mix in there too, but I go, that&#8217;s<br />interesting to me.<br />Like for, for, for our product perspective is like, there&#8217;s cool things going on. I think we could be<br />creative and innovate downstream a bit in this [00:20:00] market. While I&#8217;m kinda like really<br />impatient, but trying to be patient about getting to the stage of like, I want somebody to pay for<br />it. I want somebody to give some validation to go, okay, should we put a little bit more time and<br />effort and money into this?<br />You know? Right. But anyway, the filtered conversation was where I&#8217;ve been going as we&#8217;ve<br />been talking, going man, You would know, but like are there libraries and stuff that we can do<br />filters or something different to make things just a little nicer in the pro side? Yeah, that I just<br />freaking love, like I&#8217;m such a geek Corey about that.</p>\n\n\n\n<p>But I take my picture and then I share it over to whatever the tune app is and I really like, I don&#8217;t<br />know, it&#8217;s kind of fun. There&#8217;s gotta be . I can&#8217;t help, this is my idealism. There&#8217;s gotta be<br />something. On this other side when we start being able to get to the pro side. Okay.<br />Corey Maass: Looking for the other, the other app, there&#8217;s one that, um, I got really into a<br />[00:21:00] couple years ago.<br />That&#8217;s, um, it&#8217;ll, it&#8217;ll take any photo and basically make it a painting Yes. In a bunch of different<br />styles. Yes. Because there was a, a woman at the la in the, uh, woman who posted on<br />Facebook this like really cute watercolor painting of a farmhouse. And then I noticed at the<br />bottom that there was a watermark of the app that she&#8217;d used.<br />And I was like, oh crap. She just took a picture of a farmhouse and ran it through this little, you<br />know, 99 cent app and then had. Like a watercolor that I would&#8217;ve put on the wall, you know?<br />Um,<br />Cory Miller: see that, that, that&#8217;s like the heart of publishing for me is expression, and I&#8217;m very<br />much an amateur photographer that flunk photography twice, by the way, in college. But I go,<br />Corey Maass: you forgot to do that. No, the, the cover, the lens cover off . Yes, yes.<br />Cory Miller: I know what depth to field is, but I&#8217;m like, The manual. Mm-hmm. cameras I had to<br />use suck. But all that to say [00:22:00] like this is interesting and that&#8217;s a hobby of mine and so I<br />would say it&#8217;s a hobby of mine. It&#8217;s taking these photos.<br />I even had my son do it while I was driving. I was like, could you take a picture of that sentence?<br />Yeah,<br />Corey Maass: yeah, I do. It&#8217;s one more thing. We have the same of, you need to look at my<br />Instagram. It&#8217;s literally just sky pictures. That&#8217;s<br />Cory Miller: so, okay. This is called Tune. But yeah, let&#8217;s see<br />Corey Maass: here. Oh, it does it live? It Does it live?<br />Oh, that&#8217;s cool. I assumed it was like, it had to be a photo, but it, it actually applies the filter while<br />you&#8217;re moving the photo.<br />Cory Miller: Yeah. So I was like, that&#8217;s wild. And then they&#8217;ve got impressionism, they&#8217;ve got all<br />these filters and I go, right, you know, there&#8217;s something about Instagram having, yeah, I, I don&#8217;t<br />know, 10, 15 filters.<br />I always use like the first six. Sure. You know, but it&#8217;s like there&#8217;s something about that taking<br />something, making it, just dressing it up a little bit and being able to put it out there. Like I&#8217;ve<br />been playing with the tune stuff on the colors cuz it really pulls [00:23:00] out some of the sunset<br />photos and stuff and I go, I hope there&#8217;s something there on this pro.<br />I want it. You know what I mean? Like I want something that just<br />Corey Maass: I conceptually, I think. You&#8217;re onto something. I mean, again, go, what&#8217;s our<br />mantra? You know, making creative tasks simpler, easier, fun. And so we&#8217;re starting with what<br />we&#8217;re hoping is the widest base. Everybody needs to crop an image and get it into WordPress.<br />Um, and then. So I, my Instagram, again, I&#8217;m fascinated, I&#8217;m captivated by mostly cloud shapes<br />and especially sunlight coming through the clouds. But I didn&#8217;t want to, I, I was never. Really<br />impressed with filters. Like they&#8217;re neat for doing different things, but I didn&#8217;t, they didn&#8217;t do what<br />I wanted. And so what I [00:24:00] actually do is, um, because I noticed that the, whatever it is,<br />the polarization from my sunglasses, Make things more distinct.<br />So I usually take my sunglasses off and then take a picture through the lens, and that&#8217;s my real<br />world filter, so to speak. Right. But it&#8217;s like, it&#8217;s, it&#8217;s my style. Nobody knows I&#8217;m doing it, but<br />that&#8217;s stylistically. Right. And so I imagine that, uh, a lot of people like. They, they have their feed<br />and so they have their favorite one or two filters and they think of it in part as their branding.<br />Um, and maybe it&#8217;s the same with blogs where it&#8217;s like, oh, if I&#8217;m, I&#8217;m blogging week over week,<br />whatever photo, I&#8217;m gonna give it the same treatment. Um, you know, even if that means, it&#8217;s not<br />necessarily some manipulation of the photo, but I put. My own watermark, or I put the title of the<br />blog post in a certain font with a certain background.<br />You know, [00:25:00] there&#8217;s a treatment so that you know when it&#8217;s shared. It&#8217;s the same with<br />the OG images, which is why I&#8217;m so fascinated by those. Um, and that&#8217;s the other plugin that I<br />keep messing around with as generating social images. But it&#8217;s the idea of being, again, that<br />same sort of the concept of set it and forget it, but so, Um, so the, another, another word that we<br />should somehow incorporate into one or another of our sort of overarching rules here is<br />consistency, which we&#8217;ve talked about.</p>\n\n\n\n<p>It&#8217;s like, but, but taking that, like all of your images should be 16, nine, but taking it much further<br />so that it&#8217;s all of your images should be watermarked the same way, or they should have some.<br />You know, coherent look and feel so that I land on any page on your blog and, and I know where<br />I am or if I see an image on, in, you know, I&#8217;m scrolling Twitter and I&#8217;m like, oh, there&#8217;s another<br />one of Corey&#8217;s photos.<br />Because it&#8217;s, it&#8217;s [00:26:00] a, it&#8217;s a sunset, but it&#8217;s got the, the comic book treatment, you know,<br />so whatever, whatever it is, like, um, I, I think you are, you&#8217;re, what I take away from what you&#8217;re<br />describing is, An example of still kind of what we, our long-term goal, like whatever the handling<br />of images, but allowing people to handle images consistently.<br />And if it&#8217;s, if it&#8217;s unrecognizable, if it&#8217;s just a task, if it, if we just make uploading images easier<br />than great, like, and we&#8217;re, and everybody has that problem, but if down the road, like, yeah, we<br />hear from people that they all want watermarks or they all want. Uh, you know, an image filter<br />and we can figure out how to do that.<br />It&#8217;s, it still, to me, falls in the same, the same ballpark. Yep.<br />Cory Miller: Now we need a business case, like, you know, take some of this [00:27:00]<br />abstract, creative thought and go, okay, how can we, back to what you kind of grounding us in<br />as like consistent, I heard the word consistent, consistent. unique to the brand Yeah. That<br />they&#8217;re trying to portray.<br />That&#8217;s really interesting thought cuz I, I love templates. I mean, obviously mm-hmm. , that&#8217;s the<br />it that&#8217;s High Themes came from Template. Template Monster. You know, I was a, I had used<br />Template Monster 2004 or five for a website, um, that wasn&#8217;t in WordPress. I don&#8217;t even know<br />what it was in. Um, and I.<br />Offering somebody some flavors to have a head start to, to create something creative. Like for,<br />for, for me, I can&#8217;t draw, you know, I doodle, but some kind of headstart to help somebody do the<br />things. Yep. Consistent you need to your brand, um, you, your [00:28:00] own kinda style that<br />you could develop. Um, kinda like paint by numbers, so.<br />Okay. Thanks for letting me die. Tribe on. Wonder and fascination about all this. Um, you<br />wanted to talk about settings?<br />Corey Maass: Yeah. So I just shared, uh, something with you. Um, you see my screen? Yeah, I<br />can. So starting a settings page. Um, so we&#8217;ve got, I don&#8217;t know if it&#8217;s working in this version yet,<br />so featured images, um, Oh yeah, I, I have a fix for this.<br />So you see the three, four is not actually three four. Um, so that I&#8217;ve, that&#8217;ll, that&#8217;ll be fixed in the<br />next version. A little thing that&#8217;s been bugging me. Um, but the, you know, we&#8217;ve, we&#8217;ve got the<br />actual cropper in a couple of places. Media ad new, no, it&#8217;s not in here. [00:29:00] Again, this is<br />just a non, a little local demo thing.<br />Um, but I started adding what we&#8217;d talked about previously. Uh, uh, the next thing we need, or<br />one of the next things we need is a settings page where we can define the, essentially the<br />defaults like we&#8217;re talking about. Um, So starting with one of the use cases or the, the place, the<br />implement, one of the implementations we&#8217;ve done, um, being featured images.<br />The idea being that right you, when you first install a plugin, we&#8217;ll walk you through these<br />essentially where, you know, okay, for featured images, what is, you know, you always want<br />your photo to be, or the resulting photo to be at least, you know, 500 wide, uh, you know, but not<br />more than 2000 wide. And then same with.<br />You know, something like this, right? So that you don&#8217;t, [00:30:00] you don&#8217;t end up with images<br />that are too small, but you don&#8217;t also don&#8217;t end up with images that are too large. Um, and then,<br />uh, presets,<br />Cory Miller: oh, you can remove. That&#8217;s cool.<br />Corey Maass: So, yeah, because it&#8217;s like, uh, the, the example of the featured image, right? It&#8217;s<br />like we have given you these six square circle, 16, 9 43.<br />but it&#8217;s like, you don&#8217;t, you don&#8217;t want to give you, you, you know, if, if your featured image<br />should always be a circle, then, then why do you have to select circle every time? Right. And so<br />in settings, yeah, you can go in and remove, um, you know, everything but the circle. Um, and<br />then save it. And then that&#8217;s the idea being that, you know, you hit save here and then the next<br />time you come into here where you&#8217;re setting your featured image circle would be the only thing<br />available.<br />Um, and obviously if there&#8217;s, if there&#8217;s only one, then it&#8217;ll be pre-selected and so then [00:31:00]<br />it saves you a step. Um, and then, and then there&#8217;s also the option of, um, so this isn&#8217;t quite</p>\n\n\n\n<p>functioning, but, um, Choose a preset. So it&#8217;s, if you, if you know, I&#8217;ve now deleted all of the, the<br />default preset 16 nine, you can re-add it here, or there&#8217;s this, you know, I, this just, this is my<br />preset, but it&#8217;s like you can, you can name it the query, uh, Miller preset with an aspect ratio of,<br />you know, whatever, whatever.<br />Um, I think this works. Yeah. There&#8217;s the Corey Miller preset. Um, awesome. So, so this is, this<br />is what I started with, um, again, with the idea that what you set is what&#8217;s gonna get translated<br />to here. So the presets are choose your shape, you then have those to choose from. Um, and<br />then when you cropped an [00:32:00] image, the output would match whatever your Minn Max<br />is.<br />Um, I haven&#8217;t quite, I&#8217;m not sure what. Parallel is yet, is it, is it always you? It should be the<br />minimum, but should it go up to the max? You know, we&#8217;ll figure that out. But, um, is, is this kind<br />of what you had in mind? Does this resonate with you? Anything missing?<br />Cory Miller: Um, now that the preset thing is really awesome, like being able to set that here, I<br />think that&#8217;s very forward thinking.<br />Work. You know, I continue to think through work, through flow, come in here, configure it<br />yourself, save it, make it easier on the client, and it becomes a pretty easy thing to, for the<br />problem of getting right sized images per the theme design. So I think that&#8217;s cool. Would you<br />scroll up a little bit? So this puts it, [00:33:00] this men stuff puts it where, Any image that goes<br />through it and scrub by it will not be bigger.<br />So that then whatever we&#8217;ve listed here.<br />Corey Maass: Okay. Yeah, the, you know, it&#8217;s like if you thinking about pr, you know, protecting<br />people from themselves. So if they upload a 10 pixel by 10 pixel emoji and they, but they want to<br />use that as a high res, uh, featured image, then it. Upscale it and look terrible, but that&#8217;s better<br />than them, than a 10 by 10 pixel image getting stuck in there.<br />And then same with like, what we keep talking about is uploading from your photo where, or<br />uploading from your phone where a photo is six megs. No, bring it down, you know, and, and,<br />and 4,000 pixels. It&#8217;s like, no, bring it down to the web. Really doesn&#8217;t need more than 2000<br />pixels. [00:34:00]<br />Cory Miller: So, okay, so the experience is come in here, set it here, put some guardrails.<br />Um, bumpers. Bumpers. Keep talking about bowling, bowling. Bowling bumpers. Okay. Then<br />when they go to do it from like, this is the basic settings. Start, you know, start hearing, get a<br />little bumpers, but then the workflow, if they&#8217;re going into the image and all that kind of stuff. Is<br />there a plan for. Letting them customize that in the featured image and the other, you know,<br />tools in the post.<br />That&#8217;s a good question because here&#8217;s what I&#8217;m thinking. Like web designer developer would<br />go, there&#8217;s your guardrails. Cool. You know? Yeah. And then they get into the live, and I think<br />maybe they, like we were doing the ratios to be simple. Click boom, there you go. But if<br />someone goes. You know, I don&#8217;t know.<br />I want [00:35:00] the cropped image, like I think we were talking about, there&#8217;s a featured image<br />section, then there&#8217;s another section which is in lieu of the block. Yeah. It&#8217;s like upload an image<br />and, and my question would be like, I think we should consider in that, that screen over there,<br />letting them do the custom dimensions there potentially.<br />Corey Maass: Mm. Yeah, so I, I think if I understand you, like we&#8217;ve got a, we&#8217;ve got a bypass,<br />which lets them upload. Straight from their hard drive. And then I also think, if I&#8217;m hearing you<br />correctly, we need a bypass, essentially, these settings. So it&#8217;s like you can still use the cropper,<br />but you can essentially make bad choices if you want to.<br />Uh, and I, and I think maybe that, like there&#8217;s a, I also envision a toggle in here that enables<br />that. And so there&#8217;d be like, here are the [00:36:00] guardrails, you know, a and maybe this<br />screen, so at least, at least for my use case, right? I am, I am an ad I, I have the WordPress<br />admin role. I have the WordPress role of administrator, and then all of my clients have a<br />contributor role, or I&#8217;ve made up another, um, another role called site admin.<br />And so they still think that they&#8217;re admins, but I&#8217;ve actually disabled a bunch of things so that<br />again, they can&#8217;t, they can&#8217;t go in and update a plugin that they shouldn&#8217;t or delete a plugin or<br />change themes. Have had clients go in and just be like, what does this do? And totally break a<br />site. . And so I think in, in, in here, there&#8217;s a, there&#8217;d be a, like an advanced toggle that says, lock<br />this shit down.</p>\n\n\n\n<p>Yeah. Or these are the recommended. Let them make bad choices if they want to. And so like<br />for my clients, for [00:37:00] featured images, hard, hard, hard rule, it&#8217;s 16 nine. Full stop, no<br />exceptions. And so I would switch that toggle to be like, do not let them make any other choices.<br />But you know, the o our other implementation, so this screen would essentially be repeated for<br />media library.<br />I haven&#8217;t reported it over yet, but in media library I might allow more presets. I also might toggle<br />it the other way and say, you know, let them. Upload something because frankly, like we also<br />use the media library for, um, you know, hosting an image to send to the press. And so we then<br />we want a high res image and we&#8217;re just basically using our WordPress install as file storage.<br />And so they would, they would hit a little button that says, just let me upload, you know, leave<br />me alone and let me upload the, the image or let me crop it, but leave it at 7,000 pixels or, or<br />whatever. So, yeah. [00:38:00] That&#8217;s another necessary.<br />Cory Miller: I think this is the work, this is the workflow for an organization or the developer<br />here in this screen.<br />Yeah. What I&#8217;m thinking is I go, okay, because we, the crux of the problem we started with<br />months ago was it&#8217;s a pain in the butt to like crop an image to make it reasonable for the web<br />and look good. And I, if I&#8217;m just Corey Blogger, Corey website thing, I go, okay, I&#8217;m writing a<br />post. I go, okay, I need an image.<br />I want an image for it in here and want it. Obviously I you won&#8217;t believe how many times I&#8217;ve like<br />gotten. A screenshot tool or something to go How many pixels wide is my Yeah. Post column<br />with, you know, and I, we&#8217;ve talked a lot about this, but I go, maybe I [00:39:00] want it really tall<br />in the, in the place or something like that doesn&#8217;t fit a preset mm-hmm.<br />you know, like, here&#8217;s the quick presets we&#8217;ve done. Just go here and you can kind of keep it<br />standard that checks that consistent box, but, Utility of the crop to make it whatever it needs to<br />be for that page design. Yeah, that&#8217;s the workflow I&#8217;m thinking about because I think this is<br />where we need to be for the, I&#8217;m handing this project over to you and I&#8217;m trying to keep you right<br />in the bumpers and I think that big time checks the agency box and some point I wanna share<br />that with our agency owner channel and just get some feedback and.<br />Understand the problems they actually face, but the other side is to make this ubiquitous and<br />easy to use. How do we make it really practical and easy for what they&#8217;re trying to do? And I&#8217;m<br />just talking that out, going, I wonder, you know, they find the image, [00:40:00] they upload it,<br />but they want it, you know, you know how it goes.<br />Sometimes the image doesn&#8217;t fit right. A, a ratio.<br />Corey Maass: So, yeah. Well, and yeah, and I think, you know, we. What we don&#8217;t want to do is<br />limit people&#8217;s creativity and so, you know, and what&#8217;s WordPress? Uh, The mantra, but I think it,<br />I think it&#8217;s actually backwards. They say decisions, not options or something like that.<br />But anyway, in, in our case, we actually want at least, at least sensible options. Um, you know,<br />or, or we don&#8217;t, we can&#8217;t speak for everybody, at least not yet . Um, and, and so yeah, letting<br />people. Bypass the, all these things. Um, I think if nothing else, you know, I mean more of the<br />spirit of WordPress and, and more, you know, the freedom to, to do what you want.<br />I mean, they can always disable the plugin. I&#8217;ve even done that with, there&#8217;s a plugin by short<br />[00:41:00] pixel that. It&#8217;s called something like resize after Upload. And so it, I installed that early<br />on so that client&#8217;s uploading it just lets you, uh, ju similar to some of this, right? It lets you set a<br />sensible limit, so it&#8217;s like resize anything over 2,500 pixels, down to 2,500 pixels.<br />And that&#8217;s all it does, but it&#8217;s it per it, it has saved us so much disk space. They will make a<br />mistake and upload something that&#8217;s, you know, two megs and 7,000 pixels or whatever. So,<br />um, but I&#8217;ve had to. Like, there were times when we wanted, uh, like we had a blog post that<br />was a web comic, and so we needed it 7,000 tall.<br />So I went in disabled, the plugin, and this is the process I had to do right as I went in. Had to go<br />in, disable the plugin, upload the full, full version, and then go back in and reenable the plugin.<br />So yeah, if there was a like click here to bypass just this one time, [00:42:00] uh, you know, then<br />it would&#8217;ve saved me.<br />Six clicks and a, and a bunch of load time. Um, so yeah, to, to make sure that we ac we<br />accommodate that or offer the option to accommodate that , uh, options to offer options always<br />gets a little meta, but I do think that that&#8217;s crucial as much because like we keep talking about,<br />we don&#8217;t, we just don&#8217;t know yet.</p>\n\n\n\n<p>We don&#8217;t know who&#8217;s really gonna use this. We don&#8217;t really know. And that&#8217;s, that&#8217;s why like, I<br />like the thinking. We did at the beginning of this phone call about using, talking about filters. But<br />to me, filters is an example or of, of that, which we don&#8217;t know yet, but are the kind of features<br />that we can offer.<br />Not fi filters specifically, but some sort of photo manipulation, assuming that that&#8217;s what people<br />want. But I also, I think I&#8217;ve, I mean, I&#8217;m having fun looking at discovering. How robust<br />JavaScript is [00:43:00] now and, and what it can do, including photo manipulation. But to me,<br />cropping a circle was a no-brainer for this, you know, for v1.<br />But adding photo filters is, is down the road at some point because it&#8217;s, it could be a lot of noise<br />within the product and if nobody wants it, then we don&#8217;t wanna add that much noise.<br />Cory Miller: I feel like too, a lot of this just kind of pulling up for the overall product journey we&#8217;re<br />on. Mm-hmm. is trying to find that spark.<br />Yeah. Like we&#8217;re talking through things that we think are good ideas, thought like really<br />thoughtfully trying to embody the experience and I feel like we&#8217;re trying to find a little spark of<br />something when we, when we talk about feedback and like, Someone goes, yeah, that what you<br />just said there, but like a lot of the process of product like this is trying to get just lucky and, and<br />find that little spark of, [00:44:00] hey, here it, here it goes.<br />You know? So it&#8217;s good for me to kind of reset and go, yeah, doesn&#8217;t feel good to see fewer than<br />10, you know? But like we&#8217;re trying to get it out there enough and we&#8217;re doing this obviously, so<br />we find a spark somewhere in there and they go, Hey, that&#8217;s what I. To, I don&#8217;t know, let&#8217;s, let me<br />throw in another sport.<br />Fishing,<br />We&#8217;re trying to fish and go like, yeah, we think this is good. So I&#8217;m trying not to make too many,<br />um, minute feedback things about the thing. I go. We, we, we decided a couple weeks ago, we<br />kept talking about like the custom dimensions. So you&#8217;ve done the settings page and now this<br />seems to be the other side.<br />And just kind of getting it out there and going, like, does this, does this work? Part of it, I think<br />for me is I&#8217;m not actively blogging as much at all, and I haven&#8217;t for a long time, but I need to get<br />back in the [00:45:00] process and start documenting, you know, when I&#8217;m Yeah. Trying to<br />express a. Feeling, emotion, whatever those things are.<br />Um, and then going through the press of like, what, you know, for me, I&#8217;m trying to commit to<br />this, this going, okay, let me find an image for this. That kind of hits at what I&#8217;m trying to get at,<br />you know? Yep. Um, back to Instagram, that&#8217;s what I loved about Instagram and those little<br />apps, you remember those apps that take like a second a day and it&#8217;d kind of be a journal and.<br />It started with an image and then it became, you know, people tried to blow up the content<br />underneath. Um, I needed to play around that with, in my head a little bit and practice it of like,<br />what if I started with an image and wrote and just put, get back doing my click and publish<br />again, and then note all my pain points with finding [00:46:00] images that are appropriate.<br />Corey Maass: And I&#8217;m going to, um, to me we&#8217;re, I like your fishing analogy. We&#8217;re fishing with<br />a, with a all lure. We&#8217;re still building. You know, we, we&#8217;ve got the hook and we&#8217;ve got the eyes,<br />but we need the little wiggly bit that the fish will actually be attracted to or whatever. Um, but I&#8217;m<br />not, I guess I&#8217;m, to me, I&#8217;m not yet casting with the intent of actually catching fish like I&#8217;m casting<br />to just kind of make sure that it, it all still holds together when it hits the water.<br />Um, I think with a, with some basic settings, uh, with a block at that point. Like I wanna start<br />promoting it a lot more, putting it on, you know, actually put it in some places. Um, I think at that,<br />that&#8217;s when, you know, we actually are version complete and we can start sending it to some<br />blogs. Um, You know, you, you do a, a Google search for word [00:47:00] plug, you know,<br />WordPress plugin, photo cropping or photo manipulation, and then go find all those listicles and<br />add some comments and, and basically just do kind of the, the, the bare minimum, uh, s e o and<br />spreading of the word.<br />I think the other thing is, um, I don&#8217;t remember who it was, um, Kathy. Or somebody. Yeah,<br />Kathy, um, typed in crop, uh, in the plug-in directory and. Um, and it was like, I think just crop,<br />we&#8217;re not even on the first page. If you do crop.express, we come right up, but crop space<br />express doesn&#8217;t come up. So we, you know, we need to start tweaking some of, you know,<br />looking at, cuz at that point, like the, the README that&#8217;s in there now is, is almost, is already<br />almost not.</p>\n\n\n\n<p>Accurate in that we&#8217;ve added more features. And so revisiting that, revisiting the wording,<br />starting to play with the [00:48:00] wording, but it&#8217;s like at that point we are at least a fully<br />functional product. And so then, then I feel much better about talking about it. I also look forward<br />to like, I will make my clients use this whether they like it or not, and I will toggle it so that they<br />are locked down.<br />Um, and then I will hear their complaints, you know, good, or, or I guess you don&#8217;t have good<br />complaints, but I will hear their feedback, good or bad. Um, but it&#8217;s, um, you know, to me a very<br />real world use case. So, um, we&#8217;re. I guess I&#8217;m trying to get us there, right? Like basic settings,<br />basic implementation. Um, and then I, I, and then frankly, like at that point, at we, we, we.<br />It&#8217;s fun to keep talking every week, but I almost feel like at least what I&#8217;ve done in the past is at<br />that point we, like, we let a couple of months go by and maybe we&#8217;re working on, we&#8217;re still<br />working on it [00:49:00] or we&#8217;re working on a companion or we&#8217;re, you know, something else is<br />cooking. But, um, The, you know, one of the best things that happened to me was, you know,<br />my social link pages plug in.<br />I built it and then, uh, had to stop working on it cuz of a job I was doing. And the year went by<br />and I stopped doing that job and I came back and was like, oh, it has a thousand active installs.<br />And it was like letting it grow organically. Mm. You know, letting time happen naturally. Like I<br />probably could have made that ramp happen a little bit faster, but not a lot, you know, at least at<br />the level I&#8217;m at.<br />Like we, like we talked about, if you&#8217;re starting from zero, you&#8217;ve only got so many favors you<br />can call in. You&#8217;ve only got so many eyes on you. You&#8217;ve only got, um, you know, I think we&#8217;ve,<br />we&#8217;ve both got a little bit of an, I, you&#8217;ve got a much bigger audience than I do. We both are<br />involved with communities, but you know, we are not, [00:50:00] Uh, who&#8217;s a successful<br />blogger?<br />Tim Ferris or, you know, Paul Jarvis or, um, Joel s Spolsky, or, you know, whoever, like big, big<br />names that have attention on them. And so we&#8217;ve, we&#8217;ve, there will be, there will come a day<br />when we&#8217;ve, we&#8217;ve basically tapped every lead that we can think of, and then it&#8217;s like, okay, so<br />let&#8217;s let a week go by and let some, you know, let the internet do its job and, and spreading the<br />word.<br />Cory Miller: That&#8217;s good grounding.<br />Corey Maass: It&#8217;s hard. It&#8217;s hard,<br />Cory Miller: like even if I want to, I, I&#8217;m always so impatient and want to accelerate and get to<br />the things, but I, that&#8217;s really good grounding.<br />Corey Maass: It&#8217;s like, well, if we, if we had a gajillion dollars, if, if we had investment, I&#8217;m not,<br />obviously, I&#8217;m not advocating that, but it&#8217;s like, If we were in that kind of situation or we were able<br />to, you know, sit down in an office day after day and say like, this is our job.<br />[00:51:00] Very different trajectory. Yeah, but I don&#8217;t, but we&#8217;re not in that position.<br />Cory Miller: Yeah, it&#8217;s true.<br />Okay. Well anyway, so go ahead.<br />Corey Maass: Oh, I was just gonna say like, we&#8217;ve got five minutes and I actually need to wrap<br />up on time today, so, okay. Um, just wanted to check in with you, see, see if there&#8217;s anything<br />else to talk about or what else you wanted to talk about. Put you on the spot here. I<br />Cory Miller: think that&#8217;s it. I want to keep kind of pushing in and trying to find, um, I think my<br />part in this is sniffing the problem that we go there.<br />It, you know, there it is. That could potentially illuminate it to bring in money for sales, whatever it<br />might be. But, um, and going like, I think we got a pretty cool thing here. It seems to me for the<br />future, it&#8217;s like [00:52:00] image creation in that cate, something in this category is the potential<br />for the pro. And I&#8217;m keen to just go, like, personally finding the angles in there that would go right<br />here.<br />This could be a little, this could be a V1 into the paid, you know, finding that, that little mix. But<br />thanks for keeping us on track with this. I, I think where we&#8217;re going with this setting is great. It&#8217;s<br />all there. It&#8217;s functional or it will be, and, uh, try to get a little bit more stepped in the, into the.<br />Finding our people<br />Corey Maass: Yeah. For this. Yeah. And I&#8217;m, I&#8217;m, you know, I don&#8217;t think I need to say it, but I&#8217;ll<br />say it anyway. Don&#8217;t get me wrong. Like, I&#8217;m also anxious and excited. Unfortunately, this week,<br />once again, life happens. And so I&#8217;ve, on Monday, a tight deadline Okay. With a day job. Um, but<br />I&#8217;m, but I&#8217;m, there&#8217;s something is going to shift [00:53:00] and I, I almost want to, uh, I wanna</p>\n\n\n\n<p>make sure we don&#8217;t keep having the same conversation week over week, , uh, both for the<br />people listening in, but of course for ourselves.<br />Cuz that that&#8217;s also when we&#8217;re like, okay, yeah, last week we said we were gonna do this, it&#8217;s<br />still not done. So I guess another week goes by, you know, and then, and then we get frustrated.<br />So, um, trying to chip away at it and. But I think, cuz I think something will shift once we<br />honestly look at our, what, at our initial offering crop express the plugin and say, okay, that&#8217;s in<br />the repo as as a complete fishing lure, , or whatever.<br />Um, you know, and, and, and people are using it. And we are using it cuz it actually like does<br />solve the problems that we&#8217;re talking about.<br />Cory Miller: Yeah. Yeah. I wrote down here too, when you said block earlier, uh, I&#8217;ll follow back</p>\n\n\n\n<p>up with Robbie [00:54:00] Umhmm. That&#8217;s right. We had the whole thing come back. Yeah. Mm-<br />hmm. . But it seems like I knew Block had some complexity, uh, you know, that we talked about,</p>\n\n\n\n<p>but I know you&#8217;re heavily embedded into the Beaver Builder community and used it prolifically.<br />And we got that contact with Robbie, so I&#8217;ll follow back up with him. Kathy was the other one.<br />And then I still need to ping the Elementor team. Um, cuz that could be a, you know, it feels like<br />we need that. Somebody going Yeah. But mm-hmm. this or, you know, reactions like, what, what<br />we need. So, um, let me do that with the Robbie, Kathy, aunt Cadence and then, um, ping, ping<br />the team over at on Mentor.<br />Corey Maass: Yeah, and honestly like think about, so I, I think one of the things that you could<br />be doing. Is, or, or what you are doing, but [00:55:00] do more of, is this kind of, essentially, it&#8217;s<br />not really a custom inter customer interview, but kind of, sort of, yeah, yeah. Um, so like, you<br />know, put it on your Twitter or look for a way to, to elevate that question in post status or, and I,<br />I&#8217;m not sure what the question is, but I, I kind of want to put that, put that on your plate.<br />Let me keep focusing on the development of, of the first version of the plugin. Um, but if you can<br />be having starting, or, I mean, and, and usually, you know, tweet into the void and maybe<br />nobody comes back, but it&#8217;s the, like, you know, how, how do you, how do you find images or<br />like, that&#8217;s not the problem we&#8217;re solving yet, so I don&#8217;t wanna really ask that question yet.<br />But, you know, how, what problem, how painful do you, yeah. You know, is it, do you, do you,<br />you know, either define the problem, you know, do you have, do you wish that there was a<br />better crop in WordPress? Or what apps [00:56:00] do you use to manipulate a photo before<br />you upload it to your blog post? Or, um, you know, I think there&#8217;s, I think there&#8217;s, you asked a<br />couple of questions to help figure out the right question to ask and then start asking that in more<br />places.<br />Um, okay. Cuz that, that&#8217;ll. I think it&#8217;s, you know, you pinging the specific people is huge. Um,<br />especially tapping into if, if they are a, a essentially a gateway into, uh, a community or a, a<br />team that is facing a problem over and over again. But I would, I&#8217;d love to hear some, like,<br />answers in the wild too of like throw it on Twitter and see if, if people.<br />Have a response, you know? Um, yeah, because like you said, there&#8217;s, I, I do feel like we are<br />looking for a spark. Like I have this other, um, app, you know, a p i service that I built a while<br />ago that I want to talk to you some other time [00:57:00] about offline. Um, But it&#8217;s like I, and, uh,<br />well, I&#8217;ve mentioned a couple times.<br />I, I built it 99% of the way and then stopped and have not opened it up because I&#8217;m like, I&#8217;m just<br />missing that spark. Like the, and, and then just today somebody, it, it pertains to screenshots.<br />And so somebody today was like, oh, is there a WordPress plugin that takes this kind of<br />screenshot? And I was like, oh my God, I never even thought of that.<br />And I don&#8217;t, I don&#8217;t, still don&#8217;t know if it&#8217;s the spark, but I&#8217;m, you know, I&#8217;m pulling at that thread. I<br />messaged the guy and then we&#8217;re. We&#8217;re chatting via email, like I might bang together a quick<br />use case for &#8217;em to like see if that&#8217;s part of the spark. You know what I mean? So<br />Cory Miller: I, I would love to talk about that.<br />Cause you&#8217;ve mentioned it in our other discussions. I&#8217;d love to talk about that more because, I<br />mean, I think there&#8217;s one thing that I&#8217;m really interested in. It&#8217;s like images and they mentioned<br />Yeah, exactly. No, being able to do that and like, I love the, I think it was a screen. Tool<br />potentially you were talking about?<br />Um, yeah. [00:58:00] Or in that realm. And Yeah. And it makes me put, like, higher on my list is<br />the OMG IMG site as our base for Yeah. Being able to explore this. Here&#8217;s your free plug into<br />crop, you know, like that sticker mill thing. Like here&#8217;s your total mm-hmm. ,<br />Corey Maass: which by, by the way, Sticker Mule, they have, um, specials once in a while.</p>\n\n\n\n<p>So I ordered us, um, 10 crop express stickers for a dollar. So we have our first swag, so as it, it<br />has shipped. So I need your, I need your address. Yep. And, uh, uh, I&#8217;ll send you five. And then<br />we each have five crop express plugin or, um, plugin stickers for, for the fun of it. .<br />Cory Miller: I, I want an OMG IMG Hoodie<br />Corey Maass: oh yes. . Yes.<br />And that, that logo, we&#8217;re gonna need to spend a little more time on roughly. So, yeah,<br />[00:59:00] I want, I want rainbows and unicorns or something. I don&#8217;t know yet. Ice cream<br />cones, but hey brother, I could keep<br />Cory Miller: talking, but I know you need to jet.<br />Corey Maass: Yeah, I gotta bounce.<br />Cory Miller: All right. Uh, I&#8217;m pumped. Thanks, man.<br />Corey Maass: Yeah, we&#8217;ll talk soon.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Mar 2023 13:34: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: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: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:131:\"WPTavern: WordPress 6.2 “Dolphy” Introduces a Revamped Site Editor, Distraction-Free Writing Mode, and Updated Block Inserter \";s:7:\"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:30:\"https://wptavern.com/?p=143114\";s:7:\"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:132:\"https://wptavern.com/wordpress-6-2-dolphy-introduces-a-revamped-site-editor-distraction-free-writing-mode-and-updated-block-inserter\";s: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:4550:\"<img />image credit: <a href=\"https://www.youtube.com/watch?v=vAn_gyNcvN4\">Charles Mingus Sextet &#8211; Feat. Eric Dolphy &#8211; Take The A Train</a>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2</a> &#8220;Dolphy&#8221; was released today, named in honor of American jazz alto saxophonist, bass clarinetist, and flautist <a href=\"https://en.wikipedia.org/wiki/Eric_Dolphy\">Eric Allan Dolphy Jr</a>.&nbsp;This is the first of three planned major releases in 2023. It includes more than 900 enhancements and bug fixes, with a strong focus on improving the site editing experience.</p>\n\n\n\n<p>One of the major highlights of the 6.2 release is the completely revamped Site Editor interface. The browse mode style of navigation lets users quickly slide between editing and previews of templates and template parts, with a new unified design that makes it feel like it&#8217;s all part of the same application. </p>\n\n\n\n<p>Color-coded labels have been added in 6.2, which give users more visual cues in finding their template parts and reusable blocks inside the List View, the Block toolbar, and on the Canvas.</p>\n\n\n\n<p>With these and other updates, the Site Editor is now out of beta. Inside the admin, the About page includes beautifully designed screenshots of each feature with the vibrant blue color that has become part of WordPress&#8217; identity in the new design that is slowly being rolled out across WordPress.org.</p>\n\n\n\n<img />WordPress 6.2 About page\n\n\n\n<p>For those switching from a Classic theme to a Block theme, widgets that are imported will now automatically become Template Parts to make it an easier transition.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Improved Navigation Block Experience for Managing Menus</h3>\n\n\n\n<p>Managing Navigation menus just got easier with a new sidebar inside the Site Editor that allows users to quickly add, remove, and reorder menu items.</p>\n\n\n\n<img />WordPress 6.2 About page\n\n\n\n<h3 class=\"wp-block-heading\">Updated Block Inserter with Media Tab and Openverse Integration</h3>\n\n\n\n<p>The Block Inserter is sporting a new design that better integrates media, making it faster to insert images, video, and audio, with a new tab alongside blocks and patterns. Users can select the new tab and select a media type to see the ten most recent items. </p>\n\n\n\n<img />\n\n\n\n<p>WordPress 6.2 also adds integration with <a href=\"https://openverse.org/\">Openverse</a> to this new media tab. Users now have access to the Openverse library of more than 700 million free-to-use openly licensed and public domain works, directly inside the editor. Clicking on an Openverse image will instantly insert it as an Image block with the proper attribution and license automatically added to the caption, a much faster experience than downloading and uploading to the Media Library.</p>\n\n\n\n<img />\n\n\n\n<h3 class=\"wp-block-heading\">New Distraction-Free Writing Mode</h3>\n\n\n\n<p>WordPress 6.2 introduces a distraction-free writing mode that offers a more focused writing experience, hiding unnecessary interface elements from the editor. This video from the 6.2 testing guide shows how it can be enabled and disabled.</p>\n\n\n\nvideo credit: <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">WordPress 6.2 Testing Guide</a>\n\n\n\n<p>Other notable features and updates in 6.2 include the following:</p>\n\n\n\n<ul>\n<li>&nbsp;A new collection of header and footer patterns for block themes</li>\n\n\n\n<li>Scaled block settings with split controls to better organize Styles and Settings options</li>\n\n\n\n<li>A new Style Book that displays every block in the site’s library at a glance where they can be previewed and edited globally</li>\n\n\n\n<li>Copy and Paste styles between blocks</li>\n\n\n\n<li>Improved pattern insertion with patterns organized into more categories, like headers and footers</li>\n\n\n\n<li>Custom CSS support sitewide and for specific blocks</li>\n\n\n\n<li>Sticky positioning to keep top-level group blocks fixed to the top of a page as visitors scroll</li>\n\n\n\n<li>Improved privacy for default themes with locally hosted Google Fonts</li>\n</ul>\n\n\n\n<p>WordPress 6.2 was made possible by more than 600 contributors across 50 countries, with 178 of those contributing for the first time. Update today to get access to all these new features and bug fixes. For the most comprehensive coverage of all the under-the-hood changes for developers and extenders, check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2023 20:35: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: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: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:90:\"Post Status: WordPress 6.2 “Dolphy” • Gutenberg Phase 3 • Test Plugin Dependencies\";s:7:\"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://poststatus.com/?p=148557\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://poststatus.com/wordpress-6-2-dolphy-gutenberg-phase-3-test-plugin-dependencies/\";s: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:21268:\"<h2 id=\"h-this-week-at-wordpress-org-march-27-2023\">This Week at WordPress.org (March 27, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"🥳\" class=\"wp-smiley\" /> WordPress 6.2 is now available! If you haven&#8217;t started testing yet, now is the time. <br /><br />Gutenberg is a 4 phase approach to nearly all areas of WordPress. Phase 1 was Posts and Pages. Phase 2 included Themes. Matias Ventura shares what we could see in Phase 3.  <br /><br />Andy Fragen has posted a call for testing on the Plugin Dependencies plugin. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fas_rocket kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP 6.2, Plugin Dependencies, Phase 3</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f680.png\" alt=\"🚀\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2 “Dolphy”</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5a5.png\" alt=\"🖥\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/03/28/call-for-testing-plugin-dependencies-ux/\">Call for Testing: Plugin Dependencies UX</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f7e6.png\" alt=\"🟦\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">Proposal: The Interactivity API – A better developer experience in building interactive blocks</a><br /><br />3&#x20e3; <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3: Collaboration</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3b7.png\" alt=\"🎷\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/design/2023/03/30/why-jazz/\">Why Jazz?</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\">WP Briefing: Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wp20-swag-is-here/\">WP20 Swag is Here! Order Your Official Merchandise Today</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-5 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/03/30/community-team-goals-for-2023-2nd-chat-session/\">Community Team Goals for 2023 : 2nd Chat session</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">Proposal: The Interactivity API – A better developer experience in building interactive blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/28/call-for-testing-plugin-dependencies-ux/\">Call for Testing: Plugin Dependencies UX</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/28/introducing-a-new-block-editor-handbook-scrub/\">Introducing a new block editor handbook scrub</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-day-process/\">WordPress 6.2 Release Day Process</a></li>\n</ul>\n\n\n\n<h3 id=\"h-wordpress-6-2\">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/28/wordpress-6-2-release-date-updated-march-29-2023/\">WordPress 6.2 release date updated: March 29, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-day-process/\">WordPress 6.2 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-candidate-4/\">WordPress 6.2 Release Candidate 4</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/14/fyi-navigation-section-of-new-site-editor-experienced-removed-for-6-2-rc-2/\">FYI: Navigation section of new Site Editor experienced removed for 6.2 RC 2</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/14/wordpress-6-2-translation-status-march-14-2023/\">WordPress 6.2 Translation Status (March 14, 2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/04/wordpress-6-2-ready-to-be-translated/\">WordPress 6.2 ready to be translated</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/08/requests-library-upgraded-to-2-0-5-in-wordpress-6-2/\">Requests library upgraded to 2.0.5 in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/patterns-api-expanded-to-include-template_types-property/\">Patterns API expanded to include template_types property</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introduction-of-block-inspector-tabs/\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/shadows-in-global-styles-with-wordpress-6-2/\">Shadows in Global Styles with WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-the-html-api-in-wordpress-6-2/\">Introducing the HTML API in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/miscellaneous-editor-changes-in-wordpress-6-2/\">Miscellaneous Editor changes in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-move_dir-in-wordpress-6-2/\">Introducing move_dir() in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/sticky-position-block-support/\">Sticky position block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/upgrading-to-react-18-and-common-pitfalls-of-concurrent-mode/\">Upgrading to React 18 and common pitfalls of concurrent mode</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/add-new-prop-to-serversiderender-component/\">Add new prop to ServerSideRender component</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/google-fonts-are-included-locally-in-bundled-themes/\">Google Fonts are included locally in bundled themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/custom-css-for-global-styles-and-per-block/\">Custom CSS for global styles and per block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/minimum-height-dimensions-block-support/\">Minimum height dimensions block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/i18n-improvements-in-6-2/\">I18N Improvements in 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/custom-settings-wordpress-6-2/\">Customize settings for any block in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/19/style-book-preview-of-blocks-in-global-styles/\">Style Book preview of blocks in global styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/update-to-content-only-editing-filter-namespace/\">Update to content only editing filter namespace</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/wordpress-6-2-beta-4-postponed/\">WordPress 6.2 Beta 4 Postponed</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/\">WordPress 6.2 Beta 3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 Live Product Demo</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/\">Hallway Hangout: Performance Improvements for WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/\">Bug Scrub Schedule for 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/11/early-bug-scrub-schedule-for-wp-6-2/\">Early bug scrub schedule for WP&nbsp;6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/\">WordPress 6.2 Planning Roundup</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/30/core-editor-chat-summary-29th-march-2023/\">Core Editor chat summary: 29th March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/28/march-29-dev-chat-is-canceled-in-favor-of-wordpress-6-2-final-release-party/\">March 29 Dev Chat is canceled in favor of WordPress 6.2 final release party</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/27/editor-chat-summary-march-22nd-2023/\">Editor chat summary: March 22nd, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/27/editor-chat-agenda-march-29th-2023/\">Editor Chat Agenda: March 29th 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-developer-blog\">Developer Blog</h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/03/quick-and-easy-local-wordpress-development-with-wp-env/\">Quick and easy local WordPress development with wp-env</a></li>\n</ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/03/30/why-jazz/\">Why Jazz?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/03/13/design-share-feb-13-mar-10/\">Design Share: Feb 13–Mar 10</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/03/26/agenda-for-docs-team-bi-weekly-meeting-april-4-2023/\">Agenda for Docs Team bi-weekly meeting April 4, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/03/26/summary-for-docs-team-meeting-march-21-2023/\">Summary for Docs Team meeting, March 21, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/03/15/call-for-volunteers-to-help-with-6-2-end-user-documentation/\">Call for volunteers to help with 6.2 end user documentation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/27/documentation-team-update-march-27-2023/\">Documentation Team Update – March 27, 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/03/21/hosting-team-meeting-agenda-2023-03-22/\">Hosting Team meeting agenda 2023-03-22</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/03/28/notes-global-marketing-team-meeting-21-march-2023/\">Notes: Global Marketing Team meeting, 21 March 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/03/27/matrix-chat-summary-march-23-2023/\">Matrix chat Summary, March 23 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/03/28/new-mobile-support-forum/\">New Mobile Support Forum</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/25/mobile-team-update-march-25th/\">Mobile Team Update – March 25th</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/03/27/last-week-openverse-2023-03-20-2023-03-27/\">A week in Openverse: 2023-03-20 – 2023-03-27</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/28/performance-chat-summary-28-march-2023/\">Performance Chat Summary: 28 March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/27/core-performance-team-update-march-27-2023/\">Core Performance Team Update: March 27, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/29/agenda-weekly-polyglots-chat-march-29-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – March 29, 2023 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/21/new-translation-project-wp20-wordpress-net/\">New translation project: wp20.wordpress.net</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins-1\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/28/plugin-review-team-27-mar-2023/\">Plugin Review Team: 27 Mar 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/\">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li> </li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/03/28/test-chat-summary-28-march-2023/\">Test Chat Summary: 28 March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/03/14/hallway-hangout-lets-chat-about-all-things-layout/\">Hallway Hangout: Let’s chat about All Things Layout</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a></li>\n</ul>\n\n\n\n<h2 id=\"h-theme\">Theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/03/27/themes-team-meeting-agenda-for-march-28-2023/\">Themes team meeting agenda for March 28, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Hallway Hangout: Community Themes Initiative</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/28/themes-team-update-march-28-2023/\">Themes team update March 28, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/03/29/introduction-to-wordpress-development-syllabus/\">Introduction to WordPress Development syllabus</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/27/meeting-agenda-for-march-28-2023/\">Meeting agenda for March 28, 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/32894-2/\">How to use featured images</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/wordpress-rest-api-modifying-responses/\">WordPress REST API – Modifying responses</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=live-stream-reviewing-developer-focused-features-in-gutenberg-15-4\">Live stream: Reviewing developer-focused features in Gutenberg 15.4</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=%CE%B3%CE%BD%CF%89%CF%81%CE%B9%CE%BC%CE%AF%CE%B1-%CE%BC%CE%B5-%CF%84%CE%B7%CE%BD-%CE%BF%CE%BC%CE%AC%CE%B4%CE%B1-learn\">Γνωριμία με την ομάδα Learn</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-do-you-learn-wordpress\">How do you Learn WordPress?</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-2\">PHP 8.2.4 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-03-16-1\">PHP 8.1.17 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2023 18:59:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:46:\"WordPress.org blog: WordPress 6.2 “Dolphy”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2023/03/dolphy/\";s: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:56883:\"<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1024%2C683&ssl=1\" alt=\"WordPress 6.2 \" />\n\n\n\n<p>Say hello to WordPress 6.2 “Dolphy,&#8221; named for the woodwind jazz wiz, the multi-instrumentalist—<a href=\"https://en.wikipedia.org/wiki/Eric_Dolphy\">Eric Allan Dolphy Jr</a>. Dolphy is acclaimed for having brought the bass clarinet to prominence in the jazz scene, creating a place for the flute and extending the lexicon of the alto saxophone. In a career that spanned continents, his artistry was at the forefront of pushing improvisational boundaries, ensemble work, and partnerships with well-respected artists like Charles Mingus and John Coltrane.</p>\n\n\n\n<p>This latest version of WordPress reimagines your site editing experience, introduces more ways to style your site, and offers a new distraction-free way to write. Discover improvements that give you more control and freedom to express your creative vision. There’s something for everyone, whether you’re a content creator, developer, site builder, or designer. Let the <a href=\"https://open.spotify.com/artist/6rxxu32JCGDpKKMPHxnSJp?si=UEYO5JU5TXyEeINuuhN6aQ\">music of Eric Dolphy</a> delight you as you take in all that 6.2 has to offer.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.2.zip\">Download WordPress 6.2 today</a></div>\n</div>\n\n\n\n<p>WordPress 6.2 is the first major release of 2023, covering over 900 enhancements and fixes. It’s also a transition point in the WordPress project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>, shifting focus from customization to <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">early exploration of workflows and collaboration</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s inside</h2>\n\n\n\n<h4 class=\"wp-block-heading\">Meet&nbsp;the reimagined Site Editor</h4>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=536%2C536&ssl=1\" alt=\"Image inlay of the reimagined Site Editor. WordPress 6.2 Dolphy\" class=\"wp-image-14661\" width=\"536\" height=\"536\" />\n\n\n\n<p>Ready for you to dive in and explore: 6.2 is your invitation to discover what the next generation of WordPress—and block themes—can do.&nbsp;</p>\n\n\n\n<p>Now out of beta, the Site Editor has an updated interface, giving you a new way to interact with your entire site. Explore full previews of your templates and template parts, then jump in and get to editing your site from wherever you choose.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Manage menus in more ways with the Navigation block</h4>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=532%2C532&ssl=1\" alt=\"Image inlay of menu management from the Navigation block\" class=\"wp-image-14662\" width=\"532\" height=\"532\" />\n\n\n\n<p>Add, remove, and reorder menu items faster—with a new sidebar experience that makes editing your site’s navigation easier.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Discover a smoother experience for the Block Inserter</h4>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=536%2C536&ssl=1\" alt=\"Image inlay of the Block Inserter\" class=\"wp-image-14663\" width=\"536\" height=\"536\" />\n\n\n\n<p>A refreshed design gives you easier access to the content you need. Use the Media tab to quickly drag and drop content from your existing Media Library. Find patterns faster with a split view that lets you navigate categories and see previews all at once.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Find the controls you want when you need them</h4>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=540%2C540&ssl=1\" alt=\"Tab between settings and styles in the block settings sidebar\" class=\"wp-image-14664\" width=\"540\" height=\"540\" />\n\n\n\n<p>Your block settings sidebar is better organized with tabs for Settings and Styles. So the tools you need are easy to identify and access.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">Build faster with headers and footers for block themes</h4>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=534%2C534&ssl=1\" alt=\"\" class=\"wp-image-14671\" width=\"534\" height=\"534\" />\n\n\n\n<p>Discover a new collection of header and footer patterns. Use them with any block theme as a quick, high-quality starting point for your site’s templates.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Explore Openverse media right from the Editor</h4>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=544%2C544&ssl=1\" alt=\"\" class=\"wp-image-14670\" width=\"544\" height=\"544\" />\n\n\n\n<p>Openverse’s library catalogs over 700 million+ free, openly licensed stock images and audio—and now it’s directly integrated into the WordPress experience through the Inserter.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">Focus on writing with Distraction Free mode</h4>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=542%2C542&ssl=1\" alt=\"\" class=\"wp-image-14665\" width=\"542\" height=\"542\" />\n\n\n\n<p>For those times you want to be alone with your ideas. You can now hide all your panels and controls, leaving you free to bring your content to life.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Meet the new Style Book</h4>\n\n\n\n<img width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=560%2C560&ssl=1\" alt=\"\" class=\"wp-image-14667\" />\n\n\n\n<p>Get a complete overview of how every block in your site’s library looks. All in one place, all at a glance, directly in the Site Editor.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Copy and paste styles</h4>\n\n\n\n<img width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=560%2C560&ssl=1\" alt=\"\" class=\"wp-image-14666\" />\n\n\n\n<p>Perfect the design on one type of block, then copy and paste those styles to other blocks to get just the look you want.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Custom CSS</h4>\n\n\n\n<img width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=560%2C560&ssl=1\" alt=\"\" class=\"wp-image-14669\" />\n\n\n\n<p>Power up your site any way you wish with design tools and custom CSS for another level of control over your site’s look and feel for maximum creativity and artistry in your designs.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other highlights in 6.2</h3>\n\n\n\n<ul>\n<li><strong>Sticky positioning</strong>: Choose to keep top-level group blocks fixed to the top of a page as visitors scroll.</li>\n\n\n\n<li><strong>Importing widgets</strong>: Options to import your favorite widgets from Classic themes to Block themes.</li>\n\n\n\n<li><strong>Local fonts in themes</strong>: Default WordPress themes offer better privacy with Google Fonts now included.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Performance highlights</h3>\n\n\n\n<p>“Dolphy” includes several impressive performance improvements. You’ll note overall faster load times for block themes of 14 to 18%, and for classic themes, speed increases of 2 to 5%. Server-side performance is also significantly boosted, with an increase of 17 to 23% for block themes and 3 to 5% for classic themes, 3 to 5%. The performance team is dedicated to these kinds of improvements. You can learn more about their work by following the Making WordPress blog using the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"></blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.2</h2>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/workshops/\">Learn WordPress</a> for quick how-to videos, courses, and other resources for the latest features in WordPress. Or join a free <a href=\"https://learn.wordpress.org/social-learning/\">live interactive online workshop</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for detailed developer notes to help you build with WordPress and get the most out of the latest release. Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-2/\">6.2 release notes</a> for additional technical details about this release, including installation information, updates, fixes, file changes, and more.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.2 release squad</h2>\n\n\n\n<p>6.2 is made possible by the many folks who have enthusiastically helped keep the release on track and moving forward:</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li>\n\n\n\n<li>Core Tech Co-Leads: <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Editor Tech Co-Leads: <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a></li>\n\n\n\n<li>Core Triage Co-Leads: <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a></li>\n\n\n\n<li>Editor Triage Co-Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Documentation Co-Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseet</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li>\n\n\n\n<li>Marketing &amp; Communications Co-Leads: <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Test Co-Leads: <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a>, <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>WordPress 6.2 couldn’t be here without the countless effort and passion of more than 600 contributors in at least 50 countries. A special thank you to the 178 new contributors who joined a release for the first time. Their collaboration helped deliver hundreds of enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/10upsimon/\">10upsimon</a> · <a href=\"https://profiles.wordpress.org/254volkan/\">254volkan</a> · <a href=\"https://profiles.wordpress.org/mercime/\">@mercime</a> · <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a> · <a href=\"https://profiles.wordpress.org/aeg0125/\">Aaron Graham</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abidhasan112/\">Abid Hasan</a> · <a href=\"https://profiles.wordpress.org/abitofmind/\">abitofmind</a> · <a href=\"https://profiles.wordpress.org/abtop/\">ABTOP</a> · <a href=\"https://profiles.wordpress.org/ace100/\">ace100</a> · <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/admwgn/\">Adam Wiltgen</a> · <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/adityaarora010196/\">adityaarora010196</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/ajmaurya/\">Ajay Maurya</a> · <a href=\"https://profiles.wordpress.org/ajayver/\">ajayver</a> · <a href=\"https://profiles.wordpress.org/seakashdiu/\">Akash Mia</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/albarin/\">albarin</a> · <a href=\"https://profiles.wordpress.org/alberuni-azad/\">Alberuni Azad.</a> · <a href=\"https://profiles.wordpress.org/alecgeatches/\">alecgeatches</a> · <a href=\"https://profiles.wordpress.org/aleksganev/\">Aleks Ganev</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alvastar/\">alvastar</a> · <a href=\"https://profiles.wordpress.org/alvitazwar052/\">Alvi Tazwar</a> · <a href=\"https://profiles.wordpress.org/amin7/\">amin</a> · <a href=\"https://profiles.wordpress.org/amirrezatm/\">amirrezatm</a> · <a href=\"https://profiles.wordpress.org/amitbarai013/\">Amit Barai Alit</a> · <a href=\"https://profiles.wordpress.org/paulamit/\">Amit Paul</a> · <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andreaboe/\">andreaboe</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/apmatthe/\">Andrew Matthews</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/aniketpatel/\">Aniket Patel</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonyagrios/\">Antony Agrios</a> · <a href=\"https://profiles.wordpress.org/aparnajl/\">Aparna Adhun</a> · <a href=\"https://profiles.wordpress.org/arrasel403/\">AR Rasel</a> · <a href=\"https://profiles.wordpress.org/arafatjamil01/\">Arafat Jamil</a> · <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnolp/\">arnolp</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/artz91/\">ArtZ91</a> · <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a> · <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a> · <a href=\"https://profiles.wordpress.org/ashrafulsarkar/\">Ashraful Sarkar Naiem</a> · <a href=\"https://profiles.wordpress.org/nmutua/\">Autumn</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azurseisme/\">azurseisme</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bart/\">Bart</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benish74/\">benish74</a> · <a href=\"https://profiles.wordpress.org/benjgrolleau/\">Benjamin Grolleau</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a> · <a href=\"https://profiles.wordpress.org/bgin/\">bgin</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bjorn2404/\">bjorn2404</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/bonjour52/\">bonjour52</a> · <a href=\"https://profiles.wordpress.org/bookwyrm/\">bookwyrm</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/buutqn/\">buutqn</a> · <a href=\"https://profiles.wordpress.org/cameronjonesweb/\">Cameron Jones</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/mcaskill/\">Chauncey McAskill</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/chiragrathod103/\">Chirag Rathod</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chocofc1/\">chocofc1</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/chrisbaltazar/\">chrisbaltazar</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/chrystl/\">Chrystl</a> · <a href=\"https://profiles.wordpress.org/ckanderson22/\">ckanderson22</a> · <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a> · <a href=\"https://profiles.wordpress.org/cnspecialcolor/\">cnspecialcolor</a> · <a href=\"https://profiles.wordpress.org/codesdnc/\">codesdnc</a> · <a href=\"https://profiles.wordpress.org/codingchicken/\">Coding Chicken</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/copons/\">Copons</a> · <a href=\"https://profiles.wordpress.org/corentingautier/\">corentingautier</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">Cory Birdsong</a> · <a href=\"https://profiles.wordpress.org/craigfrancis/\">Craig Francis</a> · <a href=\"https://profiles.wordpress.org/craiglpeters/\">craiglpeters</a> · <a href=\"https://profiles.wordpress.org/geisthanen/\">Creative Andrew</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/dperonne/\">D.PERONNE</a> · <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a> · <a href=\"https://profiles.wordpress.org/dalirajab/\">dali-rajab</a> · <a href=\"https://profiles.wordpress.org/dalleyne/\">Damien Alleyne</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/wirecat/\">Daniel Johnson</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/datagutten/\">datagutten</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/davefx/\">David Mar&#237;n Carre&#241;o</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davidvongries/\">David Vongries</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">derekblank</a> · <a href=\"https://profiles.wordpress.org/devanshijoshi/\">devanshijoshi</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/doctorlai/\">doctorlai</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donncha/\">Donncha</a> · <a href=\"https://profiles.wordpress.org/drzraf/\">drzraf</a> · <a href=\"https://profiles.wordpress.org/d-signed/\">DSIGNED</a> · <a href=\"https://profiles.wordpress.org/dustinrue/\">dustinrue</a> · <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/emanuelx/\">emanuelx</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a> · <a href=\"https://profiles.wordpress.org/edanzer/\">Erick Danzer</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/esratpopy/\">Esrat Sultana Popy</a> · <a href=\"https://profiles.wordpress.org/manuilov/\">Eugene M</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/fosuahmed/\">Faisal Ahmed</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fasuto/\">fasuto</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/felipelavinz/\">Felipe Lav&#237;n</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/fpodhorsky/\">fpodhorsky</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/bueltge/\">Frank Bueltge</a> · <a href=\"https://profiles.wordpress.org/franz00/\">franzaurus</a> · <a href=\"https://profiles.wordpress.org/fuadragib/\">Fuad Ragib</a> · <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a> · <a href=\"https://profiles.wordpress.org/gamecreature/\">gamecreature</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gisgeo/\">gisgeo</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a> · <a href=\"https://profiles.wordpress.org/grl570810/\">grl570810</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a> · <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a> · <a href=\"https://profiles.wordpress.org/hanshenrik/\">hanshenrik</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/hasanmisbah/\">Hasan Misbah</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/ehtmlu/\">Helmut Wandl</a> · <a href=\"https://profiles.wordpress.org/luehrsen/\">Hendrik Luehrsen</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hiren1094/\">hiren sanja</a> · <a href=\"https://profiles.wordpress.org/patelhitesh/\">Hitesh Patel</a> · <a href=\"https://profiles.wordpress.org/hughiemolloy/\">hughie.molloy</a> · <a href=\"https://profiles.wordpress.org/hugodevos/\">hugodevos</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">hztyfoon</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/polevaultweb/\">Iain Poulson</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/iazel/\">Iazel</a> · <a href=\"https://profiles.wordpress.org/ignatggeorgiev/\">Ignat Georgiev</a> · <a href=\"https://profiles.wordpress.org/imanish003/\">imanish003</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">ingeniumed</a> · <a href=\"https://profiles.wordpress.org/innovext/\">Innovext</a> · <a href=\"https://profiles.wordpress.org/inwerpsel/\">inwerpsel</a> · <a href=\"https://profiles.wordpress.org/iqbalrony/\">iqbalrony</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/ivanjeronimo/\">ivanjeronimo</a> · <a href=\"https://profiles.wordpress.org/jhoffmann/\">j.hoffmann</a> · <a href=\"https://profiles.wordpress.org/jackreichert/\">Jack Reichert</a> · <a href=\"https://profiles.wordpress.org/jaedm97/\">Jaed Mosharraf</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/outrankjames/\">James</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james-roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a> · <a href=\"https://profiles.wordpress.org/janusdev/\">janusdev</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">Jarko Piironen</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/carazo/\">Javier Carazo</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jchambo/\">jchambo</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jeanphilippegreen/\">Jean-Philippe Green</a> · <a href=\"https://profiles.wordpress.org/jeawhanlee/\">jeawhanlee</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/lobeless14/\">Jeremy Lind</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joelmadigan/\">joelmadigan</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jokerrs/\">Jokerrs</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a> · <a href=\"https://profiles.wordpress.org/jongycastillo/\">Jong</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/jornp/\">jornp</a> · <a href=\"https://profiles.wordpress.org/dunhakdis/\">Joseph G.</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> · <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jsh4/\">jsh4</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/welenofsky/\">Justin Welenofsky</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kacper3355/\">kacper3355</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kaneva/\">kaneva</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn P.</a> · <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/konyoldeath/\">konyoldeath</a> · <a href=\"https://profiles.wordpress.org/kowsar89/\">Kowsar Hossain</a> · <a href=\"https://profiles.wordpress.org/krunal265/\">Krunal Bhimajiyani</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kmadhak/\">Kunal Madhak</a> · <a href=\"https://profiles.wordpress.org/lanacodes/\">Lana Codes</a> · <a href=\"https://profiles.wordpress.org/larsmqller/\">larsmqller</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">Lena Stergatou</a> · <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leo Milo</a> · <a href=\"https://profiles.wordpress.org/lifeboat/\">lifeboat</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/webaxones/\">Lo&#239;c Antignac</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/dreadlox/\">Lox</a> · <a href=\"https://profiles.wordpress.org/lozula/\">lozula</a> · <a href=\"https://profiles.wordpress.org/lucius0101/\">lucius0101</a> · <a href=\"https://profiles.wordpress.org/lucymtc/\">Lucy Tomas</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">M&#225;rcio Duarte</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mahbubshovan/\">Mahbub Shovan</a> · <a href=\"https://profiles.wordpress.org/mahekkalola/\">Mahek Kalola</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojkpatil/\">Manoj Patil</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/marissamakes/\">Marissa Matthews</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/marksabbath/\">marksabbath</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/matclayton/\">matclayton</a> · <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu Paapst</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/matthiasreinholz/\">Matthias Reinholz</a> · <a href=\"https://profiles.wordpress.org/h4l9k/\">Mauricio</a> · <a href=\"https://profiles.wordpress.org/wppunk/\">Max</a> · <a href=\"https://profiles.wordpress.org/cadic/\">Max Lyuchin</a> · <a href=\"https://profiles.wordpress.org/maximej/\">Maxime J.</a> · <a href=\"https://profiles.wordpress.org/jamilbd07/\">MD Jamil Uddin</a> · <a href=\"https://profiles.wordpress.org/kawserz/\">Md Kawser Ahmed Khan Jami</a> · <a href=\"https://profiles.wordpress.org/rakibwordpress/\">Md Rakib Hossain</a> · <a href=\"https://profiles.wordpress.org/abirhasandipu/\">Md. Abir Hasan Dipu</a> · <a href=\"https://profiles.wordpress.org/reduanmasud/\">Md. Reduan Masud</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a> · <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a> · <a href=\"https://profiles.wordpress.org/meyegui/\">meyerdev.ch</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/michael-kelly/\">Michael Kelly</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michelmany/\">Michel Many</a> · <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikestraw/\">Mike Straw</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mitchellaustin/\">mitchellaustin</a> · <a href=\"https://profiles.wordpress.org/presents111/\">miya</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/tanjimtc71/\">Musarrat Anjum Chowdhury</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/mw108/\">mw108</a> · <a href=\"https://profiles.wordpress.org/naeemhaque/\">Naeem Haque</a> · <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/nazmulhasan103/\">Nazmul Hasan</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nicholaswilson/\">nicholaswilson</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nick_thegeek/\">Nick the Geek</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/itsnikhilpatel/\">NikhilPatel</a> · <a href=\"https://profiles.wordpress.org/dhrupo/\">Niluthpal Purkayastha</a> · <a href=\"https://profiles.wordpress.org/dasnitesh780/\">Nitesh Das</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/rnitinb/\">Nitin Rathod</a> · <a href=\"https://profiles.wordpress.org/nitman43/\">nitman43</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/nuvopoint/\">nuvoPoint</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/obayedmamur/\">Obayed Mamur</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/oh_hello/\">oh_hello</a> · <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoney/\">PabloHoney</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/phil-webster/\">Phil Webster</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/iapial/\">Pial</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/knowingart_com/\">PJ Brunet</a> · <a href=\"https://profiles.wordpress.org/pkolenbr/\">pkolenbr</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/ptahdunbar/\">Ptah Dunbar</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/raduiason/\">raduiason</a> · <a href=\"https://profiles.wordpress.org/initsogar/\">Rafael Agostini</a> · <a href=\"https://profiles.wordpress.org/rafinkhan/\">Rafin</a> · <a href=\"https://profiles.wordpress.org/rajanpanchal2028/\">Rajan Panchal</a> · <a href=\"https://profiles.wordpress.org/rajeshraval786/\">Rajesh Raval</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/razthee007/\">Razthee Md. Yakini</a> · <a href=\"https://profiles.wordpress.org/renatoagds/\">Renato Augusto Gama dos Santos</a> · <a href=\"https://profiles.wordpress.org/rezakhan995/\">Reza Khan</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/riccardodicurti/\">Riccardo Di Curti</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rinkychowdhury9/\">Rinky Chowdhury</a> · <a href=\"https://profiles.wordpress.org/ritteshpatel/\">Ritesh Patel</a> · <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/robin-labadie/\">Robin Labadie</a> · <a href=\"https://profiles.wordpress.org/rodage/\">rodage</a> · <a href=\"https://profiles.wordpress.org/rodricus/\">rodricus</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/digical/\">Ross Gile</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/re_enter_rupok/\">Rupok</a> · <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a> · <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sereedmedia/\">S&#233; Reed</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/andy786/\">Sahil B.</a> · <a href=\"https://profiles.wordpress.org/stalukder03/\">Sajib Talukder</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a> · <a href=\"https://profiles.wordpress.org/sam1el/\">sam1el</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/samruddhikhandale/\">samruddhikhandale</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sanjucta/\">sanjucta</a> · <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a> · <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a> · <a href=\"https://profiles.wordpress.org/sapayth/\">sapayth</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/saumil1611/\">Saumil Nerpagar</a> · <a href=\"https://profiles.wordpress.org/ira2910/\">Sazia Faizunnessa Ira</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/countrymusicchicago/\">Scott Winterroth</a> · <a href=\"https://profiles.wordpress.org/hiyascout/\">Scout James</a> · <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/seriouslysenpai/\">seriouslysenpai</a> · <a href=\"https://profiles.wordpress.org/wandering-aramean/\">Seth Miller</a> · <a href=\"https://profiles.wordpress.org/shahidul95/\">Shahidul Islam</a> · <a href=\"https://profiles.wordpress.org/shamayel007/\">Shamayel</a> · <a href=\"https://profiles.wordpress.org/shamimmiashuhagh/\">Shamim Mia</a> · <a href=\"https://profiles.wordpress.org/smeunus/\">Sharif Mohammad Eunus</a> · <a href=\"https://profiles.wordpress.org/shraboni/\">Shraboni</a> · <a href=\"https://profiles.wordpress.org/shubham1gupta/\">shubham1gupta</a> · <a href=\"https://profiles.wordpress.org/silicium23/\">Silicium</a> · <a href=\"https://profiles.wordpress.org/simongomes02/\">Simon Gomes</a> · <a href=\"https://profiles.wordpress.org/slieschke/\">Simon Lieschke</a> · <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/calvinalkan/\">snicco.io</a> · <a href=\"https://profiles.wordpress.org/sruthi90/\">sruthi90</a> · <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stentibbing/\">stentibbing</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephym/\">Stephy Miehle</a> · <a href=\"https://profiles.wordpress.org/stephymiehle/\">stephymiehle</a> · <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sun/\">sun</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva (a11n)</a> · <a href=\"https://profiles.wordpress.org/codemonksuvro/\">Suvro</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/afrin29/\">Syeda Sanjida Afrin</a> · <a href=\"https://profiles.wordpress.org/syhc/\">syhc</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/syntaxart/\">syntaxart</a> · <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/tahminar27/\">Tahmina Rahman</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/tanazmasaba/\">Tanaz Masaba</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/tanner-m/\">Tanner Moushey</a> · <a href=\"https://profiles.wordpress.org/rahmantasnia/\">Tasnia Rahman Raima</a> · <a href=\"https://profiles.wordpress.org/teebee/\">teebee</a> · <a href=\"https://profiles.wordpress.org/tekapo/\">tekapo</a> · <a href=\"https://profiles.wordpress.org/thedaysse/\">thedaysse</a> · <a href=\"https://profiles.wordpress.org/iamjaydip/\">thejaydip</a> · <a href=\"https://profiles.wordpress.org/theode/\">theode</a> · <a href=\"https://profiles.wordpress.org/griffinjt/\">Thomas Griffin</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/thomask/\">thomask</a> · <a href=\"https://profiles.wordpress.org/timbroddin/\">timbroddin</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/dziudek/\">Tomasz Dziuda</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a> · <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a> · <a href=\"https://profiles.wordpress.org/travisaxton/\">travisaxton</a> · <a href=\"https://profiles.wordpress.org/triumvirate/\">triumvirate</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a> · <a href=\"https://profiles.wordpress.org/vtad/\">vtad</a> · <a href=\"https://profiles.wordpress.org/vykesmac/\">vykesmac</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/webrocker/\">Webrocker</a> · <a href=\"https://profiles.wordpress.org/websitegenii/\">websitegenii</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/winterpsv/\">winterpsv</a> · <a href=\"https://profiles.wordpress.org/wojsmol/\">wojsmol</a> · <a href=\"https://profiles.wordpress.org/wojtekn/\">Wojtek Naruniec</a> · <a href=\"https://profiles.wordpress.org/wojtekszkutnik/\">Wojtek Szkutnik</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/zebaafiashama/\">Zeba Afia Shama</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/zevilz/\">zevilz</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, <a href=\"https://translate.wordpress.org/stats/\">70 locales had translated 90 percent</a> or more of WordPress 6.2 in their language. Community translators are hard at work ensuring more translations are on their way. Thank you to everyone who helps to make WordPress 6.2 available in 200 languages.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A release haiku for 6.2&nbsp;</h2>\n\n\n\n<p>Six point two, so new<br />Shiny and ready for you<br />Congrats on hard work!</p>\n\n\n\n<p class=\"has-text-align-left has-tiny-font-size\"><em>* Portrait of Eric Allen Dolphy Jr. discovered via <a href=\"https://openverse.org/image/36720968-690c-4287-a2dd-619573cc23a6\">Openverse</a>. Colorization by D. Pountain; Original by F. Wolff</em>.<br />&#8220;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00/39509743850\" target=\"_blank\">eric dolphy</a>&#8221; by&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00\" target=\"_blank\">dick_pountain</a>&nbsp;is licensed under&nbsp;<a rel=\"noreferrer noopener\" href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=openverse\" target=\"_blank\">CC BY-NC-SA 2.0</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2023 18:57:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: #69 – Joost De Valk on What’s Happening After Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=143046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/podcast/69-joost-de-valk-on-whats-happening-after-yoast\";s: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:39389:\"Transcription<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, what the founder of Yoast is working on now.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m very keen to hear from you and hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Joost de Valk.</p>\n\n\n\n<p>If you&#8217;ve been in the WordPress space for any length of time, it&#8217;s likely that you&#8217;ve come across the Yoast SEO plugin. This was the brain child of the guests today, Joost. Same pronunciation, different spelling.</p>\n\n\n\n<p>We talk about how Joost found WordPress and quickly started working on his SEO plugin. How it rapidly grew and became his career.</p>\n\n\n\n<p>We discussed the WordPress landscape during this time, and whether it&#8217;s more difficult now to have the type of success that his plugin received, given that there are more players vying for our attention.</p>\n\n\n\n<p>The conversation then moves into why the plugin was recently sold to Newfold Digital. What were the guardrails that were put in place to ensure that the plugin continued and the employees felt safe?</p>\n\n\n\n<p>We then get into a conversation about Joost&#8217;s new role. He&#8217;s been tasked with reaching out to WordPress community members in order to see what projects or initiatives need more thought and support.</p>\n\n\n\n<p>This leads us into the topic of the current WordPress UI, and how Joost is hoping for a refresh at some point soon. For years, his plugin team wanted to create their own UI to take advantage of new technologies, but Joost always pushed back, preferring instead to adopt the style of the WordPress UI. Now that&#8217;s changed, and the open sourcing of the UI kit they&#8217;ve made is intended as a starting point for a discussion about the need for a more consistent admin experience for all WordPress users.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. Where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Joost de Valk.</p>\n\n\n\n<p>I am joined on the podcast today by Joost de Valk. Hello Joost.</p>\n\n\n\n<p>[00:03:32] Joost de Valk: Hey, thank you for having me.</p>\n\n\n\n<p>[00:03:34] Nathan Wrigley: You are very, very welcome. It&#8217;s an absolute pleasure to have somebody of your stature in the WordPress community. You&#8217;ve been with WordPress for a really long time. Certainly whilst I&#8217;ve been using WordPress, I joined the party a little bit later than a lot of people. But your company and your name was already a really big deal.</p>\n\n\n\n<p>If anybody hasn&#8217;t heard of you, I&#8217;d appreciate it if just for a few minutes, you could just give us a little bit of your background story. Where you are, what companies you&#8217;ve worked for, how on earth did you get into WordPress and so on.</p>\n\n\n\n<p>[00:04:05] Joost de Valk: Okay, so that&#8217;s a lot to cover, but let me try. So, I am Joost. I&#8217;m Dutch. I live in the Netherlands with my lovely wife Marieke, who I think you&#8217;ve also had on your show, and our four kids.</p>\n\n\n\n<p>I started Yoast coming from a background of working in several different IT companies. I started university, basically failed at university because I wasn&#8217;t a very good student. Then started working in IT, in a web hosting company. And later on moved into an SEO company where I learned SEO consulting.</p>\n\n\n\n<p>When I started doing that, I had already been coding a bit. I&#8217;ve actually always been coding since I was 12. I built my first website when I was 12, which was in 1994, so you can do the math. I&#8217;d been working on that and I, I learned SEO at this company. Started blogging, and then also started building plugins for the blog platform that I chose, which happened to be WordPress. Building plugins to basically fix my own SEO needs. This was in 2005, 2006. So that&#8217;s relatively early days.</p>\n\n\n\n<p>I started contributing to WordPress Core at basically the same time. I&#8217;d been doing other open source software development. I was a part of the WebKit project, which is the core of Safari, and Chrome. Actually committer in that project before I joined the WordPress world.</p>\n\n\n\n<p>And I had two sites. I had one where I blogged about SEO, and one where I blogged about CSS. And my specialty at that time was CSS 3, which was at that point being created, and I was creating CSS 3 previews. So I was doing SEO for that, building my own plugins, just for myself. And I started releasing them and more people started using them. I started speaking at SEO conferences, and people started asking about these plugins.</p>\n\n\n\n<p>And one thing led to another. And some point in 2010 I decided to start working on my own. At that point thinking I would never hire anybody, but I would just be an SEO consultant, which is why I called the company after myself. Which in hindsight was a stupid idea, because whilst it is a very beautiful brand name, it is super annoying to hear your own name the whole day, because you can&#8217;t really not hear that.</p>\n\n\n\n<p>So, did that in 2010. Basically started SEO consulting. I was consulting for pretty large brands at that time, Facebook, eBay, the Guardian, companies like that. And, well I was still doing that plugin. Decided to bundle the several small plugins that I&#8217;d built into one larger WordPress SEO plugin, which later on became the Yoast SEO plugin.</p>\n\n\n\n<p>And then, at some point during 2011, I hit a million users with what was called WordPress SEO at the time. And Marieke said to me, you can&#8217;t keep doing this. You either have to start making money from this, or stop doing it, because this is nonsense. And she was, as always, right.</p>\n\n\n\n<p>And then started working on that. And she joined quite quickly. Had a couple of other colleagues who I&#8217;d hired to do part of the other work that I was doing at that point already. And we started building, and that went quite well for a very long time. So we sold in 2021, and at that point we had almost 150 employees, and a very well running business. So we&#8217;d been growing between 30 and 50% year over year for almost a decade. And yeah, it&#8217;s been a very interesting journey. And throughout that time I&#8217;ve been doing WordPress, because I love WordPress as a system, and I love the open source community.</p>\n\n\n\n<p>[00:08:05] Nathan Wrigley: I have a quick comment in here and I love how you described it, your successes. We did quite well. To get a million users in the space of, well, it sounds like under a year.</p>\n\n\n\n<p>[00:08:17] Joost de Valk: Well, no, it was, it was slightly more because it was, I had small plugins that people were already using, and then I bundled them into one. So I was basically combining all these user bases. But yeah, no, it, it did go very quickly. So a fairly limited amount of companies I&#8217;ve seen that do it quickly, although I have to say if you look at Elementor, similar and better actually.</p>\n\n\n\n<p>[00:08:39] Nathan Wrigley: When you look back at that time, do you consider that you entered WordPress at what might be described as halcyon days or something? Was there just something about it at that time, which was ripe for the picking? Because the growth from zero to a million, I mean very, very few plugins managed to jump that hurdle. And the fact that you did it, let&#8217;s say, relatively quickly, really quickly in fact, is pretty amazing. But I just wondered if the, if it was more wild west back then? If it was more possible because there was less competition, there was less rivals in the space. Do you have any insight into why it was so successful?</p>\n\n\n\n<p>[00:09:19] Joost de Valk: So part of it is that the people that were building WordPress sites at that time were, almost all of them developers, or at least website maintainers with a fairly good technical grasp. And they switched plugins fairly easily and often. I think that was a bit easier than it is now. Although that group is still there, but it&#8217;s just a smaller portion of the entire user base of WordPress now.</p>\n\n\n\n<p>So yeah, it was a bit different. It was a bit more pioneering I think, in a way. The thing is, we build these ginormous websites on WordPress now, right? So these enormously important websites as well to people. And you&#8217;re not going to play around with plugins on sites like that. So it&#8217;s on personal blogs that you can do that. And just a lot more people did have a personal blog at that time. It was probably the best days for the actual blogoshpere in comparison to what later happened with Twitter, et cetera.</p>\n\n\n\n<p>[00:10:19] Nathan Wrigley: We probably could spend the entire podcast talking about Yoast over the years, but we&#8217;re not going to do that, because we&#8217;ve decided to take a different route. But I, do want to ask, in terms of your journey since the day that you committed to having Yoast a plugin, right through to maybe today, maybe a year or two ago.</p>\n\n\n\n<p>Were you always in love with WordPress, the community and so on? I get the feeling that there might have been a few wrinkles along the way where the whole ecosystem was something that you wanted a little bit of a break from. I could be getting that wrong. If so, ignore the question.</p>\n\n\n\n<p>[00:10:53] Joost de Valk: I don&#8217;t think I&#8217;ve ever really wanted a break from WordPress itself. I think the community is a wonderful thing, but at the same time it&#8217;s very brittle. People come and go, and that&#8217;s fine, right? But we, I feel, have failed in the last few years especially to, well to show our excitement for it to each other.</p>\n\n\n\n<p>I think part of that is Covid, because there weren&#8217;t as many WordCamps and other things while we did that. Part of that is also, we&#8217;re all growing up and all these companies are becoming bigger and, well the demands on those companies are getting bigger. But it&#8217;s also like we&#8217;re getting more professional, but with that maybe also a bit more dull</p>\n\n\n\n<p>[00:11:37] Nathan Wrigley: So you&#8217;re still committed to WordPress. Is that the case? Are you going to be with WordPress do you imagine 3 or 4, 5, 10 years from now? You&#8217;ll still be coming on podcasts like this and talking about WordPress, albeit in a different role?</p>\n\n\n\n<p>[00:11:51] Joost de Valk: I absolutely hope so, yeah. If I wasn&#8217;t thinking that, I wouldn&#8217;t have taken on this new role that I took on at Newfold.</p>\n\n\n\n<p>[00:11:58] Nathan Wrigley: Yeah, let&#8217;s talk about that. But before we get onto that, I would imagine there&#8217;s a subset of users who know that Yoast as a plugin exists, but they may not know about the ownership and the structure and how it&#8217;s all run and what have you. Just run us through that little piece. A little while ago it was announced that you had sold to Newfold Digital. What was the reasoning behind that? So that could be maybe there were personal reasons behind that. Maybe it was just something that you wanted to get away from and give yourself a bit of head space, try something new. What was going on in the run up to that, and how did it all go?</p>\n\n\n\n<p>[00:12:32] Joost de Valk: So, well running a company&#8217;s hard. And as a company becomes bigger, it becomes harder. And during Covid, Marieke and I decided it&#8217;s time. It&#8217;s time to, to sell it and to look at, like, hey, what else do we want to do? And we were talking about that to our other partners. I think we all felt the same at that point.</p>\n\n\n\n<p>And so we went into a process. We actually engaged a banker who helped us sell the company. And we ended up with Newfold Digital, which is not really a household name, but it&#8217;s the parent company to companies like Bluehost, Hostgator, domain.com, and multiple dozens of other brands.</p>\n\n\n\n<p>They put in a good offer, but they also had a very good story about why they wanted to buy Yoast, and what they would do with it. And that really was very interesting to us. And then, they ended up after acquiring us, quite quickly after that, they also acquired Yith. A WooCommerce plugin shop, also from Europe. It&#8217;s been good. It&#8217;s a very nice group of people.</p>\n\n\n\n<p>[00:13:41] Nathan Wrigley: With the transition there, when you went out and as you said, you got some third party in, who obviously had your best interest, but also presumably could be somewhat dispassionate as well. Did you have any sort of guardrails? Because you described that you&#8217;d grown from, well, you solo up to 150 employees, and just before we hit record, you were mentioning that in some cases, some of your employees have been there for as much as a decade. You know, there&#8217;s a real long heritage of people working there. So presumably a lot of these people, you&#8217;re very close to them. Friends you might say.</p>\n\n\n\n<p>[00:14:15] Joost de Valk: Absolutely, yes.</p>\n\n\n\n<p>[00:14:17] Nathan Wrigley: I presume part of that process was protecting them, knowing that when you stepped away and released the reins, that whoever took over the reins was going to behave in a way that you would have behaved. Did you get into that? Did you struggle with that? Was there any, any pieces that you needed to in place?</p>\n\n\n\n<p>[00:14:36] Joost de Valk: It&#8217;s definitely a part of why you&#8217;re thinking very long and hard about who you&#8217;re selling your company to. To some extent, we don&#8217;t need to do all the defense because there&#8217;s Dutch law that will actually prevent them from just firing people. If I lived in an at will firing world, I would probably think about this even more specifically.</p>\n\n\n\n<p>But, honestly it was never a question, they wanted the people. And they wanted everyone to come board and to stay on. And actually in the first year after we sold to Newfold, nobody left. Or in the first six months, I should probably say, I don&#8217;t know whether it&#8217;s entirely true for the first year. Nobody left for a long time.</p>\n\n\n\n<p>No, I think actually treating your employees well is super important. To be fair, that&#8217;s always been one of the things that Marieke has run at our company. So for a long time I was the CEO, then she took over from me. So she was the CEO for the last three years before we sold. Well, she did a tremendous job at making well, creating that culture and making it even better.</p>\n\n\n\n<p>We do indeed have quite a few people that work here for, well, five years or longer. And a couple of them, two people now who are at a decade and one is closing in, yeah.</p>\n\n\n\n<p>[00:15:51] Nathan Wrigley: You mentioned, I can&#8217;t remember whether it was in the conversation we&#8217;ve just had or whether I read it in some show notes. But Newfeld Digital, the company that you ultimately sold for. This for now at least, this is the direction of travel for you. What&#8217;s the role that you&#8217;ve taken on there and what are the sort of key points that you are trying to achieve? You also mentioned that it&#8217;s not a household name. I suspect there&#8217;s some will to change that might be part of your role.</p>\n\n\n\n<p>[00:16:15] Joost de Valk: Not necessarily, I mean, Newford is a corporate brand mostly aimed at other things than, it&#8217;s not like we need everyone to know Newford. But I do think it&#8217;s, well the combination of Bluehost and Yith and Yoast, and quite a few other things under our umbrella make us quite a big player in the WordPress world. We are, I think, the biggest or the second biggest WordPress host out there. Maybe GoDaddy&#8217;s bigger, I honestly don&#8217;t know.</p>\n\n\n\n<p>So my role specifically for the foreseeable future, is to look at hey, what&#8217;s happening in the WordPress world? How can Newfold help WordPress, and what can we do in the WordPress world that would benefit both Newfold and the WordPress world?</p>\n\n\n\n<p>And how can we use our knowledge of WordPress internally a bit better as well. It&#8217;s funny how this works at large hosts and these are, Newfold is not unique in that I&#8217;ve found. I&#8217;ve been talking to other people in the hosting space a lot in the last few months. A lot of these hosting companies, only in the last few years have started realizing that they&#8217;re actually WordPress companies.</p>\n\n\n\n<p>There&#8217;s a bit of a catch up to do there. Well, it&#8217;s one of the things that I want to focus on is like, how can we see that these large hosts who make a lot of money on WordPress and who together create quite a big economy, that they contribute back to WordPress as well? And what can we do about that?</p>\n\n\n\n<p>[00:17:40] Nathan Wrigley: So if I&#8217;m right, your role is head of WordPress strategy for Newfold Digital? That is a part of it. It&#8217;s just trying to figure out where WordPress fits in the overall structure, the products that you&#8217;ve got, the direction that you&#8217;re going to take, the events that you&#8217;re going to show up to, and all of that?</p>\n\n\n\n<p>[00:17:57] Joost de Valk: Yeah, absolutely. And it is honestly, it&#8217;s sort of a perfect role because I have no one reporting to me, and yet I get to talk about these things, which I love.</p>\n\n\n\n<p>[00:18:08] Nathan Wrigley: What have been some of the things that you have been mulling over that at Newfold you think you might like to get your hands dirty on?</p>\n\n\n\n<p>[00:18:15] Joost de Valk: Well, I think it actually ties into one of the other things you wanted to talk about, which is the WordPress Admin UI. So we did a new settings UI for Yoast, and as I was looking at it and we were building that. I was talking to my colleagues at Newfold responsible for the Bluehost interface and for Yith, and we were like, hey, can&#8217;t we just use this across the company?</p>\n\n\n\n<p>So it&#8217;s stuff like that where we, we help each other with our knowledge of WordPress. And we also let people who are good at one specific thing inside WordPress do that. But it&#8217;s also like, okay, we have a couple of different teams of WordPress Core contributors within Newfold. How can we effectively use those?</p>\n\n\n\n<p>So yeah, there&#8217;s a lot of different angles to it. There&#8217;s how do we make more money from WordPress? What direction does WordPress need to go, and how can we help that? How do we make WordPress better usable for our customers so that we actually maintain our customers better? There&#8217;s a lot of different things to do.</p>\n\n\n\n<p>[00:19:17] Nathan Wrigley: You&#8217;ve been really keen publishing statistics over the years about WordPress adoption and WordPress usage and all of those kind of things. So it really does seem like the perfect role for you. You&#8217;re very interested in the bigger picture of WordPress and how widely it&#8217;s adopted and whether the numbers are going up or going down and publishing data about all that. Yeah, it&#8217;s fascinating.</p>\n\n\n\n<p>[00:19:35] Joost de Valk: It is. WordPress is just a perfect project for a large number of the websites out there. And honestly, I think that we, that we don&#8217;t always do ourselves a good service as WordPress on marketing what we can do. And we&#8217;ve also, I think, underinvested a little in some parts of WordPress, in terms of performance and in terms of onboarding, that we should probably invest a bit more in.</p>\n\n\n\n<p>[00:20:02] Nathan Wrigley: Yeah, that&#8217;s an interesting point. Just as a segue, the whole performance thing, not the onboarding piece, but the performance bit in particular. I feel that&#8217;s, that&#8217;s really been kickstarted over the last 12 months. There seems to be a lot of work going into performance and a lot of chatter about it.</p>\n\n\n\n<p>Whether everything should be bundled into one performance plugin or whether it should be split out and become different canonical plugins, if you like. So I think you&#8217;re right. I think it&#8217;s quite interesting that some of the things that you&#8217;ve just mentioned do seem to be getting some attention, and performance is just one that springs to mind.</p>\n\n\n\n<p>[00:20:36] Joost de Valk: Things like performance on an individual site level, they&#8217;re important, but if you are the host that is hosting literally millions of WordPress sites. It is just literally also cost to your bottom line.</p>\n\n\n\n<p>[00:20:49] Nathan Wrigley: Yeah, I hadn&#8217;t really thought about it from that perspective. But if you can shave, I don&#8217;t know, 5% of CPU cycles out of the whole hosting platform, that&#8217;s quite a large amount of money that you&#8217;ve saved.</p>\n\n\n\n<p>[00:20:59] Joost de Valk: Yeah, and we did a lot more than that in recent releases. So it&#8217;s been in the double digits. And that&#8217;s absolutely a good thing for, well, not just for our bottom line, but for nature and for electricity usage. I mean, there&#8217;s tons of reasons to want to do better at that. And I think there&#8217;s still a lot more that we could do.</p>\n\n\n\n<p>[00:21:21] Nathan Wrigley: I think it does seem genuinely to be a perfect role given, well, given that I don&#8217;t know you particularly well, but from all of the things that I&#8217;ve read over the years, it seems like this is kind of like a match made in heaven.</p>\n\n\n\n<p>[00:21:32] Joost de Valk: Yeah, and it is actually a very nice team. So it&#8217;s, it is very nice to be able to work with these people, and look at like, hey, what can we do here? And yeah, I hope to be able to make an impact.</p>\n\n\n\n<p>[00:21:42] Nathan Wrigley: Let&#8217;s talk about the UI, because over the years, if you&#8217;ve been using WordPress for all these years, you must have logged into WordPress, oh, I daren&#8217;t even count. But it&#8217;s probably multiple tens of thousands of times. And each time you&#8217;ve logged in, you&#8217;ve stared at the same UI. And certainly over the last decade, that UI has been exactly the same.</p>\n\n\n\n<p>It basically has looked the same since I started WordPress, with tiny, teeny modifications to things like the color blue. There&#8217;s a slight variation in the color blue that&#8217;s being used now than previously. But broadly speaking, it&#8217;s exactly the same.</p>\n\n\n\n<p>You guys, and we&#8217;re going to use Yoast as an example, but it really, it could be any company. You guys took it into your own hands to say, enough. We think that the UI, if we stick with WordPress standard UI, it doesn&#8217;t really fit what we&#8217;re doing. Technology&#8217;s moved on. We&#8217;ve got more things available to us. Certainly the way things look in WordPress is beginning to be a little bit tired.</p>\n\n\n\n<p>Tell me about that journey. And are you hoping that your free UI kit, that you&#8217;ve open sourced is going to be taken on? Maybe it&#8217;s a cue for the team over at .org to have a look at this and adopt this across WordPress, dare I say?</p>\n\n\n\n<p>[00:22:53] Joost de Valk: I honestly doubt that&#8217;ll happen. Yeah, no, I doubt that. Not because they are against using something that we&#8217;ve built, but because what we build is quite opinionated and uses stuff that they might not be willing to use, like Tailwind.</p>\n\n\n\n<p>It definitely needs a change. It&#8217;s been a tired look for, well, almost a decade as well now. We&#8217;ve had experiments. We&#8217;ve not really moved on that. Gutenberg itself has changed in what it looks like a couple of times over its development, and now we&#8217;re basically stuck with three different types of designs, even within the WordPress admin.</p>\n\n\n\n<p>[00:23:29] Nathan Wrigley: Yeah, tell us what you mean by that because I&#8217;m not sure everybody will pick up the nuance of that.</p>\n\n\n\n<p>[00:23:33] Joost de Valk: Well, if you look at the site health page, it uses different styling from say, add a post. And then go into a post and you edit it in Gutenberg, then that looks entirely different as well. And, I just think that&#8217;s weird. I think it&#8217;s weird that we have different types of buttons. I think it&#8217;s weird that we basically teach a user two or three different UIs. And if you use the customizer with it, then even more. So you&#8217;re basically teaching people new user experiences all the time, and that makes it hard to use.</p>\n\n\n\n<p>And then because there is no real design system for WordPress anymore, that you can use to build your plugin&#8217;s admin pages, everyone starts building their own and all of them start looking differently. And that means that if you have five plugins, you have five different admin pages. And I just don&#8217;t think that that&#8217;s a good experience.</p>\n\n\n\n<p>[00:24:35] Nathan Wrigley: Yeah, I guess if you are a user of WordPress, a frequent user of WordPress, and you&#8217;ve got let&#8217;s say, the one site that you are maintaining all five sites or whatever it may be. Because you&#8217;re in there all the time, that dissonance doesn&#8217;t really happen for you as much, does it? You know, you&#8217;re just familiar with it.</p>\n\n\n\n<p>Okay. If I go in here, I&#8217;m going to expect that the menu&#8217;s going to change. The whole color palette and everything. The buttons will look different, but okay, that&#8217;s how it is. But if WordPress continues to grow, and it wants to get into the late forties and early 50%, which is, I guess, a target which is within reach. That isn&#8217;t really going to fly anymore, is it?</p>\n\n\n\n<p>Because if you go to any SaaS app, let&#8217;s say for example, I don&#8217;t know, let&#8217;s say you go over to Google and you want to interact with Google Docs, it would be really weird if the UI for Docs was different from spreadsheets. And, I don&#8217;t know, let&#8217;s say that you are using Notion or Evernote or something like that. If when you went into some portion of it, it was just different.</p>\n\n\n\n<p>You just fully expect everything to look and feel the same. And in our own experience of WordPress, we just forgive that, don&#8217;t we? We just, oh, okay, that plugin author has done this. But if you are looking to compete against the rising stars, Wix, Squarespace, Shopify, all these other things, that really starts to matter.</p>\n\n\n\n<p>It&#8217;s a bit like death by a thousand teeny, tiny little paper cuts. Those things stick in the head of the end user. That just seems a bit unprofessional. Not sure about this WordPress thing. Do you think I&#8217;ve hit the target there?</p>\n\n\n\n<p>[00:26:08] Joost de Valk: Yeah, no, absolutely. I think that is our problem. I think it actually ties into the other thing I mentioned, the onboarding. It&#8217;s actually pretty hard to start using WordPress. So you are thrown into a dashboard and then the first thing you&#8217;re greeted with is WordPress meetups. And as much as I love WordPress meetups, if you are just on that page for the first time, why are those in my screen?</p>\n\n\n\n<p>And, well there&#8217;s a hundred things like that where I think that we, we could and probably should do better. And the first thing would be, in my opinion, a design system that we all agree on. And I think that is actually an achievable goal. I spoke a bit, before and after I published my post, to a couple of people from the design team, Joan and Mathias, and they also seemed to want something like that.</p>\n\n\n\n<p>We seem to disagree a bit on how far, in how far that actually already exists. Because there is a somewhat of a component system within Gutenberg. I just think that as long as I search for WordPress design system and don&#8217;t get a post or page from WordPress.org, that actually explains the design system in simple to use terms for every plugin developer out there, it doesn&#8217;t exist.</p>\n\n\n\n<p>That means that we have to build it. We have to market it. We have to think about how it&#8217;s going to be used and then write good docs for that. That&#8217;s quite a bit of work, but it&#8217;s not unconceivable that we do that. There&#8217;s a lot of people in the WordPress world who want to make that happen. We&#8217;re just not prioritizing it at the moment. And I think we&#8217;re doing ourselves a disservice by not doing that.</p>\n\n\n\n<p>[00:27:45] Nathan Wrigley: I am going to link in the show notes to an article that you put out recently where you express a lot of these thoughts. And in it you make the point that it was a really difficult decision over at Yoast. Sorry to keep going back to Yoast.</p>\n\n\n\n<p>[00:27:59] Joost de Valk: No, it&#8217;s not a problem. It was a very difficult decision. We&#8217;ve been literally been talking about this for five, six years, and my UX team at Yoast had been wanting to do a redesign for a long time, and I basically stopped them all the time because I was like, I want to stay in line with the WordPress admin.</p>\n\n\n\n<p>And over time we started moving away from it more and more because we needed stuff that simply wasn&#8217;t there. And then at some point you have to admit like, okay, I&#8217;m wrong. This is not going to happen and we need to build our own. It was sort of like a bittersweet decision. And I&#8217;m happy to add that people are responding well to the library that we built and that, that we open sourced.</p>\n\n\n\n<p>Because I want to spare others to work. Because it&#8217;s stupid. It&#8217;s stupid that as a plugin developer, I have to spend time thinking about what do my buttons look like? What do my toggles look like? They should just be the same for everyone.</p>\n\n\n\n<p>[00:29:03] Nathan Wrigley: I can completely sympathize with that, in the sense that you&#8217;ve spent years basically saying, no, to your design team. We&#8217;re just going to stick with this. But eventually, I guess there&#8217;s too much water has gone under that bridge that really you&#8217;re stifling your own company&#8217;s enterprise.</p>\n\n\n\n<p>[00:29:20] Joost de Valk: Literally, I mean, people moved to others plugins because they thought it looked better. Which I think is a stupid reason to switch SEO plugins. But who am I? But it was literally happening, and I, at some point you go like, okay, I really need to do better at this. And to be fair, the new settings you are that we ended up building, I think our UX team did an amazing job on, and makes the plugin a lot easier to use.</p>\n\n\n\n<p>[00:29:49] Nathan Wrigley: I will link to the design library, which has been open sourced again in the show notes, but it&#8217;s a really amazing endeavor. If you are a plugin developer or, you know, you have aspirations to be, it&#8217;s definitely well worth checking out because looks like Yoast have really gone to town. It&#8217;s soup to nuts. Almost every component or element that you could possibly imagine putting inside of a WordPress UI, is there, you know. Progress bars, radio buttons. Every single thing is there with loads of instructions on how to implement it.</p>\n\n\n\n<p>I guess if the endeavor was to begin that conversation, then already, I think it&#8217;s been a success. If the endeavor of this blog post and the, the new UI that you&#8217;ve bring into existence. If the endeavor there was to start a conversation about this, then yeah, I think you&#8217;ve done that.</p>\n\n\n\n<p>[00:30:39] Joost de Valk: At this point we&#8217;ve invested so much time that I don&#8217;t see us switching to something else anytime soon. But that also sort of saddens. That&#8217;s why I wrote the post on my personal blog. I&#8217;m like, this is not necessarily the decision I would&#8217;ve wanted to make. But yeah, you are sort of forced into it. At that point it&#8217;s better if we build something and we open source it, and then maybe a lot of others can use it as well. And maybe we can actually get to an interface where we all sort of look alike.</p>\n\n\n\n<p>[00:31:08] Nathan Wrigley: Have you been in the role at Newfold long enough to have interfaced with customers to know that this is a, a thing which is stifling WordPress growth. The fact that it does look out of date. The fact that it&#8217;s a jumble of different colors and patterns and design libraries being in used in different plugins. Does this turn people off in the real world?</p>\n\n\n\n<p>[00:31:28] Joost de Valk: I&#8217;m a hundred percent sure. You test with these things, of course, and you see the data on how many people start. Register with a host. They get a hosting package. They get a WordPress site, and how many then get to a published site? Not everyone gets to a published site, and that I think will never happen, but well the more that do, the more that will basically remain customers. So for a host, that&#8217;s an important metric.</p>\n\n\n\n<p>And people just get stuck. And then when you look at where they get stuck, they get stuck at picking a theme. And then when they have a theme, they get stuck at making it look good, especially making it look like the demo.</p>\n\n\n\n<p>And then they get stuck at building pages. They get stuck at several phases. And there&#8217;s quite a few of those phases that you have to get through before you get to a website that you&#8217;re happy with. So we&#8217;re trying to make that simpler, and I think we&#8217;re actually doing very cool work on that at Bluehost and Newfold in general. But some of that should also happen in Core.</p>\n\n\n\n<p>[00:32:29] Nathan Wrigley: Yeah, it&#8217;s interesting. If you are Squarespace or Wix or whoever it may be, I guess the person who&#8217;s in charge of the way that the platform looks, just makes the decision and it&#8217;s done and everybody then toes the line and does that thing. Okay, we&#8217;re going to make it look different. We&#8217;re going to modify it. 2023, we&#8217;re going to give our entire enterprise a new look and feel. Let&#8217;s get on with it.</p>\n\n\n\n<p>Of course, in WordPress, given the nature of the way that the software is developed, that&#8217;s really hard. And getting people to have a consensus on this, like you said, you&#8217;d had several chats with a few people who may be able to push the needle a little bit there, and there&#8217;s not always complete agreement.</p>\n\n\n\n<p>It will be difficult, but my personal feeling is that it needs to be quite high on the list of things happening. But given that Gutenberg, we&#8217;re about to enter phase three of Gutenberg. Given that Gutenberg is consuming so much time and resources of developers, I do wonder whether this interface will get much of a makeover in the next, I don&#8217;t know, next year or so.</p>\n\n\n\n<p>[00:33:32] Joost de Valk: I wondered that too. I don&#8217;t have an answer because I don&#8217;t know, but it is a conversation that I&#8217;m going to have, be having with people. And I do actually think that it might, it might field counterintuitive, but I actually think that building that design system first might actually speed up the other work.</p>\n\n\n\n<p>[00:33:51] Nathan Wrigley: Yeah, well it certainly gives you a benchmark of what can be achieved. Yeah, it&#8217;d be interesting in your new role, whether or not you can corral some people into pushing that forward.</p>\n\n\n\n<p>Yoast, we&#8217;re reaching the 40 minute mark. I think that&#8217;s about where I wanted to get to. If there&#8217;s anything that you think I missed, please let me know.</p>\n\n\n\n<p>[00:34:10] Joost de Valk: No, there&#8217;s always more to talk about, it&#8217;s WordPress.</p>\n\n\n\n<p>[00:34:13] Nathan Wrigley: If that&#8217;s the case and we&#8217;ve covered everything, I&#8217;ll just ask you to let us know where people can find you, given that you&#8217;re in a transitionary period. Where&#8217;s the best place for people to discover you from now on?</p>\n\n\n\n<p>[00:34:25] Joost de Valk: That&#8217;s joost.blog, j o o s t.blog. So my first name, not the company name. And Twitter, j d e v a l k, J de Volk is probably the best place. And if people have questions or want to just chat, I&#8217;m on the WordPress Slack as well. So feel free to DM me there.</p>\n\n\n\n<p>[00:34:44] Nathan Wrigley: Thank you very much, Joost for chatting to us on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:34:48] Joost de Valk: Again, thank you for having me, it was a pleasure.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost De Valk</a>.</p>\n\n\n\n<p>If you’ve been in the WordPress space for any length of time, it’s likely that you’ve come across the <a href=\"https://wordpress.org/plugins/wordpress-seo/\">Yoast SEO plugin</a>. This was the brainchild of the guest today, Joost, same pronunciation, different spelling.</p>\n\n\n\n<p>We talk about how Joost found WordPress and quickly started working on his SEO plugin. How it rapidly grew and became his career.</p>\n\n\n\n<p>We discuss the WordPress landscape during this time and whether it’s more difficult now to have the type of success that his plugin received, given that there are more players vying for our attention.</p>\n\n\n\n<p>The conversation then moves into why the plugin was recently sold to Newfold Digital. What were the guardrails that were put in place to ensure that the plugin continued and the employees felt safe?</p>\n\n\n\n<p>We then get into a conversation about Joost’s new role. He’s been tasked with reaching out to WordPress community members in order to see what projects or initiatives need more thought and support.</p>\n\n\n\n<p>This leads us into the topic of the current WordPress UI, and how Joost is hoping for a refresh at some point soon. For years his plugin team wanted to create their own UI to take advantage of new technologies, but Joost always pushed back, preferring instead to adopt the style of the WordPress UI. Now that’s changed, and the open sourcing of the UI kit they’ve made is intended as a starting point for a discussion about the need for a more consistent admin experience for all WordPress users.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://yoast.com/wordpress/plugins/seo/\">Yoast SEO plugin</a></p>\n\n\n\n<p><a href=\"https://elementor.com/\">Elementor</a></p>\n\n\n\n<p><a href=\"https://newfold.com/\">Newfold Digital</a></p>\n\n\n\n<p><a href=\"https://www.bluehost.com/\">Bluehost</a></p>\n\n\n\n<p><a href=\"https://www.hostgator.com/\">HostGator</a></p>\n\n\n\n<p><a href=\"https://www.domain.com/\">domain.com</a></p>\n\n\n\n<p><a href=\"https://yithemes.com/\">Yith</a></p>\n\n\n\n<p><a href=\"https://tailwindcss.com/\">Tailwind CSS</a></p>\n\n\n\n<p><a href=\"https://joost.blog/wordpress-admin-ui-needs-to-be-better/\">Joost&#8217;s post about the WordPress Admin UI</a></p>\n\n\n\n<p><a href=\"https://twitter.com/jdevalk\">Joost&#8217;s Twitter</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: Pattern Manager Plugin Now Available on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143093\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/pattern-manager-plugin-now-available-on-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2563:\"<p>WP Engine&#8217;s <a href=\"https://wordpress.org/plugins/pattern-manager/\">Pattern Manager</a> is now available in the WordPress Plugins Directory. The plugin gives WordPress professionals a dedicated interface for browsing, designing, and organizing patterns with categories, keywords, descriptions, and more. It is still in beta and not recommended for use in production. Although it can be used on a lived website, the plugin&#8217;s intended use is for managing patterns on a locally hosted development site.</p>\n\n\n\n<img />\n\n\n\n<p>The Pattern Manager makes it possible to use core features for which there isn&#8217;t yet an interface:</p>\n\n\n\n<ul>\n<li>When a user makes a new page or post, auto-show a modal with your patterns, available to be used.</li>\n\n\n\n<li>Make your pattern available in the block inserter, or choose to hide it from the inserter.</li>\n\n\n\n<li>Allow users to transform any block into your pattern.</li>\n</ul>\n\n\n\n<p>WP Engine made several improvements to the plugin based on beta feedback since the time we <a href=\"https://wptavern.com/wp-engine-pattern-manager-plugin-now-in-beta\">reviewed the plugin</a> earlier this month. The matter of where the patterns are stored was one issue the testers were concerned about. Pattern Manager pushes the patterns to PHP files every time the user saves them, which also makes them available for collaboration via git.</p>\n\n\n\n<p>&#8220;One of the most requested features was child theme support, so we added that,&#8221; WP Engine Principal Engineer Mike McAlister said. &#8220;Now, if you have a child theme active, Pattern Manager will save your new patterns to the child theme, while all of the patterns in your parent theme are still available.&#8221;</p>\n\n\n\n<p>Another common request McAlister&#8217;s team received was the ability to register custom pattern categories. This feature is currently in development and will be available in the plugin in the near future.</p>\n\n\n\n<p>&#8220;Other than that, we made a lot of nice little improvements like adding a setting for defining the pattern preview width, deprioritizing the Pattern Manager admin menu item (which was previously at the top of the admin menu), and some light UI touch-ups,&#8221; McAlister said. </p>\n\n\n\n<p>&#8220;We had over 300 people in the beta and the feedback was highly positive, which is surprising for a niche developer tool like this. To me, it speaks to the interest in all of this new WordPress technology and how developers are looking for tools like Pattern Manager to help them start working with it.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Mar 2023 19:52:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:72:\"WPTavern: WordPress 6.2 Delayed to March 29 Due to Bug With Date Formats\";s:7:\"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:30:\"https://wptavern.com/?p=143080\";s:7:\"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:83:\"https://wptavern.com/wordpress-6-2-delayed-to-march-29-due-to-bug-with-date-formats\";s: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:2304:\"<p>WordPress 6.2 was scheduled for release today, but contributors discovered <a href=\"https://core.trac.wordpress.org/ticket/57998\">a bug with date formats</a> during the 24-hour freeze that they believe could have <a href=\"https://core.trac.wordpress.org/ticket/57998#comment:15\">a significant impact</a> on functionality like bookings, date permalinks, and e-commerce stores.</p>\n\n\n\n<p>The decision was made this morning to delay with a consensus to apply a revert and release a silent 6.2 RC5 with the fix. WordPress 6.2 Core Tech Co-Lead Tonya Mork <a href=\"https://wordpress.slack.com/archives/C02RQBWTW/p1680004419127649\">proposed reverting</a> as the impact seemed too widespread to risk releasing today with a fix delayed to a minor release. </p>\n\n\n\n<p>&#8220;I don&#8217;t think this can wait until 6.2.1 given that this isn&#8217;t just some text that won&#8217;t bold, but something that will have quite a big impact (including stress/financial) on site owners and staff managing bookings and such,&#8221; 6.2 Core Triage Lead Colin Stewart said.</p>\n\n\n\n<p>WordPress Core Committer Jonathan Desrosiers also weighed in on the issue in favor of a revert and silent RC5.</p>\n\n\n\n<p>&#8220;I also think that [it&#8217;s] impossible to anticipate the full impact of this change,&#8221; Desrosiers said. &#8220;This definitely illustrates the importance of accompanying even the smallest changes with appropriate tests. We owe this due diligence to our users.</p>\n\n\n\n<p>&#8220;If we release the issue with 6.2 we could have a much greater problem on our hands. It’s not something that would not be easy to recognize or understand for the large majority of users, and it’s nearly impossible for Core to &#8216;auto-fix&#8217; any occurrences of the bug  in a future minor release. We also should really avoid having to include fixes like that anyway as they’re just a huge maintenance burden/technical debt.&#8221;</p>\n\n\n\n<p>Contributors in the discussion this morning agreed that knowingly shipping broken code just to keep the schedule would be a wrong move and that shipping a fix today could introduce additional problems. An announcement will be posted to the Make/Core, followed by the 6.2 RC5 release, which will restart the 24-hour clock ahead of the official 6.2 release tomorrow.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Mar 2023 14:26: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: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:84:\"Do The Woo Community: Insights, Tips and Legalities on Accessibility with Bet Hannon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74647\";s:7:\"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://dothewoo.io/insights-tips-and-legalities-on-accessibility/\";s: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:429:\"<p>Bet Hannon, from AccessiCart joins us for a conversation around web design, WooCommerce and the legalities of accessibility.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/insights-tips-and-legalities-on-accessibility/\">Insights, Tips and Legalities on Accessibility with Bet Hannon</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Mar 2023 10:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: Real-Time Collaboration Is Coming to 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:30:\"https://wptavern.com/?p=143050\";s:7:\"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:67:\"https://wptavern.com/real-time-collaboration-is-coming-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6910:\"<p>Gutenberg Phase 3 is officially in the planning stage, as the Site Editor is set to exit the beta in 6.2 and the major tasks of Phase 2 are nearing completion.</p>\n\n\n\n<p>Gutenberg lead architect Matias Ventura <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">published</a> a preliminary outline of what is planned to be included in the next &#8220;Collaboration&#8221; phase of the project. Real-time collaboration is at the top of the list, the likes of which users have previously experienced in apps like Google Docs.</p>\n\n\n\n<p>&#8220;Imagine being able to work together in real-time across all block editors, crafting content and designs seamlessly without being locked out of editing,&#8221; Ventura said. &#8220;The goal is to provide all the necessary infrastructure and UI to handle multiple users working together on the same content simultaneously, making it easier to create, edit, and customize web pages and posts as a team.&#8221;</p>\n\n\n\n<p>In a recent episode of the <a href=\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\">WP Briefing podcast</a>, WordPress core contributor Héctor Prieto said he predicts this feature will take the most work.</p>\n\n\n\n<p>&#8220;I would say, in general, the real-time collaboration sounds the most technically challenging because of what it represents and all the changes needed to how we interact with WordPress from async to sync, basically,&#8221; Prieto said. &#8220;That would be the hardest part. I think there are also already a few prototypes working, but we need to see how that scales, for example.&#8221;</p>\n\n\n\n<p>Prieto was referencing Gutenberg engineer Riad Benguella&#8217;s <a href=\"https://wptavern.com/asblocks-project-uses-gutenberg-to-create-a-collaborative-writing-environment\">AsBlocks project</a>, which he <a href=\"https://riad.blog/2020/06/11/write-as-blocks-in-an-encrypted-collaborative-environment/\">introduced</a> on his blog in 2020 and is <a href=\"https://github.com/youknowriad/asblocks\">available on GitHub</a>. Another prototype, &#8220;Block Collab: New package, a framework for collaborative editing,&#8221; currently exists as <a href=\"https://github.com/WordPress/gutenberg/pull/23129/commits\">a draft PR</a> created by Gutenberg contributor Enrique Piqueras.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>AsBlocks demo video\n\n\n\n<p>Asynchronous collaboration will also get some attention in this phase, which includes features like sharing drafts for content and design changes, inline block commenting, assignment review, improved version control, and task management. These are features that are currently available to WordPress users through a variety of different plugins.</p>\n\n\n\n<p>&#8220;The goal is to enable users and larger teams to collaborate on projects and its different parts at their own pace and based on their workflows,&#8221; Ventura said.</p>\n\n\n\n<p>Ventura also identified Publishing Flows and improvements to the Post Revisions interface as parts of the Collaboration phase. This would include features like an interface for editorial requirements, customized goals, and task completion prerequisites before publishing. Post Revisions would become more visual, inclusive of individual blocks, and may even be updated to to support more complex scheduling requirements across multiple parts of the site.</p>\n\n\n\n<p>Collaboration may less critical to WordPress&#8217; success than world-class publishing capabilities but it will be refreshing to look past the editors to begin improving the admin experience. There are a few pieces of the puzzle that will will require contributors to jump in on getting WordPress&#8217; admin to the place where it can handle more modern collaboration workflows. Ventura said part of this project is to begin the process for an <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">admin design update and navigation work</a>, improving admin notices and the UI library of design components, as well as the ancient admin list views. </p>\n\n\n\n<p>Ventura also loosely outlined a Library focus area that would introduce a place for managing blocks, patterns, styles, and fonts. </p>\n\n\n\n<p>&#8220;As part of this work, also look at what improvements can be done to enhance the media library design, interactions, and extensibility,&#8221; Ventura said. He confirmed to commenters that this part of the project was left &#8220;intentionally vague as it needs a bit more thinking.&#8221;</p>\n\n\n\n<p>The last item in the Collaboration outline is a global search and command component that would be extensible and allow admins to navigate directly to content or different admin areas as well as run comments like &#8220;create new post&#8221; or &#8220;toggle top toolbar.&#8221; </p>\n\n\n\n<p>&#8220;As AI tools are taking the world by storm, this could also play an important role in letting plugin authors integrate novel solutions that are prompt based in nature,&#8221; Ventura said.</p>\n\n\n\n<p>Although Ventura assured readers that projects related to prior phases will continue, such as more blocks, improved tables, grid layout system, and the block API roadmap, there are those who would like to see more time spent on editing and customization before moving on.</p>\n\n\n\n<p>&#8220;I love the initiative, but I wish they’d slow down and focus on the overall WordPress experience and mobile design tools, which affect virtually every user,&#8221; WP Engine developer Mike McAlister <a href=\"https://twitter.com/mikemcalister/status/1583290176880922624\">said</a> in October 2022. &#8220;Collaboration tools won’t make or break WordPress, but the user experience will.&#8221;</p>\n\n\n\n<p>In March, McAlister commented again on the pace of the Gutenberg project&#8217;s phases. &#8220;I would add a new phase of User Experience between 2 and 3,&#8221; he <a href=\"https://twitter.com/mikemcalister/status/1631023076212191233\">said</a>. &#8220;We need a whole phase dedicated to refining the experience of all these great new tools.</p>\n\n\n\n<p>&#8220;I am very optimistic about all of the features, but even as a veteran WordPress builder, the experience is still quite maddening at times. I don’t know if we’re spending enough time understanding the problems before implementing solutions and moving on to the next thing.&#8221;</p>\n\n\n\n<p>Ventura said the timing for breaking ground on the Collaboration phase would not be the 6.3 release coming in August 2023. Contributors are still working towards refining the customization experience as WordPress prepares to bring the Site Editor out of beta in the 6.2 release. He encouraged people to share feedback in the comments on the <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">post</a> if there are any items they were hoping to see as part of the Collaboration phase.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Mar 2023 01:21: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: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:114:\"WordPress.org blog: WP Briefing: Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14697\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\";s: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:25420:\"<p>On Episode fifty-two of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy and special guest Héctor Prieto as they discuss phase three and why it&#8217;s more than just collaborative editing!</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br />Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://riad.blog/2020/06/11/write-as-blocks-in-an-encrypted-collaborative-environment/\">Write as Blocks in an Encrypted Collaborative Environment by Riad Benguella</a> </li>\n\n\n\n<li><a href=\"https://github.com/youknowriad/asblocks\">Riad Benguella’s collaborative editing GitHub repository</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella&#8217;s WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/23129\">Block Collab: New package, a framework for collaborative editing GitHub PR</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3: Collaboration</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/48457\">Matías Ventura Quick Search GH Issue</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-day-process/\">WordPress 6.2 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/2022/contributor-day/\">WordCamp Europe Contributor Day Registration</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\">WP20 Wapuu Coloring Giveaway</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14697\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]<br /><br />I have with me today Hécto Prieto. You all may know him from the WordPress Slack. He recently was, I believe, a release coordinator, maybe for the last release. Was that for 6.1?</p>\n\n\n\n<p>[Héctor Prieto 00:00:51]<br /><br />Yes. It was for 6.1 and also 6.0, in fact.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:54]<br /><br />All right. Well, welcome to the WordPress Briefing today. How are you doing?</p>\n\n\n\n<p>[Héctor Prieto 00:00:59]&nbsp;</p>\n\n\n\n<p>Well, I&#8217;m excited to be here. I&#8217;m a longtime listener of the podcast since the first episode. So I&#8217;m super excited to be here with you today.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:06]<br /><br />Yes. Longtime listener. First-time caller. All right, well, we&#8217;re gonna have a topic that just dumps you right in the soup, as they say in the United States. So we are actually here to talk about phase three of Gutenberg. It&#8217;s been a long time coming, and there are a lot of questions that folks have about what&#8217;s going into it and what&#8217;s not going into it.</p>\n\n\n\n<p>And as someone who works really closely with our Gutenberg technical architect, Matías Ventura, I figured you would be exactly the right person to come and talk about your favorite things. From your perspective, what is going to be the biggest enhancement that we start to approach in phase three?</p>\n\n\n\n<p>Like which thing, which API is gonna take the most work, do you think?</p>\n\n\n\n<p>[Héctor Prieto 00:01:53]<br /><br />Well, the most work, that&#8217;s a very hard question to answer because we are still we are going to start an exploration phase to determine how far we want to go with each of these APIs. So, in general, all these APIs and these products are standalone projects. And some of them are shorter, and some of them are longer.</p>\n\n\n\n<p>I would say, in general, the real-time collaboration sounds the most technically challenging because of what it represents and all the changes needed to how we interact with WordPress from async to sync, basically. That would be the hardest part. I think there are also already a few prototypes working, but we need to see how that scales, for example.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:32]</p>\n\n\n\n<p>Yeah. So speaking of a few prototypes, I know that there are two or three different prototypes specifically for collaborative editing, but do we have people or groups, working groups in the community that have built any other prototypes? Or is it just kind of first passes at collaborative editing that we&#8217;ve seen?</p>\n\n\n\n<p>[Héctor Prieto 00:02:52]<br /><br />Well, apart from Riad Benguella’s exploration, there&#8217;s a public repository with that exploration, there are a few plugins trying the same, trying real-time collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:03]<br /><br />Yeah, I can think of co-blocks and as blocks, and then I feel like there was a third one.</p>\n\n\n\n<p>[Héctor Prieto 00:03:09]&nbsp;</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:09]<br /><br />We&#8217;ll find the links to all these</p>\n\n\n\n<p>[Héctor Prieto 00:03:12]</p>\n\n\n\n<p>Yeah. Let&#8217;s add them to the show notes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:14]<br /><br />Excellent. So that&#8217;s going to be the biggest one. Is there, of the list of APIs, and this is based on the post that Matías sent out last week. If you all haven&#8217;t seen that, we&#8217;ll put that in the show notes as well. But from the APIs that Matías sort of helped us to identify last week, is there any one that you are particularly excited about for fixing things in WordPress or just generally like an interesting topic of development for you?</p>\n\n\n\n<p>[Héctor Prieto 00:03:42]<br /><br />Well, I would say all of them and how they all play together. But, if I need to pick one of them…</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:48]<br /><br />Everything&#8217;s the best!&nbsp;</p>\n\n\n\n<p>[Héctor Prieto 00:03:50]<br /><br />I&#8217;ll cheat anyway, and I will going to pick two out of them because they solve issues at different levels. I&#8217;m very excited about visual revisions. I think it helps a lot of users, and it affects even non-technical users.</p>\n\n\n\n<p>So it&#8217;s one of the projects that lower how hard or complex WordPress can be to use sometimes. It&#8217;s going to be a huge improvement. It&#8217;s going to, I mean, bringing blocks to the revision system. I mean, it&#8217;s just a dream come true for me. I&#8217;m also going to highlight the search everywhere or quick search feature Matías already opened an issue in the GitHub repository right now.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:28]<br /><br />Mm-hmm.</p>\n\n\n\n<p>[Héctor Prieto 00:04:28]<br /><br />So the idea for this product is to have a power user shortcut that opens searching, an Alfred-like or Spotlight-like interface for those familiar with MacOS operating systems.</p>\n\n\n\n<p>When you can type anything, any place you want to go, or you want to search for any specific text in a document. And it&#8217;s supposed to be your power user command tool. So that you can do most things there.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:53]<br /><br />Oh, and I mean not only power user command tool, but also there are some applications there for folks who have mobility issues, people who are using primarily keyboard as opposed to keyboard and mouse, all that kind of stuff, right?</p>\n\n\n\n<p>[Héctor Prieto 00:05:07]<br /><br />Exactly. And just thinking long term with the rise of AI, it could be possible even to add some natural language processing to this interface so that users could just write in, in plain text, in natural language, what they want to do, and WordPress would provide the action for them.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:23]<br /><br />Very nice. My two favorites, since you gave two favorites and I can&#8217;t just give one at that point, my two favorite projects, which are also probably really, really hard projects, are those explorations around fixing notifications. That is a really big project. And one that I think that, in general, the WordPress project is going to be really excited to have some input on.&nbsp;</p>\n\n\n\n<p>And so that&#8217;s one that I really will have an eye on. And the other one that I&#8217;m going to definitely have my eye on is the media gallery redesign. I realize that this shows, between you and I, that shows our two specific focuses. Because, of course, you work directly with guiding all of our developers. And I am very much like our user advocate. And WordPress “everyman.”</p>\n\n\n\n<p>I don&#8217;t know if that&#8217;s a term that makes sense outside the US. But I do a lot of advocacy for folks who are using WordPress from the user side as opposed to from the developer side because, of course, we have a lot of excellent developers. So y&#8217;all don&#8217;t need my help with your advocacy.</p>\n\n\n\n<p>But yeah, that really shows that you and I have different focuses, which I think is good too.</p>\n\n\n\n<p>[Héctor Prieto 00:06:32]<br /><br />Yes. Also, it’s worth noting that at the end of the day, any improvement we make for developers is so that developers can build better things for users. So, at the end of the day, everything is in the best interest of the users.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:45]&nbsp;</p>\n\n\n\n<p>That&#8217;s right. That&#8217;s definitely a good point. Yeah. So, a final question about this particular thing because we&#8217;re trying to keep it a little brief and also because we&#8217;ll have a few other podcasts that are specifically about phase three as our explorations get going. Final question here: If you felt like there was one API or one project in particular that could benefit from a lot of community involvement which would you guess that was?</p>\n\n\n\n<p>[Héctor Prieto 00:07:20]<br /><br />I don&#8217;t think I can single out any of them. I think getting user feedback is going to be a vital part of this phase, as always. So I would encourage our listeners to just participate in discussions and provide feedback as we start releasing the first prototypes in the Gutenberg plugin. I don&#8217;t think I can pick one of them for you, completely honest.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:43]&nbsp;</p>\n\n\n\n<p>Yeah. My guess for that is going to be the rework of the dashboard, the admin, WP admin. I think that a lot of people are gonna have a lot to say about what they use it for, what they would like to be able to use it for, how to make it look more modern, how to make it feel more modern. I think that that probably is going to benefit from a lot of early testing and possibly some specific user testing around the concepts of design in there.</p>\n\n\n\n<p>And so that&#8217;s one that that I think probably is going to take a lot of feedback from the community. And community, in this case, I think, is not only our developers and designers and copy folks who are working to build the CMS, but probably also all of our folks who are extending WordPress, everybody who is working in agencies, things like that.</p>\n\n\n\n<p>[Héctor Prieto 00:08:35]<br /><br />Hmm, well, if I need to pick one, I would say the publishing flows could use also lots of feedback and testing because we are going to implement editorial requirements and customized user flows. And, of course, there are many, many different workflows out there that we might not be able to think of ourselves.</p>\n\n\n\n<p>So just imagine the sheer amount of different use cases. There&#8217;s going to be, or there currently is with customizations of third-party plugins. So, yeah. I would like to listen to how people would like the publishing flows to be. What are the specific use cases?&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:09]<br /><br />So really, just everything, we need a lot of user feedback on everything.</p>\n\n\n\n<p>[Héctor Prieto 00:09:13]<br /><br />Yes. That&#8217;s the summary.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:15]</p>\n\n\n\n<p>I don&#8217;t think that&#8217;s a bad summary. I know that we talk a bit about how WordPress is made better by the activity of our co-creators, the people who are using the software and testing the software, and telling us how it could be better. Those are the groups of people that make sure that we are the best version or headed in the best direction on any of our things with the software.</p>\n\n\n\n<p>And so I guess it&#8217;s probably not super unusual for everyone to hear like we need your feedback on everything because that&#8217;s probably what we do half the time.</p>\n\n\n\n<p>[Héctor Prieto 00:09:44]<br /><br />Yeah, absolutely.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:47]<br /><br />So the publishing workflows, that reminds me that there has been a little bit of a conversation lately around the naming of this phase, basically.</p>\n\n\n\n<p>And I know that the phases don&#8217;t necessarily need names. Like that&#8217;s why they&#8217;re numbered, and that&#8217;s a great idea. Like numbers are wonderful ways to reference things, but it also is just easier to reference it in kind of general conversation.</p>\n\n\n\n<p>So the first phase was easier editing, and it really focused on the editing experience itself. The second one was customization, and now the third phase has been called collaboration for quite a bit of time.</p>\n\n\n\n<p>But as we got closer and closer to this phase and we had more and more conversations that were coming out of phases one and two, it became really clear that really what we&#8217;re looking at here is more around workflows. And I love that that is an option for how to refer to this. Probably that&#8217;s how I will refer to it for most of the time that I talk about it as we are looking at phase three. </p>\n\n\n\n<p>Because I remember that when we were first building the prototypes of Gutenberg, one of the big flags that I had was that breaking changes are not just about what we can see or any sort of visual regressions or what causes the white screen of death. Also, some of the things that are breaking changes should be considered in those workflows when we change where things are or how you accomplish a task.</p>\n\n\n\n<p>And our users weren&#8217;t ready for it. That is something that is breaking for them, right?</p>\n\n\n\n<p>[Héctor Prieto 00:11:25]&nbsp;<br /><br />Yes. As you mentioned, this phase was referenced as collaboration, real-time collaboration, for a long time, but if we think of how this collaboration looks, it&#8217;s much more than just editing at the same time. A very big part of collaboration is also asynchronous collaboration by adding in-line comments and improving these notifications when you have a comment in your draft. I think the power of this phase is how everything comes together. These individual pieces come together.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 0:11:51]<br /><br />Yes, and I don&#8217;t know where that first flag that sparked the discussion around, like, okay, but collaborative editing is not quite big enough and also means a bunch of different things for a bunch of different people. It depends on the size of your organization or the type of content you&#8217;re writing.</p>\n\n\n\n<p>Like, I don&#8217;t know where that conversation started. My guess is, you know, some WordCamp somewhere, and an attendee was like, did you, did anybody ever think about these problems? And then they kind of worked their way around the Make Core site or otherwise made their way around to Matias&#8217;s ears.</p>\n\n\n\n<p>But yeah, I think that was a really smart choice. And you&#8217;re exactly right, collaborative editing; that can refer to the synchronous kind or the asynchronous kind, and both of those types of collaboration are equally valuable and probably equally used.</p>\n\n\n\n<p>[Héctor Prieto 00:12:40]<br /><br />Yes. And one important point to note here is that this editorial flows, and this collaboration is crucial to implement multilingualism going into phase four. We need to think that as soon as we have posts and pages in different languages, there are going to be requirements in terms of how to translate these pieces of content.</p>\n\n\n\n<p>So this will need collaboration, all forms of collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:13:02]<br /><br />Yeah, absolutely. This maybe was before your time with the project, but I was team multilingual-first for a long time. Or at least thinking that we could do the multilingual part of this work alongside the collaborative editing part of the work. I&#8217;ve spent a lot of time trying to understand what we think is going in phase three versus what probably we need to be able to do as far as having native multilingual support in the project.</p>\n\n\n\n<p>And I have softened my very hard position on that. You know, we&#8217;re big fans of strong positions loosely held, strong opinions loosely held. And this was one of those moments where I had that really strong opinion that we could just do them concurrently. We can do them at the same time.</p>\n\n\n\n<p>And I think it was a conversation that you and I were having when you were pointing out the complexities of translating WordPress at all, let alone being able to translate all your content as well. And it makes a lot of sense, and you&#8217;re right. I think that there are a lot of interactions, a lot of workflows that we&#8217;re gonna have to kind of refresh or redesign or rebuild before it really makes sense for us to help make that a nice streamlined option for multilingual offerings.</p>\n\n\n\n<p>[Héctor Prieto 00:14:17]<br /><br />Yes, absolutely. As a Spanish-speaking person, I&#8217;m super excited about having multilingual in Core, but I also understand that we need some tooling ready before implementing multilingual in Core.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:14:29]&nbsp;</p>\n\n\n\n<p>There are no, there really are no easy problems left in WordPress, right? Like, we all agree on this now?</p>\n\n\n\n<p>[Héctor Prieto 00:14:36]<br /><br />That&#8217;s correct. And we&#8217;re creating something incrementally. If we look at the phases, they are ordered sequentially. But that doesn&#8217;t mean that when we start phase three, we are, finishing phase two completely in the same way. We have not finished phase one.</p>\n\n\n\n<p>That will be like saying, when is WordPress finished, when is the development finished? So it&#8217;s an incremental project, and it&#8217;s always going to be to need refining. So it&#8217;s of course, multilingual needs to come after collaboration because we need those tools.</p>\n\n\n\n<p>But that doesn&#8217;t mean we need to finish the collaboration phase or have it very advanced phase three before we can start phase four. That will be determined in the next month as we start explorations.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:15:17]&nbsp;</p>\n\n\n\n<p>So if you all, which I know you are, are interested in better workflows, more streamlined ways of working inside WordPress, and or interested in how we are gonna get multilingual settled in the future, this is a great time to get involved in this project and in the community. Like I said, we&#8217;ve got that post up that Matías shipped last week, which, again, if you have not read it, go read it because it&#8217;s got excellent, excellent information in there for you.&nbsp;</p>\n\n\n\n<p>Héctor, before we head out, is there anything that you wanna make sure that you let the listeners know, either about phase three or just about WordPress in general?</p>\n\n\n\n<p>[Héctor Prieto 00:15:57]<br /><br />Well, tomorrow is WordPress 6.2 release day. So happy 6.2, everybody!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:04]<br /><br />Happy 6.2. Oh, yeah. Yeah. Which means today is the dry run; probably in three hours, we&#8217;re doing the dry run.</p>\n\n\n\n<p>[Héctor Prieto 00:16:14]<br /><br />Depends on when we&#8217;re listening to this, but yes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:18]&nbsp;</p>\n\n\n\n<p>Oh, that&#8217;s a good point. Right? Not everybody listens to this the second it becomes available. Time zones. That&#8217;s right. Oh, man. Look at us being a global project and just pretending like everybody listens to this particular thing the moment that it&#8217;s available.</p>\n\n\n\n<p>I apologize to everybody who&#8217;s listening to it after the release or in the middle of the release party or whatever you&#8217;re doing. Regardless, tomorrow, if you&#8217;re listening to it today, is the WordPress 6.2 release, and it&#8217;s gonna be great.</p>\n\n\n\n<p>Well, Héctor, thank you so much for joining me today. I really enjoyed having you on, and thanks for letting me interview you.</p>\n\n\n\n<p>[Héctor Prieto 00:16:59]<br /><br />Thank you for having me. It was my pleasure to be here.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:17:10]</p>\n\n\n\n<p>So that brings us now to our small list of big things, and as is frequently the case, it&#8217;s actually kind of a big list of big things. So we&#8217;re gonna hop right in here. As Héctor and I mentioned in the episode, the release WordPress 6.2 is coming out tomorrow, depending on when you&#8217;re listening to this. If you listen to it on the 27th, it comes out on the 28th of March.&nbsp;</p>\n\n\n\n<p>If you have a chance to drop by the release party. I would encourage you to; they&#8217;re pretty interesting just to get an idea of everything that it takes to build WordPress. It is, of course, the last few hours before a release, and so you don&#8217;t get a full scope.</p>\n\n\n\n<p>But it&#8217;s always nice to see the way that everybody in the community works together, especially there in that last moment when we&#8217;re trying to package something and test it in a bunch of environments all across the world.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:18:00]&nbsp;</p>\n\n\n\n<p>I love attending those. And so I encourage it. The next episode of the WordPress Briefing is going to have the release rundown.</p>\n\n\n\n<p>I&#8217;ll go through the key features and highlights that finally made it into 6.2. The reason we don&#8217;t do those beforehand is just in case we have to remove anything at the last minute from a release. It doesn&#8217;t happen too often, but it does happen sometimes. And so, next episode of WP Briefing, that&#8217;s what we&#8217;ll be talking about.</p>\n\n\n\n<p>The next thing on my list is a new developer blog. So there is a brand new developer blog. It was launched last Wednesday. It&#8217;s a great resource for WordPress developers to stay up to date and hear the latest in the WordPress development world. And also, we had been hearing some feedback from our developers in recent years that if you are like exploring how to extend WordPress, if you&#8217;re in that group of extenders, people who are building themes or building plugins, you&#8217;ve kind of feel like you&#8217;ve lost a place where you can have those exploratory conversations.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:19:00]&nbsp;</p>\n\n\n\n<p>This is gonna be one of those places. We&#8217;ll put a link in the show notes. So far, the content that&#8217;s planned, I think, is really interesting.</p>\n\n\n\n<p>Next thing on our small list, big list, of big things is WordCamp Europe&#8217;s Contributor Day.</p>\n\n\n\n<p>So registration for Contributor Day is now open, and it does require a separate registration than regular attendance at WordCamp Europe. So if you are registered for WordCamp Europe, you already have your ticket for that, but you are not registered for Contributor Day, click the link in the show notes and come on down to spend a little time giving back to the WordPress Project.</p>\n\n\n\n<p>And the last thing on our list today is that we have a WP20 Wapuu coloring giveaway. So put on your little party hats, and grab your crayons. The 20th anniversary Wapuu coloring giveaway is here. There is an opportunity to color in your own community-driven Wapuu and tweet it to us using #WapuuWP20 for your chance to win a sweet haul of WP20 swag items.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:20:00]</p>\n\n\n\n<p>You can check out the full rules at the link in our show notes.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";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:109:\"BuddyPress: Let’s celebrate BuddyPress 15th anniversary &amp; welcome the first Attachments Add-on features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=328812\";s:7:\"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:120:\"https://buddypress.org/2023/03/lets-celebrate-buddypress-15th-anniversary-welcome-the-first-attachments-add-on-features/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12818:\"<p>Today is a very special day for the BuddyPress open source project: <strong>15 years</strong> ago, <a rel=\"noreferrer noopener\" href=\"https://buddypress.org/members/apeatling/\" target=\"_blank\">Andy</a> pushed the <a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/changeset/1\" target=\"_blank\">first code commit</a> on BP Trac. To remember the &#8220;whys&#8221; &amp; the important &#8220;whos&#8221; of our early days, I advise you to read (again) the <a rel=\"noreferrer noopener\" href=\"https://buddypress.org/2018/03/10-years/\" target=\"_blank\">great post</a> <a rel=\"noreferrer noopener\" href=\"https://buddypress.org/members/johnjamesjacoby/\" target=\"_blank\">John</a> wrote when we reached 10.</p>\n\n\n\n<span id=\"more-328812\"></span>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-activity-permalink.jpg\"><img width=\"1024\" height=\"825\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-activity-permalink-1024x825.jpg\" alt=\"\" class=\"wp-image-328800\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Let’s talk about the next 15 years!</h2>\n\n\n\n<p><strong>It’s starting today</strong> with the <a href=\"https://downloads.wordpress.org/plugin/bp-attachments.1.0.0.zip\">first BP Attachments Add-on version</a>. The screenshot above shows you an image attached to an activity update: you may say &#8220;OK, great, but it’s a basic feature every social network software include, what’s your point?&#8221;&nbsp;</p>\n\n\n\n<p>Our point is: this long awaited feature is finally available in BuddyPress <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f38a.png\" alt=\"🎊\" class=\"wp-smiley\" />, you simply need to install &amp; activate it from the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/bp-attachments/\" target=\"_blank\">WordPress.org plugin directory</a> or directly from your dashboard using the BuddyPress Add-ons tab of the Plugins/Add new WP Admin screen <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f447.png\" alt=\"👇\" class=\"wp-smiley\" />.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-bp-addons-screen.png\"><img width=\"1024\" height=\"475\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-bp-addons-screen-1024x475.png\" alt=\"\" class=\"wp-image-328809\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>We’ve been talking about Media in BuddyPress for a long while, we know there are a lot of expectations about it: these are probably the reasons why adding the feature was an intimidating task for the development team. We’ve put ourselves under a lot of pressure to satisfy some of your expectations as a <strong>very humble</strong> start and we thought it could be a nice gift <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f381.png\" alt=\"🎁\" class=\"wp-smiley\" /> to offer the community for our 15th birthday <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f382.png\" alt=\"🎂\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>BP Attachments 1.0.0</strong></h3>\n\n\n\n<p>It’s not perfect! (Does anyone reach perfection anyway? <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /> ) Some of you will probably tell us &#8220;Hey, the plugin is lacking support for this and that, etc&#8230;&#8221;: yes, you’re absolutely right, but let’s remember BuddyPress is free &amp; open source software and keep in mind we, as code contributors, first need a bit of cheers to keep the will to progress. Let me remind you &#8220;free &amp; open source&#8221; is demanding a lot more to users: telling what’s wrong is not enough, you need to contribute to how to fix it.</p>\n\n\n\n<p>This primary statement made, let’s talk about what’s inside this Attachments BuddyPress Add-on first version.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-activity-post-form.png\"><img width=\"1024\" height=\"480\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-activity-post-form-1024x480.png\" alt=\"\" class=\"wp-image-328801\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Attach rich media to your Activity updates</strong></h4>\n\n\n\n<p>Can you see the camera with the music symbol behind in the above screenshot? Great! That’s the button you need to click on to browse your device media and attach one to your activity. Once done you’ll get a small preview of it and information about it. You only want to share a media without any text inside your update? You can do it!</p>\n\n\n\n<p><strong>Media shared inside activities are public</strong>, every member of the community can view it and download it. Of course, you need the Activity component to be active to attach media to its items!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h4 class=\"wp-block-heading\">Two<strong> central places to manage your private or public media.</strong></h4>\n\n\n\n<p>BP Attachments comes with a ReactJS UI built thanks to the many WordPress React components available since it uses Blocks. This personal Media Library can be reached from your front-end profile. Once you’ve reached it, you’ll see a Public directory (and a Private one if the site administrator configured it &amp; made it available). Open this directory to be able to share public media, folders, photo albums, music or movie playlists.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-front-end-personal-media-library.png\"><img width=\"1024\" height=\"731\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-front-end-personal-media-library-1024x731.png\" alt=\"\" class=\"wp-image-328805\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>That’s the first place where you can add, delete, edit and organize all your media. The second one is located inside the WordPress dashboard. If you have a subscriber or a contributor role, you’ll notice the WordPress Media menu will bring you to your personal Media library.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-back-end-personal-media-library.png\"><img width=\"1024\" height=\"334\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-back-end-personal-media-library-1024x334.png\" alt=\"\" class=\"wp-image-328803\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>If you have an author or editor role, your personal media library will be available from a sub menu of the WordPress Media menu. In this place you can do exactly the same thing you are able to do from the front-end interface; it can act as a fallback if the active theme or other plugins are not playing nicely with the Media library page of your front-end profile.</p>\n\n\n\n<p>Both locations are only accessible to the Member who created the media (or the Media owner), site administrators also own a front-end Media library, but in the WordPress dashboard, they get something more powerful: a <strong>moderating</strong> tool.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-back-end-personal-media-libraries.png\"><img width=\"1024\" height=\"287\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-back-end-personal-media-libraries-1024x287.png\" alt=\"\" class=\"wp-image-328802\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>As you can see, the site administrator can access the Media Library belonging to <a href=\"https://buddypress.org/members/dcavins/\">@dcavins</a> or <a href=\"https://buddypress.org/members/imath/\">@imath</a> to remove some &#8220;spammy&#8221; media if necessary. Using the &#8220;My Media&#8221; directory drives the administrator to his or her personal Media library.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-attachments-settings-scaled.jpg\"><img width=\"1024\" height=\"583\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-attachments-settings-1024x583.jpg\" alt=\"\" class=\"wp-image-328810\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Attach rich media to your private conversations</strong></h4>\n\n\n\n<p>If the Messages component is active &amp; Private media is allowed by the administrator from the BuddyPress options screen as shown above, then community members can share media within their private conversations. Unlike Activity Attachments, Messages Attachments <strong>are always private</strong> and can only be viewed or downloaded by the Media owner and the private conversation participants.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-messages-attachment.png\"><img width=\"1024\" height=\"747\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-messages-attachment-1024x747.png\" alt=\"\" class=\"wp-image-328811\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Community Media directory</strong></h4>\n\n\n\n<p>All public media can be browsed from the Community Media directory. Depending on the allowed media types the administrator chose, this directory can contain one or more navigation items to filter the displayed layout : one for all media, one for images, one for movies, one for sounds and  one for all other file types.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-community-media-directory.jpg\"><img width=\"1024\" height=\"590\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-community-media-directory-1024x590.jpg\" alt=\"\" class=\"wp-image-328804\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>When you click on one of the displayed media items, you reach its single view where you can download it, and where you’ll be able to comment, like, share etc.. in future releases of the BuddyPress Add-on.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-single-media.jpg\"><img width=\"1024\" height=\"878\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-single-media-1024x878.jpg\" alt=\"\" class=\"wp-image-328806\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>PS: you can already share an embedded version of the media copying &amp; pasting its link into a WordPress embed block.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-wp-editor-upload-bp-attachments.png\"><img width=\"1024\" height=\"492\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-wp-editor-upload-bp-attachments-1024x492.png\" alt=\"\" class=\"wp-image-328807\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Attach rich media to WordPress posts</strong></h4>\n\n\n\n<p>Finally, the BP Attachments Add-on comes with image, video, sound and file blocks. Unlike regular WordPress media, your contributors will be able to use their personal Media Library when writing their content.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-wp-editor-use-bp-attachments-scaled.jpg\"><img width=\"1024\" height=\"507\" src=\"https://buddypress.org/wp-content/uploads/1/2023/03/bp-15-wp-editor-use-bp-attachments-1024x507.jpg\" alt=\"\" class=\"wp-image-328808\" /></a></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>That’s all for this first version! Expect some Groups and Friends component-related features to land in the next major version of the BP Attachments Add-on. If you’re wondering when this next version will be published: it’s up to you! If you <a rel=\"noreferrer noopener\" href=\"https://github.com/buddypress/bp-attachments\" target=\"_blank\">contribute</a> to the Add-on and if it’s becoming popular, it can happen very quickly.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-6\">\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-attachments/\">BP Attachments</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n\n\n\n<p>We hope you’ll have great times playing with these new features, don’t forget to <strong>celebrate BuddyPress&#8217;s 15th year before the end of the day</strong> &amp; most importantly let’s have some fun and be kind to each other <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f91d.png\" alt=\"🤝\" class=\"wp-smiley\" />.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Mar 2023 20:16:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:115:\"Gutenberg Times: Phase 3 collaboration, layout, and spacing controls, block visibility 3.0 – Weekend Edition #248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=23700\";s:7:\"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:118:\"https://gutenbergtimes.com/phase-3-collaboration-layout-and-spacing-controls-block-visibility-3-0-weekend-edition-248/\";s: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:19092:\"<p>Howdy, </p>\n\n\n\n<p>This week three major things happened: The movers packed up our household into boxes and a big truck, the <a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\"><strong>WordPress Developer Blog</strong></a> came out of beta and is now considered officially launched, and Matias Ventura published a post about what Phase 3 of the Gutenberg project could look like, more about the latter further below. </p>\n\n\n\n<p>Have a wonderful weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-word-camps\">WordCamps</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<img />\n\n\n\n<p>Next week, WordPress 6.2 is coming to a WordPress instance near you. Are you prepared? You could use the <a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-candidate-4/\"><strong>WordPress 6.2 Release Candidate 4</strong></a> for your testing and make sure. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you want to follow along, <strong>Hector Prieto </strong>posted the <a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-day-process/\"><strong>WordPress 6.2 Release Day Process</strong></a>, with the schedule for the Dry Run, 24-hour Code Freeze and the Release party on March 28, 2023, which is tentatively set for 2 pm EDT / 6 pm UTC. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/dan_knauss\">Dan Knauss</a></strong>, iThemes published <a href=\"https://ithemes.com/blog/what-to-expect-in-wordpress-6-2\"><strong>What to Expect in WordPress 6.2</strong></a>, and highlights all the improvements of Blocks, Site Editor and new tools. He goes into details on the various new Header and Footer Patterns that will be available via WordPress 6.2. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Carlo Daniele,</strong> wrote on the Kinsta blog: <a href=\"https://kinsta.com/blog/wordpress-6-2/\"><strong>What’s New In WordPress 6.2: Browse Mode, Style Book, Improved Navigation Menus, New APIs, and Much More</strong></a>. In his post Daniele covers the update coming to 6.2 in four categories: </p>\n\n\n\n<ul>\n<li><a href=\"https://kinsta.com/blog/wordpress-6-2/#improved-editing-experience\">Improved Editing Experience</a></li>\n\n\n\n<li><a href=\"https://kinsta.com/blog/wordpress-6-2/#extended-block-capabilities\">Extended Block Capabilities</a></li>\n\n\n\n<li><a href=\"https://kinsta.com/blog/wordpress-6-2/#enhanced-design-tools\">Enhanced Design Tools</a></li>\n\n\n\n<li><a href=\"https://kinsta.com/blog/wordpress-6-2/#changes-for-developers\">Changes for Developers</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-80-wordpress-6-2-preview-gutenberg-15-2-and-15-3/\">Gutenberg Changelog #80 – WordPress 6.2 Preview, Gutenberg 15.2 and 15.3</a> with Birgit Pauli-Haack and special guest Rich Tabor  </p>\n</div></div>\n\n\n\n<p><strong>Justin Tadlock</strong> and <strong>Ryan Welcher</strong> co-led the <strong>Gutenberg 15.4</strong> plugin release. In the release post, <a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/\"><strong>What’s new in Gutenberg 15.4 (22 March)</strong></a>, Tadlock wrote: &#8220;The latest release of the plugin is lighter on user-facing features than normal and focuses heavily on bug fixes, testing, and other much-needed improvements.&#8221; The highlights included: </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/#color-and-layout-support-for-cover-block\">Color and layout support for the Cover block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/#updated-template-descriptions\">Updated template descriptions</a></li>\n</ul>\n\n\n\n<p>Personally, I like the new <code>textColumns</code> property that allows  me to split text-based blocks into self-adjusting columns. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Matias Ventura</strong>, lead developer of the Gutenberg projects, posted <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\"><strong>Phase 3: Collaboration</strong></a> and explored briefly, what the next phase of the Gutenberg project would encompass. He identified seven areas: </p>\n\n\n\n<ul>\n<li><strong>Real-time collaboration</strong> &#8211; more than one person can edit a post at the same time.</li>\n\n\n\n<li><strong>Asynchronous collaboration.</strong> Writers and editors share drafts and discuss via a comments assignments, topics etc. This part is all about workflow among a team of editors. </li>\n\n\n\n<li><strong>Publishing flows.</strong> Publishing checklists, managing requirements and allowing for customization as every site has different needs. </li>\n\n\n\n<li><strong>Post revisions interface.</strong> A way to coordinate updates and add new content in a scheduled manner.  There will be overlap with Theme switching and applying styles, for instance for Christmas, or other occasions. </li>\n\n\n\n<li><strong>Admin design.</strong> Ventura wrote about this last year in <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">Thinking Through the WordPress Admin Experience</a>. Notifications, list views updated UI to include new features. </li>\n\n\n\n<li><strong>Library</strong> &#8211; A space where users manage Patterns, Blocks, Styles, and Fonts. </li>\n\n\n\n<li>Develop a <strong>global search &amp; command component</strong></li>\n</ul>\n\n\n\n<p>I just briefly touched on the seven areas, and might not do it full justice. Ventura provided in his post many more details. <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">It&#8217;s worth a read</a>.  Give it time to digest, too. Then, see if there is something you are missing, that would fit into the third phase and share it in the comments on the post. </p>\n\n\n\n<img />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Anne McCarthy</strong> organized again a Hallway Hangout and invited Automattic-sponsored design developers, <strong>Isabel Brison</strong> and <strong>Saxon Fletcher</strong> to <a href=\"https://make.wordpress.org/test/2023/03/14/hallway-hangout-lets-chat-about-all-things-layout/\"> </a><strong><a href=\"https://make.wordpress.org/test/2023/03/14/hallway-hangout-lets-chat-about-all-things-layout/\">Chat about All Things Layout</a>.</strong> The recording is available as well as summary of the demos and topics covered. It was a continuation of Brison&#8217;s WordCamp Asia talk <a href=\"https://gutenbergtimes.com/wordcamp-asia-2023-eight-gutenberg-related-talks/#layout-layout-layout\">&#8220;Layout, Layout, Layout&#8221;</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego </strong>just released version 3.0.0. Learn more in his post <a href=\"https://blockvisibilitywp.com/block-visibility-3-0-0-a-new-chapter-begins/\"><strong>Block Visibility 3.0.0: A New Chapter Begins</strong></a>, in which he announces that he makes most Pro features available for free. With the plugin, you can control show or hide blocks depending on, for instance, a date, a user role, a location, or referral source. It extends the core block editor with additional settings. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Wes Theron </strong>posted a new tutorial on WordPressTV <a href=\"https://wordpress.tv/2023/03/20/intro-to-temaplates-block-theme/\"><strong>Intro to Templates </strong>(Block Theme)</a>. A template provides the structure or design for how a page is displayed. That usually includes a header template part, a content area and a footer template part. In this beginner session, we will look closer at the various templates available, the template layout, and how to assign a template to a post or page.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Snow</strong> posted <a href=\"https://learn.wordpress.org/tutorial/what-kind-of-wordpress-theme-do-i-have-classic-block-or-something-else/\"><strong>What kind of WordPress theme do I have: classic, block, or something else?</strong></a> Learn in 2 minutes to quickly identify what kind of theme you are using on your existing WordPress website.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In this week&#8217;s post on the WordPress Developer Blog, <a href=\"https://developer.wordpress.org/news/2023/03/everything-you-need-to-know-about-spacing-in-block-themes/\"><strong>Everything you need to know about spacing in block themes</strong></a>, <strong>Justin Tadlock </strong> took a deep dive into all the ways, theme developers can control spacing for their block themes, and their users in the Site editor. In addition to description of the conceptual implementation, you&#8217;ll find real life  practical code examples paired with screenshots. </p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong>Daisy Olsen</strong> uploaded the recording of her livestream <a href=\"https://www.youtube.com/watch?v=Zc7Y6pXOlPI\"><strong>Speed Building a Block Theme</strong></a> to YouTube. In this session, she &#8220;created a completely functional Block Theme based on the templates and parts included in the Underscores Starter theme in just about one hour.&#8221; Olsen used the <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme plugin</a> and the Site Editor for this project. <a href=\"https://www.twitch.tv/videos/1767688887\">Part Two covering Styles and theme.json</a> is available on Twitch.tv.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>Don&#8217;t miss Monday&#8217;s <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/291332837/\">Developer Hours: Migrate a plugin to blocks </a></strong>with <strong>Michael Burridge</strong> and <strong>Jonathan Bossenger,</strong> who will provide provide WordPress plugin developers with the opportunity to connect with, and learn from, one another. It&#8217;s a great AMA and you can get your burning questions answered! <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/291332837/\">Monday 27, 2023 at 4 am EDT / 8 am UTC / 3 pm Indonesia Time</a> </strong> &#8211; Yeah it&#8217;s a bit early for the US. This is scheduled for the Asia-Pacific developers 🙂 </p>\n\n\n\n<img />\n\n\n\n<p><strong>Ryan Welcher</strong> posted last week&#8217;s Twich stream session to YouTube: <a href=\"https://www.youtube.com/watch?v=32Ohee5fos0\"><strong>Reviewing Gutenberg 15.3 features. Live stream: March 16, 2023</strong></a>. He went over the features of the Gutenberg 15.3 plugin. He discussed the new time to read block and showed how it works and also highlighted the improvements made to the duotone design tool. Welcher also elaborated on the fast release cycle of Gutenberg and how it can sometimes result in smaller updates. Another topic was the process of creating custom duotones and Welcher suggested that it would be great if the editor could save custom duotones for future use.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"4-word-camps\">WordCamps</h2>\n\n\n\n<p><strong>WordCamp Phoenix</strong> livestreams talks from two tracks (<a href=\"https://phoenix.wordcamp.org/2023/schedule/\">schedule</a>). There are quite a few talks about blocks, the block, and site editor. </p>\n\n\n\n<p><a href=\"https://phoenix.wordcamp.org/2023/livestream/\">You can catch &#8217;em all on the re-runs</a>! </p>\n\n\n\n<ul>\n<li><a href=\"https://phoenix.wordcamp.org/2023/session/building-custom-blocks-no-js-required/\">Building Custom Blocks. No JS Required!</a> with John Hawkins  works with ACF</li>\n\n\n\n<li><a href=\"https://phoenix.wordcamp.org/2023/session/youre-invited-to-a-block-party/\">You’re invited to a Block Party!</a> with Alicia St. Rose  </li>\n\n\n\n<li><a href=\"https://phoenix.wordcamp.org/2023/session/shooting-hoops-with-wordpresss-new-site-editor-tips-and-tricks-for-elevating-your-site-building-game/\">Shooting Hoops with WordPress’ New Site Editor: Tips and Tricks for Elevating Your Site-Building Game</a> with James Tryon </li>\n\n\n\n<li><a href=\"https://phoenix.wordcamp.org/2023/session/the-block-editor-and-full-site-editing-crash-course-for-freelancers-and-agencies/\">The Block Editor and Full Site Editing Crash Course for Freelancers and Agencies</a> with Keanan Koppenhaver</li>\n\n\n\n<li><a href=\"https://phoenix.wordcamp.org/2023/session/using-blocks-and-block-based-forms-to-build-applications/\">Using Blocks (and Block-Based Forms) to Build Applications</a> with Robert Richardson</li>\n\n\n\n<li><a href=\"https://phoenix.wordcamp.org/2023/session/breaking-down-the-block-editors-layout-system/\">Breaking Down The Block Editor’s Layout System</a> with Al Ani</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>WordCamp Asia &#8211; I just finished collecting all the links for the block related talks. </p>\n\n\n\n\n<div class=\"ngl-articles colored ngl-articles-50_50 ngl-articles-frontend\">\n\n	\n	<div class=\"ngl-articles-wrap ngl-articles-webview\">\n	\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/wordcamp-asia-2023-eight-gutenberg-related-talks/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/02/Screenshot-2023-02-03-at-12.25.29.png?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/wordcamp-asia-2023-eight-gutenberg-related-talks/\" target=\"_self\" rel=\"\"><span>WordCamp Asia 2023: Eight Gutenberg related talks</span></a></div><div class=\"ngl-article-excerpt\">It&#8217;s been over a month since WordCamp Asia ended, and I am still browsing through the thousands of photos from the official Flickr album and the public Google Photos were… <a href=\"https://gutenbergtimes.com/wordcamp-asia-2023-eight-gutenberg-related-talks/\" class=\"ngl-article-read-more\" target=\"_self\">Read more.</a></div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n		\n		</div>\n\n</div>\n\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: &#8220;<a href=\"https://www.flickr.com/photos/16228681@N00/2503685266\" target=\"_blank\" rel=\"noreferrer noopener\">Moveable Type</a>&#8221; by&nbsp;<a href=\"https://www.flickr.com/photos/16228681@N00\" target=\"_blank\" rel=\"noreferrer noopener\">Dave DeSandro</a>&nbsp;is licensed under&nbsp;<a href=\"https://creativecommons.org/licenses/by-nc/2.0/?ref=openverse\" target=\"_blank\" rel=\"noreferrer noopener\">CC BY-NC 2.0</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Mar 2023 06:39:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:118:\"WPTavern: Block Visibility 3.0.0 Makes Pro Version Free, Adds Browser and Device Control, Visibility Presets, and More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143014\";s:7:\"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:126:\"https://wptavern.com/block-visibility-3-0-0-makes-pro-version-free-adds-browser-and-device-control-visibility-presets-and-more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4239:\"<p>WordPress contributor and developer Nick Diego has released <a href=\"https://blockvisibilitywp.com/block-visibility-3-0-0-a-new-chapter-begins/\">version 3.0.0</a> of his Block Visibility plugin, which allows users to conditionally display blocks based on specific user roles, logged in/out, specific users, screen sizes, query strings, ACF fields, and more.</p>\n\n\n\n<p>The biggest change in this update is that Diego has decided to merge the Pro version with the free plugin so users no longer have to purchase a commercial add-on to get extra features. Diego launched the pro version in 2021 to help support his efforts developing the free plugin but said this is no longer necessary.</p>\n\n\n\n<p>&#8220;Originally I had planned on developing a plugin business,&#8221; he said. &#8220;But I found my love for building, contributing, and educating surpassed my desire to be an entrepreneur in the plugin space. This way, I can focus on my passion and also support the community.&#8221;</p>\n\n\n\n<p>Version 3.0.0 includes previously pro features such as <a href=\"https://blockvisibilitywp.com/knowledge-base/how-to-use-the-browser-device-control/\">browser and device control</a> that allows for displaying custom content based on the browser and/or device of the current user. It also adds <a href=\"https://blockvisibilitywp.com/knowledge-base/how-to-use-the-location-control/\">Location control</a>, which isn&#8217;t what it sounds like. It allows users to show or hide content based on where the block is located on the website and attributes of its location. Blocks can be conditionally displayed based on post taxonomy, post type, and other rules that offer more control over block visibility than one might ever have imagined possible.</p>\n\n\n\n<img />Block Visibility documentation on <a href=\"https://blockvisibilitywp.com/knowledge-base/how-to-use-the-browser-device-control/\">Browser and Device Control</a>\n\n\n\n<p>This update brings in controls for <a href=\"https://blockvisibilitywp.com/knowledge-base/how-to-use-the-cookie-control/\">Cookies</a>, <a href=\"https://blockvisibilitywp.com/knowledge-base/how-to-use-the-metadata-control/\">Metadata</a>, <a href=\"https://blockvisibilitywp.com/knowledge-base/how-to-use-the-referral-source-control/\">Referral Source</a>, and <a href=\"https://blockvisibilitywp.com/knowledge-base/how-to-use-the-url-path-control/\">URL Path</a>. It expands the <a href=\"https://blockvisibilitywp.com/knowledge-base/how-to-use-the-date-time-control/\">Date &amp; Time</a> control to include Day of Week and Time of Day. </p>\n\n\n\n<p><a href=\"https://blockvisibilitywp.com/knowledge-base/guide-to-visibility-presets/\">Visibility Presets</a> is another mind-blowing new feature in this release, the kind that makes you wonder how this could be a free plugin. It allows users to create a collection of visibility conditions that can be applied to other blocks with a single click. Blocks can have multiple presets applied, and Diego said this is just the first iteration of this feature. </p>\n\n\n\n<img />Block Visibility documentation on <a href=\"https://blockvisibilitywp.com/knowledge-base/guide-to-visibility-presets/\">Visibility Presets</a>\n\n\n\n<p>This release includes everything except the WooCommerce and Easy Digital Downloads controls, which include conditional block logic for shopping cart contents, product details, customer metrics, and more. Diego plans to add those later in April with the next version (3.1.0), so he can make a few further changes to them before including them in the free version. Users who rely on the WooCommerce or Easy Digital Downloads controls will need to wait until the next release to deactivate the Pro add-on.</p>\n\n\n\n<p>The Block Visibility plugin&#8217;s <a href=\"https://blockvisibilitywp.com/knowledge-base/\">documentation</a> is already extensive, with videos, screenshots, and tutorials for nearly every feature. Diego said he will be investing more time into documenting how developers can create their own <a href=\"https://github.com/ndiego/block-visibility-add-on-example\">Block Visibility extensions</a>. The plugin currently has more than 9,000 active users and will likely see more growth now that the pro features are getting rolled into the free version. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Mar 2023 02:31: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: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: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:63:\"Post Status: Launching a WordPress Product in Public: Session 6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=148481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39309:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Transcript ↓ Learn from Corey Maass, a master of WordPress plugins and apps, and Cory Miller, a marketing, business, and WordPress experience guru. The two discuss the intimacies of partnering on a product and how solopreneurs can benefit from support. Top Takeaways: <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show: <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our&#8230; </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">45</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>Learn from <a href=\"https://twitter.com/coreymaass\">Corey Maass</a>, a master of WordPress plugins and apps, and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a>, a marketing, business, and WordPress experience guru. The two discuss the intimacies of partnering on a product and how solopreneurs can benefit from support.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>The Value of Partnerships.</strong> Starting a business can be a lonely experience. Having someone to bounce ideas off, talk through tough subjects with, and celebrate successes with makes a significant difference. Having that collaborative support system can make managing a business more enjoyable and streamlined, which is a huge benefit, especially for startups and small businesses.&nbsp;</li>\n\n\n\n<li><strong>Discussion vs. Decision. </strong>It’s important to be intentional with communication considering the stage you are in when you are improving a product or creating something brand new. Being vocal about whether you are still discussing or whether you are ready to make decisive moves is critical to keep the process moving forward without missteps.&nbsp;</li>\n\n\n\n<li><strong>The Art of Failing.</strong> Understanding that taking risks and being willing to fail in order to ultimately achieve success is key for solopreneurs and partnerships. Quantifying your success rate on projects isn’t the ultimate indicator of how successful you truly are. Stumbling through a myriad of shortcomings while still pursuing success is powerful.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://elementor.com/\">Elementor</a></li>\n\n\n\n<li><a href=\"https://www.wpbeaverbuilder.com/?mm_campaign=brand&gclid=Cj0KCQjwtsCgBhDEARIsAE7RYh23X1L149jQi21SES3Z61y0aaY770GDRGkCSimg-hDgjtWb6JfA0xEaAqzDEALw_wcB\">Beaver Builder</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2>Session 6 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p>Cory Miller: [00:00:00] Ooh, cheers are good. . You talented, man.<br />Corey Maass: So yeah, session six. Okay. Impromptu time change, but life happens. And that&#8217;s part of the<br />journey of being a founder. Exactly.<br />Cory Miller: Let me push it to Twitter.<br />Corey Maass: Are we founders? Yeah.<br />Entrepreneurs, founders Starters,<br />for once. I&#8217;m not a solopreneur,<br />Cory Miller: you know, I talked to a lot of people over the years and, um, Like solopreneurs. And the one thing I<br />hear from a lot of &#8217;em, cause I had, I had partners from the beginning, they weren&#8217;t active. But is that, you know,<br />business as lonely as it is and um, [00:01:00] having somebody else to kind of walk with I think is pretty dang<br />awesome.<br />Yeah,<br />Corey Maass: I, I did it best when I worked in a co-working space with, Four other guys that I was friends with and<br />we had formed a little cohort and so regularly, you know, get out of, get out of the house, get to a, a focused place<br />of work. And then have people who you were on a journey with and knew their journey.<br />And so you could grab somebody and say, Hey, can we talk this through for a minute? And that went in all<br />directions. Like it just makes such a difference. Yeah,<br />Cory Miller: it, it really does. Um, I had Matt Daner and I themes, um, On the team. And of course my Lindsay<br />was, um, in and around the team in different ways. Um, and it was just then I have my business group, which I told<br />you I&#8217;m meeting with this afternoon, [00:02:00] I&#8217;ve walked with for 11 years, and I tell you, wow, it&#8217;s such a tough<br />job.<br />You know, where you&#8217;re trying to, like we&#8217;re doing here. Where if it wasn&#8217;t with you, I&#8217;d be sitting here going, okay,<br />what segments are we gonna try to hit? You know, and. And the highs and lows. You know, there&#8217;s things that you<br />celebrate as an entrepreneur that you not, maybe not necessarily celebrate with your team.<br />And just having another group, or a sidekick or a partner or whatever that is, I think is pretty dang healthy for me<br />Corey Maass: at least. Yeah. And yeah, it&#8217;s, it&#8217;s a step better than rubber ducking it also, I find, Because it&#8217;s like,<br />you know, I don&#8217;t, I don&#8217;t always immediately respond to you, and you don&#8217;t always immediately respond to me.<br />But I have a, a real human being to say things at, even if it&#8217;s not to talk about it with, and, you know, when you see<br />the message in the afternoon and, and [00:03:00] celebrate it with me, that I fixed a bug or whatever it is like that.<br />Makes a difference and you ping me out of, you know, whenever you kind of, whenever you need to.<br />Like, that&#8217;s such a difference cuz like, who did I, oh, for a different product. I was having issues with, not issues at<br />all with, um, EDD I was trying to hack the hell out of EDD , let&#8217;s be honest. Um, to make it do things that it has no<br />right doing. Because it&#8217;s the better product. I&#8217;d rather use the core and slap my janky ass code on top of it.<br />Anyway, there&#8217;s my little EDDendorsement. Um, but I know one of the head programmers over there and was like,<br />I would love to have him look at this. And he and I were in a. Co-working group years ago. And so I have a little bit<br />of connection with him, you know, but haven&#8217;t talked to him in a year or two.<br />And so I had to hesitate and I hemmed and hod and was like, let me, let me refactor this five [00:04:00] times<br />before I send it over to him because I don&#8217;t wanna waste his time. I&#8217;m using up a favor. I guess that&#8217;s my long way<br />of saying that I&#8217;m using up a favor. And uh, and if you have somebody. You&#8217;ve lost count of favors or you have a<br />partner, then you don&#8217;t have to hesitate.<br />And honestly, that, that lack of hesitation is huge. I hadn&#8217;t really thought about it like that, but it&#8217;s just that what a<br />waste of time. I mean, it was great that it made me refactor my code because, you know, that&#8217;s never a bad thing.<br />But, uh, have to think that hard about just asking a question rather than just asking a question.<br />Maybe that&#8217;s why we all like chat, GPT or something.<br />Cory Miller: Yeah. You&#8217;re not alone, . No, I, I think that&#8217;s, uh, when I left eye themes, I wanted to do coaching and<br />had some clients my first year before I started with post status and, um, I said, you know, the hardest for me was<br />when I was [00:05:00] in trying to make these big decisions and, and even the little ones, and just having<br />someone.<br />I could bounce things off of. So that, that&#8217;s one of the reasons I did coaching. One of the reasons I talked about my<br />group as much like I left, came back, they were gracious enough to, to let me come back. And, um, these were the<br />several of the guys that were in Phoenix with me and, um, In fact, that&#8217;s who&#8217;s funeral, uh, dad&#8217;s funeral.<br />One of the guys that went with us is where I&#8217;m going today. Mm. Uh, while we couldn&#8217;t meet at a normal time, but,<br />you know, just kind of doing life together, but then having someone just to bounce stuff off of, like, I feel like you&#8217;re<br />very open and we&#8217;re having this conversation where it&#8217;s, it feels like, you know, the whole improv plus one, it&#8217;s like<br />we&#8217;re keeping, we&#8217;re, I think we&#8217;re trying to keep each other kind of.<br />on the trail here, but you know, you&#8217;d let me veer off and like discuss it. Let&#8217;s take a sidebar side trail. Yeah.<br />[00:06:00] And come back, . And that&#8217;s part of my process though, and I really deeply respect that and appreciate<br />it for you. Um, but just having somebody that understands that you can bounce stuff off, it&#8217;s pretty, pretty critical.<br />Corey Maass: Yeah. Well, I, I&#8217;m a big proponent of, uh, discussion, not decision, which I. Once I learned that I, I&#8217;m<br />a, I&#8217;m a big rule person, so like I applied that rule to most conversations and try to make sure that it&#8217;s clear to<br />everybody else. Um, but also I think more often it&#8217;s the. Being vocal about when you&#8217;re switching to decision.<br />So it&#8217;s like, okay, you know, we are still discussing, we are still discussing. Now we are deciding because as you&#8217;ve<br />seen, I&#8217;m prone to go, oh, that sounded cool, and then I just go off and, and do it rather than, you know, is that the<br />best use of my time, is at the highest priority, all [00:07:00] those kinds of things.</p>\n\n\n\n<p>So try to impose that upon myself a lot of the time too of like, is. You know, because I&#8217;m also, I&#8217;m the type of<br />extrovert who needs to talk out loud. And so there tends to be a lot of discussion. Um, you know, oh, hold on, I got<br />a barking dog. Come on.<br />Cory Miller: I think that&#8217;s good, especially in the beginning, in the start, you know, um, is making, you know, the<br />whole woodworking thing is measured twice, cut once kind of thing. Not to say to get into overthinking or<br />overanalyzing, but we&#8217;re, we&#8217;re figuring it out, you know? Right. Uh, together. And I think that&#8217;s been pretty critical<br />and really, like last week was huge breakthrough for me.<br />It&#8217;s. Seeing, okay, here&#8217;s v1, or here&#8217;s the free version, I should say, what we&#8217;re gonna do there, and then there&#8217;s<br />all this, we can kind of chase and see what&#8217;s there for [00:08:00] the pro side.<br />Corey Maass: Yep. Yep. One more, one more comment on partnerships too is I think I&#8217;ve talked about like I&#8217;ve,<br />I&#8217;ve looked for people to work with for years and one of those.<br />one of the outstanding questions is always that I&#8217;ve, that I&#8217;ve heard from other people that I&#8217;ve worried about too, is<br />the, like, how do you, how do you quantify compatibility? Right? And it&#8217;s like, I couldn&#8217;t, I think I&#8217;m, I&#8217;m bringing this<br />up rhetorically, like, it&#8217;s not a question necessarily unless you have something, unless you have an answer.<br />But it&#8217;s like, You, you and I sort of talked about it a little bit and then said, okay, let&#8217;s work on this together, and I<br />didn&#8217;t hesitate and, and of course then I&#8217;m like, you know, then we have amazing con like we&#8217;ve had amazing<br />conversations. . And I think that it helps that we both have [00:09:00] been aware of each other for a while and so<br />have some sense of how we operate.<br />And I think I&#8217;ve also, I&#8217;ve heard you speak in public, you&#8217;ve heard me speak in public, so I, I had a sense of you,<br />and I&#8217;m being presumptuous, but I imagine you had some sense of me. Um, but it&#8217;s, it&#8217;s definitely one of those,<br />What does this look like in a year? And if we end up with, you know, an I themes or a, you know, something,<br />something, Of of decent size.<br />You know how, how do you know that that person that you casually said, oh yeah, we should work on this little<br />plugin together with ends up being the person that you partner with. And that&#8217;s, it&#8217;s crazy cuz there&#8217;s so much<br />around pairing people and, you know, meeting co-founders and stuff like that, and, Yeah, I don&#8217;t know.<br />It&#8217;s ju it&#8217;s like I say, I think I&#8217;m bringing it up rhetorically from my perspective. It&#8217;s just, it&#8217;s a crapshoot. You just kind<br />of go with your gut .<br />Cory Miller: [00:10:00] Yeah, I, I totally agree. Um, you know, I, I&#8217;m trying to think how many times I&#8217;ve partnered<br />and it&#8217;s been quite a few, you know, uh, Brian, initially with post status, I had two partners.<br />They weren&#8217;t, weren&#8217;t active in the business. Um, at Ithe, I&#8217;ve had several. Um, partnerships last four years. Um,<br />and, uh, I, I almost think it&#8217;s like this product stuff, partner, partnerships and products are very similar in my<br />experience for me is that . I told Lindsay, I said, you know, when we started Ithe, it&#8217;s like people bought it and they<br />kept buying it and it was pretty, pretty simple, like a good looking theme.<br />You know, and this is 2008, and I did these things and put &#8217;em out there and things that I kind of wanted for myself,<br />but I didn&#8217;t think, like, I didn&#8217;t have a big inner monologue of like, should I do dropdown menu? Should I not?<br />Should I do? [00:11:00] I was just doing things I wanted to do, which spoke to like, I was obviously embedded in<br />our user group that were customers that eventually bought to us.<br />And I think that was first. But like I say, I compare it to baseball, like products and maybe even partnership and<br />people, it&#8217;s like, you know, classic growing up was Tony Gwen, San Diego Padres. He got on base all the time. If<br />you hit 300 in the majors, you&#8217;re, you&#8217;re in the Hall of Fame. If you have a career consistently with 300 in, you&#8217;re,<br />you&#8217;re in the Hall of Fame, even close to it, you&#8217;re probably in the Hall of Fame.<br />And, uh, when I left Ithe and tried to start some new projects, products, and businesses and partnerships, I was<br />like, oh yeah, I just know, I know how to do this, I can do this. And I was like, oh, you know, that means Tony struck<br />out three out of 10 means Tony struck out or got out seven times out of 10, but he&#8217;s in the Hall of Fame.<br />And I&#8217;m like, wow. That&#8217;s kind of like [00:12:00] entrepreneurship and products. And, and I&#8217;m gonna go even<br />further, uh, uh, partnerships, you know, like it&#8217;s, it&#8217;s not a high percentage of wins in my personal experience. , um,<br />from products like, I don&#8217;t know if you, if I told you this, we had 200 s skews that I think were not left 200 plus.<br />How many of those actually made money? Right? Like maybe it&#8217;s, that&#8217;s a little bit low, but like, you know, and uh,<br />then I&#8217;ve gotten crushed cuz things just don&#8217;t go as fast or as easy as I always want them to. And you&#8217;ve done a<br />number of products and I don&#8217;t know where you&#8217;re, you staying with partnerships, but, Just a lot of failure, a lot of<br />learn learning lessons.<br />Corey Maass: I, I learned, I was in New York, uh, I had just moved to New York after college and there was one<br />couple, so I was pursuing mo a music career, mostly, um, DJing, producing dance music, electronic music. And<br />there was one [00:13:00] married couple who threw a party and had started a label and. They were, uh, they were<br />bananas.<br />They were all over the place. They were, they&#8217;re still very eccentric people. I, I love them to death, but they are, uh,<br />sometimes out there. But I would follow them anywhere. And I, and I finally quantified it and I was like, because<br />they. 7% of what they say they&#8217;re gonna do. Everybody in New York City talks a great game.<br />Every bartender is a comedian. You know, every person you meet, working any kind of job is actually writing a<br />script or is in a band or whatever, which is awesome. But most people talk a really good game and don&#8217;t actually<br />do. What they say they&#8217;re gonna do. And so I think that for me, a lot of it is, is exactly what you talked about.<br />Like people don&#8217;t have to have success. Like I didn&#8217;t wanna work with you be necessarily because you had<br />success, [00:14:00] but because you&#8217;ve put yourself out there, you&#8217;ve clearly done a lot, you&#8217;ve tried a lot, and you<br />keep trying. And I think that that, like for me, that&#8217;s the gold standard. Like I try to live by that.<br />Like I put, I put a lot of products out there. Same thing have, how many of my products have actually like done<br />anything made little blips, you know? But you&#8217;ve gotta keep getting up to bat. I think this is the first baseball</p>\n\n\n\n<p>analogy I&#8217;ve ever made in my life. But you&#8217;ve gotta keep getting up to bat and eventually you&#8217;re gonna hit<br />something, presumably, you know, big or small.<br />And then you want to keep, you know, practice makes perfect kind.<br />Cory Miller: I tell you, the part of like, keep going on is the one I&#8217;ve really struggled with the last four years. Hmm.<br />Just keep going on. Um, and then last year with the burnout, um, and all that kind of stuff is just like, it&#8217;s, it&#8217;s tough<br />because, uh, it&#8217;s, it&#8217;s one thing if like this, nothing huge, significant, but not like life shattering.<br />Is dependent on [00:15:00] this. Um, but you know, when I left Ithe, I didn&#8217;t really have another business to just<br />kind of walk onto. Now Posttest came next, you know, the next year, and it wa and it was like really good timing for<br />me. Um, but now it&#8217;s, you know, it&#8217;s still a part-time gig for me. So like, It, it&#8217;s been tough cuz you just kind of have<br />these ideas to put &#8217;em out there.<br />And the theme I told people for how I&#8217;ve done business, at least my ithe chapter, is stumbling successfully. Like ,<br />keeping going, tripping but not falling flat on your face. You know, like, just kind of keep a low profile to the ground.<br />Cause you&#8217;re gonna keep stumbling. And, and you know, a lot of the products, for instance, were stumbled like,<br />and I&#8217;m not, I&#8217;m not saying it&#8217;s pure.<br />However, there was healthy blend of right time or a place, um, hard work, right. To get more luck. And then once<br />the first one was rolling, it was easier to add [00:16:00] new, you know, when you get that first hit, it&#8217;s easier to hit<br />to do others. But I still didn&#8217;t have even a like 50% success rate , you know?<br />Corey Maass: Yep. Well look at Google.<br />How many products have they shut down, you know? Yeah. So anyway, sorry. I wanna respect your time. So<br />we&#8217;ve got 10 minutes. I&#8217;ve, I&#8217;ve dragged this out much longer than I needed to. I did too. Um, um, so product, we<br />have version 0 0 2 is in the repo. Uh, the has come a long way. Uh, we have added, uh, a few bells and whistles.<br />I&#8217;ve cleaned up the UI a bit, and then a duplicate. Cropper is now in the media library. So if you go to media library,<br />there&#8217;s now an extra button that says Upload and Crop. Next to add new. I felt a little bad totally ripping out the<br />ADD new button, but we can decide to do that because there is now a [00:17:00] bypass.<br />So you, even if you open the cropper, And select an image. There&#8217;s a button that says, crop it. There&#8217;s a button<br />that says Just upload it so you can bypass the crop. Um, and then the other sort of sneaky thing that I, I added last<br />minute yesterday is if you go to media, add new, it technically opens the media library with the cropper open.<br />So we are totally hijacking media a new, so I mean, all these. Discussions, not decisions, but at this point we&#8217;ve<br />still got fewer than 10 users. And you and I are, are kind of, you know, we are a kitten with a ball. We&#8217;re bating it<br />around just kind of deciding, you know, where we wanna land with it.<br />Cory Miller: Um, it&#8217;s great. The new stuff that you pushed out, I think that&#8217;s awesome. Iterating on some things<br />that you feel like, hey, I, this is a small little check I can do that I think is so good for progress on the product.<br />[00:18:00] So I was looking at it on my personal site and then my test site and um, I&#8217;ll give you, I&#8217;ll give you notes,<br />uh, in chat too.<br />But when I tried to upload from the media library and I just installed the new plugin on my personal, lemme do this<br />real quick. It&#8217;s not showing the preview. Sorry. I should just be showing you.<br />It&#8217;s not showing that preview. And maybe I&#8217;ve got the wrong image or something like that, but, oh, huh. So we got<br />uploading crop<br />so it&#8217;s not preview in here, and then I just click square crop. Huh. So I don&#8217;t, I I, I&#8217;ve done it at least on two sites<br />and it&#8217;s done this, so I wanted to mention it. Ooh. But lemme just say, Thank you for that button iterating on those<br />buttons, these two, because I was testing your previous version [00:19:00] and with my, with images from my<br />phone, and one was like sideways and I was like, Hey, so oh yeah, you got that in like, I don&#8217;t<br />know, an hour after we test.<br />Corey Maass: Well, I, yeah, the, I mean this is, we are still riding the, the happiness that is the library we&#8217;re using.<br />Um, so there&#8217;s, there&#8217;s, they. Rotate. They also have, um, you can actually flip it horizontally and vertically, which is<br />an option, but I don&#8217;t think we need it. Um, I don&#8217;t, I don&#8217;t yet see the use case. Um, but rotate, I was like, I will add<br />it.<br />He must be onto something. And the fact that you pulled it from your phone and we&#8217;re like, oh, instead of rotating it<br />on my phone and then uploading it again, make creative tasks simpler, easier, fun. There you go. Like, you<br />shouldn&#8217;t have to think like, oh, I have to rotate it in one place before I upload it to another.<br />Um, but I will go fix that bug. So, um, the, to me, the outstanding [00:20:00] question is, um, we, I think we did<br />come to the conclusion last week that we want a settings page, which let. The creator of the site or the whoever is<br />controlling the site, which might be the same person who&#8217;s creating content, but to go into a settings page and say,<br />four featured images, we want 16, nine, and we want them to be 1600 pixels wide every single time.<br />Set it once, forget it, and then they go set their featured image right. When we are including that. Originally we&#8217;d<br />said that that was be, that would be a paid thing, but I. I kind of feel like the free version&#8217;s useless without it.<br />Cory Miller: Yeah, I do too. And I think we&#8217;re gonna get more momentum, um, with this, with that thing cuz we, like<br />we talked last week, really becomes a cool utility tool for a, a problem.<br />And so<br />Corey Maass: and, and is and is feature complete? Is product complete? [00:21:00] Yep.<br />Cory Miller: Yeah. So the savings page with the custom. Dimensions. That&#8217;s really our biggest thing left, is that<br />right?<br />Corey Maass: Uh, and, and we want to, there&#8217;s all the other holes, all the other places where you upload an<br />image. So to me, um, after media library, I think block is the next big one.<br />So I think we, I think we need, cuz I, I use the classic editor and I&#8217;m gonna look at. Adding our cropper to featured<br />image. You know, and, and classic editor plugin has, you know, millions of installs. So I, it&#8217;s, it there. I don&#8217;t think<br />there&#8217;s, to me, there&#8217;s not a clear majority one way or the other. Gutenberg block editor over classic editor.</p>\n\n\n\n<p>We need, we need the cropper in both. Um, but since we have [00:22:00] the beginning of the block, I think that<br />that&#8217;s, um, the way to go. And I, I, at some point I will look. Also applying it to the classic editor. Okay. But it&#8217;s, it&#8217;s<br />finding all of those primary places and there&#8217;s a lo as we&#8217;ve talked about, there&#8217;s a long, long tail.<br />Like eventually we will build a module for Elementor and, and Beaver Builder. Um, but we need to work, work for<br />vanilla WordPress first. Yeah.<br />Cory Miller: So that leaves me at really, and I&#8217;m with this with process too, is like, we need a lot, it seems like we<br />need a lot of users. Mm-hmm. to start getting more users in there, giving feedback, requesting features.<br />And this next one with the, uh, well the blocks will be big, but that&#8217;s another conversation. But like, I think the<br />custom dimensions, then we&#8217;re getting [00:23:00] something. I ped and ccd you in those. As you know, Robbie<br />from Beaver Builder, Kathy San from Cadence. Um, I need to look at generate press. Um, but then we bumped up<br />against like everybody be gone, being gone for Asia or Camp Asia.<br />Um, but yeah, are you going to any word camps? I&#8217;ll have it down for like a placeholder for Europe and then US is<br />standard for me for sure. You are gonna go, yeah, I was supposed to go to Phoenix, but yeah. What, what about<br />you? Do you have any plans.<br />Corey Maass: I was, uh, thinking about US . So if you&#8217;re gonna be there, then yeah, we need to meet up.<br />That&#8217;s in August, so. Okay. It gives us, um, let&#8217;s do plenty of time to, I think that&#8217;d be a blast. Yeah. We could do<br />this live. That&#8217;d be fun. Do it live.<br />Cory Miller: Let&#8217;s, uh, let&#8217;s plan. Yeah, let&#8217;s plan on that. I&#8217;d be, that&#8217;d be great if another opportunity comes up in<br />between. Um, I know work camps are getting started and [00:24:00] stuff, or, um, we&#8217;ve loosely been throwing<br />around some in-person stuff with.<br />Post, but I&#8217;ll let you know, uh, before we even announce that and see if you&#8217;re able to, to get to it too. Um, nothing,<br />sorry.<br />Corey Maass: Yeah. Um, I derailed us. So you were talking about getting users. Um, do we, to me, I&#8217;m starting<br />more and more, I&#8217;m getting anxious that we don&#8217;t have a website. Okay. Which, I mean, we.<br />crop.express the website that is currently just the cropper, um, but to, with no mention of the plugin. And so I&#8217;d love<br />for you to start thinking about what that looks like,<br />even if it&#8217;s a little banner that then links to a landing. You know, we could have crop.express/wordpress plugin and<br />have a landing page temporarily, but [00:25:00] just cuz it&#8217;s even like I&#8217;m now. I&#8217;m linking people to the plugin in the<br />repo, but I feel like we wanna start expanding the use case, expanding what we&#8217;re talking about, you know, to a<br />website.<br />Cory Miller: Um, yes, absolutely. I think we&#8217;re there<br />Corey Maass: in the coming weeks. It doesn&#8217;t need to be tomorrow. Yeah,<br />Cory Miller: I was thinking about. Um, from the brand we talked about last week too. Mm-hmm. , it&#8217;s like, do we<br />just go ahead and make the keep, keep crop.express like it is? Hmm. Probably link to it, but then at some point<br />we&#8217;ll probably want to change an update plugin to go what our new brand is.<br />And that made me think about, my mind went to. Some discussion that could be recorded like this for users, not<br />about our product [00:26:00] necessarily, or this detailed stuff, but you know, hey, here&#8217;s some sources we can,<br />where you can go find all, you know, all these images. Um, some of those mar more messaging, marketing<br />content, thoughts we had last week.<br />I was like, you know, that might be, um, pretty good. It&#8217;s like having that site. Maybe scheduling, you know, some,<br />like, we outline it loosely and just talk through and then we can take that, you know, put it on our YouTube channel,<br />all that kinda stuff. And then, um, maybe see if we turn that into like our lead magnet or something like that to start<br />building emails.<br />That&#8217;s where my head goes initially, but I&#8217;ve. We&#8217;ve got two things on my list, outreach and website. Um, right now,<br />at least until you tell me otherwise. Um,<br />Corey Maass: well, and, and the other thing that Kathy brought up that I thought was valuable was to aid in your<br />discussions. [00:27:00] She&#8217;s like, oh, what does it do? And we&#8217;re, and you were like, here&#8217;s the plugin.<br />And she&#8217;s like, Oh, thanks. Now I have to go find a WordPress install, install it on this WordPress install. And then<br />because it&#8217;s essentially a a beta, we have no guidance. We have no user docs, we have no anything. And so she&#8217;s<br />like s Now if she even gets that far, she&#8217;s like splashing around trying to figure out what the hell it does and how<br />so?<br />Um, I kind of feel like we are getting close to, like, I could do a. QuickTime, screen capture of here&#8217;s how you re<br />crop your featured image. 1, 2, 3. Mm-hmm. , here&#8217;s how you crop an image going into media library, you know,<br />and put them on YouTube or you know, even just to have them in our back pocket. One for any potential users, we<br />can link to those.<br />If they&#8217;re on YouTube, we can put those in our readme, which goes on the, you know, So it&#8217;s Crop Express in 30<br />seconds, a video in [00:28:00] that, in the Read Me Doc in the, in the repo. Um, and it gives you something to link<br />to when you&#8217;re having dis discussions because rather than you having to do a demo or people trying to figure it<br />out, you know, here&#8217;s, here&#8217;s a quick 32nd video, then let&#8217;s have a conversation.<br />Yeah. So it seems like if you agree that I feel like that should go on my list. Oh,<br />Cory Miller: if you&#8217;re good to put on your list, absolutely. Yeah, I<br />Corey Maass: can bang through those pretty<br />Cory Miller: quick. And that lends back to website is like having something where people can see it. Mm-hmm. .<br />Um, yeah, I&#8217;ll, okay, I&#8217;ll do some thinking on that.<br />Corey Maass: Yeah. Again, I feel like we&#8217;re, right now these are discussions, not decisions, but good ideas, so,<br />Yeah. Uh, ruminate on them a little bit today, and then, you know, this week or next, let&#8217;s make some decisions.</p>\n\n\n\n<p>Okay? [00:29:00] All right. And I&#8217;ll continue. No matter what, there&#8217;s this. You know, as a developer, you&#8217;re like<br />building product and it&#8217;s, and it&#8217;s a straight line.<br />It&#8217;s a rocket ship going up, but it&#8217;s inevitable to do everything else. There&#8217;s, there&#8217;s the, the triangle. So as the<br />triangle goes up, it gets wider and wider. and wider. I&#8217;m just seeing it. It&#8217;s like I can just keep adding features. I can<br />just keep making the product better, but nobody&#8217;s gonna know about it.<br />Nobody gives a shit. There&#8217;s no, you know, but it&#8217;s like, Ever so slightly the more features then it&#8217;s like the more<br />you want a website, the more you want docs, the more you want, uh, feedback. The more you want assets, the<br />more you want swag, the more you want, you know, and it just keeps getting broader as, as much as it gets taller.<br />It feels like that<br />Cory Miller: It does, it def definitely blends over time. Um, okay, so I&#8217;ve got outreach and website to continue the<br />outreach outreach. Um, [00:30:00] I think Kathy, I think Robbie, when he&#8217;s back, um, I need to reach out to the<br />Elementor team.<br />Corey Maass: Do you have, um, like the starting in the conversation seemed good. Do you have a plan for<br />specific questions that we&#8217;re trying to get answered?<br />Um, or do you wanna leave it broad?<br />Cory Miller: What I intend to get to them with that is like getting to the heart of what are the things that annoyed<br />the team, building the themes. Mm-hmm. , what are they hearing from customers? Um, and, or even, even seeing<br />like they see sight and like the images just blown out and stuff.<br />And I, I want to keep those conversations open enough where they can tell us something I might surprise us that<br />goes in a particular direction.<br />So, and I think Rob Robbie&#8217;s very open to that. He just is out this week. So yeah, [00:31:00] sure. I&#8217;m really eager<br />to hear what he says. And that&#8217;ll be our first integration or, you know, potential integration for us thinking through<br />that. Um, so that&#8217;s kind of my intention. And then, uh, same thing with, um, any other theme framework from<br />Element towards generate press<br />sounds. But open. Do you have any thoughts or anybody else we should talk to? But you know, and then, well, the<br />story I&#8217;ll share too is like, here&#8217;s what free is gonna be, you know, and then to start to share the story to lead to this.<br />This could be a great tool for y&#8217;all to recommend to your communities kind of thing.<br />So I&#8217;ll, once I get some of those, I&#8217;ll drill down into, okay, cadence. What are the ratios, what are the things that we<br />could build into free to be, you know, that utility tool?<br />Corey Maass: Yeah, for sure. [00:32:00] So that, that&#8217;s kind of my plan there is just kind of digging in and seeing<br />what we hear. Trying to get to that true marrow of it.<br />Like how are people using it? What are you seeing? And hopefully be surprised. Love.<br />Um, and I&#8217;ll, I&#8217;ll do some thought too on the website. I know that&#8217;s been something we&#8217;ve been talking about,<br />um, but I like what you just said, like that solves the problem. If we switch to a branded site that talks ab, that&#8217;s, or<br />a company site that lets us be open up to anything, crop Express can stay the same.<br />Start to talk about the plugin and link back to what ultimately would be the shopping cart or the mm-hmm. , you<br />know, the main marketing site around it. But let crop.express as a website, be a lead magnet, a U [00:33:00] utility<br />site that is a lead magnet for the WordPress plugin. And for anything else, we end up spitting up.<br />Mm-hmm.<br />Cory Miller: Yeah. And then you&#8217;ve got a great free tool out there, so. Right. I do think, like you said, the banner<br />to, do you want the WordPress version, you know, you want this in WordPress and link over to the thing will be<br />helpful as we kind of grow for people to Yep. See the vision. Okay. All right. Anything else you had?<br />Corey Maass: No, I, I just, we&#8217;ve been, I like, I think I talked to you before. I, I&#8217;ve been watching Silicon Valley, so<br />I&#8217;m, I&#8217;m feeling like we need to scale up. We need to get some, um, venture capital. I need at least three more<br />developers under me.<br />Cory Miller: Um, I gotta get back and<br />Corey Maass: watch that. Move all of our operations out to Silicon Valley.<br />Of course. Hey, I&#8217;m in San Francisco in three weeks I&#8217;ll do our first raise. Um, I&#8217;ll talk to some angels out<br />Cory Miller: there. There you go. . When that came out, I, [00:34:00] I actually happened to have at the time a<br />little community car. It was a Ford Escape. Yellow, just like, uh, ,<br />Corey Maass: Avi Avik,<br />Cory Miller: ak a classic.<br />Corey Maass: All right, man. Well, good luck today.<br />Okay. It&#8217;ll be a long day. Hope you&#8217;ll be all right. Yeah. And, uh, I&#8217;ll<br />Cory Miller: appreciate that.<br />Corey Maass: Um, yeah, I&#8217;ll keep you posted.<br />Cory Miller: Okay, sounds good. And I&#8217;ll get these webinars back on the, reschedule them and put &#8217;em on our<br />calendars. Okay. So, sounds<br />Corey Maass: good. All right. Thanks. Thanks, Steve.<br />Cory Miller: Bye.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Mar 2023 22:38:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:99:\"WPTavern: WooCommerce Payments Plugin Patches Critical Vulnerability That Would Allow Site Takeover\";s:7:\"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:30:\"https://wptavern.com/?p=142990\";s:7:\"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:110:\"https://wptavern.com/woocommerce-payments-plugin-patches-critical-vulnerability-that-would-allow-site-takeover\";s: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:2021:\"<p><a href=\"https://wordpress.org/plugins/woocommerce-payments/\">WooCommerce Payments</a>, a plugin that allows WooCommerce store owners to accept credit and debit card payments and manage transactions inside the WordPress dashboard, has patched an Authentication Bypass and Privilege Escalation vulnerability with a 9.8 (Critical) CVSS score. The plugin is active on more than 500,000 websites.</p>\n\n\n\n<p>Beau Lebens, WooCommerce&#8217;s Head of Engineering, published an <a href=\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know/\">advisory</a> about the vulnerability today, which he said &#8220;could permit unauthorized admin access to impacted stores&#8221; if exploited. It was discovered by a security researcher participating in WooCommerce&#8217;s HackerOne program.</p>\n\n\n\n<p>WooCommerce worked with WordPress.org to push out a forced update for sites running WooCommerce Payments versions 4.8.0 through 5.6.1 to patched versions. Many store owners have automatic updates turned off to ensure proper testing before updating. Now that the vulnerability has been made public, it is imperative that all stores running version 4.8.0+ of the plugin update manually as soon as possible. WooCommerce sites hosted on WordPress.com, Pressable, and WPVIP have already been patched.</p>\n\n\n\n<p>At this time WooCommerce does not have any evidence of the vulnerability being exploited but the plugin&#8217;s engineers recommend checking for any unexpected admin users or posts addd to the site. The <a href=\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know/\">advisory</a> includes further details of what to do if you believe your site has been impacted. As a cautionary measure, WooCommerce has temporarily disabled the <a href=\"https://woocommerce.com/woopay/\">WooPay</a> beta program since the vulnerability impacts this new checkout service they have been beta testing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Mar 2023 21:45: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: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: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:76:\"WPTavern: Navigating the New Era of AI-Assisted Code Generation 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:30:\"https://wptavern.com/?p=142932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/navigating-the-new-era-of-ai-assisted-code-generation-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10059:\"<p>The world is learning new ways of moving faster with the help of AI, as the increased availability of the technology is poised to transform the way humans work.  Generitive AI is decades old but recent advances and new tools like DALL-E (launched in January 2021) have made AI more accessible to the public. </p>\n\n\n\n<p>When <a href=\"https://chat.openai.com/chat\">ChatGPT</a> arrived in November 2022, it sparked an explosion of tools built to extend its capabilities to nearly every aspect of work. Conversational AI tools can now handle a myriad of mundane tasks like <a href=\"https://resumeworded.com/\">updating your resume</a>, <a href=\"https://askyourpdf.com/\">reading and summarizing PDFs</a>, and <a href=\"https://www.decktopus.com/\">creating slides for presentations</a>. Yesterday Google announced it is testing <a href=\"https://bard.google.com/\">Bard</a>, its AI chatbot rival to ChatGPT and Bing AI. In the fast-moving world of companies innovating with AI, GitHub also announced <a href=\"https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience/\">Copilot X</a>, which is powered by GPT-4 and adds Copilot to pull requests, docs, and the command line and introduces chat and voice features for Copilot.</p>\n\n\n\n<p>WordPress plugin developers are adopting AI-powered tech and building it into their products, such as <a href=\"https://rankmath.com/content-ai/\">RankMath&#8217;s AI-generated suggestions for creating SEO-friendly content</a>, WordPress.com&#8217;s experimental blocks for <a href=\"https://wptavern.com/wordpress-com-is-testing-ai-generated-images-and-content\">AI-generated images and content</a>, and a Setary&#8217;s plugin that <a href=\"https://setary.canny.io/changelog/effortlessly-enhance-your-product-descriptions\">uses AI to write and bulk edit WooCommerce product descriptions</a>. The wpfrontpage site is <a href=\"https://wpfront.page/list/ai-plugins/\">tracking</a> these plugins but WordPress.org also lists <a href=\"https://wordpress.org/plugins/search/ai/\">dozens</a> of plugins with AI, many of them created to write content or generate images.</p>\n\n\n\n<p>In addition to adding AI to plugins, developers have attempted to have ChatGPT build plugins for them, with <a href=\"https://twitter.com/chuckWnelson/status/1636082994619244547\">varying</a> <a href=\"https://twitter.com/DarrenClasby/status/1638216096363708416\">degrees</a> of <a href=\"https://twitter.com/edyoung_tweets/status/1638324231174864896\">success</a>: </p>\n\n\n\n<ul>\n<li><a href=\"https://wptavern.com/chatgpt-creates-a-working-wordpress-plugin-on-the-first-try\">ChatGPT Creates a Working WordPress Plugin – On the First Try</a></li>\n\n\n\n<li><a href=\"https://thewpminute.com/so-i-built-a-wordpress-plugin-with-chatgpt/\">So, I Built a WordPress Plugin With ChatGPT</a></li>\n\n\n\n<li><a href=\"https://www.zdnet.com/article/i-asked-chatgpt-to-write-a-wordpress-plugin-i-needed-it-did-it-in-less-than-5-minutes/\">I asked ChatGPT to write a WordPress plugin I needed. It did it in less than 5 minutes</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=PUvdtk1xjso\">Unbelievable! How I Built 3 WordPress Plugins In 10 MINUTES using ChatGPT AI!</a></li>\n</ul>\n\n\n\n<p>So far developers <a href=\"https://twitter.com/mrvinceo/status/1638574726984486913\">report</a> having more success with ChatGPT than Bard. In some cases the creation process is incomplete and requires some expertise to ensure the plugin will work, but it&#8217;s also opening up the world of plugin development to those who would not be able to create one without hiring a developer.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I have never coded a WordPress plugin in my life<br /><br />With the help of Chat GPT 4, I just did<br /><br />In the span of ~30 mins, I was able to work with GPT4 to come up with a solution for my WooCommerce store to add a discount of 1.5% for product quantities above 1 w/ a cap set at 6%<br /><br />INSANE</p>&mdash; Amado Serna (@amado_serna) <a href=\"https://twitter.com/amado_serna/status/1637170105363886081?ref_src=twsrc%5Etfw\">March 18, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">ChatGPT developed a WordPress plugin for us in just 3 minutes. Negotiating with a developer would have taken longer. <a href=\"https://t.co/lRqjWd9JPV\">https://t.co/lRqjWd9JPV</a></p>&mdash; Amperly AI insights (@amperlycom) <a href=\"https://twitter.com/amperlycom/status/1636370735030738945?ref_src=twsrc%5Etfw\">March 16, 2023</a></blockquote>\n</div>\n\n\n\n<p>WordPress developers who want to share their AI-assisted creations with the community have also started submitting them to WordPress.org.</p>\n\n\n\n<p>After receiving a string of violations, WordPress&#8217; Plugin Team is <a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">warning developers</a> that code submitted to the official directory must be GPL compatible.</p>\n\n\n\n<p>&#8220;There is no guideline <em>AGAINST</em> using generated code,&#8221; Plugin Review Team rep Mika Epstein said.</p>\n\n\n\n<p>&#8220;You’re welcome to use whatever tool you want to build plugins. That said, <em>you</em> are 100% responsible for that code if you chose to host it here&#8230;</p>\n\n\n\n<p>&#8220;But the important bit here is that it means if ChatGPT, for example, built your plugin, <strong>you</strong> have to verify that all the code used is GPL compatible. Just like you are expected to validate licenses on libraries and code-snippets, everything in your plugin has to be GPL compatible. Should we determine that your code is a copy of someone else’s or includes code from non-GPL plugins, your submission will be rejected and any live plugins will be closed.&#8221;</p>\n\n\n\n<p>Epstein cited an example where a developer built a &#8220;scroll to top&#8221; plugin with code that was copied from another, existing plugin hosted on WordPress.org. It was submitted five times and rejected every time. </p>\n\n\n\n<p>&#8220;Yes it’s fine to fork code,&#8221; Epstein said. &#8220;You have to credit them, however, and that’s something those AIs have been pretty bad at doing.&#8221; </p>\n\n\n\n<p>Commenters noted that autocomplete in modern IDEs work in a similar way, as well as snippets. These types of tools can enhance productivity but prospective plugin developers who may not be as informed about software licensing, should stay away from wholesale copying another&#8217;s work without crediting them. This may require doing some extra research on the code that AI spits out.</p>\n\n\n\n<p>In this new era of AI-assisted creation, we have essentially hitched our wagon to a star, as Ralph Waldo Emerson described in his essay on Civilization in 1870:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Now that is the wisdom of a man, in every instance of his labor, to hitch his wagon to a star,’ and see his chore done by the gods themselves. That is the way we are strong, by borrowing the might of the elements. The forces of steam, gravity, galvanism, light, magnets, wind, fire, serve us day by day and cost us nothing.</p>\n<cite>Ralph Waldo Emerson, <a href=\"https://emersoncentral.com/essays/civilization/\">Civilization</a></cite></blockquote>\n\n\n\n<p>That decade brought humanity inventions like the phonograph, telephone, and the incandescent light bulb, followed by the automobile in the next decade. Emerson&#8217;s essay explores man&#8217;s relationship to technology where principles—&#8221;justice, love, freedom, knowledge, utility&#8221;— are the guiding light and accelerant of technology&#8217;s impact.</p>\n\n\n\n<p>The GPL is one of those principles for the WordPress community, which has enabled its uncommon growth and its wildly successful ecosystem. There are still a lot of grey areas when it comes to licensing and the code generated by AI. Developers would do well to use AI-generated code for inspiration and give credit where they can.</p>\n\n\n\n<p>Web developer Mark Praschan <a href=\"https://twitter.com/MarkPraschan/status/1636025339926257664\">created his first plugin for WordPress.org</a> using ChatGPT. He used the free version, gave it a few prompts describing what he wanted it to do, and ChatGPT produced a functional plugin.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/northstar/\">NorthStar</a> allows users to display a message in the WordPress admin bar with settings to customize it along with the text and background colors.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;The first version worked great,&#8221; Praschan said. &#8220;I made a few small aesthetic improvements to the settings page and the display of the message, but we were already 95% of the way there!&#8221;</p>\n\n\n\n<p>Praschan also had ChatGPT design an ASCII Art logo for the plugin. It required a few back-and-forth prompts but took just a few minutes before it was ready to be copied and pasted into Photoshop. </p>\n\n\n\n<img />\n\n\n\n<p>The plugin did not pass the code review on the first try for two reasons that Praschan shared on Twitter:</p>\n\n\n\n<ul>\n<li>Issue # 1: Variables and options must be escaped when echo&#8217;d. There were 2 instances of not &#8220;escaping late&#8221;</li>\n\n\n\n<li><a href=\"https://twitter.com/MarkPraschan\"></a>Issue # 2: Generic function/class/define/namespace names. One function was missing the &#8220;northstar_&#8221; prefix.</li>\n</ul>\n\n\n\n<p>&#8220;How did I fix it? I made ChatGPT do it, of course,&#8221; Praschan said. &#8220;I copy/pasted the problems and a few snippets of my code and it spat out the fixed code.&#8221;</p>\n\n\n\n<p>There are more of these plugins coming &#8211; where a person need only dream up the idea and prompt their chosen AI tool for the code. These will more than likely be simple plugins for the time being, but it&#8217;s not too early to establish some best practices for using code generators. WordPress is navigating new territory where anyone can create a plugin with a dash of creative prompts and very little code experience.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Mar 2023 04:29:36 +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: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:58:\"Post Status: WordPress 6.2 RC4 • Code Generators and GPL\";s:7:\"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://poststatus.com/?p=148430\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/wordpress-6-2-rc3-code-generators-and-gpl/\";s: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:22000:\"<h2 id=\"h-this-week-at-wordpress-org-march-20-2023\">This Week at WordPress.org (March 20, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">We&#8217;re just one week away from WordPress 6.2. Have you tested it and read the field guide yet? If you write code for a plugin that is in the WordPress Plugins Repo, you&#8217;ll want to ensure the code is GPL compatible.  </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fas_robot kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP 6.2 RC 4, Code Generators</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9ea.png\" alt=\"🧪\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-candidate-4/\">WordPress 6.2 Release Candidate 4</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fe.png\" alt=\"🙋🏾\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5fa.png\" alt=\"🗺\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f916.png\" alt=\"🤖\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-3/\">WordPress 6.2 Release Candidate 3</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-13 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-central\"><a href=\"https://central.wordcamp.org\">Central</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://central.wordcamp.org/news/2023/03/wordcamp-buffalo-2023/\">WordCamp Buffalo 2023</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/03/wordcamp-entebbe-2023-an-amazing-recap/\">WordCamp Entebbe 2023: An Amazing Recap</a></li>\n\n\n\n<li><a href=\"https://central.wordcamp.org/news/2023/02/get-your-tickets-for-wordcamp-kerala-2023-on-march-25th/\">Get your tickets for WordCamp Kerala 2023 on March 25th!</a></li>\n</ul>\n\n\n\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/03/23/recap-of-contributor-working-group-inaugural-mentorship-chat-on-march-20-2023/\">Recap of Contributor Working Group Inaugural Mentorship Chat on March 20, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/03/21/meetup-organizer-newsletter-march-2023/\">Meetup Organizer Newsletter: March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/03/21/community-team-goals-for-2023-chat-session/\">Community Team Goals for 2023 :&nbsp;Chat session</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/03/20/contributor-working-group-mentorship-kick-off-chat-agenda-march-20th-1200-utc-emea-and-2100-utc-amer/\">Contributor Working Group: Mentorship Kick-off chat Agenda | March 20th 12:00 UTC (EMEA) and 21:00 UTC (AMER)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/03/17/community-team-goals-for-2023-next-step/\">Community Team Goals for 2023 : Next Step</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/21/a-week-in-core-march-20-2023/\">A Week in Core – March 20, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/\">What’s new in Gutenberg 15.4 (22 March)</a></li>\n</ul>\n\n\n\n<h3 id=\"h-wordpress-6-2\">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-day-process/\">WordPress 6.2 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-candidate-4/\">WordPress 6.2 Release Candidate 4</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/14/fyi-navigation-section-of-new-site-editor-experienced-removed-for-6-2-rc-2/\">FYI: Navigation section of new Site Editor experienced removed for 6.2 RC 2</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/14/wordpress-6-2-translation-status-march-14-2023/\">WordPress 6.2 Translation Status (March 14, 2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/04/wordpress-6-2-ready-to-be-translated/\">WordPress 6.2 ready to be translated</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/08/requests-library-upgraded-to-2-0-5-in-wordpress-6-2/\">Requests library upgraded to 2.0.5 in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/patterns-api-expanded-to-include-template_types-property/\">Patterns API expanded to include template_types property</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introduction-of-block-inspector-tabs/\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/shadows-in-global-styles-with-wordpress-6-2/\">Shadows in Global Styles with WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-the-html-api-in-wordpress-6-2/\">Introducing the HTML API in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/miscellaneous-editor-changes-in-wordpress-6-2/\">Miscellaneous Editor changes in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-move_dir-in-wordpress-6-2/\">Introducing move_dir() in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/sticky-position-block-support/\">Sticky position block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/upgrading-to-react-18-and-common-pitfalls-of-concurrent-mode/\">Upgrading to React 18 and common pitfalls of concurrent mode</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/add-new-prop-to-serversiderender-component/\">Add new prop to ServerSideRender component</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/google-fonts-are-included-locally-in-bundled-themes/\">Google Fonts are included locally in bundled themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/custom-css-for-global-styles-and-per-block/\">Custom CSS for global styles and per block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/minimum-height-dimensions-block-support/\">Minimum height dimensions block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/i18n-improvements-in-6-2/\">I18N Improvements in 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/custom-settings-wordpress-6-2/\">Customize settings for any block in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/19/style-book-preview-of-blocks-in-global-styles/\">Style Book preview of blocks in global styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/update-to-content-only-editing-filter-namespace/\">Update to content only editing filter namespace</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/wordpress-6-2-beta-4-postponed/\">WordPress 6.2 Beta 4 Postponed</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/\">WordPress 6.2 Beta 3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 Live Product Demo</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/\">Hallway Hangout: Performance Improvements for WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/\">Bug Scrub Schedule for 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/11/early-bug-scrub-schedule-for-wp-6-2/\">Early bug scrub schedule for WP&nbsp;6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/\">WordPress 6.2 Planning Roundup</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/21/dev-chat-agenda-wednesday-march-22-2023/\">Dev Chat Agenda, Wednesday March 22, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/17/dev-chat-summary-march-15-2023/\">Dev chat Summary, March 15, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/21/editor-chat-agenda-march-22nd-2023/\">Editor Chat Agenda: March 22nd 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/19/editor-chat-summary-march-15-2023/\">Editor chat summary: March 15th, 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-developer-blog\">Developer Blog</h3>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n</ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/03/13/design-share-feb-13-mar-10/\">Design Share: Feb 13–Mar 10</a></li>\n</ul>\n\n\n\n<h2 id=\"h-do-action\"><a href=\"https://doaction.org/\">do_action</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://doaction.org/event/ruralhackers/\">Rural Hackers Do_Action 2023 in Anceu Spain</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/03/16/agenda-for-docs-team-bi-weekly-meeting-march-21-2023/\">Agenda for Docs Team bi-weekly meeting March 21, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/03/15/call-for-volunteers-to-help-with-6-2-end-user-documentation/\">Call for volunteers to help with 6.2 end user documentation</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/03/21/hosting-team-meeting-agenda-2023-03-22/\">Hosting Team meeting agenda 2023-03-22</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/03/14/notes-global-marketing-team-meeting-7-march-2023/\">Notes: Global Marketing Team meeting, 7 March 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/03/20/agenda-biweekly-matrix-chat-thu-march-23-2023-10am-utc/\">Agenda: Biweekly Matrix Chat – Thu, March 23, 2023 (10AM UTC)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/03/20/last-week-openverse-2023-03-13-2023-03-20/\">A week in Openverse: 2023-03-13 – 2023-03-20</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/21/performance-chat-summary-21-march-2023/\">Performance Chat Summary: 21 March 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li> <a href=\"https://make.wordpress.org/polyglots/2023/03/21/agenda-weekly-polyglots-chat-march-22-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – March 22, 2023 (07:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/21/new-translation-project-wp20-wordpress-net/\">New translation project: wp20.wordpress.net</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins-1\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/22/plugin-review-team-update-20-march-2023/\">Plugin Review Team Update: 20 March 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/\">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/03/agenda-for-march-23rd-support-meeting-2/\">Agenda for March 23rd Support Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/03/support-ticket-triage-session-march-29th-2023-at-1600-utc/\">Support ticket triage session – March 29th 2023 at 16:00 UTC&nbsp;</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/16/support-team-meeting-updates-for-march-16th-2/\">Support Team Meeting Updates for March 16th</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/03/14/hallway-hangout-lets-chat-about-all-things-layout/\">Hallway Hangout: Let’s chat about All Things Layout</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a></li>\n</ul>\n\n\n\n<h2 id=\"h-theme\">Theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Hallway Hangout: Community Themes Initiative</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li> <a href=\"https://make.wordpress.org/training/2023/03/20/meeting-agenda-for-march-21-2023/\">Meeting Agenda for March 21, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/18/contributor-day-recap-wordcamp-asia-2023/\">Contributor Day Recap – WordCamp Asia 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/what-kind-of-wordpress-theme-do-i-have-classic-block-or-something-else/\">What kind of WordPress theme do I have: classic, block, or something else?</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/wp-rest-api-custom-fields-authentication-and-testing/\">WP REST API – custom fields, authentication, and testing</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/displaying-testimonials-on-your-website/\">Displaying testimonials on your website</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/interacting-with-the-wordpress-rest-api/\">Interacting with the WordPress REST API</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=exploring-some-of-the-new-6-2-wordpress-features\">Exploring some of the new 6.2 WordPress features</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-create-a-website-on-mobile-part-2\">How to create a website on mobile (Part 2)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-join-the-training-teams-welcome-committee-2\">How to join the Training Team’s Welcome Committee</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-join-the-training-teams-welcome-committee\">How to join the Training Team’s Welcome Committee</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=block-themes-and-wordpress-exploring-wordpress-6-2\">Block Themes and WordPress: Exploring WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-update-a-video-tutorial-for-learn-wordpress-org\">How to update a video tutorial for Learn.WordPress.org</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=build-a-blog-with-wordpress-6-2-released-today\">Build a blog with WordPress 6.2 (Released today!)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=block-themes-and-wordpress-live-stream-11\">Block Themes and WordPress: Live Stream</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-2\">PHP 8.2.3 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-3\">PHP 8.1.16 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.4\">Composer 2.5.4</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Mar 2023 01:05:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:70:\"WPTavern: #68 – Chris Reynolds on Why To Use Composer With 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:48:\"https://wptavern.com/?post_type=podcast&p=142848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/podcast/68-chris-reynolds-on-why-to-use-composer-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52027:\"Transcript<div>\n<p>​[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, why you might like to add Composer into your WordPress website workflow.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Chris Reynolds. Chris has been working with WordPress for over 15 years. He&#8217;s freelanced, worked with Event Espresso, WebDevStudios, Human Made, and is now at Pantheon as a CMS ecosystem engineer and WordPress technical lead.</p>\n\n\n\n<p>He&#8217;s spoken at WordCamps and at OpenWest about all aspects of WordPress.</p>\n\n\n\n<p>I suspect that many of the people listening to this podcast are not using Composer in their WordPress workflow, and to Chris this is something that you should think about implementing, and he&#8217;s here to explain why.</p>\n\n\n\n<p>Chris starts off by talking about the kinds of projects that he&#8217;s worked on, and how we found WordPress.</p>\n\n\n\n<p>We then get into the weeds of what Composer is and the benefits that it brings. It&#8217;s essentially a package management system, and makes it easy to set dependencies for your project and manage them within Composer.</p>\n\n\n\n<p>Why would you want to do that though? If you&#8217;re just building brochure websites, then perhaps you&#8217;ve don&#8217;t. But if your project is more complex then this might save you a lot of time.</p>\n\n\n\n<p>Chris describes scenarios in which she thinks Composer is a good fit; if you want to add in specific packages and how those packages are managed and updated.</p>\n\n\n\n<p>He explains how you can install composer depending on the OS that you&#8217;re working with, and how it structures the files and directories that are created.</p>\n\n\n\n<p>Towards the end of the podcast, we talk about how composer can be useful for teams, and Chris&#8217;s use of Composer to keep everyone clear on how the project is structured.</p>\n\n\n\n<p>If you&#8217;ve thought about using a package management system, such as composer, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Chris Reynolds.</p>\n\n\n\n<p>I am joined on the podcast today by Chris Reynolds. Hello, Chris.</p>\n\n\n\n<p>[00:03:40] Chris Reynolds: Hi. How&#8217;s it going?</p>\n\n\n\n<p>[00:03:41] Nathan Wrigley: Very well, thank you. Chris is on the podcast today to talk to us about something that I confess I know very little about. I&#8217;m going to guess that if you&#8217;re a typical WordPress user, you too may be learning a few new things today. It&#8217;s all going to be about Composer. Before we get into Composer, what it is, how it works, and all of that, wouldn&#8217;t mind Chris if you just orientate our listeners. Give us a little bit of insight into you and your WordPress journey. The companies that you&#8217;ve worked at. The things that you&#8217;ve been involved in and so on. So over to you, Chris, give us your intro.</p>\n\n\n\n<p>[00:04:14] Chris Reynolds: Sure. I came across WordPress right around the time that my son was born, which was 2005. The internet was a very different place back then, wasn&#8217;t it? At the time I was looking for something to like share pictures with family and stuff, make a website.</p>\n\n\n\n<p>Back then I had what was then referred to as a weblog. It was before that was shortened to blogs, and it was literally a log of things that I did on my website, update changes. And that was all hard coded html. So when I was trying to think of something to share pictures, didn&#8217;t want to do it hard coded. I did do that for a little while and then I decided this was not the thing I wanted to be doing.</p>\n\n\n\n<p>So there used to be a website called Hot Scripts. There I found a blogging platform called S Blog, and I was using that for a really long time. But as happens in open source, and actually honestly, as part of what happened in the WordPress history, the original maintainer and author disappeared for a little bit, and it wasn&#8217;t getting updates and I think there were some security things at some point. And I started looking for something else. Had some friends that were talking about WordPress, so I was like, I&#8217;ll try this thing out, and basically haven&#8217;t looked back.</p>\n\n\n\n<p>At a certain point after my son was born, I decided that I wanted to quit my regular job, which at the time was doing tech support for grocery stores, and become a freelance web designer. And I did that for a few years. Was familiar with all of those Elance and I don&#8217;t even remember all, like freelancer.net or something. Like all those really old sites to get freelance work. And I worked for a time for a company that&#8217;s actually local, as an outsource, freelance web designer.</p>\n\n\n\n<p>There, I believe owner, ran off with all their money or something, and the company closed down. That was a fun story. And then I met the folks from Event Espresso, which is a event management plugin. I met them at WordCamp Salt Lake City because they&#8217;re local, and Salt Lake City is where I live.</p>\n\n\n\n<p>And I started working with them initially just doing tech support for them, and then I got into a little bit of development and then I got into a little bit of project management and development. And then I was at a WordCamp, I was speaking. And Pluralsight, which is an online training platform saw me speak and asked me if I wanted to do that sort of thing for them as a, as an author of WordPress related training courses.</p>\n\n\n\n<p>So I started doing that while I was working at Event Espresso, and then eventually I quit to focus on that. And did that for about a year or so. And then, I started getting into agency world. So I worked at WebDevStudios for a couple years. And then I went to Human Made. I was there for almost five years. And now I&#8217;m working at Pantheon as a software engineer focusing on WordPress ecosystem things.</p>\n\n\n\n<p>So I&#8217;ve been involved in very small projects. I&#8217;ve been involved in very large projects. I&#8217;ve been involved in training. For a while I did some work with the docs team for WordPress documentation. I went to the community summit in San Francisco way back in the day. I&#8217;ve spoken at lots of local WordCamps and OpenWest which is also held locally. And yeah, I&#8217;ve been around for a little while.</p>\n\n\n\n<p>[00:07:12] Nathan Wrigley: Yeah, you really have. That&#8217;s an amazingly long history, and going back with WordPress to 2005, you really were right at the forefront. It was just the very beginnings at that point.</p>\n\n\n\n<p>[00:07:22] Chris Reynolds: It had been around for a while. If you look at the screenshots of the admin, I wasn&#8217;t the very first iteration, but I think I was maybe the second iteration.</p>\n\n\n\n<p>[00:07:31] Nathan Wrigley: Who knew back in 2005 that it would become such an important part of the ecosystem of the web in general. We&#8217;re at the point now where 40 plus percent, I still never quite know what that number means, but it&#8217;s a big number and WordPress is an important part of it.</p>\n\n\n\n<p>You say that you&#8217;re a Pantheon at the moment. Just give us a little bit of insight into Pantheon because I confess, I don&#8217;t know a great deal about it. But in my mind I&#8217;m thinking managed WordPress hosting and also managed CMS hosting possibly some other variants as well. Just tell us a little bit about what Pantheons skin in the game is with WordPress.</p>\n\n\n\n<p>[00:08:09] Chris Reynolds: You&#8217;re not wrong. We like to call ourselves a web ops platform and we also have kind of coined that web ops phrase, which means that outside of, speaking about Pantheon, it almost doesn&#8217;t exist. What web ops is, it&#8217;s website operations, right? It&#8217;s the things that make your website go.</p>\n\n\n\n<p>And what that means practically is that the way that the platform has been built is from the ground up to make sure that teams are able to develop on their websites in a way that is easy to deploy, that is safe, and that is secure. And there&#8217;s all sorts of platform centric things that are part of the workflow.</p>\n\n\n\n<p>Pantheon was one of the first, when I was working at WebDev, was the first exposure that I really had to Pantheon. And it was the first platform that I had used that had integrated Git. So you didn&#8217;t have to like, put your stuff on GitHub and then figure out a way to point that deploys to a server somewhere.</p>\n\n\n\n<p>It was already built in. And they had been doing that from the very beginning. It also had as part of that there is a dev test live workflow where there&#8217;s separate environments. And this isn&#8217;t uncommon today, but it was one of the first places where you could do that and had it built in.</p>\n\n\n\n<p>And then the real sort key feature that I enjoyed as a developer and still enjoy as an employee honestly is the concept of multi devs. Where if you have a branch that you are doing work on and you want to see what that branch would look like. Typically in my agency days, the way that you would handle this is by merging that into dev, and dev becomes really messy, dirty because it&#8217;s got lots of basically untested code, or code that was maybe tested and then rolled back or whatever.</p>\n\n\n\n<p>Dev is always nasty, a nasty place to be, and you never deploy from dev. That was always the rule when I was working in agency stuff. Multi devs solve that problem by spinning up an entirely new environment for a branch. So you can create a multi dev off of whatever branch, and then you can test it there, and then you can merge that into dev or whatever.</p>\n\n\n\n<p>Your dev branch is clean because it&#8217;s not, you&#8217;re not getting all this test code, experimental code that&#8217;s getting merged in, and then maybe you&#8217;re making some changes or maybe you&#8217;re fixing some stuff, undo some stuff that was from an old merge.</p>\n\n\n\n<p>That way you can keep your branches clean. And that&#8217;s a really cool thing that Pantheon does that I&#8217;ve often have wished for when I was working elsewhere, or working on sites that were not hosted on Pantheon. So that&#8217;s one of the things that Pantheon does.</p>\n\n\n\n<p>We were talking before we started recording that Pantheon was built by four or five Drupal dudes. So it&#8217;s been a Drupal shop for a very long time. And then maybe about 10 or so years ago, when I became aware of them they started doing WordPress sites. Still built on the same infrastructure that they had built with all the same live workflows, multi dev, all that sort of stuff.</p>\n\n\n\n<p>And now we&#8217;re getting into a point where we&#8217;re really trying to build out and optimize for WordPress and find where our gaps are in terms of how the platform has been built and what WordPress specifically needs. And that&#8217;s essentially what my team is involved in.</p>\n\n\n\n<p>[00:11:10] Nathan Wrigley: Nice. Yeah, that&#8217;s a real interesting set of things that you talk about there. I didn&#8217;t actually know prior to our conversation we had before we hit record, I didn&#8217;t know that it had all begun on the Drupal side of things, but obviously as WordPress has been in the ascendancy for the last 10 years, it does feel like an important pivot for any company really to make, is to give an experience to WordPress users which is optimized for them.</p>\n\n\n\n<p>So, yeah, I&#8217;ll make sure to link in the show notes to anything that we talk about. So if you&#8217;re listening to this, don&#8217;t worry too much, you can go to the WP Tavern website and search for this episode and find all the links there.</p>\n\n\n\n<p>Now I&#8217;m going to include quite a few links to what we&#8217;re about to talk about. This is the main thrust of the podcast. It&#8217;s something called Composer. Now, when Chris reached out to me, he mentioned that he wanted to talk about Composer, and I&#8217;ll be really honest, it&#8217;s not something that I&#8217;m familiar with. Chris was very kind to gather a bunch of links, which I&#8217;ve now read, and I&#8217;ve tried to understand.</p>\n\n\n\n<p>But I feel that Chris, you are going to school me today, so we&#8217;ll go right back to the basics. The first thing I think to mention is that I don&#8217;t think I know anybody else in the WordPress community who is using Composer with the sort of urgency that you feel it should be being adopted. Most of the people that I know are freelancers, possibly working in an agency and the typical workflow is, you know, if you&#8217;re working with a team, you&#8217;ve got a method of doing that.</p>\n\n\n\n<p>But you may well be working on your own website. You may be working for client websites, and you&#8217;re just installing WordPress and a bunch of plugins and themes and so on and so forth. But you&#8217;ve got this bee in your bonnet about Composer and the virtues of it. So let&#8217;s go right back to the beginning. You&#8217;ve probably heard the word Composer before if you&#8217;re listening to this podcast, I imagine. But you may not know what it is. So let&#8217;s go there. What is Composer and why is it in any way important?</p>\n\n\n\n<p>[00:12:59] Chris Reynolds: At its base Composer is a package management system. So if you&#8217;re at all familiar with npm which is primarily for JavaScript packages, maybe you&#8217;ve used that for Gutenberg stuff. Maybe you&#8217;ve used that for other JavaScript things. Composer is that thing for PHP packages.</p>\n\n\n\n<p>In the past there were things like Pear and PECL, P E C L which did the same sort of thing. Composer does those same-ish things, but better. So at its core, it&#8217;s a package management system, which means it&#8217;s able to do like dependency management. And what that means is, if I have a package, and I have a certain version of a package.</p>\n\n\n\n<p>Say I want php code sniffing, I can require that package with Composer. I can make sure that package is up to date. But I can also be specific about the versions of that package that I want to keep. Maybe I want to be on PHP code sniffing version eight or eight dot whatever, but I don&#8217;t want to upgrade to nine yet, or something like that.</p>\n\n\n\n<p>I can be specific about my version dependencies, the versioning system that I&#8217;m choosing and be really, either really explicit. I can pin it to a specific release. I could do, I only want the security or patch releases. Or I could be really vague and say, just give me the latest version of whatever.</p>\n\n\n\n<p>And Composer has, it&#8217;s based on the idea of semantic versioning. So as long as your packages and WordPress itself doesn&#8217;t use semantic versioning notably, and neither to do a couple other things like Yoast doesn&#8217;t do it, because they&#8217;re using sort of the version numbers don&#8217;t matter school of thought, which kind of breaks the whole thing a little bit.</p>\n\n\n\n<p>But if you&#8217;re doing that sort of semantic versioning, which is common throughout just open source software in general, of major dot minor dot patch fr security then you can be really, you can update your things and feel fairly confident that an update is not going to break your thing, break your site. This is perhaps not a myth now as things in WordPress have improved. But the analogy that I like to think of and the reason why feel like Composer is, really important in a WordPress environment is the, I&#8217;ve got a million plugins, maybe not a million, maybe 20.</p>\n\n\n\n<p>And I&#8217;ve got a couple themes and I go to my WordPress updates page, or maybe it&#8217;s got auto updates, right? And something happens and an update happens, and I wasn&#8217;t there. Either I bulk updated all of them or it happened in the background. Either way, I&#8217;m not looking at each individual update that I&#8217;m doing, and something breaks. My website white screens, and I have no idea what caused that problem.</p>\n\n\n\n<p>I have to go back, I have to undo everything. I have to like, rename my plug-ins folder. I&#8217;m now in panic mode because my production site is white screening. It&#8217;s because of an update. It&#8217;s because something went through that I was either not paying enough attention to, or that happened automatically in the background that broke my site.</p>\n\n\n\n<p>Composer, and the way that WordPress is built with allowing, essentially anybody who has access to the plugins page or the updates page to run those updates means that you&#8217;re putting the power and the control over administrating code that is deployed to your site, to whoever has access to those screens, right?</p>\n\n\n\n<p>And Composer almost flips that and says, no, we&#8217;re going to give this power to people who actually touched the code. Who maybe are more aware of dependencies and change logs and what an update might mean to a site. And that&#8217;s, sort of where I, see the value of Composer just broadly.</p>\n\n\n\n<p>[00:16:21] Nathan Wrigley: Okay. That was, yeah, a really interesting description of how it works. Could you give us the nuts and the bolts of that? In other words, could you unpack what&#8217;s going on? In other words, how is it, how is it installed? How do you get it to bind to the different variations? You mentioned, that you may want it to update to a certain version of such a thing. How do you actually do all of that?</p>\n\n\n\n<p>[00:16:44] Chris Reynolds: Composer is software that runs on your computer. You can install basically anywhere. So if you&#8217;re on a Mac, you might use Homebrew to install it. You can run it on a Windows machine, it&#8217;s just a binary. You can run it on a Linux machine, there are packages for it. It&#8217;s essentially cross platforms, so you can use it or you can run it anywhere. Once you have it on your operating system. . Then, we&#8217;ll just use a WordPress, vanilla WordPress site, as an example, if I had a WordPress site maybe I do wget or download the zip file of WordPress and I unzip the package. Okay, that&#8217;s great.</p>\n\n\n\n<p>And then I have Composer on my, on my, system so I can run at the command line Composer in it. And that&#8217;s going to start the process of building a Composer dot json file. And then once I have that Composer dot json file, I can start pulling in dependencies. I can say Composer require this thing, this package by this vendor.</p>\n\n\n\n<p>And that&#8217;s going to, by default, install my dependencies into a vendor folder. Composer also has a built-in auto loading system. Which means that then in my project, if it&#8217;s a WordPress project, I can have a file. I could throw it into wp-content or a rather wp-config, or I can throw it into a mu plugin that loads the Composer auto loader file so that any packages that are being pulled in through Composer or libraries or whatever, are automatically pulled in because Composers does that, just does it for me.</p>\n\n\n\n<p>If I&#8217;m doing WordPress specific things, what I would also need to put in my Composer file is a additional repository for W Packagist. So out of the box, Composer works with a platform, a website, a repository called Packagist, and that&#8217;s where all of the packages live.</p>\n\n\n\n<p>If you go to packagist.org today, you can do a search and you can find all sorts of stuff. What you won&#8217;t find is a ton of WordPress related stuff. You&#8217;ll find some. There&#8217;s Human Made has a ton of stuff up there, which I know because I worked there. And I&#8217;ve put a bunch of Pantheon things up there.</p>\n\n\n\n<p>There&#8217;s some other people who have been putting stuff on Packagist, just core like, Yoast notably has stuff up there. But it&#8217;s not a WordPress place, it&#8217;s just a general open source place, just like npm again. W Packagist is a bridge between the wordpress.org repository and Composer.</p>\n\n\n\n<p>And it is just a mirror of the WordPress plugins and theme repositories for Composer based WordPress projects. So if you add W Packagist as a repository in your Composer json, now I can do Composer require and I can say W Packagist plugin slash WordPress SEO. And that&#8217;ll pull in the latest version of Yoast SEO into my Composer file.</p>\n\n\n\n<p>Or I can say Composer require P Packagist theme 2010, and it&#8217;s going to pull in the 2010 theme, of most recent version. That&#8217;s sort of a little bit of the nuts and bolts. That&#8217;s how the Ccomposer json is built. You can also obviously edit this file manually. And then if you want to get into versioning, when you pull that stuff in, it&#8217;s going to give you a sort of its default. Which is typically the major dot minor with a little caret before it, which means that it&#8217;ll accept all minor versions, but it will pause if the version number, the latest version number changes for the major version, right?</p>\n\n\n\n<p>if it was like 1.5, 1.6, 1.7, 1.7.2, .3, .5 point whatever, all of those things would get pulled in. But as soon as that 1.7 turns to 2.0, because maybe they made a major release, it&#8217;s not going to get 2.0. It&#8217;s only going to be one point, whatever. Until I change that in my Composer file.</p>\n\n\n\n<p>That&#8217;s sort of the default setting. You can be more specific. You can go all the way out to the minor point release and just say, the only updates I ever want to get are these minor or patch releases. To make sure I&#8217;m getting all the security updates or whatever. And not getting minor version updates because maybe I&#8217;m afraid that one of those minor updates might do something bad, or I&#8217;m not, prepared for it yet. Or you can be very vague, and say, just star and give me everything. Or you could say just one, no points, just caret 10 or something. That means that anything above version 10 you&#8217;ll get, doesn&#8217;t matter what the point release is.</p>\n\n\n\n<p>And that&#8217;s a way that you can solve for that white screen of death scenario that I talked about earlier. Because if I&#8217;m being specific and explicit about what versions I&#8217;m allowing in my updates then I&#8217;m not going to, I shouldn&#8217;t get to a point where something unexpected happens because of an update that happened that ran on my system.</p>\n\n\n\n<p>And in addition to that the way that those updates happen at all is by me or an automation system running a Composer update command. And that&#8217;s the thing that says, go look for things that have changed and pull in any differences based on my defined versioning scheme.</p>\n\n\n\n<p>[00:21:21] Nathan Wrigley: So you can get really granular with it. You can instruct it to do whatever you choose to do. I like the example there of pausing at the point release. So instead of going from 1.9 to two automatically it just pauses because it&#8217;s two. But 1.8 to 1.9 was okay to do. Yeah, it&#8217;s really interesting, you can get really granular. And then you run the command to run all of the updates and off it goes.</p>\n\n\n\n<p>It sounds like, I could be wrong about this. It sounds like you could broadly break down your description for why to use Composer into three things. I&#8217;m thinking, first of all, security. It sounds like it provides, it&#8217;s not really providing security, but it&#8217;s providing security in the sense that it&#8217;s going to update plugins and themes and whatever else you may have coded yourself. It&#8217;s going to do that without your intervention. It&#8217;s going to run on a schedule and it&#8217;ll just get those things updated for you.</p>\n\n\n\n<p>Which as we know in a lot of cases, a lot of WordPress websites, I don&#8217;t think the updates are happening for weeks, possibly months, who knows, maybe even years. So all of that gets taken care of. It also sounds like there&#8217;s a big time save here. If you can get this into your workflow, then you can step away from the dull task of updating things. This will just happen on the fly. You could have a setup in Composer that you reuse over and over again on a sort of typical website that you might set up.</p>\n\n\n\n<p>And thereby you can just drag in all of the packages on day one of the project. And within moments you&#8217;re up and running with a typical install that you mentioned. Suck in a particular theme or suck in a particular SEO plugin or what have you. You just run the Composer and all of that is just dragged in and you&#8217;re off to the races. It&#8217;s a quick way to get started.</p>\n\n\n\n<p>But also, you didn&#8217;t mention this, but it feels like this is a real win for teams. It feels like a team using this workflow, there may be benefits there. So broadly speaking, I&#8217;m talking about teams, times and security. Is there anything in that? Have I sort of got that about right?</p>\n\n\n\n<p>[00:23:16] Chris Reynolds: Yeah, I think so. Obviously there needs to be an automated step somewhere in the process of actually running the Composer update. But beyond that, yes, absolutely. And interestingly one of the things that you touched on maybe accidentally even, the idea of sucking in all of these different packages. When I was at Human Made, I worked on Altis, and Altus is their digital experience platform.</p>\n\n\n\n<p>And Altis is built almost entirely on Composer, and lots of cool Composer things happening. Altis itself is what&#8217;s known as a meta package. When you install Altis, the initial Composer file is just linking out to a whole bunch of other projects or packages that it brings in. And those themselves have their dependencies. So each, each of the modules, like the security module or the core module or whatever, each of those has its own set of dependencies that it pulls in. So it, really does just sort of like package a whole bunch of stuff that you get just for free when you initially set up a new site using that.</p>\n\n\n\n<p>And that was one of the things that going from the idea of, oh, I&#8217;m just going to throw this Composer file in my WordPress site and call that good. That&#8217;s one of the things that really made me think, oh, actually there&#8217;s, there&#8217;s a lot more to it here. And one of the things that I first was exposed to when I was working at Human Made, and that I&#8217;m actively doing now with what I&#8217;m working on a Pantheon, is the concept of WordPress itself being just a dependency of your project.</p>\n\n\n\n<p>And so like with the initial example, I&#8217;ve got a WordPress site. I unzip it. I throw my Composer, json in the root folder. That means that I&#8217;m using Composer probably to manage my plugins and themes, any other packages I might have. But I&#8217;m still using WordPress itself to update itself. Because WordPress is still part of that root directory, and it&#8217;s not part of the Composer structure.</p>\n\n\n\n<p>There are projects, there&#8217;s a couple things out there in the world that&#8217;s already, that have been existed, but one, a big thing that&#8217;s been part of the WordPress ecosystem for a while is by the Roots team called Bedrock. And that&#8217;s what we use at Pantheon. And that, among other things, what Bedrock does is it pulls WordPress in so that it can be a dependency. So that can be just another thing in your Composer file that is being versioned.</p>\n\n\n\n<p>So again, same rules apply, right? You can say I want everything past six. You can say I want 6.1 dot anything beyond that. Or you can say, I only want 6.1.1, and when the next version comes out, I&#8217;m going to manually make that change so that I can be explicit about my testing process to make sure that I&#8217;m not going to ship broken code.</p>\n\n\n\n<p>[00:25:42] Nathan Wrigley: Yeah, that&#8217;s really interesting. The idea that WordPress itself is a package. Okay. I can imagine, given the audience of this podcast, it really does span the whole community, you know. There&#8217;s people in every part of the WordPress ecosystem listening to this. And I can imagine there&#8217;ll be a certain proportion of them who as soon as you start to say things like npm and packages and all of this, and you mentioned, you know, things to do in the command line and da, da, da.</p>\n\n\n\n<p>They&#8217;re scratching their heads thinking I don&#8217;t know if this is for me. This all sounds a little bit complicated. So just address that. There&#8217;s a certain level of tech geeky here, I would imagine, But, is it difficult? Is the payback for a, let&#8217;s say a user who is just playing with five or six sites, they&#8217;ve got a few client sites and they can well manage to go in and update the plugins and the themes and all of the bits and pieces that they got set up.</p>\n\n\n\n<p>Is there a use case here where, okay, if you&#8217;re sitting on that side of the fence, don&#8217;t even bother? This is probably not needed. Whereas if you&#8217;re on this side and you know you&#8217;ve got more sites than a certain number where it&#8217;s going to be of more use.</p>\n\n\n\n<p>[00:26:47] Chris Reynolds: I mean, I definitely think that a lot of the freelancers that I know when I talk to are of the mind that, it&#8217;s just one more thing I need to worry about. And certainly if you are not going to on behalf of your clients go in and make updates, and you&#8217;re handing, once you&#8217;re done at your site, you&#8217;re handing that responsibility off to them.</p>\n\n\n\n<p>It&#8217;s going to be too much work for your clients probably. I&#8217;m thinking like small business. I&#8217;m thinking like mom and pop shop. That sort of thing where it&#8217;s really just a user, one person or two people that are running the site. They&#8217;re probably not going to want to do stuff on the command line and you&#8217;re not going to want to train them and that&#8217;s fine.</p>\n\n\n\n<p>But I think about when I was at WebDev and we were doing maintenance contracts with clients, and WordPress updates came around and we had basically a person dedicated to reading all of the change logs of every plugin on every site before making any updates. Just to make sure that nothing was going to happen that could potentially break.</p>\n\n\n\n<p>And then if there was something that was maybe potentially breaking, they would have to like manually test that themselves on a dev environment, or a local environment or whatever. Just to make sure we&#8217;re not going to run an update and it&#8217;s going to break something. And I think that that process is very tedious and time consuming.</p>\n\n\n\n<p>And that process is the process that you&#8217;re saving by using something where you can be more explicit like Composer. And you know that your updates are not going to break anything because the way that you&#8217;ve set up your versioning is the thing that you want it to be, and you feel confident about that structure so that when there are updates, you can go in and yeah, you still need to do testing, you still need to evaluate those things, but you know that you&#8217;re not going to accidentally push something out.</p>\n\n\n\n<p>Or you can be at least fairly confident that you&#8217;re not going to accidentally push something out that&#8217;s going to break something. Because breaking things is not a good thing. It&#8217;s not a good feeling to have shipped something when you&#8217;re just doing a maintenance WordPress update release and your client is calling an hour later saying, why is my website white?</p>\n\n\n\n<p>[00:28:42] Nathan Wrigley: Yeah, I guess in the case of some of the agencies where you&#8217;ve worked, so Human Made WebDevStudios and so on, it really is enterprise level stuff, and there is no scope for bringing a site down because of a careless update. So the notion that most WordPress users would go in and read the change log before clicking update.</p>\n\n\n\n<p>I think that&#8217;s probably not the case. I would imagine most people are fairly cavalier because it&#8217;s their own site, or it&#8217;s a client site that they&#8217;ve got a backup of, and there&#8217;s some mitigation that they&#8217;re, doing all of that. But in the case that you&#8217;ve just outlined where, I don&#8217;t know, maybe these are international brands that we&#8217;ve heard of where the press damage alone in having a website go down for 50 minutes is just unconscionable. You&#8217;ve got to do the background research, and so having these systems in place is truly important.</p>\n\n\n\n<p>[00:29:36] Chris Reynolds: Yeah, for sure.</p>\n\n\n\n<p>[00:29:36] Nathan Wrigley: In terms of, we&#8217;ve been talking quite a lot about updates. I just wonder what your thoughts are on the, I mean, it&#8217;s not that recent, it&#8217;s several years ago now. The idea that in WordPress you can click a link in the, let&#8217;s say the plugin page. And you can say just go on, update. Whenever something new rolls out, just get on with it and update it. So you can, if you like, trust it. What are your thoughts on that?</p>\n\n\n\n<p>[00:29:58] Chris Reynolds: I think it&#8217;s nice for the people that it&#8217;s good for. And I think it&#8217;s definitely helped with WordPress adoption. Because if all I was doing, if I wasn&#8217;t a WordPress developer and all I was doing was being a podcaster and I had a website that was just about my podcast. I&#8217;m not going to care about code. I&#8217;m never going to want to touch the code. I&#8217;m going to want to install WordPress and never look at FTP, or know my server configuration, or care about my database.</p>\n\n\n\n<p>None of that. None of that is interesting to me. What I want is I want to plug it in, turn it on, and let it run. And be fairly confident that it is going to continue to run when I have my eyes closed and I&#8217;m not looking at it. So I think that it&#8217;s nice in the sense of creating an ecosystem in which things that you do in WordPress are relatively easy. And the counterpoint to that, I work at Pantheon. Pantheon&#8217;s been involved in the Drupal committee for a very long time.</p>\n\n\n\n<p>Talking earlier too about how Drupal has, I think since version eight, integrated Composer into the core of how Drupal works. So sort of the antithesis of this idea of, I&#8217;m going to turn it on and set auto update and then walk away, is the idea of Composerizing everything. So that every change is a code level change.</p>\n\n\n\n<p>And what I&#8217;ve found interesting, that I&#8217;ve learned over the last year of being at Pantheon in a difference between the sort of like Drupal ecosystem and WordPress ecosystem, is in WordPress, yeah, there are some people who make it their job to kind of do just general site administration for people.</p>\n\n\n\n<p>But it&#8217;s not a huge thing. It&#8217;s like there&#8217;s a couple people that do that sort of thing or they don&#8217;t actually touch the code, but they will do your WordPress updates and that sort of thing for you. In Drupal, there&#8217;s entire agencies where all of what they&#8217;re doing is essentially that, just the maintenance stuff of having a website.</p>\n\n\n\n<p>And part of that is because the Drupal admin is a lot more complicated to use, to create sites and pages and views and all sorts of things. It&#8217;s a lot more complicated than the WordPress admin, which I credit to how WordPress is built personally. But the other part of it is the understanding of like, when it&#8217;s okay to update this Drupal module to the next version or that sort of thing. To be aware of what&#8217;s happening on their other sites. And then what combinations work together and that sort of thing.</p>\n\n\n\n<p>There&#8217;s a whole ecosystem that it&#8217;s really just essentially website management, which doesn&#8217;t exist in the same way in WordPress. And so that&#8217;s sort of what we&#8217;re talking about. The difference between having really hands-on updates. Making sure that things are safe to do. Or making it so that the people who actually do the content editing or other administration on the site, they don&#8217;t have to worry about the stuff that&#8217;s happening in the background because they know somebody&#8217;s taking care of it, versus having just the software take care of that for itself.</p>\n\n\n\n<p>And so I think there&#8217;s a place for it. And I think that the reason why WordPress has grown so much over the last many years is because it&#8217;s embraced this, well, we&#8217;re going to just auto update things and not have people stress over that stuff. But, also like the reason why there&#8217;s so many people that are holding onto Drupal is because they want to make sure, they want to ensure that their site is stable and secure and all of those things. And that those things matter for really big companies. It is that divide, right of more casual users versus the enterprise level stuff.</p>\n\n\n\n<p>[00:33:09] Nathan Wrigley: I guess because Composer is essentially nothing to do with WordPress. I mean, you know, you&#8217;ve described a scenario in which WordPress can combine with it, which is very helpful. Updating plugins, themes and so on and so forth. I guess this can reach beyond WordPress. So if you&#8217;ve got something bespoke, unique, you&#8217;ve got a package, which is nothing to do with WordPress. Composer can take care of that as well.</p>\n\n\n\n<p>[00:33:34] Chris Reynolds: Yeah, and it&#8217;s really useful when you, so in both npm and Composer, there&#8217;s the concept of dev dependencies. And these are dependencies that will install when you do like a Composer install. But you can also say, you can omit the developer dependencies on your production installs, right?</p>\n\n\n\n<p>And that means that you can run things like linting and unit testing and all that sort of stuff, which doesn&#8217;t matter if it&#8217;s on the prod site. But maybe if you&#8217;re going to push it to your dev site or you&#8217;re going to keep it on your local machine. And you can manage all those things really easily with Composer.</p>\n\n\n\n<p>There&#8217;s definitely WordPress coding standards and there&#8217;s WordPress suites for unit testing. Those things all exist and you can manage those in WordPress. But essentially, like the core thing, like PHP Code Sniffer is not a WordPress thing. It&#8217;s just a, it&#8217;s just a package that exists in the world. And same thing as PHP unit. It&#8217;s just a thing that exists in the world that we have adopted and embraced and brought it into our ecosystem. So for sure, yeah, there&#8217;s definitely value of using Composer to manage sort of like external things.</p>\n\n\n\n<p>[00:34:29] Nathan Wrigley: Okay, given that if you went down this route and you made Composer an integral part of your process. You then to some extent become dependent upon the functioning of Composer for your whole process to work. And so that brings me to the Composer ecosystem.</p>\n\n\n\n<p>So we&#8217;re all always talking about how great the WordPress ecosystem is. There&#8217;s a forum for this. There&#8217;s a Slack channel for that. If you want to find something out there&#8217;s ways of learning. Is the same true of Composer? It&#8217;s an open source project. Does it have a thriving community? Does it receive the updates that one would hope? Does it progress in the same way that we hope WordPress does? Does it have that same feel? Are there resources for learning and so on?</p>\n\n\n\n<p>[00:35:07] Chris Reynolds: Well, I will say that the website for Composer getcomposer.org, I believe, is really, the documentation&#8217;s really good. At its core, it&#8217;s a pretty simple idea. The documentation&#8217;s pretty self-explanatory. Where it gets hairy is the distinction between a caret versus a squiggly line, in terms of how you&#8217;re going to do your versioning stuff.</p>\n\n\n\n<p>Because there&#8217;s a very subtle but specific difference there. And how to pull in different repositories or how to do more complex things. It gets a little bit hairy. But again, the documentation is all there and it&#8217;s all really good and I found it very useful.</p>\n\n\n\n<p>And there&#8217;s enough people in the open source ecosystem generally that are using Composer, that it&#8217;s not terribly difficult to find answers to any questions about Composer. Most things you would encounter have probably been done by someone, and there&#8217;s probably some prior art that you can use to base it on.</p>\n\n\n\n<p>So I think that it&#8217;s generally pretty good. And packagist is a great place to find stuff. What I will do when I&#8217;m looking for stuff is I&#8217;ll look on packages, even if I&#8217;m looking for a WordPress thing, just to see if, if that developer has pushed their thing to packages before even looking at wordpress.org, or pulling it in from the W Packagist mirror.</p>\n\n\n\n<p>That means it&#8217;s getting a little bit, it&#8217;s like one step closer to the source, right? Because all Packagist does really, to submit a package on Packagist, here&#8217;s your pro tip. You have an account obviously, and then you just say, submit a package and you give it a GitHub repository url, and then it just looks at GitHub. And as long as the GitHub project uses releases, even if it doesn&#8217;t really need to, it just looks at the branches. But if it has releases, then you will have those versions. And if it doesn&#8217;t have releases you can still pull that stuff in using a dev prefix or whatever.</p>\n\n\n\n<p>That stuff is all self-contained. It all exists. It&#8217;s all well-maintained, all that sort of stuff. That&#8217;s all good. Composer itself does occasionally get updates. The last big thing was sort of a transition from Composer one to Composer two. And that was a little bit of a, there&#8217;s definitely some growing pains in the transition process of going from one version to the next.</p>\n\n\n\n<p>And then they threw a wrench recently, not super recently. But they threw a wrench into things a little bit where there is a new thing that goes into your Composer file called allowed plugins. So if it, if it&#8217;s a dependency is calling something else or whatever. You have basically have to give permission to other vendors to, install things on your behalf. So as long as you, if they&#8217;re in the allowed plugins list then those things will get updated, and if they&#8217;re not in the allowed plugins list, then it&#8217;s not going to update those things. And I believe that was for like, security type things.</p>\n\n\n\n<p>That did cause a problem with you know, at Pantheon we have a lot of stuff that&#8217;s based on Composer and we don&#8217;t want to introduce merge conflicts. So if we have a Composer file, that is basically the thing that is used to build sites. And then suddenly that Composer file needs to have a new part of the Composer file, and we push that change. It&#8217;s going to cause a merge conflict with everybody&#8217;s repository that didn&#8217;t already have that.</p>\n\n\n\n<p>So it&#8217;s a little bit of a headache for us, but for the user it&#8217;s obviously a net win. Those sorts of things give me pause a little bit, as somebody who is now at least partially responsible for, thousands of people running sites that use Composer. But in terms of like individual users and stuff, I think that Composer has a really good thing going and has a good ecosystem around it.</p>\n\n\n\n<p>[00:38:16] Nathan Wrigley: Just to give us some insight into how you are using it. Your work at Pantheon and all the other companies that you&#8217;ve mentioned that you&#8217;ve worked at. Is this something that is just typical? This is just part of the process. Everything is built with Composer bolted in. Or is this something that you cherry pick? Okay, this one needs it, this one doesn&#8217;t. Is it basically everywhere, all the time?</p>\n\n\n\n<p>[00:38:38] Chris Reynolds: When I was at WebDev, which admittedly is many years ago now, we didn&#8217;t use Composer. We could have benefited from using Composer. And I think they&#8217;re probably using Composer now. I don&#8217;t know that for sure, but based on the types of projects that they&#8217;re doing, and types of things that I see them working on, I think that&#8217;re probably doing it now.</p>\n\n\n\n<p>When I was at Human Made, it was just there. Everything that we did had Composer as part of it. And it was a sort of a fundamental part of how projects were built. And obviously like Altis is Composer. It&#8217;s a Composer built thing. It&#8217;s entirely built on top of Composer. One of the things that gives it its stability, but also if you look at the documentation for Altis or things, it&#8217;s always lagging, and is always going to be lagging a little bit behind the latest WordPress release.</p>\n\n\n\n<p>And for enterprise, that&#8217;s fine. Because they&#8217;re not concerned about the major or minor point releases. They&#8217;re concerned that their site is secure and it&#8217;s updated and it&#8217;s getting those patch releases. So with each new Altis version that typically aligns with a new WordPress version it sort of, when I was there anyway, the release cycle for Altis followed by a month or so, offset from the last WordPress release, so that they could make sure that the next WordPress version was part of the next Altis version.</p>\n\n\n\n<p>[00:39:48] Nathan Wrigley: Okay, so should somebody have been interested in this, you know, their interest has been peaked by everything that you&#8217;ve been saying. Where&#8217;s some good resources? I&#8217;m looking at getcomposer.org and there&#8217;s a get started link right at the top. That seems like it might be a decent place to start. But maybe there&#8217;s more, how to describe it? Maybe there&#8217;s some things which would help a WordPresser as well.</p>\n\n\n\n<p>[00:40:13] Chris Reynolds: I definitely would point towards the Roots Bedrock Project as being a really good place if you&#8217;re looking at wanting to have WordPress as built as dependency, I think they&#8217;ve got a really good framework. And at Human Made, we were doing that thing, but we weren&#8217;t using Bedrock. So it would be a little bit more difficult to come up with those ideas and that system and that framework independently. And that&#8217;s one of the things I think that you would get from the Roots ecosystem. So definitely yeah the, just the get Composer to learn about it and to look at the documentation, to dig into it.</p>\n\n\n\n<p>And then from a WordPress standpoint specifically, I would definitely look into Bedrock to understand like how that works. And they&#8217;ve got a thriving community as well around that. And, a whole Patreon thing and Discord channel and whatnot, so that you can actually talk to human beings and get some amount of support.</p>\n\n\n\n<p>[00:41:02] Nathan Wrigley: Yeah I&#8217;ll make sure to link to everything that you sent in my direction into the show notes. But, if anybody wants to check those out, you can see them on the WP Tavern website. Search for this episode, and you&#8217;ll be able to see all of those links there. If anybody wants to link to you Chris, if anybody&#8217;s been interested in, just think they&#8217;d like bit of a helping hand. They&#8217;d like to understand this a little bit more from, from the horse&#8217;s mouth if you like. Where do we find you?</p>\n\n\n\n<p>[00:41:27] Chris Reynolds: Online I&#8217;m jazz sequence most places. Frequently jazz sequence with a three. So j a z z s 3 q u e n c e. That&#8217;s my Twitter handle and Instagram, various other things. I am at @jazzsequence@mstdn.social on Mastodon. And, my website is jazzsequence.com without the three, cause I like to, be confusing. And LinkedIn and places like that. But the Twitters and lately Mastodon, and those sorts of social places where you&#8217;ll probably get my attention.</p>\n\n\n\n<p>I&#8217;m also, you know, on the WordPress Core Slack and like I said I live in Salt Lake City so, we haven&#8217;t had very many WordCamps in the last couple years. There&#8217;s some weird pandemic thing happening, but when those things do happen I often will try to visit the things that are, within driving range. I&#8217;m hoping to be at at US in National Harbor this year. So, maybe I&#8217;ll see folks there.</p>\n\n\n\n<p>[00:42:16] Nathan Wrigley: Nice. Chris Reynolds, thank you for joining us on the podcast today. I appreciate it.</p>\n\n\n\n<p>[00:42:20] Chris Reynolds: Yeah, no worries.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/jazzs3quence\">Chris Reynolds</a>.</p>\n\n\n\n<p>Chris has been working with WordPress for over 15 years. He’s freelanced, worked with Event Espresso, WebDevStudios, Human Made and is now at Pantheon as a CMS Ecosystem engineer, and WordPress technical lead. He’s spoken at WordCamps and at OpenWest about all aspects of WordPress.</p>\n\n\n\n<p>I suspect that many of the people listening to this podcast are not using Composer in their WordPress workflow, and to Chris, this is something that you should think about implementing, and he’s here to explain why.</p>\n\n\n\n<p>Chris starts off by talking about the kind of projects that he’s worked on, and how he found WordPress.</p>\n\n\n\n<p>We then get into the weeds of what Composer is, and the benefits that it brings. It’s essentially a package management system and makes it easy to set dependencies for your project and manage them within Composer.</p>\n\n\n\n<p>Why would you want to do that though? If you’re just building brochure websites, then perhaps you don’t, but if your project is more complex, then this might save you a lot of time.</p>\n\n\n\n<p>Chris describes scenarios in which he thinks Composer is a good fit; if you want to add in specific packages, and how those packages are managed and updated.</p>\n\n\n\n<p>He explains how you can install Composer depending on the OS that you’re working with, and how it structures the files and directories that are created.</p>\n\n\n\n<p>Towards the end of the podcast, we talk about how Composer can be useful for teams, and Chris’ use of Composer to keep everyone clear on how the project is structured.</p>\n\n\n\n<p>If you’ve thought about using a package management system such as Composer, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://www.hotscripts.com/\">Hot Scripts</a></p>\n\n\n\n<p><a href=\"https://eventespresso.com/\">Event Espresso</a></p>\n\n\n\n<p><a href=\"https://www.pluralsight.com/\">Pluralsight</a></p>\n\n\n\n<p><a href=\"https://webdevstudios.com/\">WebDevStudios</a></p>\n\n\n\n<p><a href=\"https://humanmade.com/\">Human Made</a></p>\n\n\n\n<p><a href=\"https://pantheon.io/\">Pantheon</a></p>\n\n\n\n<p><a href=\"https://www.npmjs.com/\">npm</a></p>\n\n\n\n<p><a href=\"https://brew.sh/\">Homebrew</a></p>\n\n\n\n<p><a href=\"https://wpackagist.org/\">WordPress Packagist</a></p>\n\n\n\n<p><a href=\"https://packagist.org/\">Packagist</a></p>\n\n\n\n<p><a href=\"https://roots.io/bedrock/\">Bedrock by the Roots Team</a></p>\n\n\n\n<p><a href=\"https://getcomposer.org/\">Composer</a></p>\n\n\n\n<p><a href=\"https://twitter.com/jazzs3quence\">Chris&#8217; Twitter account</a></p>\n\n\n\n<p><a href=\"https://mstdn.social/@jazzsequence\">Chris&#8217; Mastodon account</a></p>\n\n\n\n<p><a href=\"https://jazzsequence.com/\">Chris&#8217; website</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WordPress.org blog: Introducing the WordPress Developer 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4659:\"<p>With much activity happening in the WordPress development space every day, keeping up-to-date with the latest updates can be challenging. The new <a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a> is a developer-focused resource to help you stay on top of the latest software features, tutorials, and learning materials relevant to the open source project.</p>\n\n\n\n<p>This blog is the culmination of a community effort that began last year. Formed by experienced WordPress community members and developers, the <a href=\"https://developer.wordpress.org/news/about/\">editorial group</a> has since worked on a wide range of content already available—from theme and block development tutorials to tips and tricks for leveraging WordPress in the site editing era.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A new home for developers</h2>\n\n\n\n<p>As a complementary resource to the WordPress documentation, the Developer Blog aims to provide a shared space to stay informed of development-related updates, keep up with ongoing discussions and ideas, and explore cutting-edge use cases.</p>\n\n\n\n<p>In other words, <strong>consider it as a central hub for developers and </strong><a href=\"https://make.wordpress.org/updates/2020/05/01/care-and-influence-a-theory-about-the-wordpress-community/\"><strong>extenders</strong></a> of different backgrounds and skill levels to learn with quality content from reliable sources, share knowledge, and drive WordPress development forward.</p>\n\n\n\n<p>True to the open source way, the blog will likely evolve. As its editors and readers learn and create more content, it will adapt in response to the needs of community members like you.</p>\n\n\n\n<p>Everyone is welcome to chime in on-topic discussions, share ideas or contribute. <a href=\"https://developer.wordpress.org/news/how-to-contribute/\">Learn more about how to get involved</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What about the content?</h2>\n\n\n\n<p>Content on the WordPress Developer Blog covers many topics, including tutorials on <a href=\"https://developer.wordpress.org/news/category/themes/\">theme development</a>, <a href=\"https://developer.wordpress.org/news/category/plugins/\">plugins</a>, and <a href=\"https://developer.wordpress.org/news/category/block-development/\">block development</a>. You can also expect posts on WordPress APIs, best practices for working with WordPress, updates on upcoming releases, and <a href=\"https://developer.wordpress.org/news/category/learning/\">learning resources</a> for beginners and seasoned developers.</p>\n\n\n\n<p>These articles offer a good hint at what&#8217;s already in store for you:</p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2022/11/17/demystifying-home-and-posts-templates-in-wordpress-theme-development/\">Demystifying home and posts templates in WordPress theme development</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2022/11/creating-themes-from-a-pattern-first-mindset/\">Creating themes from a pattern-first mindset</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\">Static vs. dynamic blocks: What’s the difference?</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/creating-custom-block-styles-in-wordpress-themes/\">Creating custom block styles in WordPress themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/whats-new-for-developers-march-2023/\">What’s new for developers? (March 2023)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sounds interesting? </h2>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/#subscribe\">Subscribe to the Developer Blog</a> to keep up with the latest content in the WordPress development space.</p>\n\n\n\n<p><em>Props for content and peer review <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a> <a href=\"https://profiles.wordpress.org/mburridge/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mburridge</a> <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a> <a href=\"https://profiles.wordpress.org/bph/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bph</a>&nbsp;<a href=\"https://profiles.wordpress.org/greenshady/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>greenshady</a> <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";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:85:\"WPTavern: The Mercantile Reopens with Limited Edition 20th Anniversary WordPress Swag\";s:7:\"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:30:\"https://wptavern.com/?p=142884\";s:7:\"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:96:\"https://wptavern.com/the-mercantile-reopens-with-limited-edition-20th-anniversary-wordpress-swag\";s: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:1527:\"<img />\n\n\n\n<p><a href=\"https://mercantile.wordpress.org/\">The Mercantile</a>, WordPress&#8217; official swag store, was closed for updates but has relaunched with the highly anticipated limited edition <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">20th anniversary swag</a>. </p>\n\n\n\n<p>In celebration of the milestone, the store has added an array of keepsakes, including sweatshirts, pennants, a &#8220;Code is Poetry&#8221; t-shirt, stainless steel tumbler, pet bandana, commemorative sticker sheets, and more. What WordPress swag collector can pass up the WP20 Wapuu keychain?</p>\n\n\n\n<p>Unlike years past, where the swag store seemed like its own separate site, this relaunch makes the store a  more natural part of the WordPress project&#8217;s website. It runs on WooCommerce and shares the same <a href=\"https://wptavern.com/wordpress-news-gets-a-new-design\">updated design</a> as the rest of WordPress.org with the vibrant blue that has made its way into the 20th anniversary logos. </p>\n\n\n\n<p>The limited edition swag is available while supplies last. Unfortunately, international shipping rates are hefty, a complaint the store has received for years. It makes it cost-prohibitive to order a single t-shirt or sweatshirt outside the U.S. when the shipping costs twice as much or more than the product. Hopefully, this year&#8217;s docket of WordCamp events will provide other avenues for distributing 20th anniversary swag to WordPress&#8217; global community through well-stocked pop-up shops.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2023 03:21: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: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: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:76:\"WPTavern: Admin Menu Tree Page View 2.8 Now Supports All Public Post Types \";s:7:\"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:30:\"https://wptavern.com/?p=142881\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/admin-menu-tree-page-view-2-8-now-supports-all-public-post-types\";s: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:2211:\"<p>The <a href=\"https://wordpress.org/plugins/admin-menu-tree-page-view/\">Admin Menu Tree Page View plugin</a>, which adds a tree-view layout of content in the WordPress admin, has been refactored to support more content types. The plugin is an admin utility similar to <a href=\"https://wordpress.org/plugins/hierarchy/\">Hierarchy</a> or the commercial <a href=\"https://organizewp.com/\">OrganizeWP</a> plugin that reworks the CMS to show content in one place, but it offers a simpler set of features for free with no ads or upsells.  These types of plugins are valuable tools on larger, CMS-heavy WordPress sites.</p>\n\n\n\n<p>Previously, the Admin Menu Tree Page View plugin focused on pages, allowing users to better visualize the page hierarchy/tree structure, add pages directly after or inside another post, and easily reorder pages via drag and drop.</p>\n\n\n\n<p><a href=\"https://getbutterfly.com/admin-menu-tree-page-view-2-8-refactoring-update/\">Version 2.8</a> adds support for all public post types &#8211; posts, pages, and custom post types, which was a long requested feature. The plugin&#8217;s author, WordPress developer Ciprian Popescu, said adding more post types made the dashboard menu unmanageable and the backend slow, requiring him to update the plugin to us a top-level menu page.</p>\n\n\n\n<p>&#8220;The solution here was to move the pages to a top level menu page,&#8221; Popescu said. &#8220;This increased the &#8216;one click away&#8217; feature to &#8216;two clicks away,&#8217; which is not a bad trade-off in my opinion, especially when all public post types are now available in a hierarchical tree layout. Having a separate page now removed the need for collapsing the child <code>&lt;ul></code> elements, as the purpose of this plugin is to quickly see all your pages in a bird’s eye view manner.&#8221;</p>\n\n\n\n<img />\n\n\n\n<p>Version 2.8 also removes some redundant features, cookies, and JavaScript resources, as the expand/collapse functionality is no longer necessary. Next on the roadmap for future releases Popescu is working on adding caching for post types, removing the jQuery and jQueryUI dependency, and improving dragging and dropping to work inside child elements. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Mar 2023 23:10: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: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:53:\"WordPress.org blog: WordPress 6.2 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14685\";s:7:\"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/2023/03/wordpress-6-2-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4880:\"<p>It’s the final countdown: the third (and last) scheduled <a href=\"https://make.wordpress.org/core/handbook/glossary/#release-candidate\">release candidate</a> (RC3) for WordPress 6.2 is ready! </p>\n\n\n\n<p>The WordPress 6.2 release is scheduled for March 28, 2023—just one week away! Now is your last opportunity to test it before the general release.&nbsp;</p>\n\n\n\n<p>Just tuning in now? Catch up on the featured highlights, and dig into more 6.2 details in the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 RC1 release announcement</a>.</p>\n\n\n\n<p>Thanks to all the Beta and RC testers who have assisted in this release. Since <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\">RC2</a> was released on March 14, there have been about 21 issues resolved in <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=03%2F15%2F2023..03%2F21%2F2023&milestone=6.2&col=id&col=summary&col=milestone&col=owner&col=type&col=priority&order=id\">Trac</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">GitHub</a>.</p>\n\n\n\n<p>Your feedback and help in filing bug reports keep the WordPress experience stable, smooth, and delightful. It’s critical work and a great way to contribute to the project.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to install RC3 for testing</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC3.zip\">RC3 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-RC3</code></p>\n\n\n\n<h2 class=\"wp-block-heading\">A shout out to plugin and theme developers</h2>\n\n\n\n<p>Your products are the reason WordPress does so many things for more people across the world. As you test your latest versions against RC3, make sure you update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for more details about the major changes in this release.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Keep WordPress bug-free—help with testing</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If you’re new to testing, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> can help you get started.&nbsp;</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Wow, we’re oh so close<br />Test, test. Get it out the door.<br />Please no RC 4.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a> <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a> <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a> <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Mar 2023 17:43: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:16:\"Jonathan Pantani\";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:82:\"Do The Woo Community: Building Community and Employee Engagement with James Giroux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://dothewoo.io/building-community-and-employee-engagement/\";s: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:421:\"<p>James Giroux from TeamWP joins us to talk about life as a community manager and building employee engagement with TeamWP.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/building-community-and-employee-engagement/\">Building Community and Employee Engagement with James Giroux</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Mar 2023 10:21:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"Akismet: Version 5.1 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=2453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://blog.akismet.com/2023/03/20/version-5-1-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:724:\"<p>Version 5.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following improvements:</p>\n\n\n\n<ul>\n<li>We removed some unnecessary limit notices from /wp-admin/ pages.</li>\n\n\n\n<li>We&#8217;re now using post taxonomies to improve spam detection.</li>\n\n\n\n<li>In order to avoid inadvertent exposure, API keys are no longer used in the stats iframe URLs.</li>\n</ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Mar 2023 19:37: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:17:\"Christopher Finke\";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:164:\"WPTavern: CloudFest Hackathon 2023 Kickstarts Innovative WordPress Projects: VS Code Extension for In-Browser Development, WapuuGotchi Gamification Plugin, and More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142851\";s:7:\"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:172:\"https://wptavern.com/cloudfest-hackathon-2023-kickstarts-innovative-wordpress-projects-vs-code-extension-for-in-browser-development-wapuugotchi-gamification-plugin-and-more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9378:\"<p>More than 6,000 people are attending <a href=\"https://www.cloudfest.com/\">CloudFest</a> in Europa-Park, Germany, this week. A strong contingent of WordPress developers and contributors are among them. During the <a href=\"https://www.cloudfest.com/hackathon\">Hackathon</a> portion of the event, web professionals gather for a friendly competition, tackling problems for existing not-for-profit, OSS projects, creating solutions with a concentrated effort at a quicker pace than remote collaboration usually allows.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">WordPress running in VS Code!!! <a href=\"https://twitter.com/hashtag/CFHack2023?src=hash&ref_src=twsrc%5Etfw\">#CFHack2023</a> <a href=\"https://t.co/qKQeQBZClW\">pic.twitter.com/qKQeQBZClW</a></p>&mdash; daniel (@dbchhbr) <a href=\"https://twitter.com/dbchhbr/status/1637491441453735937?ref_src=twsrc%5Etfw\">March 19, 2023</a></blockquote>\n</div>\n\n\n\n<p>Several WordPress-related projects have been put into action at the Hackathon, including the following: </p>\n\n\n\n<ul>\n<li><a href=\"https://www.cloudfest.com/mariadb-health-checks-in-wordpress\">MariaDB Health Checks in WordPress</a></li>\n\n\n\n<li><a href=\"https://www.cloudfest.com/privacy-focused-web-analytics-plugin\">Statify: Privacy-Focused Web Analytics Plugin</a></li>\n\n\n\n<li><a href=\"https://www.cloudfest.com/a-search-engine-for-wordpress-developers\">docs_dangit: A search engine for WordPress developers</a></li>\n\n\n\n<li><a href=\"https://www.cloudfest.com/wapuugotchi\">Wapuugotchi</a></li>\n\n\n\n<li><a href=\"https://www.cloudfest.com/wappspector-cli-utility-to-scan-a-hosting-server-to-identify-used-cms-ecommerce-top-frameworks-used-in-the-websites\">Wappspector</a></li>\n\n\n\n<li><a href=\"https://www.cloudfest.com/eco-mode-reduce-outgoing-network-traffic-of-your-wordpress-server\">Eco-mode – reduce outgoing network traffic of your WordPress server</a></li>\n\n\n\n<li><a href=\"https://www.cloudfest.com/wordpress-runtime-vulnerability-analysis\">WordPress Runtime Vulnerability Analysis</a></li>\n\n\n\n<li><a href=\"https://www.cloudfest.com/in-browser-wordpress-development-environment\">In-browser WordPress development environment</a></li>\n</ul>\n\n\n\n<p>Automattic engineer Daniel Bachhuber <a href=\"https://developer.wordpress.com/2023/03/20/cfhack2023-wordpress-in-vs-code/\">published</a> a preview of the in-browser WordPress development environment enabled by an experimental VS Code extension that uses <a href=\"https://webassembly.org/\">WebAssembly</a> to run WordPress entirely in the browser.</p>\n\n\n\n<p>&#8220;Forget spending hours setting up a local development environment at your next Contributor Day,&#8221; Bachhuber said. &#8220;Simply install the <a href=\"https://marketplace.visualstudio.com/items?itemName=WordPressPlayground.wordpress-playground\">WordPress Playground VS Code extension</a>, run &#8216;Launch WordPress Playground&#8217; from the command launcher, and you’ll have a <s>fully</s> mostly functional WordPress installation right inside your editor.&#8221;</p>\n\n\n\n<p>Bachhuber emphasized that the extension was built for demonstration purposes but is <a href=\"https://github.com/danielbachhuber/wordpress-playground-vscode\">available on GitHub</a> for anyone who wants to contribute or report bugs. A more in-depth tour of the extension is available on <a href=\"https://developer.wordpress.com/2023/03/20/cfhack2023-wordpress-in-vs-code/\">Automattic&#8217;s developer blog</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>In addition to the VS code previewer for WordPress plugins, the Hackathon team working with WordPress Playground is also <a href=\"https://twitter.com/adamzielin/status/1637457845141512194\">experimenting</a> with using the block editor in the browser and working with the Terminal and PHP, wp-cli, and PHPUnit &#8211; all in the browser. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Our <a href=\"https://twitter.com/hashtag/CFHack2023?src=hash&ref_src=twsrc%5Etfw\">#CFHack2023</a> Project 1: WordPress code editor, cli, and preview in the browser — with offline mode! <a href=\"https://twitter.com/hashtag/CFHack?src=hash&ref_src=twsrc%5Etfw\">#CFHack</a> <a href=\"https://t.co/KdFzwq9IaJ\">https://t.co/KdFzwq9IaJ</a></p>&mdash; Adam Zieliński (@adamzielin) <a href=\"https://twitter.com/adamzielin/status/1637769196128858114?ref_src=twsrc%5Etfw\">March 20, 2023</a></blockquote>\n</div>\n\n\n\n<p>The WapuuGotchi project, which aims to gamify WordPress with a customizable Wapuu, notifications, and rewards, has its own <a href=\"https://twitter.com/wapuugotchi\">Twitter account</a> and <a href=\"https://wapuugotchi.com/\">website</a> where those interested can follow along with their progress.</p>\n\n\n\n<img />image credit: <a href=\"https://wapuugotchi.com/hackathon-wrap-up-unveiling-the-future-of-wordpress\">WapuuGotchi Hackathon Wrap-Up</a>\n\n\n\n<p>&#8220;The audience was captivated as we demonstrated the customizable Wapuu assistant, which can be tailored to suit individual preferences by selecting unique outfits and accessories,&#8221; WapuuGotchi design contributor Dennis Hipp said.</p>\n\n\n\n<p>&#8220;We also highlighted WapuuGotchi’s backend interaction capabilities, showing how it can guide users through updates, provide helpful tips, and offer reminders for important tasks. The presentation concluded with an invitation for Plugin authors to collaborate with us and integrate their Plugins into the WapuuGotchi ecosystem.&#8221;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fb-200d-1f4bb.png\" alt=\"👩🏻‍💻\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /> Day 3, the last day and the final sprint! Everyone in the <a href=\"https://twitter.com/hashtag/WapuuGotchi?src=hash&ref_src=twsrc%5Etfw\">#WapuuGotchi</a> team is working hand in hand to complete the final steps before the presentation.  We are looking forward to sharing our results with you! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f468-1f3fc-200d-1f4bb.png\" alt=\"👨🏼‍💻\" class=\"wp-smiley\" /> <a href=\"https://twitter.com/hashtag/CFHack2023?src=hash&ref_src=twsrc%5Etfw\">#CFHack2023</a> <a href=\"https://twitter.com/aprox7?ref_src=twsrc%5Etfw\">@aprox7</a> <a href=\"https://twitter.com/joomla?ref_src=twsrc%5Etfw\">@Joomla</a> <a href=\"https://twitter.com/TinaTO?ref_src=twsrc%5Etfw\">@TinaTO</a> <a href=\"https://twitter.com/mpmike?ref_src=twsrc%5Etfw\">@mpmike</a> <a href=\"https://twitter.com/cloudfest?ref_src=twsrc%5Etfw\">@cloudfest</a> <a href=\"https://t.co/9VZy1KSAKg\">pic.twitter.com/9VZy1KSAKg</a></p>&mdash; WapuuGotchi (@wapuugotchi) <a href=\"https://twitter.com/wapuugotchi/status/1637748796938506240?ref_src=twsrc%5Etfw\">March 20, 2023</a></blockquote>\n</div>\n\n\n\n<p>The Wappspector project, which aims to create a CLI utility to analyze the file structure of a web hosting server and identify the frameworks and CMS used in the websites hosted on it, made significant progress during the Hackathon. The app added seven more CMS identifiers and will soon be ready for testing on control panels. The app focuses on CMS and e-commerce applications but will also have an extendable mechanism allowing hosting providers to customize it to suit their needs.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Seven more CMS identifiers added to <a href=\"https://twitter.com/hashtag/WappSpector?src=hash&ref_src=twsrc%5Etfw\">#WappSpector</a> <a href=\"https://twitter.com/cloudfest?ref_src=twsrc%5Etfw\">@Cloudfest</a> <a href=\"https://twitter.com/hashtag/CFHACK?src=hash&ref_src=twsrc%5Etfw\">#CFHACK</a> <a href=\"https://twitter.com/hashtag/CFHACK2023?src=hash&ref_src=twsrc%5Etfw\">#CFHACK2023</a> &#8211; in addition to <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a>, <a href=\"https://twitter.com/hashtag/Joomla?src=hash&ref_src=twsrc%5Etfw\">#Joomla</a>, <a href=\"https://twitter.com/hashtag/Drupal?src=hash&ref_src=twsrc%5Etfw\">#Drupal</a>, <a href=\"https://twitter.com/hashtag/Prestashop?src=hash&ref_src=twsrc%5Etfw\">#Prestashop</a> &amp; <a href=\"https://twitter.com/hashtag/TYPO3?src=hash&ref_src=twsrc%5Etfw\">#TYPO3</a>, <a href=\"https://twitter.com/hashtag/Composer?src=hash&ref_src=twsrc%5Etfw\">#Composer</a> and <a href=\"https://twitter.com/hashtag/Laravel?src=hash&ref_src=twsrc%5Etfw\">#Laravel</a> are now identifiable. Our app will soon be ready for testing on control panels. <a href=\"https://t.co/f26qLFiEqV\">pic.twitter.com/f26qLFiEqV</a></p>&mdash; cPanel (@cPanel) <a href=\"https://twitter.com/cPanel/status/1637399014873202688?ref_src=twsrc%5Etfw\">March 19, 2023</a></blockquote>\n</div>\n\n\n\n<p>CloudFest 2023 added a new <a href=\"https://www.cloudfest.com/wordpress-day\">WordPress Day</a>, dedicated to helping internet infrastructure professionals learn more about WordPress&#8217;s footprint and ecosystem, and hear from some of the top WordPress plugin developers and security experts. The event was held earlier today on March 20, and featured 12 sessions on WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Mar 2023 18:59: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: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:105:\"Gutenberg Times: OpenAI Block, WooCommerce 7.5, Patterns and Flexible Table Block —Weekend Edition #247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=23605\";s:7:\"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:110:\"https://gutenbergtimes.com/openai-block-woocommerce-7-5-patterns-and-flexible-table-block-weekend-edition-247/\";s: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:17466:\"<p>Howdy, </p>\n\n\n\n<p>Containers are on my mind. In one of those, our household will be shipped next week. 🚚 We will be AirBnB-ing for a few weeks. Exciting times. </p>\n\n\n\n<p>I need to sort through some paperwork and create the inventory for the insurance. Sorry for the short intro, today. </p>\n\n\n\n<p>Wish me luck! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> joined <strong>DocPop</strong> on the <em>Torque Social Hour</em>. They discussed WordPress 20-year Anniversary celebration, WordPress 6.2 &#8211; Phase 2 to Phase 3. <a href=\"https://www.youtube.com/watch?v=9T0LgQP7M4A\"><strong>Torque Social Hour: Preparing for WP20 Celebrations</strong></a>. In this episode, Haden Chomphosy  told us about the upcoming plans for WordPress’s 20th Anniversary. They also talked about WP version 6.2, the recent acquisition of the ActivityPub plugin for WordPress, and Plugin Madness 2023.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>It&#8217;s release candidate week in WordPress land: <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\"><strong>WordPress 6.2 RC 2</strong></a> was released on March 14, 2023, and <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v15.4.0-rc.1\"><strong>Gutenberg 15.4 RC 1</strong></a> is also available for testing. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>WordPress 6.2 comes with a browse mode of the Site Editor. This includes a black left menu bar that blends in and out depending on if you are editing a template or browsing the menu. Until RC 2, &#8220;Navigation&#8221; was one of the menu items on the left admin menu, it was, however, pulled before this week&#8217;s RC 2. <strong>Anne McCarthy</strong> summarized the discussion around this issue in their post: <a href=\"https://make.wordpress.org/core/2023/03/14/fyi-navigation-section-of-new-site-editor-experienced-removed-for-6-2-rc-2/\"><strong>FYI: Navigation section of new Site Editor experienced removed for 6.2 RC 2</strong></a> and shared also the list of issues this feature has. Each one a minor item in the sum it wasn&#8217;t up to the quality contributors aimed for. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-80-wordpress-6-2-preview-gutenberg-15-2-and-15-3/\">Gutenberg Changelog #80 – WordPress 6.2 Preview, Gutenberg 15.2 and 15.3</a> with Birgit Pauli-Haack and special guest Rich Tabor  </p>\n</div></div>\n\n\n\n<p>WPEngine&#8217;s one-day virtual developer conference DE{CODE} will take place next week <strong>March 21 through 23rd, 2023. DE{CODE} </strong>will be broadcast in three global time zones and anticipates over 5,000 attendees in its fourth year, launching in 2020. <strong>Matt Mullenweg</strong> and <strong>Matias Ventura</strong> will discuss the future of WordPress and the rapid innovations in the block editor relied upon by millions of WordPress developers worldwide. It&#8217;s also part of the 20-year anniversary celebration of WordPress . Have a look at the <a href=\"https://events.wpengine.com/event/b1c1e30f-2c73-4abb-a609-52afaed68717/websitePage:289e81f7-3e30-49de-9510-696ad303d192\"><strong>schedule of all the great sessions at DE{CODE} 2023</strong></a></p>\n\n\n\n<img />\n\n\n\n<p><strong>Anne McCarthy</strong> was a guest of <strong>Rob Cairns</strong> for the latest episode. They talk All about 6.2 on <a href=\"https://stunningdigitalmarketing.com/episode-307-wordpress-6-2-with-anne-mccarthy/\">Stunning Digital Marketing</a> podcast. Highlights of the show: </p>\n\n\n\n<ul>\n<li>What is coming in WordPress 6.2 .</li>\n\n\n\n<li>&nbsp;The coolest features in WordPress 6.2</li>\n\n\n\n<li>&nbsp;When are we going to update the WordPress Admin Dashboard?</li>\n\n\n\n<li>&nbsp;When are we going to fix the Media Library?</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Jamie Marsland</strong>, shows off the <a href=\"https://www.youtube.com/watch?v=ERIz3diT9Sk\"><strong>Side Editor and Block Themes</strong></a> again via YouTube. He uses both to rebuild Austin Kleon&#8217;s website, using the newest WordPress version.  <br /><em>Austin Kleon is the New York Times bestselling author of a trilogy of illustrated books about creativity in the digital age: Steal Like An Artist, Show Your Work!, and Keep Going.</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://developer.woocommerce.com/2023/03/14/woocommerce-7-5-released/\">WooCommerce 7.5</a></strong> has been released, and the post highlights that Woo Blocks are ready for the new feature of the StyleBook coming in WordPress 6.2, Blocks have been rewritten, so users can use the core design tools for changing the look and feel, the block can be easier styled by block themes, and new blocks to manage the store can now be found in the inserter of the block editor. </p>\n\n\n\n<p><strong>Sarah Gooding</strong> of WPTavern has more details: <a href=\"https://wptavern.com/woocommerce-7-5-0-introduces-3-new-blocks-expands-support-for-global-styles\"><strong>WooCommerce 7.5.0 Introduces 3 New Blocks, Expands Support for Global Styles</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Learn.WordPress Tutorial: <a href=\"https://learn.wordpress.org/tutorial/displaying-testimonials-on-your-website/\"><strong>Displaying testimonials on your website</strong></a> with<strong> Wes Theron</strong>. This tutorial will look at adding a testimonial pattern and installing a new block from the Block Directory to your site.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/tetsuaki_hamano\">Aki Hamano</a></strong>, a Gutenberg contributor from Japan, released a new version of his <a href=\"https://wordpress.org/plugins/flexible-table-block/\"><strong>Flexible Table Block plugin</strong></a>, with the main changes </p>\n\n\n\n<ul>\n<li>Tested on WordPress6.2</li>\n\n\n\n<li>Redesigned global settings modal </li>\n\n\n\n<li>apply stripe color to tbody only </li>\n\n\n\n<li>Preserve rowspan/colspan when converting to/from core table blocks </li>\n</ul>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Mike McAliste</strong>r acclaims: <a href=\"https://olliewp.com/patterns-are-gonna-be-a-game-changer-for-wordpress/\"><strong>Patterns are gonna be a game changer for WordPress</strong></a>, and he tells you why, after a recap of the genesis of Block Patterns:  &#8221;&nbsp;instead of designing a page from scratch, WordPress creators can now lean on patterns to quickly prototype or design their full website in the new WordPress Site Editor with little or no code involved.&#8221; McAlister also has concrete vision on how patterns could be a bit more intelligent: </p>\n\n\n\n<ul>\n<li>Go global: change once, update to all places where patterns were added.</li>\n\n\n\n<li>Pattern locking features</li>\n\n\n\n<li>Light/dark version of the same pattern.</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If that topic interests you more, <strong>Justin Tadlock</strong> wrote a post on the Developer Blog, introducing <a href=\"https://developer.wordpress.org/news/2022/11/creating-themes-from-a-pattern-first-mindset/\"><strong>Creating Themes from a Pattern-first mindset</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ganesh Dahal</strong>&nbsp;wrote on CSS Tricks on <a href=\"https://css-tricks.com/managing-fonts-in-wordpress-block-themes/\"><strong>Managing Fonts in WordPress Block Themes</strong></a>. &#8220;Block themes can indeed use Google Fonts, but the process for registering them is way different from what you might have done before in classic themes.&#8221; he explained. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p>On the WordPress Developer Blog, <strong>Daisy Olse</strong>n takes you along when she shows you  <a href=\"https://developer.wordpress.org/news/2023/03/block-theme-templates-the-easy-way-to-build-an-elegant-grid-of-posts/\"><strong>Block theme templates: the easy way to build an elegant grid of posts</strong></a>. <em>&#8220;WordPress block themes let you lay out your home page in countless ways, with endless flexibility. To get you started and show you just a few of the possibilities, this tutorial will help you build a magazine-style home page that shows several recent posts and then a traditional post list for inner pages.</em>&#8220;Olsen summarized. Olsen also live-streams regularly <a href=\"httpa://twitch.com/daisyonwp\">on Twitch</a>: Next event: Friday, March 31, 2023 7:30 AM to 9:00 AM Topic: <a href=\"http://clicks.meetup.com/ls/click?upn=XbaZ37larFA-2FuV5MohrYpdrra25MtI4CzodbRR1Rd1lcKVfFkaiAkMoxUvY-2FRvTYasrl05OpUEx72RVyvunbnfpl8aYBoogyprZFTIpUpo22NL-2FoQHUOrtYIfxI6PjJVQFCmp-2B2S-2Fq4FTLYKBM-2BmtFcLYWugMTX9zP0bhY6zZ3DLzmpF0KtJjZgT2sqIJWMLmpmnqQgZd0lq2xEArTmYCpw3GjujFvusA8j5HeNyemAoWMY12BDWC9aKbhEdL43wbmWxsdhlCn-2BVgCcoZjW3jRMKI9i3RSODpkr-2BEywOkyA-3DTYl__J40Cm482JAfcu64pauD5epBU-2Bh0Rd-2FPWHzdxWXz1rewkAa1qNT6zJlNeHNYZFAj0LnD-2Bb1AhQQSz4XVimu5ikL4v4OY5PmVLKfMIPDvE6BMosM9bkdqfAXKOIvxARLwcEaswvLfrjbcOYXZ6C3kRPGZOIfCYy917Fg5QeBskFMUyf3q4tnOMOPPjOqOaBMCUzD1FgXVOIMNE3e3r-2BhQukqfMyS-2FyScFE4d0bJew1heuXhcM4totKIVcUclpyh59sJALeLnEd7rm1-2Fqjh48JlQHN5Mu3Av-2FsH9ygknQvsc5x0A0KIrnZTxG3h2GrtpO7CVUdQl4Bc6wM2zHjt9-2B787S0FNwx7tr-2BI0gnbVhh3msWhB3gwO8L9YvSr-2BK297Bd2xRLzyP5phQS6MLNc8DjP1QvXnZNFPgnkJBi01ij4rj1YPcsSY-2Fo0gaDXyr-2FQVIUGP-2FQRg-2BDysOhbjHIF9IWpTizgKY1H8lY112ok0qu4wmRXXbjeFAqRqDstHdKbn1To22RrqAWiHnuz8gFPcdlUc2AGP-2BiO7jlJY-2BMMFkuaCYYcqV97OLC4u05JDD2KYzbB3loEraPvrnPo83nKJ4w-2B4GQleteGxeO-2BNZkBi5jVzF93Gz-2FQ41-2FqSCjNgHh46QPbQonA1BfYS3KYXiaPoCQTtqTjxDRRvuZOgrx6MeiNm0WMa-2BvS3qV0FFYDI54etDZF01xqafJyfVV0kXDBt7dNp0zsnZNMsTYIVXwErz8HEozy6mQquv99qo2jE-2FsMC7WE\" target=\"_blank\" rel=\"noreferrer noopener\">Block Themes and WordPress: Exploring WordPress 6.2</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>In his latest recording, <strong>Ryan Welcher</strong> wrapped up <a href=\"https://www.youtube.com/watch?v=88c6z1XEvG0\"><strong>building an OpenAI block for WordPress</strong></a>. In a previous edition, Welcher built an OpenAI integrated block that can generate images for use in our content. In this show, he turned it into a plugin that is part of the editor interface and inserted image blocks automatically after uploading the selected image. </p>\n\n\n\n<p>If you missed the earlier parts of this series, they are also available on YouTube</p>\n\n\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=bQS69SglWOg\">Integrating OpenAI with a custom block. Part One</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=gIJwXEXt7xE\">Integrating OpenAI with a custom block. Part Two</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Using the WordPress REST API is how block editor development interacts with data. <strong>Jonathan Bossenger</strong> created a series of Workshops on how to use the API.</p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/2023/01/13/lets-code-using-the-wordpress-rest-api/\"><strong>Using the WP REST API</strong></a>: Learn how to use the WP REST API to interact with existing WordPress data.</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2023/01/20/lets-code-interacting-with-the-wp-rest-api/\"><strong>Interacting with the WP REST API</strong></a>: Learn how to interact add and delete data. The tutorial also looks at a useful developer tool for testing endpoints.</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2023/01/27/lets-code-wp-rest-api-updates-custom-fields-and-authentication/\"><strong>WP REST API updates, custom fields, and authentication</strong></a>: Learn how to use the REST API and Backbone.js to make update requests, add/update custom fields, and authenticate requests when logged out.&nbsp;</li>\n\n\n\n<li><strong><a href=\"https://wordpress.tv/2023/02/03/lets-code-wp-rest-api-modifying-responses/\">WP REST API – modifying responses</a>:</strong> Learn one of the ways to extend the REST API by modifying responses.</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2023/02/10/lets-code-wp-rest-api-custom-routes-and-endpoints/\">WP REST API – custom routes and endpoints</a>: Learn how to create custom routes and endpoints and test them with Postman.</li>\n</ul>\n\n\n\n<p>I also highly recommend watching <strong>K. Adam White</strong>&#8216;s talk at WordCamp Asia on&nbsp;<a href=\"https://asia.wordcamp.org/2023/session/getting-the-most-out-of-the-rest-api/\"><strong>Getting the most out of the REST API</strong></a>. During the talk, White renamed it to&nbsp;<em>“Getting the most out of WordPress when you’re writing Block Editor code”.</em> (<a href=\"https://www.youtube.com/live/vrDwB7iuHL8?t=2299\">Recording</a>)&nbsp;(<a href=\"https://docs.google.com/presentation/d/1PQVcTzcUP2xRbwjEjqo8VENxU7fiDBtz8U7R4cA0-IE/edit#slide=id.g1f27001dabd_0_8\"><strong>Slidedeck</strong></a>)</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: &#8220;Container&#8221; by Izabela Reimers is licensed under CC BY-NC-SA 2.0.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Mar 2023 05: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress Launches Wapuu Coloring Giveaway to Celebrate Upcoming 20th Anniversary\";s:7:\"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:30:\"https://wptavern.com/?p=142834\";s:7:\"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:102:\"https://wptavern.com/wordpress-launches-wapuu-coloring-giveaway-to-celebrate-upcoming-20th-anniversary\";s: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:2364:\"<p>Wapuu lovers who are looking for a relaxing weekend activity will want to check out WordPress&#8217; recently launched <a href=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\">Wapuu Coloring Giveaway</a>. The challenge is to style your own 20th anniversary party Wapuu using crayons, markers, colored pencils, pastels, or even digital drawing tools.</p>\n\n\n\n<p>Three random entries will be selected (which is why it&#8217;s called a giveaway and not a contest) to receive limited edition swag:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>You have a chance to win one of three WP20 Swag Kits, complete with a variety of unique anniversary goods. From lapel pins to stickers, and some surprise mystery items, they’ll be a memorable collection for this milestone moment in WordPress history. </p>\n</blockquote>\n\n\n\n<p>Participants will need to download the Wapuu coloring set, which comes in different file types (.pdf, .png, .svg, and .ai). Finished wapuu coloring creations can be shared on Twitter using the <a href=\"https://twitter.com/hashtag/WapuuWP20\">#WapuuWP20</a> hashtag to enter the giveaway. So far there are just a handful of party wapuus that have been submitted via Twitter, but email is another option if you want to send it privately or don&#8217;t have a Twitter account.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Long way from the Himalayan kingdom Bhutan, the land of gross national happiness with a population of 700,000 plus, would like to congratulate WordPress Communities worldwide in advance for our upcoming huge celebration on making it to the 20TH WordPress Anniversary. <a href=\"https://twitter.com/hashtag/WapuuWP20?src=hash&ref_src=twsrc%5Etfw\">#WapuuWP20</a> <a href=\"https://t.co/Ml1Wz7m8nx\">pic.twitter.com/Ml1Wz7m8nx</a></p>&mdash; Ugyen Dorji Organizing #WCAsia (@ugyendzodorji) <a href=\"https://twitter.com/ugyendzodorji/status/1636280709890576385?ref_src=twsrc%5Etfw\">March 16, 2023</a></blockquote>\n</div>\n\n\n\n<p>Entrants must be 18 years old to win, but the coloring page is fun for kids even if they won&#8217;t have the chance to win swag. WordPress will celebrate its 20th anniversary on May 27, but the deadline to submit wapuu creations is April 17, 2023, at 03:59 UTC. Winners will be contacted via Twitter or email.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Mar 2023 21:54: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: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: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:39:\"WordCamp Central: WordCamp Buffalo 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3163106\";s:7:\"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://central.wordcamp.org/news/2023/03/wordcamp-buffalo-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1802:\"<a href=\"https://profiles.wordpress.org/empireoflight/\"><img /></a>WordCamp Buffalo 2023 logo. Design by Ben Dunkle.\n\n\n\n<p>Buffalo again will host the region’s WordCamp for bloggers and web designers and developers of all skill levels. Novices are very welcome. WordCamp Buffalo will be held Saturday, May 6, 2023.</p>\n\n\n\n<p>Registration opens at 8:00am. Sessions begin at 9 a.m. and continue through 5 p.m. This year’s WordCamp will be held at Ken-Ton Elmwood Commons, 3200 Elmwood Ave Suite 110, Kenmore, NY 14217. Tickets are required in advance.</p>\n\n\n\n<p>The $25 ticket cost covers WordCamp Buffalo swag, morning coffee, lunch, and the evenings’s after-party food. Participants are strongly encouraged to bring their laptops or tablets. Ticket purchase and program details are available at <a href=\"https://buffalo.wordcamp.org/2023\">buffalo.wordcamp.org/2023</a>. The capacity for this event is about 120 people, so getting tickets early is advised.</p>\n\n\n\n<p>WordCamps are held worldwide, locally run and purposely at a low cost for accessibility to all. WordCamp Buffalo is dedicated to WordPress, blogging and web facility. WordCamps are sponsored by WordPress, the open-source, free, not-for-profit platform for individuals, groups and businesses to build their own blogs and websites. WordPress.org began in 2003. Its administrators call it the “largest self-hosted blogging tool in the world, used on millions of sites and seen by tens of millions of people every day.”</p>\n\n\n\n<p>Similar to previous years, Buffalo’s 2023 WordCamp will divide its workshops along two tracks, with sessions for every ability and level of use.</p>\n\n\n\n<p>Speakers will include WordPress users from Buffalo, Rochester, and beyond, with experience ranging from user/blogger to advanced developer.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Mar 2023 14:30:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";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:57:\"WordCamp Central: WordCamp Entebbe 2023: An Amazing Recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=3163170\";s:7:\"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://central.wordcamp.org/news/2023/03/wordcamp-entebbe-2023-an-amazing-recap/\";s: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:4374:\"<p>WordCamp Entebbe, a two-day event that took place on the 10th and 11th of March, 2023, was a resounding success and was attended by over 200 people. The event, which was focused on the WordPress content management system, drew attendees from across Uganda and beyond. However, what made this event stand out was its commitment to gender diversity in the tech industry.</p>\n\n\n\n<p>The organizers of WordCamp Entebbe made a concerted effort to ensure that women were well-represented at the event. The gender diversity program featured female speakers and student attendees. This program was designed to inspire more women to pursue careers in technology, and it proved to be a huge success.</p>\n\n\n\n<img src=\"https://masterwp.com/wp-content/uploads/2023/03/image2-1024x683.jpg\" alt=\"A person stands on a stage with a microphone.\" />\n\n\n\n<img src=\"https://masterwp.com/wp-content/uploads/2023/03/image4-1024x683.jpg\" alt=\"The group poses for a photo.\" width=\"670\" height=\"446\" />Students pose for a group photo with the lead organiser Arthur Kasirye \n\n\n\n<img src=\"https://masterwp.com/wp-content/uploads/2023/03/image6-1024x683.jpg\" alt=\"The group poses for a photo.\" />Students arriving at the WordCamp\n\n\n\n<p>Over the course of the two-day event, attendees had the opportunity to attend a wide range of sessions, workshops, and presentations. Many of these were led by female speakers who shared their experiences and expertise with the audience.&nbsp;</p>\n\n\n\n<p>The topics covered ranged from beginner-level introductions to WordPress to more advanced topics such as website optimization, content creation, and web security.</p>\n\n\n\n<p>One of the most inspiring sessions of the event was a panel discussion on women in tech. This session featured female leaders in the Ugandan tech industry who shared their experiences and insights with the audience. The panelists talked about the challenges they had faced as women in a male-dominated industry and offered advice on how to overcome those challenges.</p>\n\n\n\n<img src=\"https://masterwp.com/wp-content/uploads/2023/03/image7-1024x684.jpg\" alt=\"A group is sitting in chairs.\" />Women Panel at the Wordcamp\n\n\n\n<img src=\"https://masterwp.com/wp-content/uploads/2023/03/image5-1024x880.jpg\" alt=\"The group poses for a photo.\" />\n\n\n\n<p>Another highlight of WordCamp Entebbe was the student program. This program provided an opportunity for students to attend the event and learn more about WordPress and the tech industry in general. The students were able to attend workshops and presentations, network with professionals in the industry, and gain valuable insights into the world of tech as well as introduced to the new study curriculum of the Directorate of Industrial Training (DIT) a Ugandan quality assurance directorate offering nationally, regionally and internationally recognized quality assurance services for the Business, Technical, Vocational Education and Training (BTVET) were students can use WordPress in their final year projects and graded on a national level.</p>\n\n\n\n<img src=\"https://masterwp.com/wp-content/uploads/2023/03/image3-1024x683.jpg\" alt=\"A group is observing a laptop.\" />Students learning to install WordPress website\n\n\n\n<p>This year’s WordCamp was led by Kasirye Arthur the leader of the&nbsp;<a href=\"https://www.meetup.com/entebbe-wordpress-meetup/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Community in Entebbe</a>&nbsp;who is also a community lead for&nbsp;<a href=\"https://www.meetup.com/kampala-woocommerce-meetup-group/\" target=\"_blank\" rel=\"noreferrer noopener\">Woocommerce</a>&nbsp;and&nbsp;<a href=\"https://www.meetup.com/elementor-uganda-meetup-group/\" target=\"_blank\" rel=\"noreferrer noopener\">Elementor</a></p>\n\n\n\n<p>Overall, WordCamp Entebbe was a hugely successful event that demonstrated the power of gender diversity in the tech industry.&nbsp;</p>\n\n\n\n<p>By creating a program that was focused on empowering women in Tech, the organizers of this event helped to inspire a new generation of female technologists. It is our hope that more events like WordCamp Entebbe will be organized even in schools so that we can continue to build a more diverse and inclusive tech industry.&nbsp;</p>\n\n\n\n<img src=\"https://masterwp.com/wp-content/uploads/2023/03/image8-1024x684.jpg\" alt=\"The group poses for a photo.\" width=\"670\" height=\"447\" />WordCamp Entebbe organising Team\";s: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 Mar 2023 09:30: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:\"Kasirye Arthur\";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:105:\"WPTavern: Equalize Digital Raises Pre-Seed Funding for Expanding Accessibility Checker Plugin Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142818\";s:7:\"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:116:\"https://wptavern.com/equalize-digital-raises-pre-seed-funding-for-expanding-accessibility-checker-plugin-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3689:\"<p>Equalize Digital, a WordPress accessibility products and consulting company, has <a href=\"https://equalizedigital.com/equalize-digital-receives-investment-emilia-capital/\">received an undisclosed amount of pre-seed funding</a> from Emilia Capital, the investment company owned by Joost de Valk and Marieke van de Rakt. The investment will be used to accelerate the growth of Equalize Digital&#8217;s <a href=\"https://equalizedigital.com/accessibility-checker/\">Accessibility Checker plugin</a>, a tool for auditing websites for WCAG, ADA, and Section 508 accessibility errors.</p>\n\n\n\n<p>Emilia Capital now owns part of the company, although its owners were not given seats on the board. Equalize Digital founder and CEO Amber Hinds said they will be serving as advisors and playing a role in strategic planning, especially around marketing and plugin development.</p>\n\n\n\n<p>The Accessibility Checker plugin currently has approximately 2,000 active installs, according to <a href=\"https://wordpress.org/plugins/accessibility-checker/\">WordPress.org stats</a>, and the commercial upgrades make up a small percentage of Equalize Digital&#8217;s current revenue.</p>\n\n\n\n<p>&#8220;We built the initial MVP in 2020 with an SBA loan and since then the plugin has been bootstrapped by profits from the service side of our business,&#8221; Hinds said. &#8220;My partner Steve and I have been splitting our time between client work and working on the plugin.</p>\n\n\n\n<p>&#8220;We decided to bring on an investor because our ultimate goal is for the product to make up a significant portion of our revenue. It&#8217;s challenging to rapidly grow a product that isn&#8217;t yet self-sustaining, hence seeking investors. The funds will allow us to have full-time team members building new features, and also further invest in marketing, education, and sales than was possible while we were bootstrapping.&#8221;</p>\n\n\n\n<p>Hinds said the features her team is targeting are aimed at making the plugin a more competitive accessibility auditing tool when compared with other existing SaaS solutions. </p>\n\n\n\n<p>&#8220;Our focus right now is making our reports easier to understand by less technical users,&#8221; Hinds said. &#8220;The next major release with be a feature that allows people to click a button and highlight elements on the front end of the website, which will make it easier to find the element flagging the issue without having to interpret a code snippet.</p>\n\n\n\n<p>&#8220;Other features that we have on the road map include scanning and reporting on archive pages for posts and taxonomies, improved scanning of non-English sites, and the ability for accessibility testers to log issues found during manual accessibility audits.&#8221;</p>\n\n\n\n<p>Hinds said she was encouraged by the findings in the recent <a href=\"https://theadminbar.com/2023-survey/\">Admin Bar survey of WordPress professionals</a>, which showed that 76.9% report they are striving for best practices when it comes to website accessibility, a significant increase from the previous year. With the new investment, Equalize Digital will be able to do more marketing to increase awareness and adoption of its tools.</p>\n\n\n\n<p>&#8220;Ultimately I would like to see accessibility being considered during website builds in the same way that SEO is, and we&#8217;re hoping that our plugin will central to that,&#8221; Hinds said. &#8220;It&#8217;s why the free version of our plugin is much more full-featured than similar plugins. Other accessibility tools are prohibitively expensive for small businesses and bloggers. We&#8217;re aiming to build a tool that makes accessibility testing available to everyone.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Mar 2023 03:33: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: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:63:\"WPTavern: Local 6.7.0 Adds Long-Requested Site Grouping Feature\";s:7:\"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:30:\"https://wptavern.com/?p=142784\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/local-6-7-0-adds-long-requested-site-grouping-feature\";s: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:2533:\"<p>WP Engine&#8217;s <a href=\"https://localwp.com/\">Local</a> development app has released <a href=\"https://localwp.com/releases/6.7.0/\">version 6.7.0</a> with Site Grouping, a highly requested feature that will greatly improve users&#8217; workflows. It allows users to create custom groups in the sidebar of the Local dashboard page for better organization of their sites.</p>\n\n\n\n<p>Local users have been <a href=\"https://community.localwp.com/t/group-sites-in-folder-in-sidebar/454/25\">asking for this feature</a> since 2017, as many are managing dozens of WordPress sites. In June 2022, the Local development team began designing and then building the feature a couple months later, incorporating feedback from user interviews and usability testing.</p>\n\n\n\n<p> In the new Site Grouping feature, sites can be easily dragged between groups and groups can be reordered up or down, as illustrated in the release notes.</p>\n\n\n\n<img /><a href=\"https://localwp.com/releases/6.7.0/\">Local 6.7.0 release notes</a>\n\n\n\n<p>Another handy feature released with Site Grouping is the ability to start, stop, restart, or delete all the sites in a group from the context menu (the three dots to the right of the group name). Sites can also be sorted by how recently they were used via the clock icon at the top of the groups sidebar. </p>\n\n\n\n<p>To get users started, all their Starred sites have been placed in a new Starred group at the top of the sidebar. Full <a href=\"https://localwp.com/help-docs/local-features/site-grouping-feature/\">documentation for using the new Site Grouping feature</a> is available in Local&#8217;s help resources.</p>\n\n\n\n<p><a href=\"https://deliciousbrains.com/wp-migrate-db-pro/\">WP Migrate</a>, formerly known as WP Migrate DB and recently <a href=\"https://wptavern.com/wp-engine-acquires-5-plugins-from-delicious-brains\">acquired by WP Engine</a>, introduced <a href=\"https://wptavern.com/wp-migrate-2-6-introduces-full-site-exports-and-import-to-local\">full-site exports and imports to Local</a> in January 2023. Local version 6.7.0 improves imports from WP Migrate so that they auto-select the PHP, web server, and database version closest to the production environment if Local offers the same major/minor version.</p>\n\n\n\n<p>This release also includes several bug fixes with Local importing or pulling to an existing site, where the site&#8217;s existing settings or environment were not applied. If you experienced this bug, make sure to update to the latest 6.7.0 release before attempting more imports.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Mar 2023 17:27: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: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: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:87:\"Post Status: WordPress 6.2 RC2 • Plugin Review Team Retirement News • WP20 Giveaway\";s:7:\"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://poststatus.com/?p=148272\";s:7:\"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:41:\"https://poststatus.com/wordpress-6-2-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22040:\"<h2 id=\"h-this-week-at-wordpress-org-march-13-2023\">This Week at WordPress.org (March 13, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Discover WordPress 6.2&#8217;s new features, accessibility enhancements, and developer updates. Contribute to the community by joining the Contributor Working Group. Explore new block theme template. Engage in discussions on mentorship programs. Celebrate WP20 and participate in the Wapuu Coloring Giveaway. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fas_hand-holding-heart kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP 6.2 RC2 • Plugin Review Team Announces Mika&#8217;s Retirement • WP20 Giveaway</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9ea.png\" alt=\"🧪\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\">WordPress 6.2 Release Candidate 2</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4fa.png\" alt=\"📺\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">Your WordPress 6.2 Preview</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fe.png\" alt=\"🙋🏾\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5fa.png\" alt=\"🗺\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f44b-1f3fb.png\" alt=\"👋🏻\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Mika&#8217;s Plugin Review Retirement</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\">WordPress 6.2 Release Candidate 2</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/episode-51-is-routine-a-rut/\">WP Briefing: Episode 51: Is Routine a Rut?</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">Your WordPress 6.2 Preview</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\">Wapuu Coloring Giveaway: Style Your Own Party Wapuu</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/celebrate-with-wordpress/\">WP20 Celebrations – Join in the Party – Online &amp; In-Person</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"is-layout-flex wp-container-19 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-accessibility\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/03/13/accessibility-team-meeting-agenda-march-17-2023/\">Accessibility Team Meeting Agenda: March 17, 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/03/13/combining-roles-to-create-a-new-contributor-ladder/\">Combining Roles to Create a New Contributor Ladder</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/03/13/proposal-updates-to-the-mentor-program/\">Proposal: Updates to the Mentor Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/03/10/launching-the-contributor-working-group-call-for-volunteers/\">Launching the Contributor Working Group: Call for Volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/03/08/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-march-8-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on March 8, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/03/08/announcing-new-handbook-pages-on/\">Running Funds Outside of WPCS</a></li>\n</ul>\n\n\n\n<h2 id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/13/a-week-in-core-march-13-2023/\">A Week in Core – March 13, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/\">What’s new in Gutenberg 15.3? (13 March)</a> </li>\n</ul>\n\n\n\n<h3 id=\"h-wordpress-6-2\">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/14/fyi-navigation-section-of-new-site-editor-experienced-removed-for-6-2-rc-2/\">FYI: Navigation section of new Site Editor experienced removed for 6.2 RC 2</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/14/wordpress-6-2-translation-status-march-14-2023/\">WordPress 6.2 Translation Status (March 14, 2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/04/wordpress-6-2-ready-to-be-translated/\">WordPress 6.2 ready to be translated</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/08/requests-library-upgraded-to-2-0-5-in-wordpress-6-2/\">Requests library upgraded to 2.0.5 in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/patterns-api-expanded-to-include-template_types-property/\">Patterns API expanded to include template_types property</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introduction-of-block-inspector-tabs/\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/shadows-in-global-styles-with-wordpress-6-2/\">Shadows in Global Styles with WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-the-html-api-in-wordpress-6-2/\">Introducing the HTML API in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/miscellaneous-editor-changes-in-wordpress-6-2/\">Miscellaneous Editor changes in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-move_dir-in-wordpress-6-2/\">Introducing move_dir() in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/sticky-position-block-support/\">Sticky position block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/upgrading-to-react-18-and-common-pitfalls-of-concurrent-mode/\">Upgrading to React 18 and common pitfalls of concurrent mode</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/add-new-prop-to-serversiderender-component/\">Add new prop to ServerSideRender component</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/google-fonts-are-included-locally-in-bundled-themes/\">Google Fonts are included locally in bundled themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/custom-css-for-global-styles-and-per-block/\">Custom CSS for global styles and per block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/minimum-height-dimensions-block-support/\">Minimum height dimensions block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/i18n-improvements-in-6-2/\">I18N Improvements in 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/custom-settings-wordpress-6-2/\">Customize settings for any block in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/19/style-book-preview-of-blocks-in-global-styles/\">Style Book preview of blocks in global styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/12/09/update-to-content-only-editing-filter-namespace/\">Update to content only editing filter namespace</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/wordpress-6-2-beta-4-postponed/\">WordPress 6.2 Beta 4 Postponed</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/\">WordPress 6.2 Beta 3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 Live Product Demo</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/\">Hallway Hangout: Performance Improvements for WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/\">Bug Scrub Schedule for 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/11/early-bug-scrub-schedule-for-wp-6-2/\">Early bug scrub schedule for WP&nbsp;6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/\">WordPress 6.2 Planning Roundup</a></li>\n</ul>\n\n\n\n<h3 id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/14/dev-chat-agenda-wednesday-march-15-2023/\">Dev Chat Agenda, Wednesday March 15, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/14/editor-chat-agenda-march-15-2023/\">Editor Chat Agenda: March 15, 2023</a></li>\n</ul>\n\n\n\n<h3 id=\"h-developer-blog\">Developer Blog</h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/03/block-theme-templates-the-easy-way-to-build-an-elegant-grid-of-posts/\">Block theme templates: the easy way to build an elegant grid of posts</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/whats-new-for-developers-march-2023/\">What’s new for developers? (March 2023)</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/block-deprecation-a-tutorial/\">Block deprecation – a tutorial</a></li>\n</ul>\n\n\n\n<h2 id=\"h-design\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/03/13/design-share-feb-13-mar-10/\">Design Share: Feb 13–Mar 10</a></li>\n</ul>\n\n\n\n<h2 id=\"h-do-action\"><a href=\"https://doaction.org/\">do_action</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://doaction.org/event/ruralhackers/\">Rural Hackers Do_Action 2023 in Anceu Spain</a></li>\n</ul>\n\n\n\n<h2 id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/03/16/agenda-for-docs-team-bi-weekly-meeting-march-21-2023/\">Agenda for Docs Team bi-weekly meeting March 21, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/03/16/summary-for-docs-team-meeting-march-7-2023/\">Summary for Docs Team meeting, March 7, 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h2 id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/03/14/hosting-team-meeting-agenda-2023-03-15/\">Hosting Team meeting agenda 2023-03-15</a></li>\n</ul>\n\n\n\n<h2 id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/03/14/notes-global-marketing-team-meeting-5-march-2023/\">Notes: Global Marketing Team meeting, 5 March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/03/13/notes-global-marketing-team-meeting-28-february-2023/\">Notes: Global Marketing Team meeting, 28 February 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/03/15/community-meeting-recap-14-march-2023/\">Community Meeting Recap (14 March 2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/03/14/last-week-openverse-2023-03-06-2023-03-13/\">A week in Openverse: 2023-03-06 – 2023-03-13</a></li>\n</ul>\n\n\n\n<h2 id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/14/performance-chat-summary-14-march-2023/\">Performance Chat Summary: 14 March 2023</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n\n\n\n<h2 id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/15/polyglots-monthly-newsletter-march-2023/\">Polyglots Monthly Newsletter: March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/14/wordpress-6-2-translation-status-march-14-2023/\">WordPress 6.2 Translation Status (March 14, 2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/03/14/agenda-weekly-polyglots-chat-march-15-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – March 15, 2023 (13:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 id=\"h-plugins-1\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n\n\n\n<h2 id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/\">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/03/agenda-for-march-16th-support-meeting-2/\">Agenda for March 16th Support Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/03/summary-for-march-9th-support-meeting/\">Summary for March 9th Support Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/03/support-ticket-triage-session-march-22th-2023-at-1600-utc/\">Support ticket triage session – March 22th 2023 at 16:00 UTC</a></li>\n</ul>\n\n\n\n<h2 id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/03/14/hallway-hangout-lets-chat-about-all-things-layout/\">Hallway Hangout: Let’s chat about All Things Layout</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/03/14/test-chat-summary-14-march-2023/\">Test Chat Summary: 14 March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help Test WordPress 6.2</a></li>\n</ul>\n\n\n\n<h2 id=\"h-theme\">Theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/03/15/themes-team-meeting-notes-march-14-2023/\">Themes Team Meeting Notes –&nbsp;March 14, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Hallway Hangout: Community Themes Initiative</a></li>\n</ul>\n\n\n\n<h2 id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/03/13/meeting-agenda-for-march-14-2023/\">Meeting Agenda for March 14, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/10/dev-squad-update-triage-sessions-planning/\">Dev-squad update: Triage sessions planning</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/10/training-team-meeting-recap-for-march-7-2023/\">Training Team Meeting Recap for March 7, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/03/08/introduction-to-wordpress-development-a-proposed-learning-path/\">Introduction to WordPress&nbsp;Development: A proposed learning path</a></li>\n</ul>\n\n\n\n<h3 id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-code-developing-user-roles-and-capabilities\">Let’s code: developing user roles and capabilities</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-developing-wordpress-user-roles-and-capabilities-2\">WP dev livestream: Developing WordPress user roles and capabilities</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=updating-a-blogs-design-informal-live-stream-part-3\">Updating a blog’s design (Informal live stream) – Part 3</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=%E3%82%AF%E3%83%A9%E3%82%B7%E3%83%83%E3%82%AF%E3%82%A8%E3%83%87%E3%82%A3%E3%82%BF%E3%83%BC%E3%81%8B%E3%82%89%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF%E3%82%A8%E3%83%87%E3%82%A3%E3%82%BF%E3%83%BC%E3%81%AB\">クラシックエディターからブロックエディターに移行するノウハウ</a></li>\n</ul>\n\n\n\n<h3 id=\"h-lesson-plans\">Lesson Plans</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/lesson-plan/pagine-vs-articoli/\">Pagine vs. articoli</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/lesson-plan/cosa-fare-quando-non-ti-ricordi-la-password/\">Cosa fare quando non ti ricordi la password</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/lesson-plan/ta-dashboard-overview/\">டாஷ்போர்டு மேலோட்டம்</a></li>\n</ul>\n\n\n\n<h2 id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-2\">PHP 8.2.3 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-02-14-3\">PHP 8.1.16 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.4\">Composer 2.5.4</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Mar 2023 17:01: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:18:\"Courtney Robertson\";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:\"Post Status: Post Status Live – The Right Approach to WordPress Accessibility\";s:7:\"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://poststatus.com/?p=148252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://poststatus.com/post-status-live-the-right-approach-to-wordpress-accessibility/\";s: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:105788:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">If you’re a leader, a developer, or a designer about to start a major website project, this webinar will help you navigate the important topic of accessibility. <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> is joined by the team at <a href=\"https://tri.be/\">Modern Tribe</a> &#8211; <a href=\"https://twitter.com/ChrisMKindred\">Chris Kindred</a>, Director of Backend Development, <a href=\"https://twitter.com/sarahgless\">Sarah Gless</a>, Creative Director, and <a href=\"https://twitter.com/mjklanac\">Mike Klanac</a>, Director of Business Development, to discuss why accessibility is imperative and how to integrate it into each aspect of development and implementation. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">45</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">The talented team from <a href=\"https://tri.be/\">Modern Tribe</a>  joined <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> for this critical discussion about accessibility in WordPress. They highlight accessibility as a non-negotiable aspect of web development and provide guidance for leaders, developers, and designers to ensure your websites are accessible to all people.</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><strong>Top Takeaways:</strong></p>\n\n\n\n<ul type=\"video\" class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<li><strong>Why Value Accessibility? </strong>Accessibility ensures all people have access to the things we create. It can’t be an afterthought or something for the web dev team to figure out. It must drive the entire creative process and serve as an anchor to ground our teams and our work.</li>\n\n\n\n<li><strong>Requirement vs. Challenge.</strong> Most creative projects work within a set of requirements. These don’t prohibit the creative process. Instead, they challenge us to enhance the things we build and make them better than we might have without thinking through and within these constraints.</li>\n\n\n\n<li><strong>It’s All Around Us.</strong> We think of accessibility as a new idea, but in so many spaces, it’s the norm. We have curb cutouts and braille signage. We see this every day, so tech is catching up.</li>\n\n\n\n<li>Improving Usability. Developing through the lens of accessibility means delivering experiences that solve people’s problems and help them with tasks.</li>\n\n\n\n<li><strong>It Takes Tools.</strong> The creative and engineering are just rails. Utilizing tools to ensure accessibility when publishing and setting up processes and guidelines will equip you to flex as requirements change. It’s necessary for your organization to resource accessibility for it to be done effectively.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show<strong>:</strong></h3>\n\n\n\n<ul>\n<li><a href=\"https://tri.be/\">Modern Tribe</a></li>\n\n\n\n<li><a href=\"https://vimeo.com/148927676\">Eric Meyer</a></li>\n\n\n\n<li><a href=\"https://myspace.com/\">MySpace</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/brandondove\"></a><a href=\"https://twitter.com/ChrisMKindred\">Chris Kindred</a> (Director of Backend Development, <a href=\"https://twitter.com/pixel_jar\"></a><a href=\"https://twitter.com/ModernTribeAgcy\">Modern Tribe</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/sarahgless\">Sarah Gless</a> (Creative Director, <a href=\"https://twitter.com/pixel_jar\"></a><a href=\"https://twitter.com/ModernTribeAgcy\">Modern Tribe</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/mjklanac\">Mike Klanac</a> (Director of Business Development, <a href=\"https://twitter.com/pixel_jar\"></a><a href=\"https://twitter.com/ModernTribeAgcy\">Modern Tribe</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Cory Miller: [00:00:00] Everybody welcome back to another Post Status Live. This is where we<br />do, uh, webinars and interviews with our awesome members at Post Status. And today we&#8217;ve<br />got a great talented team from Modern Tribe.<br />I&#8217;m gonna let them unpack a little bit more about what Modern Tribe does and what they do at<br />Modern Tribe. But today, our topic is gonna be the right approach to WordPress accessibility.<br />This kinda, this really came to the forefront for us and why I sought these experts out because<br />accessibility is a non-negotiable for the web.<br />Um, and they&#8217;re gonna talk more about their passion, their experiences, their expertise around<br />that. But I will just say this is a topic that we need to be talking about more, and we&#8217;re<br />specifically doing this webinar, and I&#8217;ve asked them to come on and share. Particular areas and<br />work inaccessibility with WordPress.<br />But if you&#8217;re a leader, you&#8217;re a developer, you&#8217;re a designer, um, starting to embark on a, on a<br />website project and want rightly so, to [00:01:00] make sure your website is accessible to all<br />people. This is, this is the extended webinar for you. We&#8217;re gonna talk, we&#8217;re gonna talk about a<br />lot. We&#8217;re gonna talk about how does a c-suite or leadership team properly resource and lead,<br />uh, in the accessibility projects for your organization, all the way down to the developers,<br />designers, the people that use the website every single day to make sure you&#8217;re doing your best<br />for those, trying to access your website.<br />So, I wanna introduce these te these, uh, this team today, but I&#8217;m gonna let you do that. So,<br />Mike, could you start us off and share, um, a little bit about what you do with, with, uh, uh, your<br />work at Modern Tribe and, uh, your interest in this whole topic of accessibility?<br />Mike Klanac: Yeah, thanks Corey. Um, my name is Mike Klan.<br />I am the Director of Business Development at Modern Tribe. Um, that&#8217;s essentially a sales role<br />here. [00:02:00] Um, and, uh, I&#8217;m really excited to talk more about accessibility. Um, I, you know,<br />to be transparent, I was actually a little nervous at first, uh, because of my role as essentially a<br />sales role. And, um, this is such an important topic and, and Corey in like preparing for this, you<br />said something that, that resonated with me, which is, , you know, if this is important, um, don&#8217;t<br />feel bad about being an advocate for it and talking about it.<br />Um, so, uh, that helped build my confidence. So I&#8217;m excited to be here to talk more especially<br />about, uh, accessibility as it relates to leadership and as it relates to a core value that stretches<br />across all components of your business. Uh, so, um, yeah, I think continue on with introductions<br />and maybe I could circle back and, and tell you a little bit more about, uh, tribe and how long<br />we&#8217;ve been around.<br />Cory Miller: Yeah. We&#8217;ll, we&#8217;ll come back to you, but I think you, you know, one compelling<br />reason you&#8217;re here too is because you do talk to people that are making decisions, [00:03:00]<br />but not necessarily always the people doing the work too. And it&#8217;s a collaborative approach. And<br />I know your heart, you&#8217;re super, super humble, but very experienced.<br />Mm-hmm. , um, professional. So I&#8217;m really glad to have you on here and you&#8217;re gonna talk first<br />as we, after we do introductions about the whole leadership angle for all of this. Um, Chris and<br />Sarah. Yeah,<br />Chris Kindred: thanks. Um, my name&#8217;s Chris Kendrick. I am, uh, director of backend, um,<br />engineering here at Modern Tribe. Um, I, accessibility&#8217;s always been a passion of mine, um, and<br />it&#8217;s been, uh, really great to come on board at somewhere like Modern Tribe, where they take<br />flexibility so seriously.<br />So, uh, that&#8217;s always been a, a great thing for, for me, um, moving forward. So,<br />yeah.<br />Sarah Gless: Hi, I&#8217;m Sarah Glass. Oh, sorry.<br />Cory Miller: Yeah, yeah. Sorry. Go ahead Sarah. Yeah, thanks Chris.<br />Sarah Gless: Yeah, thank you for having us. Um, I&#8217;m Sarah Glass. I&#8217;m the creative Director at<br />Modern [00:04:00] Tribe. Ultimately, that means I&#8217;m in service to both our clients, making sure<br />that we&#8217;re shipping incredibly beautiful and, and and engaging work, um, as well as our design</p>\n\n\n\n<p>team, ensuring that, you know, they&#8217;re fulfilled in and the work that they&#8217;re doing, and we&#8217;re<br />continuously developing and pushing the work forward.<br />Um, I&#8217;m super passionate about accessibility too. You know, I think that, as you know, coming<br />from a design background, um, ultimately I wanna communicate effectively with, with, with<br />people. And, um, if, if you cut off people in those lanes of communication, um, how good is that<br />design? So I, I truly believe that good design is accessible design.<br />Um, super excited to, to be here and, and chat more about.<br />Cory Miller: I can&#8217;t wait to dig in with all three of you because what you just said, Sarah, is good<br />access, good accessibility is good design. And I think there&#8217;s probably a lot of designers out<br />there that just kind of like, oh, okay, we can do this. So I&#8217;m looking forward to talking more about<br />that, particularly, um, I&#8217;m gonna hype &#8217;em up,<br />[00:05:00] Yeah, absolutely. This can be, you know, that&#8217;s another message in all this, this can<br />be done. There is an approach, a good approach to it, and it is possible, and I think that&#8217;s a<br />really great message. Um, so Mike, before we kind of get into the actual topics, could you tell us<br />a little bit more about Modern Tribe as an agency?<br />Mike Klanac: Sure, sure. I&#8217;ll give you the short version. So, um, Modern Tribe, we like to call<br />ourselves a full service digital design and development agency. Um, we&#8217;ve been around for<br />about 15 years now, uh, and recently joined the liquid web family of brands. Um, I think like one<br />of the way, another way we describe ourselves is we say we connect to the touchpoints of your<br />digital ecosystem.<br />Um, and when I say that, I think what&#8217;s important to note is kind of that WordPress is often. the<br />center, it&#8217;s the hub, the WordPress TMS is the hub of that ecosystem. So we lean on, on<br />WordPress heavily. [00:06:00] Um, and our, our business, I mean, it sort of breaks down into<br />four key categories. There&#8217;s strategy, there&#8217;s content, there&#8217;s design, there&#8217;s engineering, um,<br />and that&#8217;s sort of who we are.<br />Um, accessibility of the topic at hand today, uh, as you&#8217;ll see it, it sort of permeates all of those<br />areas and it&#8217;s sort of core to who we are, um, as an organization. So, um, yeah, we&#8217;re, we&#8217;re<br />press agency.<br />Cory Miller: And I know you all work with some name brand organizations. Maybe you can&#8217;t all<br />talk about it, but I&#8217;m aware enough to know that you all have worked with some of the biggest<br />brands that are household names, helping them specifically, not just with their web, but also that<br />this important part, accessibility.<br />And some of these, uh, organizations, Mike, particularly I know from talking with you all<br />background about this, is if you take federal funding in any way, particularly in the United States,<br />it, it&#8217;s not even a conversation about is it, is [00:07:00] it a thing we should do? It&#8217;s like, no, you<br />do it. And I think that amps us up even more.<br />Um, thankfully, government non-profits have led the way with accessibility, but this is something<br />we&#8217;ll talk more about. Everybody should be doing this. Um, this is this, we&#8217;re in 2023 now today.<br />And it, this is just a part and I&#8217;m, that&#8217;s why, another reason I&#8217;m glad, but you all work with these<br />organizations where you&#8217;re like, there&#8217;s a lot of scrutiny on these organizations you work with.<br />That means that that&#8217;s a good thing in a way because they have to make sure, like Sarah was<br />saying, that this website is successful for anyone that wants to, to access it. So, uh, I think that&#8217;s<br />pretty critical and also demonstrates why I asked Modern Tribe and U three to come on to talk<br />about this today.<br />So, okay, here&#8217;s the layout. We&#8217;re gonna talk about leadership. Now for those of you watching<br />and listening, um, we&#8217;re gonna each, each of the experts, I&#8217;ve asked to talk about a specific area<br />related to their expertise, but you&#8217;re gonna hear from them. I&#8217;ve told them, I said, [00:08:00] I<br />don&#8217;t want you to stay silent.<br />Mike&#8217;s part part, I want you to contribute too, because. As we&#8217;ve talked and prepared for this, it&#8217;s<br />helped me understand this is a holistic process that everybody in the organization needs to<br />embrace. And so, again, I&#8217;ll, I&#8217;ll just say to y&#8217;all, please, if Mike&#8217;s talking, share something from<br />your perspective about this, uh, please do that.<br />Cause I think this is gonna help people. Our intention here is you&#8217;re trying to do right and good<br />by this for your website project. So I want you all to like, help them really understand these are<br />the things we work with clients about. These are the problems we see, these are the challenges<br />we see and here&#8217;s our thoughts.</p>\n\n\n\n<p>Because you, you are experts in this and you see things that I think could make those trying to<br />cross this threshold, um, truly be prepared for and make really good decisions that helps<br />everybody involved, even if they don&#8217;t choose modern tribe as the agency. So again, I think<br />that&#8217;s right on important.<br />Okay, so let&#8217;s just start right here, because [00:09:00] oftentimes, as I understand this, both<br />leading my own organizations, listening to you all and other agency members that post status, I<br />go, um, this type of decision needs to start at the, you know, the top of the hierarchy here. If the<br />leaders aren&#8217;t on board or don&#8217;t fully understand it, this is gonna be a problem.<br />So, I hope those leaders listening, this is your time to take notes because Mike, I, I want you to<br />kind of, what do you think of when you&#8217;re saying, okay, I am, let&#8217;s say a c e O of an organization<br />or in the C-suite or leadership team. I need to start helping think through this, you know,<br />accessibility for what we do on the web.<br />What stands out to you when we talked about leadership and WordPress accessibility.<br />Mike Klanac: Yeah, I&#8217;m, I&#8217;m so glad we get to talk about it from this perspective, because so<br />often accessibility can get pretty dense and technical right away. Um, but in today&#8217;s modern<br />world, uh, it it&#8217;s more than that. And it&#8217;s something that permeates all aspects of your business if<br />you [00:10:00] want it to be successful.<br />And therefore, it often has to start with leadership, um, realizing why it&#8217;s, IM important. Um, it&#8217;s,<br />it&#8217;s gotta be built as a core consideration, um, to all of those various layers. Uh, and the best<br />organizations, the really effective organizations that care and are considerate of their users<br />make this a, a core value.<br />It&#8217;s, it literally becomes, um, part of the culture. Top to bottom. Um, so I think one of the ways to<br />build that understanding is to really think about like, why you&#8217;re doing this. And we hit on the<br />legal implications initially, and I think that&#8217;s where a lot of people first start thinking about this for<br />some reason.<br />But you kind of need to back up and really remember that one of the first reasons this is<br />important is, is just morally, it&#8217;s, it&#8217;s morally important. It&#8217;s a part of digital inclusivity. We are<br />creating tools that serve [00:11:00] users, that serve people, and therefore we need to care for<br />them. We need to think about how they use it.<br />And that applies to all of the users. It&#8217;s an increasingly competitive world. We don&#8217;t have the<br />luxury of, um, excluding people because it&#8217;s not convenient to, um, build tools that serve them<br />effectively. So I think like we really need to ground ourselves in the moral component of this first,<br />which is it&#8217;s the right thing to do.<br />It&#8217;s just the right thing to do, therefore needs to be a leadership initiative. It needs to be brought<br />in, carried through to all components, all layers of your business. Okay. So that&#8217;s like the first<br />thing that I would probably tell a leader in this space is that make it a part of all of your thinking.<br />Cory Miller: I mean, you know, I, we were talking about a client used to consult with before we<br />started recording and I was like, you could tell there the client one did the traditional thing, print<br />off your core values, put it on all the doors, and you&#8217;re like, cool. Yeah. But what are your real<br />core values? [00:12:00] And it seems to me, as you talk about one, there is a business reason<br />to do this, very legitimate that it&#8217;s gonna get a lot of people&#8217;s attention.<br />But I think what you were, you&#8217;re saying is like it should reflect a value that you might not have<br />on the door, but like we care. Yes, we care about the whole population and being able to get to<br />the things that we offer. And if we don&#8217;t, it it, I mean that rings really true when you say that<br />business, there&#8217;s a legitimate business reason and that should hopefully check most boxes.<br />But I think the other thing is that you should actually just care. Yeah. We&#8217;ve all probably been<br />touched in some way with someone that has, uh, uh, uh, something that doesn&#8217;t allow them to<br />see, read, hear, whatever that is, um, that we need to be thinking about that. Just because we<br />don&#8217;t have that particular issue doesn&#8217;t mean there&#8217;s a pretty significant one is a significant<br />enough to me.<br />But I mean this, we&#8217;re talking about in this accessibility [00:13:00] conversation quite a bit of the<br />population that most organizations have flatly not even thought about till today.<br />Mike Klanac: Exactly. Yeah, I think it just sends the right message. You know, when you&#8217;re the<br />type of organization that takes the time to be deliberate and considerate of all of your users,<br />there&#8217;s probably an understanding that that carries through to your product.</p>\n\n\n\n<p>If you&#8217;re selling something, um, you, your service, your, your organization as a whole. So, um,<br />it&#8217;s just the right thing to do. And I think, I think we should just start there as it&#8217;s, it&#8217;s morally right.<br />And as you hit on, um, and to segue a little bit, there are legitimate business reasons. So, um,<br />making sure that your, your site is fully accessible, has this effect of improving the quality, the<br />experience for your users.<br />And that sort of in some ways overlays these other topics that we often talk about as like key<br />performance indicators for businesses. [00:14:00] Things like search engine optimization, um,<br />core web vitals. Um, these are adjacent to each other. So it it&#8217;s about creating an experience<br />that is a user experience that&#8217;s quality for everyone, and therefore your, your business will feel<br />that it&#8217;ll have an impact.<br />Um, so not only is it the right thing to do, morally a highly accessible site that&#8217;s gonna benefit<br />your, your clicks, your conversions, and all those things that we&#8217;ve spent so much time thinking<br />about, um, and that we&#8217;re starting to, to kind of like land a couple of really important reasons. It&#8217;s<br />like, you know, it&#8217;s what&#8217;s good as a person, it&#8217;s what&#8217;s good for business.<br />Um, it th those alone are, are enough reason, right, to really think long and hard about this. Um,<br />But there&#8217;s this final one too, which is the one we kind of backed into this from, which was,<br />there&#8217;s some legal requirements here. I I, I pulled a stat, and I think everyone&#8217;s aware of this,<br />but, [00:15:00] um, 2,800 accessibility lawsuits in 2021.<br />Um, that&#8217;s, that&#8217;s like, it&#8217;s a big deal. And those lawsuits, um, are meaningful and there&#8217;s a place<br />for them. Um, but more important than the litigation itself is you just have an opportunity to get<br />ahead of this if you do things right, and that can get confusing. Um, I, sorry, you&#8217;re gonna jump<br />in. I&#8217;ll take a beat.<br />Cory Miller: Yeah, no, I, I think, um, I&#8217;m curious to hear what Chris and Sarah think too,<br />because it&#8217;s like, you know, we&#8217;ve all been to those situations, uh, where you&#8217;re like, the<br />organization talks a really good talk. Yeah. You know, and we&#8217;ve got plenty of those in our<br />society globally today. But you know, the ones that talk.<br />And you know that ones that just act on that value. And I think this shines pretty clearly whether<br />you go to a website, you see the accessibility blue circle or whatever this is. And I think<br />[00:16:00] this is an opportunity. I&#8217;m curious what Chris and Sarah think too from just an<br />organization standpoint of like when you see someone taking it to this degree, not because they<br />necessarily have to, a lot of these have to, but, and there&#8217;s a probably legitimate reason why<br />there&#8217;s regulations and laws and different things in these lawsuits is because like, okay, if you&#8217;re<br />not gonna do the right thing, the, the world society will kind of push you in that regard.<br />But I think, I&#8217;m curious what you think Chris and Sarah is like, this is a way to get out front and<br />lead act on those values. You can&#8217;t just say you care, but if you care enough to make sure your<br />website is A to B, everybody can can access that and and consume the information and<br />whatever you&#8217;re trying to offer in the world, that&#8217;s an opportunity for leadership to me.<br />So Sarah, Chris, what do you think? . I, yeah,<br />Chris Kindred: I, uh, okay. Uh, I, I think there&#8217;s a huge opportunity there. One of the things we<br />tend to hear is, well, that&#8217;s not the kind of person we&#8217;re marketing to. And [00:17:00] you know,<br />there&#8217;s, there&#8217;s so much more than that going on with accessibility. It&#8217;s, you know, you may not<br />be marketing to &#8217;em right now, but who knows what&#8217;s going to happen in the future.<br />They, they, uh, or, or, um, friends that they have that, that kind of thing, they can help, um, push<br />along whatever product you&#8217;re pushing. And in those cases, so, you know, you&#8217;ve got, um,<br />you&#8217;ve got companies that come at it from that angle and, and there&#8217;s a little bit of education that<br />we have to do to help kind of get &#8217;em over that hump of this.<br />This is, this is a moral thing as well, . It&#8217;s, it&#8217;s not who you&#8217;re marketing to. It is that you are<br />marketing to everybody. Everyone&#8217;s going to see it, and it&#8217;s important that everybody be able to<br />see it.<br />Sarah Gless: Yeah, and I think that, like, going back to Mike&#8217;s original point, like it takes the<br />organization to do that.<br />It cannot be on the shoulders of like your web team. Um, yes, they are like [00:18:00] hands-on<br />producing and shipping that thing. Um, but that thing should be symbolic of like a much larger,<br />um, um, effort around accessibility. Um, and, and your kind of example around, you know,<br />posting your, your core values as a, as a company on the wall, um, and accessibility or<br />inclusivity being on that, um, kind of made me start to think like, what&#8217;s like a real example of, of<br />this.</p>\n\n\n\n<p>Um, you know, like I, I. And transferring that responsibility, not transferring, but sharing that<br />responsibility across the organization means you have to figure out, like, how can each<br />department take part in that? Um, how can we better collaborate on that mission? Um, I think,<br />you know, I&#8217;ve spent a lot of times on and, and working with like brand and marketing teams,<br />great opportunity for, for, for people to get involved in accessibility that may not be, um, on the<br />line to like ship that, that website necessarily.<br />Um, for example, we mentioned, you know, calling out your brand [00:19:00] values. Maybe<br />you&#8217;ve got, you know, being inclusive as, as, as a brand value. Well back that up with like, you<br />know, shipping accessible designs on the marketing side. So like, if you&#8217;re working on a brand<br />book, um, A big part of that is establishing a color palette.<br />Um, and that color palette has implications across so much of your collateral across the<br />organization, including that website. Now, oftentimes what happens on like design, um, is that<br />we&#8217;re handed a brand book with colors we can&#8217;t use, and now we&#8217;re having to rework that<br />because accessibility was never consideration going into that.<br />Um, so that&#8217;s like a, a various, you know, tech like tactile example of, of how one little shift, you<br />know, like, and if your team doesn&#8217;t have the specialties to do that, that&#8217;s okay. Like lean on a<br />team of experts to help and collaborate on that. So bring in the web team into, you know, that<br />brand conversation and when you&#8217;re developing that color palette or, or whatever the thing is,<br />um, to get their [00:20:00] expertise and, and, and make sure that we&#8217;re living up to that kind of,<br />you know, core tenant of being inclusive and accessible.<br />And also, um, Beyond just being like the right thing to do. Like, you know, if you do work ahead,<br />the more you work ahead on accessibility, the more money you&#8217;ll save down the road, um,<br />because you don&#8217;t have to rework as much. So, um, definitely another, you know, kind of<br />business, um, opportunity.<br />Cory Miller: And I, I think, thanks for that.<br />Oh, Chris, go ahead.<br />Chris Kindred: Well, that, that just made me start thinking, um, one of the things is accessibility<br />doesn&#8217;t just stop with your digital things. Um, I, there&#8217;s, there&#8217;s a billboard I drive past or used to<br />drive past all the time, and I could barely read it because it was blue on blue and it just didn&#8217;t,<br />didn&#8217;t work well for, for me as I was driving a car 60 miles an hour past it.<br />I, I, if you&#8217;re going. Put that your, uh, that accessibility and, [00:21:00] and being inclusive as<br />part of your core values that trickles into your billboard, that trickles into the entryway to your<br />business, that that trickles into so many other things in order to prove it.<br />Sarah Gless: It&#8217;s a mind shift, isn&#8217;t it? Like when you, when you Yeah, when and, but it, but<br />once you start doing and getting the practice of that and resource for it, that&#8217;s a critical part of<br />this, right?<br />Um, you, it will become a habit. And, and that&#8217;s a good habit to have.<br />Cory Miller: And I keep shaping this mike in my mind as it&#8217;s a, it&#8217;s a problem, but if we can do it,<br />you just said Sarah and shift her mind, we go, this is an opportunity to show people we care. We<br />don&#8217;t have to put the word on there. If we do certain things like this, just like we&#8217;ve mentioned,<br />diversity, equity, inclusion, huge topic and rightly.<br />This is going, if we truly want to act on that, we need to think about that person who might be<br />blind and trying to ex, like you were talking about, you know, the color palettes and things. It&#8217;s to<br />that thought. [00:22:00] But Mike, it seems like too, I think Chris and Boer helped me today.<br />Like, let&#8217;s add another reason here.<br />This is a team Mork, Hey, we care. So we&#8217;re doing this accessibility project and, and other<br />initiatives in the business side of things that they can do to say, we&#8217;re not just gonna say it, we&#8217;re<br />gonna do it. I mean, this seems like when you go to your team, like Sarah was saying, and<br />you&#8217;re like, Hey, leadership has bought in on this and understands it.<br />Now we go to the team, we want, hey, we want everyone as best we can to do, to, to be able to<br />access things.<br />Mike Klanac: It&#8217;s a, it&#8217;s a foundational, um, shift in how you think about it. So a small example<br />would be we used to, um, ask, do you need your site to be accessible? And now we just<br />assume we&#8217;re gonna build accessible sites.<br />And we used to take a pass at estimating a project and then sort of like do some additional math<br />to calculate accessibility. Now we assume accessibility is a part of every estimate that [00:23:00]</p>\n\n\n\n<p>you&#8217;re doing. Every line item of the feature level estimate incorporates accessibility thinking.<br />Um, and that&#8217;s, and that&#8217;s, that changes the approach.<br />It, it&#8217;s, it starts at the beginning. It carries through all the way to the end. And I, I think I would be<br />remiss not to mention one other topic on leadership that this conversation is sort of remind me<br />of, which is that these standards we&#8217;re talking accessibility is sort of this like, like just just this<br />open-ended term, but it, it means probably slightly different things.<br />And from a leadership standpoint, I think one other thing you need to really consider is what<br />standard are you, in some cases mandated to hit? And just understanding that is part of the<br />leadership obligation because you are the person that may often understand where you&#8217;re doing<br />business, what your jurisdictions are, um, what, what laws you&#8217;re bound to.<br />And if you&#8217;re as an international organization, we, we work with groups in Europe, we work with<br />groups [00:24:00] in California. We, we work with groups that have different sets of<br />requirements and different guidelines. So I think an important note for anyone who&#8217;s, who&#8217;s<br />gonna try to build this philosophy into their organization as they should, uh, is to, to like really<br />fundamentally set some clear guidelines to your team and say that based on where we do<br />business and where we&#8217;re approaching it, the way we&#8217;re approaching it, we&#8217;re gonna try to hit,<br />you know, stay tuned to section 5 0 8.<br />Um, And, and the, the outlines set in WIC AG two one, aa. Like we, there needs to be some<br />basis for what you&#8217;re aiming towards. Uh, it doesn&#8217;t, doesn&#8217;t mean that, um, you can&#8217;t go past<br />that. Um, but uh, you probably need to have that guiding light.<br />Cory Miller: Uh, and I think there&#8217;s a relief for me talking to you all on this too, because when I<br />know for instance, this is a value, right?<br />That we want to, that I love you, you said, uh, just it&#8217;s assumed. You know, [00:25:00] we&#8217;re in<br />2023 having this conversation. It doesn&#8217;t matter what&#8217;s been in the past today, this is just an<br />assumption that mind shift shift, um, but that it occurs to me, you know, as a leader and then<br />we&#8217;ve all kind of talked this and know this, we can&#8217;t know every single thing.<br />Like you&#8217;re talking about these specific legislation, policies, regulations out there. You can&#8217;t<br />possibly. So, but I wanna say there&#8217;s hope. That&#8217;s why we&#8217;re having this conversation. That&#8217;s<br />why there&#8217;s great experts in WordPress overall. Try being one of them that, um, can help<br />navigate some of those. Like it doesn&#8217;t need to be the, the thing that you keep up with at the<br />absolute.<br />That&#8217;s why you hire people like you all to even mention some of these things. Like I&#8217;ve been in<br />tech a long time and I learned something when I&#8217;m talking about when to you all about these<br />things that I hadn&#8217;t considered. And I think that&#8217;s a maybe a sense. Is like, there&#8217;s a little bit of<br />relief you can say like you want to do the right thing.<br />That&#8217;s why you go seek out experts that do. That&#8217;s why I&#8217;ve enjoyed preparation about this. I&#8217;ve<br />learned [00:26:00] a ton that I wouldn&#8217;t even considered . Like Sarah, you were talking about the<br />brand and I go more design Chris than tech sometimes, cuz I don&#8217;t know what I&#8217;m talking about<br />with tech all the time. But I go take this thought and go to your brand values.<br />We have oranges ours, but I have no idea how that expresses itself necessarily. Right. Uh, on<br />the web for someone that&#8217;s hurt and that&#8217;s a holistic thinking. We&#8217;re thinking like we, we&#8217;ve hit<br />this do do good and it&#8217;s got a pretty dang good benefit because it&#8217;s like absolutely. You can<br />actually reflect and show what you&#8217;re doing.<br />So.<br />Sarah Gless: Absolutely. Um, yeah. And you mentioned like. Kind of like leaning on on experts.<br />And that ki kind of got me thinking, like, I think there&#8217;s this expectation. Um, I know design<br />designers put this expectation on them to, to, um, sometimes to, to be able to like have<br />expertise in this. And like we absolutely have to have, you know, baseline knowledge and, and<br />skills that apply to [00:27:00] our work to meet accessibility.<br />But, um, you know, as an organization, if you&#8217;re in a marketing team, um, for example, and<br />you&#8217;re like, do I, do I need to know everything about accessibility? No. And there&#8217;s no, I mean,<br />accessibility is a, you know, a full team of effort. Um, yeah. Um, at Modern Tribe, we&#8217;ve got a full<br />dedicated QA team that is testing rigorously everything we design and build.<br />Um, so, so no. But can you get to a place where you&#8217;ve got like a good baseline knowledge of<br />accessibility and or also like resources that you know you can turn to, whether it be, um, your<br />own team internally that&#8217;s focused on accessibility, your leadership has resource for awesome.</p>\n\n\n\n<p>Or, um, if you can work with consultants or agencies like us or, or what whoever, um, get that,<br />that resource embedded in your team so you can turn to them, um, for their expertise.<br />Because [00:28:00] accessibility is like this ever-changing thing that will continue to grow. Um,<br />and, and I just wanna, like, I think that&#8217;s something like in my own past, I put that pressure on<br />myself and, um mm-hmm. , it&#8217;s a lot of pressure and it can, can kind of, um, um, get you away<br />from other, you know, priorities within your role.<br />So acknowledge that you do not have to, um, necessarily be experts, inaccessibility, but you do<br />have like a moral and business responsibility. To care about it and get help when you need it.<br />Um, um, so yeah,<br />Cory Miller: I think, I think that&#8217;s, that, that&#8217;s a great point. Um, in, in all this. Um, and now we&#8217;re<br />gonna shift to you in just a moment to talk specifically about design, Sarah.<br />But Mike, before we do that, I just wanna make sure, I think we&#8217;ve hit really big pillars here. Um,<br />moral business requirements, , it can be, there&#8217;s an opportunity here to lead and show that you<br />truly care. Um, anything else you think about when you&#8217;re, when you&#8217;re thinking about leaders<br />[00:29:00] making these decisions, wanting to give those resources to design and team and<br />things like that, anything else that we missed that you wanna share?<br />Mike Klanac: Just to like summarize, it&#8217;s a tremendous opportunity. It went from being, uh, a<br />challenge, a problem to No, this is just an opportunity to better serve our, our audience. Um, and<br />that&#8217;s how I would be thinking about it.<br />Cory Miller: Yeah, what a great mind shift and what a great takeaway we have more. So if<br />you&#8217;re a leader in an, an organization making these decisions, stay on because there&#8217;s more,<br />because this is a, we&#8217;re we&#8217;re evolving and growing this concept, like we&#8217;ve been saying as a<br />mind shift, shift change over.<br />What a great, great way to sum up that, Mike. Thank you. Okay, so Sarah, now let&#8217;s just talk<br />creative and design, because a part of this, I&#8217;ll just say this, I was like, okay, I can get the<br />decision. Like I can really embody that and go, it&#8217;s, it&#8217;ll take time, it will take effort, it will take<br />money. But as we&#8217;re talking, I go, [00:30:00] gosh, I&#8217;ve been in the seat too, where you&#8217;re a<br />marketing person or you&#8217;re trying to ship the work into, through the website and there&#8217;s<br />decisions and things that you need to be thinking about that.<br />So as we talk about in this role, creative and design, what, what things stick out to you as we<br />approach the accessibility topic?<br />Sarah Gless: Yeah, absolutely. Well, um, I think just acknowledging that it is a requirement. Um,<br />I think that there&#8217;s this kind of stigma that accessible design, um, pro, you know, prohibits<br />creativity, um, in a way that, you know, accessibly designed websites.<br />Are ugly , for lack of a better term. Um, and I think that that stems from, you know, a history of,<br />of hearing about lawsuits and, and, and building requirements around certain sectors. Um,<br />particularly like the government. Um, and websites for governments or government, um,<br />institutions are, are, are typically not known for, [00:31:00] um, their design.<br />There are a few, of course . Um, so it&#8217;s, it, you know, accessibility, I think in the design world has<br />a, a, a reputation that it&#8217;s gonna restrict me. Um, and I don&#8217;t like to think about that like that. I, I, I<br />want, you know, our design team, we, we sh we, we have a mindset that it&#8217;s just an a<br />requirement and any creative brief you get, um, I&#8217;m sorry, but it&#8217;s gonna have requirements on it.<br />Um, and so if you think about that and shift your mind into thinking that way, it truly does<br />become a creative opportunity, um, and a creative challenge. And, um, I think designers and<br />creatives. Tend to work very well if you give them some structure, but then opportunities to<br />innovate and there&#8217;s tons of opportunities to do that with accessibility.<br />Um, I think of like a past project we worked on for, um, oh, very well known, uh, Ivy League, uh,<br />school, um, that, you know, we designed a, a navigation, it was very robust, it [00:32:00] was<br />very, um, uh, boundary pushing, I&#8217;ll say on the design side. And at first blush, it did not look like<br />it was going to meet accessibility.<br />Um, we worked and collaborated with our QA team, our engineering team, um, and within those<br />boundaries of accessibility and or those requirements, um, and looking at this thing that we<br />really wanted to like put live into the world, we figured it out. Um, and we shipped a very<br />accessible, um, site and navigation that ended up winning a design award like.<br />You can do it. It&#8217;s totally possible. Does it take more resources and time? Yes, but it&#8217;s like po you<br />know? Yes. Um, there&#8217;s, there&#8217;s no way around that, but yes. Um, but you, it, it&#8217;s, it, it truly can</p>\n\n\n\n<p>actually lead to like innovative ideas because, um, even within those requirements, there&#8217;s,<br />there&#8217;s bars to push and like, uh, [00:33:00] uh, figure out how to, to, um, uh, make this work.<br />Cory Miller: So, yeah, I think what you&#8217;re saying, so I fancy myself sometimes justified or not as<br />a creative, and what I hear when you say that is, I know there&#8217;s a bunch of people, when you<br />said the first part feels like it could prohibit, they&#8217;re probably like, yeah, it feels that way. But then<br />you spun it around and you said, this is an opportunity here.<br />I I, when I fancy myself as a creative, I go, constraints are actually really good in a lot of cases.<br />And so if, if it&#8217;s a challenge, Hey, you&#8217;ve give, you&#8217;re given these tools. Take it and be creative.<br />Like that&#8217;s what I got from that example you just gave is like, we looked at it potentially as an<br />obstacle, but we turned it into an opportunity to be really creative and make it work.<br />And I think that&#8217;s part of like, I&#8217;ll get a little fur here and say artistic, like when you say you&#8217;re<br />creative, it means like, don&#8217;t look at these as problems. [00:34:00] Look at &#8217;em as opportunities.<br />You know, that&#8217;s the thing we got with leadership. It seems like. That&#8217;s what I just, I wrote it<br />down. I was like, we&#8217;re talking about how this challenge can be viewed as an opportunity and for<br />creatives, having worked with some creatives, I&#8217;m like, Hey, see what you can do.<br />Yeah. The best things. See what you, yeah.<br />See what you can get away with. , ,<br />Sarah Gless: no, little rebellious ,<br />Mike Klanac: as a definite not creative. I, I really think this is an interesting part of the<br />conversation and somewhere out there, well, this is the part that I can add, I can add that there&#8217;s<br />an article about like Jack White and the White Stripes.<br />There&#8217;s this like idea of threes where they stay within three colors, three instruments, and that<br />that parameter within that, they try to push innovation as much as possible, and clearly they&#8217;ve<br />been successful with it, so.<br />Sarah Gless: Absolutely. That&#8217;s awesome. I, and you know, like, oh, go ahead Chris.<br />Chris Kindred: I, I feel like there&#8217;s another aspect specifically to the, the, um, menu that you&#8217;re,<br />that you&#8217;re talking about there [00:35:00] as a technical team.<br />When we look at a menu that came in like that, we&#8217;re, we&#8217;re looking at it going, now there&#8217;s the,<br />this is gonna be difficult, .<br />And the, the amazing part is though, . It just takes some communication. It takes the team<br />working together to figure out, okay, here&#8217;s where we can push a boundary. We, we, great point.<br />We know how to handle this piece. And we get that developed. We, we work with, you know,<br />our, our, our front end team does an amazing job at staying up to date with things like WIC ag<br />and, and we can really lean on them in, in some of these cases to say, okay, here&#8217;s how you can<br />accomplish this in an accessible way.<br />And then with com, with good communication between design and, and our, our engineering<br />team, we can, we can keep pushing those boundaries. Uh, you, you mentioned that it costs<br />more, it does cost more to be innovative [00:36:00] like that. That&#8217;s just part of being on the front<br />end of the curve. Right? If, if you are trying to push boundaries, it&#8217;s going to cost more.<br />but accessibility doesn&#8217;t have to cost more either. The innovation piece of it is what&#8217;s costing<br />more. Mm-hmm. . So, you know, if, if you&#8217;re, if you&#8217;re wanting to, to do a big award-winning nav,<br />heck yeah, let&#8217;s do it. Let&#8217;s jump in, let&#8217;s, let&#8217;s do it together. Uh, but it doesn&#8217;t have to be that<br />way to be accessible either, right?<br />Mm-hmm. . So, yeah.<br />Sarah Gless: Yeah. That multidisciplinary kind of approach is so critical. Um, I think it requires<br />both specialization and, uh, willingness, like multidisciplinary collaboration across teams to, to<br />do it. Right.<br />Cory Miller: Well, and we talked a lot about boundaries, pushing boundaries, and it seems to<br />me too, it&#8217;s like there&#8217;s probably some mental boundaries we put ourselves in if we think about it<br />as just, oh, this is a [00:37:00] problem and I don&#8217;t want to do it.<br />But I think what I hear from you too, Sarah, is like, Well, this, the, the regulations, the policies,<br />the things that govern this have actually created your canvas. You know, if we look at it like that<br />and we go Exactly. And then I love the challenge actually, like Chris going like, well, what can<br />cools, like even cross teams, we got a challenge, but let&#8217;s look at it as this opportunity to do<br />something really cool.</p>\n\n\n\n<p>Like when you said the awards and stuff, like love that you&#8217;re like, do such a good job with this<br />challenge. They, you could actually win hearts and awards, you know? Exactly. And I think that&#8217;s<br />for creative people, I think that&#8217;s gotta be a stoking fire of like motivation. Oh, absolutely. An<br />inspiration.<br />Sarah Gless: Yeah.<br />So that, like, nav wins an award ranks high on accessible websites in higher ed. Like what? I<br />mean, that&#8217;s just a perfect pair<br />Cory Miller: and that person out there trying to look, trying to do see here whatever to that<br />[00:38:00] information. They&#8217;ve, they&#8217;ve had these experts. Giving their creative talent to do it.<br />So there&#8217;s that other part of like, somebody got to make sure they didn&#8217;t miss that part of the<br />website or whatever was happening in the project.<br />So exactly like, how many wins do we need? People, , , you know, like, and Chris, you&#8217;re gonna<br />get your chance to talk tech too. Um, but I really, I really love this, like the words I hear from you,<br />Sarah, particularly as designer, you know, artistic and creative. You go, you said, doesn&#8217;t have<br />to restrict, doesn&#8217;t have to pro prohibit anything, can actually blossom and grow your creativity.<br />If you, if you look again, we&#8217;re talking about mind shifts and we say, Hey, this is just the canvas I<br />get to create on. I love that. So what else comes to your mind when we talk, when you&#8217;re talking<br />to creative teams and people really trying to make sure the experience is great? What are the<br />things that pop up to you as you&#8217;ve worked with clients and, and the teams?<br />Sarah Gless: Yeah. Yeah. I, I think, uh, I mentioned this a little bit earlier, [00:39:00] but just.<br />Taking the, knowing that you don&#8217;t have to be an expert at this thing. Like, and really, again, I<br />can&#8217;t hit home enough, like collaborating and, and building kind of an extension of your team to<br />support accessibility is so critical. Um, and putting resources towards that.<br />Um, whether that&#8217;s in-house or, or with an agency. Um, you know, I look at our own design team<br />as a great example. Like we, we definitely stay up on knowledge as it affects, you know, the, the<br />work that we&#8217;re working on. Um, but even our team who is talking about accessibility all the<br />time, We still ha have experts specifically dedicated to accessibility within our organization, our<br />QA team, who we can collaborate and lean on to ensure that the work that we are designing<br />and putting out into the world is tru truly accessible.<br />And so I, I just wanna really hit home like if you, if [00:40:00] you, um, are feeling maybe a little<br />overwhelmed, like, how do, how do I do this? Lean on people who know how to do it. Um, and<br />um, yeah,<br />Cory Miller: I think you all have modeled that for me in our discussions leading up to this. You<br />really have modeled it. We, I won&#8217;t get into the exact details, but when I was saying, Hey, we&#8217;re<br />gonna, okay, we got our date and all that, you all started asking these questions.<br />I didn&#8217;t think about that. And they were accessibility questions like naturally. But what I really,<br />really appreciated about you three, why we&#8217;re like working with really super talented people that<br />are also humble is you all team approached that I think Sarah, you&#8217;re like, okay, I think, I think<br />it&#8217;s this, but let me, I&#8217;m gonna go, I&#8217;m gonna go chase that with a team.<br />Chris, same way. And you guys were collaborating and I think what you all have modeled, what<br />you&#8217;re talking about the client should do is really look at this like it&#8217;s not on one particular person.<br />Yeah. Embrace the team concept. [00:41:00] We, we care. And that&#8217;s why as a team, we&#8217;re<br />gonna figure this out together.<br />Mike Klanac: Yeah. Yeah. It&#8217;s a, a perpetually changing topic. It&#8217;s guidelines are evolving,<br />browsers are evolving. The tools that people use are always changing. So if you&#8217;re an expert<br />one day, by the next day, you have more learning to do. And the way that we get around that is<br />by leaning on each other as a team, uh, and thinking about it as sort of a topic that we all need<br />to stay fresh on, um,<br />Cory Miller: and just care about.<br />I mean, this whole conversation evolved because you and I were talking to Mike, you know, and<br />I&#8217;m aware of the work you all do, and. You know, through us talking, you go, gotta have Chris,<br />gotta have Sarah on this call. That&#8217;s my, that&#8217;s You have a bigger team. Absolutely. You all have<br />a bigger team of course.<br />But you&#8217;re like, that&#8217;s a great model. So like we had you start with leadership in making those<br />decisions and then we&#8217;re gonna talk about creativity and then we&#8217;re gonna talk about tech. And<br />then you all have even lighten. Say there&#8217;s somebody else that [00:42:00] might not be in that<br />spec, but they&#8217;re the ones publishing the post or whatever it is to the site.</p>\n\n\n\n<p>Exactly. Yeah. I think we&#8217;ve modeled this like cross-disciplinary, I think you said that too, Sarah<br />is like, okay, we, when we&#8217;re having these conversations, we do need leadership, do need tech,<br />we do need design. And probably the people actually doing this, the work, like into the world,<br />probably all need to be somehow represented in that conversation.<br />So I think I&#8217;m, I&#8217;m digressing from your subject, Sarah, but I just go, I think that just, again,<br />models, it&#8217;s a holistic whole team approach. We&#8217;re, we&#8217;re not gonna get it perfect, but we&#8217;re<br />gonna figure it out together. Absolutely. So I I love that too. I think you&#8217;ve given permission to<br />take some burden off Sarah, as like, yes.<br />You don&#8217;t have to be aid<br />Sarah Gless: as long as you lean on, on, on your, your internal teams or consultants in that, in<br />that area<br />Cory Miller: Care. Lean on your team. Yes. Try to make the best decisions, get the best<br />[00:43:00] experience. You may not win the award every single time, but hey, allowing someone<br />to do that, which probably has a fr I can&#8217;t imagine the frustration someone might feel trying to<br />get actually this cool tool called the internet, but Oh, tripped up like one of the best<br />communication tools ever invented in human history, yet there&#8217;s significant part of our population<br />that can&#8217;t get to it.<br />Sarah Gless: Yeah. It&#8217;s like in the states, one in four, um, have a disability and I think globally<br />it&#8217;s one in six. Like think about those numbers. It&#8217;s like 25% in the us.<br />Cory Miller: That can&#8217;t,<br />Sarah Gless: that you may not be communicating with today on your website.<br />Cory Miller: I, uh, see again, you just go like, so let&#8217;s, let&#8217;s make this for a second, Mike.<br />I&#8217;m curious about this, but you two chime in. You go. If we were gonna say like, just make it a<br />business decision. If I went to any corporate leader, business leader in America and said, what if<br />you could get [00:44:00] 20% more than your gi, like, what if you could tap this market, Mike,<br />like from a market size, what if just from a business, okay, let&#8217;s take, take the pure human<br />element and you go, everybody, every business is looking for new markets to build and expand<br />on.<br />And you go the stat that&#8217;s you just shared, Sarah goes 20% of the popul. That, that, that if we<br />just embrace this right thing to do thing, you can get access to that. And imagine just from a<br />pure business standpoint, that market that&#8217;s served better than any they get anywhere else.<br />They&#8217;re gonna talk, they&#8217;re gonna share, do business here, do work here, because they&#8217;re<br />gonna be your most vocal evangelists.<br />So Mike, like from a pure business standpoint, and I go, let&#8217;s add it to the thing cuz this STA is<br />like we all think about the new markets that we could try to break into, you know, or grow our<br />existing thing. And you all just said, by the way, everybody ha you know, has a hard time with<br />this subject, but we&#8217;re giving you a [00:45:00] huge part of the population.<br />You could serve extremely well.<br />Mike Klanac: Again, yes. Massive opportunity. And, you know, we have so many conversations<br />where, where we will, um, sit and deliberate over customer journeys or you know, how to adjust<br />content in a way to gain just that slight advantage, that percentage change, that 1%, 2% change<br />in conversion or experience improvement.<br />And here&#8217;s an opportunity if you really think about it, to cater to a, you know, one in four people<br />in the United States. That&#8217;s a dramatic improvement. And, and that alone justifies, you know,<br />thinking about this start to finish. It&#8217;s just an incredible opportunity. Again, uh, it&#8217;s a no-brainer.<br />Cory Miller: I&#8217;ve told you all, I want Modern Tribe to do some stickers around these things that<br />I&#8217;ve heard as like core values should be accessibility.<br />Yeah. But it&#8217;s also like, Hey, uh, I got a secret. Do you wanna grow your business? Do the right<br />thing? Like, [00:46:00] just service me on the shirt. . Yeah. Get it on the shirt. Cause I need a<br />shirt for that. You know, I&#8217;m a, I&#8217;m a swag geek Mike. But anyway, I digress. . No, we&#8217;re too, it&#8217;s<br />all good. . No, and I, I think that&#8217;s another thing I&#8217;ve learned from y&#8217;all too, is like, hey, we can be,<br />this can be a subject that we get kinda tense about because we don&#8217;t know all the answers.<br />What I got from you, Sarah, was uh, you took, I think you took a big, big load of perfectionism,<br />expectation, worry, fear of people and release them to say, care about it. Get your team. Yes.<br />Like that&#8217;s the two I got when you&#8217;re looking at design. And that doesn&#8217;t mean just the design<br />team. That means the people who are out there publishing content on the website too.</p>\n\n\n\n<p>Absolutely. You know, lean on your team and don&#8217;t exclude anybody. Include everybody in this<br />conversation and it matters. Anything else, Sarah, on design and creativity you wanted to<br />share? .<br />Sarah Gless: Yeah, I mean, I, I&#8217;ll echo I think a lot of what we&#8217;ve already talked about, but if you<br />could just, [00:47:00] at the end of the day, it&#8217;s, it&#8217;s about putting yourself in those folks&#8217; shoes.<br />And if, I think a great place to do that is by talking to those people, testing those people. Um, I, I<br />think that&#8217;s something that we, we don&#8217;t, you know, as a, um, a, a world , uh, probably do<br />enough of, um, and so empathy, empathy, empathy, just, you know, do the right thing, um, and,<br />and make it a value that you actually follow through with.<br />Cory Miller: Um, yep. Okay. I know you&#8217;re gonna have more to this chair. Thank you for sharing<br />the creativity. I think those are powerful messages that can release and really free people up to<br />use that creativity, use that, those innovative skills in such a really cool way. Yeah. Okay. So we<br />talked about leadership, talked about creativity and design.<br />Now let&#8217;s talk about the nuts and bolts, how this stuff works. Like [00:48:00] Chris. Uh, so you&#8217;re<br />back in, I know you work a lot with your team, uh, Sarah&#8217;s team, Mike&#8217;s team, um, in delivering<br />to the client. Um, when we talk about development, and you, you&#8217;ve, you&#8217;ve surprised me a<br />couple times on this Bec and, but it&#8217;s, it&#8217;s something that we just see.<br />It&#8217;s cuz you care about the subject, you know, you care about this work, but you&#8217;ve been able to<br />give some really good perspective too. But when we kind of venture into this third phase for<br />subject about accessibility, it&#8217;s the technical side. What sticks out to you? Uh, I always start with<br />you.<br />Chris Kindred: You&#8217;ve gotta make it part of your culture.<br />And in order to do that, that means that when you are hiring, you&#8217;ve gotta actually be looking to<br />make sure that you&#8217;re hiring people that believe the same. And, uh, it&#8217;s very difficult to always<br />create great accessible things if the, the people you&#8217;re looking at to bring on board don&#8217;t believe<br />the same thing.<br />[00:49:00] So it starts kind of there. It starts with making sure you get the right people in the right<br />seats and, and that, uh, piece of it. Um, after that there&#8217;s a little bit of understanding why, why<br />we&#8217;re doing this. And, um, one of the things that I like to kind of explain is that accessibility over<br />time has become the norm for, for so many places.<br />Um, think about it as, uh, curb cutouts right at crosswalks. Um, it&#8217;s so that it&#8217;s easier for<br />wheelchairs to get up onto the sidewalk. And, and it&#8217;s such a normal thing to see now. Um,<br />when you&#8217;re getting ready to cross the street and you hit the, the walk button, when it changes,<br />it makes a noise. Well, it&#8217;s because people found out, hey, we need to make this more<br />accessible for other people.<br />And, and they need to be able to get from one side of the street to the other. [00:50:00] And it, it,<br />it just, it, it becomes part of your everyday interaction and it becomes so normal that it, it, it just<br />becomes part of what you do. The same applies building a website. The same applies for the<br />technical side of these things.<br />When you&#8217;re building a form, you just, it, it, it is, it, it has to be ingrained in your culture that<br />that&#8217;s the normal way of doing that. You build it as an accessible form and you don&#8217;t cut corners.<br />Where, um, Somebody that&#8217;s not building it accessible or maybe somebody that doesn&#8217;t know or<br />is ignorant of how to build it accessible.<br />Um, would, would be doing that. You know, um, braille is another great example of having like a<br />braille inside a building trying to find where a, um, a, a hotel room is or an office is, that kind of<br />thing. You, it becomes normal and therefore you start [00:51:00] implementing it. You come to<br />expect it. And that&#8217;s, that&#8217;s a big<br />piece.<br />Mike Klanac: I, I just wanna jump in there, Chris, cause I think. The part that ties this all<br />together is the fact that those items you mentioned, which were initially built for accessible<br />purposes, how, how many other benefits have they shown to perhaps people with different<br />forms of acce, uh, disability or just really anyone like a curb cutout has, su has become a<br />convenience.<br />Um, the noise. I often just can hear that and it becomes a benefit to my experience not being a<br />disabled person. Um, and, and so those, those changes have, have become innovations for all<br />of us.</p>\n\n\n\n<p>Chris Kindred: You, you mentioned a really good point there. Um, there&#8217;s different levels of, uh,<br />disability, let&#8217;s say. Yes. Um, you, you&#8217;ve got permanent disabilities, which are, are people that,<br />that aren&#8217;t going to get over whatever disability they have.<br />Mm-hmm. . And, and you also have, [00:52:00] uh, you know, that&#8217;s, uh, Loss of limb kind of<br />thing. Maybe not being able to type, not being able to hear, not being able to see those kinds of<br />things. Uh, you also have a concept of a temporary disability.<br />Uh, we, we&#8217;ve<br />all experience things like getting your eyes dilated and not being able to look at a website, uh,<br />that, that can really mess with your mind a little bit.<br />If, if a website has all the text way too close together, say you need to call your, uh, eye doctor<br />right after you left and you pull up their website on your phone and you can&#8217;t find the phone<br />number because you, your eyes are dilated. Um, yeah. Now, and there there&#8217;s also this concept<br />of situational disability.<br />Um, very similar. But, uh, say you&#8217;re sitting next to your four-year-old and on the couch and<br />you&#8217;re flipping through videos on your phone and you have the volume off cuz you don&#8217;t know<br />what somebody&#8217;s gonna say and you don&#8217;t want your four year old to hear it. Um, You know that<br />that&#8217;s another [00:53:00] case of an opportunity, that if they have transcripts on that video, all of<br />a sudden, you know what they&#8217;re talking about without having to maybe have your four year old<br />say a word they shouldn&#8217;t.<br />Um, you know, it, the, there&#8217;s, there&#8217;s this other concept a, around situational disabilities, um,<br />that I, it kind of hits home with me in particular because, um, there&#8217;s this level of like your<br />emotional state when you&#8217;re looking at a website, um, maybe your, your ability to actually have<br />like all the right, be in the right state of mind when you&#8217;re going to a, a website.<br />And it, uh, it, my, my daughter was born with a congenital heart defect. She was life flighted from<br />the hospital three days after she was born to a hospital five hours away.<br />Um,<br />My wife went with [00:54:00] her on, on the life flight, and we were extremely thankful she was<br />able to, but uh, here we are. I&#8217;m, I&#8217;m five hours away.<br />I&#8217;m getting ready to get in the car. There was a blizzard that night. There, there was just all kinds<br />of things going on, and I&#8217;ve gotta try to figure out how to get to this hospital and how to, um, find<br />my family, my newborn baby, all of this stuff. Uh, yeah. Eric Meyer does a very good talk on this.<br />Um, I, I think it was a, a list of part talk some, something like that.<br />Um, but it, it is a, a, a, it, it specifically talks about, uh, I think designing in a crisis or designing<br />for crisis. And, you know, if, if your mind&#8217;s not where it needs to be to read the information on a<br />website and you&#8217;re looking for how to get to an emergency room from the airport, And [00:55:00]<br />you are scrolling through a website.<br />I, I know websites pretty well. I&#8217;ve been reading websites my whole life, and I know that normally<br />there&#8217;s an address in the bottom left or right side of most websites. But if you&#8217;re trying to do that<br />looking through tiers, it&#8217;s much more difficult. And so there&#8217;s this level of, um, just because the,<br />there&#8217;s this level of morality that we talked about before, it&#8217;s the right thing to do.<br />But also it, it&#8217;s, it, it doesn&#8217;t, it, it can apply to anybody at any point in time. And you want to<br />make sure you&#8217;re being inclusive of all of those potential situations, especially when it&#8217;s, um, you<br />know, good or, or bad or, you know, education has alerts and all kinds of, there&#8217;s just, it, it<br />permeates through the entire industry.<br />Cory Miller: So before I come back to, to you, Chris, because I want you to put, uh, what the<br />question I&#8217;ll ask when I digress for a second with Sarah [00:56:00] is, uh, think about the<br />technical person on the other side in that seat and the challenges they have. But, you know,<br />Sarah, you, you do design. You know, you think about from the purpose of a website.<br />If I&#8217;m an er, I mean, Chris, you just said a hundred percent of people on that website, what do<br />they want to know? I wanna get to that building as fast as humanly possible. So Sarah, from a<br />pure design ux ui, that&#8217;s the purpose of a website. Is it not? Like, give people to the thing you<br />and your situational, uh, uh, experience.<br />Chris made me think. That&#8217;s, let&#8217;s, let&#8217;s take aside for a second. Accessibility. That&#8217;s just what<br />you wanna do with the website. Like absolutely. How do I, they are hunting, how do I put it right<br />in front of them? You know what I&#8217;m saying? Like from the design side .<br />Sarah Gless: Yes. Like know your audiences, [00:57:00] all of them prioritize, you know, and,<br />and ensure that you&#8217;re talking to them, you&#8217;re listening to them, you&#8217;re testing that work, and you</p>\n\n\n\n<p>know that it&#8217;s going to be there in, in a variety of situations.<br />It&#8217;s not just about slapping your brand on a website. It&#8217;s about ensuring that that experience is<br />meeting users where they&#8217;re at and serving their needs and, and, um, understanding the tests<br />they need to complete and, and designing to that. Um,<br />Cory Miller: like I go back to what you said, and this is reverberating now, and how deep, well,<br />what you said earlier is good accessibility is good design, and you go.<br />I mean, we can take it aside, all of this and just go, that&#8217;s the purpose. You wanna get people to<br />the thing they need to do. You want to empathize, use the word you used earlier, Sarah too, is<br />like, empathize. What are they trying to get done? Okay. I&#8217;m a, whatever the organization, Chris,<br />you just laid it out.<br />It&#8217;s blindingly obvious, the location. Think about that for restaurants. [00:58:00] Think about that<br />for any, any business, any organization, nonprofits, like, they come to you by the way, and<br />they&#8217;re looking for something and as fast and efficiently as you can get that to &#8217;em. So I go back<br />to your comment now, it&#8217;s even more deeper.<br />It&#8217;s like good accessibility is a good design because it&#8217;s about the action you&#8217;re trying to help that<br />person get to, right?<br />Sarah Gless: Absolutely. Yeah.</p>\n\n\n\n<p>Chris Kindred: I, I would even take it a step further and say, good acceptability is usability. Mm-<br />hmm. Uh, it,</p>\n\n\n\n<p>it&#8217;s, it&#8217;s not just the design, but. It, it&#8217;s, it&#8217;s the total package of it.<br />It&#8217;s, it&#8217;s making sure that that button, when it&#8217;s clicked, you know, it was clicked and that it&#8217;s not<br />going to do something unexpected. You know, taking, taking it back to a technical point of view,<br />you know, making sure to know how to make sure a screen reader is announcing that button<br />that it was clicked um, making sure that, uh, the, the person knew what that button button<br />[00:59:00] was going to do and not just say, click here. You know, that making it clear<br />that<br />that&#8217;s what was going to happen when that button was clicked is a key aspect to it.<br />Cory Miller: So, Mike, I just go back down. Sorry. Go ahead, Sarah.<br />Sarah Gless: Yeah, I was just gonna go back to like what Mike said earlier about like, there&#8217;s<br />also like kind of these like side effects that are good side effects when you, when you design,<br />um, um, whatever the experience is, whether it&#8217;s a curb or a website, um, to be accessible, you<br />have all these.<br />Additional benefits for folks that may not have disabilities. So like in the case of the, um, the,<br />you know, the button to call the ER is not visible. Well, what if you designed it to be, well, I bet<br />you&#8217;re gonna pick up not just ensuring that like it&#8217;s accessible, but also a lot of users who may<br />not have disabilities, um, still struggle to find things on websites.<br />So like, you know, they&#8217;ll be able to get their tasks done. Um, professor too, I know it&#8217;s a very<br />hyper [01:00:00] specific example, but, but it does help provide like context, this bigger idea,<br />right?<br />Cory Miller: Hey Sarah, I think no, it&#8217;s a like proving you all&#8217;s point is the it. Let&#8217;s add another<br />one, Mike, to the first part you said, let&#8217;s add another one if, if you only use accessibility as to<br />make your site the best converting, most efficient tool for communicating to your customers.<br />We just like backed into, uh, because you, we&#8217;ve all gone back to these, like the usability thing.<br />If you&#8217;re forced to look at like, okay, let&#8217;s pull up JAWS or whatever tools you all use and<br />recommend for your clients, and let&#8217;s, let&#8217;s go at it from that perspective. You&#8217;ve empathized with<br />the customer and you think if we just put it under marketing or sales, I go, this is the exercise<br />most organizations should be doing.<br />Because you&#8217;re gonna go to the level and you&#8217;re gonna have to think about, I&#8217;m just talking the<br />business case. Okay? Every website [01:01:00] needs to spur an action, like we&#8217;re trying to lead<br />them to something. It could be a sale, it could be the address of the emergency room, it could<br />be whatever it is. I just go from the business case, Mike, like, this is an exercise that all of us<br />should be doing.<br />Because if you&#8217;re in Chris&#8217;s situation, you&#8217;re like, isn&#8217;t it clear? Everybody, everybody in the room<br />know what the key thing here is we&#8217;re trying to get people to the emergency room physically.<br />That informs design, it informs technical, but. Here&#8217;s another business case we should add.<br />Mike Klanac: Absolutely. Yeah, and it&#8217;s really inspiring to like see the conversation.</p>\n\n\n\n<p>I think. As an entire, in the, across the world, evolve from being one where like the, the, the talk<br />that, that Chris just provided it, it probably used to have just been about like how to use like alt<br />tags. Like 10 years ago it would&#8217;ve been like, how do we tag content? And now it&#8217;s, it&#8217;s crossed<br />into like more of a phil philosophical understanding that, hey, this is, this is, um, this is [01:02:00]<br />good business.<br />This is a usability opportunity, this is a chance to empathize with our users. This is a chance to,<br />um, improve customer and user journeys and, and, uh, make it easier for you to check out or to<br />get the information that you need. Um, so it&#8217;s, I just am it, it, I, I&#8217;m, I like that the dots are starting<br />to be connected and that this conversation has changed from just like a very sort of niche<br />technical, how do I.<br />Do these things that I have to do, because otherwise I&#8217;m gonna get in trouble to look at all of this<br />opportunity that we have to incorporate this thinking to better serve our audience that affects,<br />that, improves our business and makes everybody happier. I mean, uh, it connects a lot of dots.<br />Cory Miller: It&#8217;s cool. I, I&#8217;m not exaggerating, but maybe we should rename this panel to how to<br />build a successful website.<br />Yeah. , I mean, I know I&#8217;m exaggerating a little bit, but I go, like, when you were talking through<br />that, Sarah, I thought [01:03:00] that is a focusing feature. It makes us ask the question, what&#8217;s<br />this all about? What are we trying to do? Well, if we can hit it in all these scenarios, we&#8217;ve<br />crystal, we&#8217;ve used it as an exercise honestly, to crystallize what we&#8217;re trying to get from it and<br />pave the way, like that&#8217;s the purpose of website, right?<br />Mm-hmm. , so Absolutely. Okay. I&#8217;m preaching the choir, but I&#8217;m just hearing what you&#8217;re saying<br />and going, yeah. We should. Totally. I think the other title is it&#8217;s not a problem, it&#8217;s an opportunity,<br />you know? Yeah. Okay. Chris, I have veered all the way, but I think it&#8217;s been good. We need this<br />out in the world. We need people to hear these things and appreciate you all sharing so<br />authentically with this.<br />So, back to the question, Chris, I&#8217;m gonna get back to you. So from a technical standpoint,<br />there&#8217;s, on your clients, you&#8217;ve, you&#8217;ve talked to a number, I mean number of teams in the<br />technical side. And you know, part of my question here is trying to help the leaders listening to<br />other people, the other parts of this team understand [01:04:00] there are issues like Sarah did<br />for design that designers have, there&#8217;s somewhere technical.<br />What are the things that stick out to you, you know, those challenges people the technical side<br />has when they&#8217;re working on this particular subject of accessibility?<br />Chris Kindred: Uh, I, I would say it&#8217;s, it&#8217;s keeping up with the changes as they come. Um,<br />that&#8217;s, that&#8217;s one of the big ones. Uh, you know, there, there are different requirements.<br />Uh, those, there&#8217;s more stringent requirements when it comes to WIC ag, which is if, if you&#8217;re a<br />front-end developer and, and backend developers to, uh, knowing what the requirements are to<br />hit certain levels, depending on kind of going back into the legal side of it, you&#8217;re, you&#8217;re certain<br />you&#8217;re gonna be required to hit a certain level of accessibility.<br />And knowing what those are and how they change over time is a big piece of it. And, uh,<br />[01:05:00] at, at Modern Tribe, we really lean a lot on our front end developers for keeping up<br />with that. But also we communicate as a whole and, and we make sure that everybody&#8217;s, you<br />know, doing code reviews for each other and, and that kind of thing to make sure that, uh, if, if<br />there is an accessibility, um, Item that we address it before it goes out, uh, and that, uh, those<br />kinds of things.<br />So it, it, I would say the, the biggest issue is trying to just stay relevant with those, um,<br />accessibility changes. Every time a browser comes out with something new, you&#8217;ve gotta kind of<br />go back and look at it and see if it changed the way you need to implement something based<br />upon those accessibility requirements.<br />So, yeah.<br />Cory Miller: So from, so from the technical side, there&#8217;s how, how any general guidance you&#8217;d<br />give for how to kind of stay touched. It seemed to [01:06:00] me, you know, from a team<br />standpoint is we just regularly have the discuss. Like the topic comes up regularly enough,<br />however that is, but those developers that want to contribute, technical people that want to<br />contribute to it.<br />Any, any thoughts there about how they could try to keep up and places to go?</p>\n\n\n\n<p>Chris Kindred: Yeah, yeah, yeah, yeah. Uh, so there&#8217;s, we, we use a lot of different tools and,<br />and that kind of thing, but you can always go to the WAC website and, and that&#8217;s going to tell<br />you exactly what you need to hit and, and how to perform certain actions in an accessible way.<br />Uh, but, but there&#8217;s also some other things out there. Um, uh, I A A P certifications, uh, the, this<br />is a, um, it, it&#8217;s a, uh, they offer a web accessibility certification that you can get and, uh, it, it<br />teaches you a, about web accessibility, and you [01:07:00] can go through the whole, whole<br />process there and, uh, you know, There&#8217;s no better way to prove that accessibility&#8217;s serious to<br />you than getting some kind of certification For sure.<br />Um, it&#8217;s, it&#8217;s not, uh, an easy thing to do. There. There are other certifications out there too. Um,<br />that&#8217;s just the first one that came to my mind. But, uh, th those types of certifications are, are<br />nice to be able to go out and do and, and learn. Um, and if you&#8217;re making it part of your culture,<br />then you&#8217;re always talking about it.<br />It&#8217;s, it&#8217;s like, like I said, it&#8217;s part of those code reviews. Um, if, if, if I&#8217;m reviewing somebody&#8217;s<br />code and I&#8217;m, I&#8217;m seeing it, I&#8217;m learning too. If they implemented something that I may not have<br />been aware of yet, uh, that, that&#8217;s a big piece as well. So mm-hmm. that, that being able to<br />communicate back and forth about &#8217;em, uh, is, is also super beneficial.<br />Cory Miller: Mike, did you have something to add? probably jumped the gun<br />Mike Klanac: a little bit. I, I [01:08:00] think I was going to start to mention tooling a little and its<br />role in this and, and Chris hit it a, a touch there. But, um, yeah, I mean this is a, this is a, a open<br />conversation. So, you know, it&#8217;s, it&#8217;s something that it, you have to kind of revisit periodically.<br />And the, the tooling, one of the things that it does besides kind of educate you and their, their<br />job is to stay current on creating a system of scans that, um, enforces certain standards. Um, it,<br />it, it allows you to kind of revisit it on a regular basis, uh, and that there is some. There&#8217;s a huge<br />role for that, right?<br />Like it no, no human can actually stay on top of all of the changes at all times. The, that<br />provides some nice rails. And yeah, as we get into this, perhaps this last section in a moment<br />where we talk about the, the, the content publishing or the sort of the, the end user role in<br />[01:09:00] accessibility, um, I think that tooling is a, a key<br />Cory Miller: part of that as well.<br />Okay. So I want to ask Chris one more thing. So this whole banner is accessibility for sure, but<br />WordPress accessibility, I think that&#8217;s the two parts of this why I asked you all to do this<br />particular topic because, you know, accessibility, but you also know the nuances with<br />WordPress like you&#8217;re experts.<br />Travis has been around for a very long time doing some really cool stuff with WordPress forever.<br />So, uh, Chris, my question is now accessibility with WordPress. Things that come out, stand out<br />with you with this amazing open source software that we love that&#8217;s used around the globe and<br />it&#8217;s great solutions for clients.<br />Um, what things stick out there with WordPress accessibility particularly?<br />Chris Kindred: Uh, well, well first open source software. It, it is always, um, it, people are<br />always talking about accessibility. If you go into the, the WordPress Slack, you can see people<br />trying [01:10:00] to focus on accessibility and try to get accessibility into, uh, everything.<br />Uh, you know, I guess it was two or three years, Gutenberg did a big accessibility audit on all<br />the blocks, and that was really important for WordPress to be doing to help move the editor itself<br />forward and make it more accessible for content editors. Um, but as Gutenberg&#8217;s matured and,<br />and become the block editor, it&#8217;s, it&#8217;s become everybody&#8217;s focus.<br />There&#8217;s this new opportunity and, and I think that, uh, As we continue to implement these<br />accessible designs that our, our amazing designers have put together and, and our developers<br />have gone in and, and put a lot of work behind the templates and building out the header and<br />the footer and, and everything, there&#8217;s this, uh, there&#8217;s this content piece that is going to have to<br />be implemented and most of the time that&#8217;s by the client.<br />And [01:11:00] the, the best way to help them would be by creating plugins that test the<br />accessibility before it&#8217;s ever even published. And being able to interface with a service that<br />allows you to check that and give feedback in a meaningful way to a publisher and being able to<br />tell them, this is inaccessible and here is why.<br />Because that&#8217;s a key point too, making sure they know why, so they don&#8217;t always have to fix it<br />every time they do it. Um, and, and being able to flag that the way that editor works now</p>\n\n\n\n<p>compared to way it worked with the classic editor. It, it gives you so many more opportunities for<br />that kind of, um, benefit.<br />So, so creating a, a plugin, you know, it, it&#8217;s something that I, I know a few places have tried to<br />create these, and, and there&#8217;s, there&#8217;s an opportunity to be able to, to do that. And I, I really, I&#8217;m<br />looking forward to, [01:12:00] uh, potentially participating and creating a plugin that can handle<br />that kind of thing. Um, you know, flagging it, uh, checking it from the front, inside, all of those<br />kinds of things for a user, um, that, that would be a, a huge benefit to the community as a whole<br />and, and to content creators.<br />Cory Miller: I, I think you pointed at something that I often don&#8217;t, I, I kind of gloss over, but the<br />fact that there&#8217;s so many people, the power of WordPress is so many people collaborating and<br />caring about this. Yes. This isn&#8217;t a new thing to WordPress. It&#8217;s what I. It&#8217;s, we&#8217;re, we&#8217;re<br />imperfect, but as a community. And the core software has a very passion for diversity, equity,<br />inclusion in that conversation has been championed by people like you and others in the<br />community to make sure WordPress is always accessible.<br />But having said that, there&#8217;s still things, there&#8217;s still things that we need to account for. And you<br />brought those up as like, well, we did in the discussions. It&#8217;s like you can do all the [01:13:00]<br />front end work and then you&#8217;re down to the person that just hasn&#8217;t had the opportunity to be<br />trained a little bit.<br />And the block editor, there are things that need, that are being discussed actively and worked<br />on in the community to need to be done to ensure the other part of this. We got the great first<br />site, but now, okay, we&#8217;re turning over and I, I think it was, Sarah mentioned one of the previous<br />conversations is one, you know, a blog post.<br />Could break the accessibility. You know, one thing that would just because you have so much<br />power, I mean, it&#8217;s the beauty of Good Berg and the block editor, you have so much opportunity<br />there, . You also have an opportunity to kind of go into and break your, all your good work<br />you&#8217;ve done to try to be accessible.<br />Okay. Anything else on technical? And then I wanna divide, dive in with the remain time and<br />thank you all for your time and sharing your expertise so openly. Um, the next section, just about<br />that side of this whole thing is like the other part of the team that might not be in some of the<br />core conversations but are executing, doing the work.<br />[01:14:00] Anything else? Chris, though, before we shift gears into that?<br />Chris Kindred: Uh, technical is such a code dependent thing that it could get. I, I could drown<br />you in what Aria labels mean and why and why not. But you know, the fact is if you&#8217;ve put a<br />culture in place around accessibility, then. It&#8217;s, it&#8217;s something that your devs are going to be able<br />to help you with.<br />And, uh, it, it&#8217;s, it&#8217;s just part of, part of the process.<br />Cory Miller: I&#8217;ve heard. I&#8217;ve, I think another theme in all this is like, if you&#8217;re a designer,<br />developer on the team in some way, uh, this is your webinar to go back if you need help in<br />reinforcements, saying, Hey, we need to embrace this. Um, because I know so many talented<br />designer developers, good hearts, wanna do the right thing, need the resources, you know?<br />Yeah. Need that collaboration.<br />Sarah Gless: Be champions of, yeah. [01:15:00] Making sure this, this is a conversation. Um,<br />and, and feel empowered to like, Take that upwards towards, towards leadership.<br />Cory Miller: Yeah. And share this link afterwards so they Yeah. Can come in here us talk about<br />the amazing opportunity they have here. Yeah. Okay.<br />Thanks Chris. All right. So final section is just this part. You&#8217;ve done all the fronting work, you do<br />care, you&#8217;re doing all the efforts, but then there&#8217;s this situation you already mentioned that they<br />could break it on that particular page because of the power of some of the word and and the<br />lack of the resources and training and guidance.<br />So when we get to this side, the client publishing of all this, who wants to share, what do you got<br />locked and loaded? I wanna just kind of put it here. Cause I think this is another team<br />collaboration of like probably people that are oftentimes overlooked, blamed sometimes, and<br />just don&#8217;t have this side of it that we need to be thinking about from leadership all the way down<br />through the organiz.<br />Mike Klanac: [01:16:00] Yeah, this is a, a really important part of it that oftentimes gets<br />overlooked. Um, and that is just to be really clear, it&#8217;s that after these tools have been created, a</p>\n\n\n\n<p>lot of accessibility thinking has gone into them, and then they are delivered to, um, you know, a,<br />a content publisher to, to maintain and to use for, for possibly up to five years.<br />Um, you&#8217;re at this key point where as a, maybe an agency partner supporting someone, like<br />you&#8217;re putting a lot of that power into their hands now to pick up that, that, that torch and<br />continue to run with it. Um, and there&#8217;s a really unfortunate metaphor here, which is, you know,<br />MySpace, you know, we can all recall MySpace.<br />It was really great. No longer exists today. They were very well intended. And at some point it<br />went from being this nice. Tidy page with a profile to music blaring and the thousands of like<br />scrolling pages and things [01:17:00] jumping out all over. And that&#8217;s because there was not<br />enough rails put into place for content publishers to be success successful for the long haul<br />there.<br />So we&#8217;ve, we&#8217;ve sort of come to the realization, and this is kind of part of like ergonomic thinking<br />and you know, you have to set these content publishers up for success. And the way that you<br />do that is not only in how you&#8217;re architecting the system, the publishing environment, um, to give<br />instruction, to make it just like intuitive and easy to use and sort of like heuristic and you can<br />kind of just, you can figure it out.<br />It&#8217;s simple. Um, but like training them on the idea of publishing accessible content because we,<br />no matter how many guardrails we put into place, if you&#8217;re not thinking about it, you will<br />eventually break the system by putting in. You know, content that is not accessible. Uh, so we<br />try to incorporate that into our training [01:18:00] process.<br />Um, and, and let, let be pretty candid upfront to say, you&#8217;ve got a, a wonderfully accessible site<br />right now. It won&#8217;t be this way if you put in concerning content with, you know, strange things<br />that, that perhaps like in the moment feel really exciting, but you know, they&#8217;re, they&#8217;re not<br />gonna, they&#8217;re not gonna work from an accessibility standpoint.<br />It&#8217;s something you need to continue to think about. Um,<br />Cory Miller: I mean, this goes back, that&#8217;s first part of it. Yeah. This goes back to your, your part<br />and two is the leader and the people making the decisions need to think about all of this that,<br />okay. Part one is just getting the infrastructure, the, the base. Part two is people have to operate<br />within that base and we need to be considerate and give ample resource.<br />To to hear because all of our good intentions could go away. . Yeah. When, when inadvertently<br />someone who does care, [01:19:00] makes a, makes a decision that affects it. So putting that<br />into the process is, is huge. And I think I&#8217;ve heard variously E three talk about the training and<br />the ongoing maintenance and upkeep of your knowledge about how these things operate, um,<br />isn&#8217;t a very important part of all of this.<br />Um, yes sir. Chris, you mentioned tooling or I think Mike got into tooling too earlier. So that<br />seems to be one part, as I&#8217;ve talked to you all, part of this is like just proper tooling to do some<br />as much as we can, as this continues to evolve and change with browsers and different<br />technology and stuff.<br />But, so can you talk to me a little bit about the tooling side?<br />Chris Kindred: Yeah. Uh, so. Tools we use, um, we use Site Improve Dubbo. Um, some of<br />those that what they&#8217;ll do is they&#8217;ll actually go out and put your, put the URL in there and it will<br />scrape your site and tell you what kind of, um, accessibility issues come up.[01:20:00]<br />Uh, they&#8217;re, they&#8217;re great tools that, that kind of thing helps a lot. And, and you can automate<br />that process to run weekly, daily, monthly, however often you want it to. Uh, and, and that&#8217;s a<br />really great check, but I, I really feel like you should be doing something before that. And, and<br />the easiest way to do that is by installing a browser extension on, you know, if you&#8217;re using<br />Chrome, Chrome has ax and you can install AX on your, on your browser, and then you can go<br />pull up your page and it&#8217;s gonna tell you the same stuff, but you&#8217;re just gonna catch it before<br />somebody else did.<br />You know, make it part of your publishing process that you publish a page. Go pull up X on, on<br />the front end and make sure that there&#8217;s not a glaring problem. Um, when you&#8217;re dealing with<br />Go ahead.<br />Sarah Gless: Go ahead. I was just gonna say even, even before that, um, too, it&#8217;s, it&#8217;s the<br />training aspect that, that we mentioned earlier.<br />Um, you know, from [01:21:00] a kind of content side of things, established guidelines and, and<br />make sure that they&#8217;re accessible by everyone on your team that&#8217;s creating content and that</p>\n\n\n\n<p>they&#8217;re updated regularly, um, as things change and evolve with, uh, within the accessibility<br />world. Um, so people are, are making good content from the start.<br />So we, we looked at it a little bit backwards, but I I, I like that because it, yeah, it kinda leads<br />back to that, that person,<br />Cory Miller: the two sides are seems like tools and training the two sides of the airplane, you<br />know? Um, so the,<br />Chris Kindred: there&#8217;s, there&#8217;s one more piece that I wanna mention is that you can always fix<br />what&#8217;s in the editor.<br />It&#8217;s not, you didn&#8217;t just destroy your site forever because you posted one piece of content that<br />was, uh, that had an accessibility problem, evaluate it, go back in and fix it. It&#8217;s not the, the<br />whole point is being aware. Yeah. It&#8217;s when you didn&#8217;t go back and fix it. It&#8217;s [01:22:00] knowing<br />it was there and ignoring it.<br />Those kinds of things that will really get you going along a<br />bad path,<br />Mike Klanac: right. I mean, people are gonna make mistakes. In fact, I&#8217;m assuming at some<br />point someone will look back at this webinar and think they said something incorrect. Um, the<br />point is that we care and we&#8217;re we&#8217;re trying to do the right thing.<br />Um, and, and so I think you&#8217;re right, Chris, like going back, if someone identifies an issue, you<br />can fix it. I mean, that&#8217;s the best thing about this is nothing set in stone here forever.<br />Cory Miller: That is the beauty of the web. I used to be in new newspapers, and when you<br />printed a mistake, it went out . I can&#8217;t imagine we had this opportunity to make it, to fix it.<br />Go back and fix it. Um, well, I, I like that. Any other thoughts on the training and tooling side?<br />Um, making sure, you know, I, I assume all this when you&#8217;re, we&#8217;re talking about like checklists<br />and workflows, like making [01:23:00] sure this is things you do with clients. Like, Hey, there&#8217;s<br />somebody in, not in this meeting and hasn&#8217;t been privy to all this<br />Here you go. Here&#8217;s some basic stuff to look at. I don&#8217;t know if that&#8217;s style sheets. I don&#8217;t know if<br />that&#8217;s like, earlier you talk, you know, Sarah, about like the colors of your logo and then how<br />does that transit translate accessibly And, uh, Chris again, any, anything like that you think as<br />you&#8217;re, you&#8217;ve been working with clients for a long time with this particular thing.<br />What you do that kind of makes the difference for someone you know, is, are there style guides?<br />Are there. Typical things they do. How do you approach this from alus perspective on that<br />training? Like, do you build in like, you know, um, training with a team or I, you know, anything<br />on that regard?<br />Mike Klanac: I, I could probably add one more thing, which is that we, you know, there&#8217;s a lot of<br />intention in the, in the design and the construction of content, so I, if you do that right, [01:24:00]<br />the, the publishers experie.<br />Is pretty like straightforward. It&#8217;s about the quality of the content and the messaging and less the<br />construction of it, and therefore like there&#8217;s less opportunity to get creative at that point. You&#8217;re,<br />you&#8217;re sort of like focused on like what the message, the content&#8217;s trying to convey is, and not<br />so much how the looks and where it positions or if you do have some editorial power at that<br />point.<br />It&#8217;s from a predetermined set of, of configuration. So you&#8217;re like putting the content in and<br />flipping levers and hitting buttons from pre-approved standards that everyone was agreed, uh, in<br />agreement on and happened to be accessible. Um, so if that, that work upfront has been done<br />well, those are some of those guardrails and I, I think that that can, that can help continue<br />success into the future.<br />Chris Kindred: That&#8217;s where Gutenberg has made things so much easier [01:25:00] for, for us.<br />We can go in and create patterns and build out those patterns to be accessible and, and meet a<br />certain, um, layout that sales teams provided the front end to, to be able to do. And, and so<br />we&#8217;ve, we&#8217;ve said, okay, here&#8217;s, here&#8217;s a pattern you can use that we&#8217;ve already vetted as an<br />accessible pattern, and, and you don&#8217;t have to worry about it.<br />If you use this pattern, you&#8217;re good. And then you can use the next pattern. You&#8217;re good, and,<br />and you can kinda work your way down the page that way. And it, it makes things better for the<br />end user. And, you know, that&#8217;s, that&#8217;s everybody&#8217;s goal here. How can we do what&#8217;s best for the<br />end user using WordPress to publish and then in turn their users<br />coming to the website.<br />Cory Miller: All right. Anything else on that? And before we do some takeaways,</p>\n\n\n\n<p>Mike Klanac: I think that pretty much covers it.<br />Cory Miller: This has been like, I think it&#8217;s [01:26:00] beyond primer. What this is is helping one,<br />somebody that does want to care, that cares, takes some meaningful steps about holistically<br />embracing this. Um, and with really solid business and human reasons attached. And I think<br />part of this that I was surprised a little bit is just the thinking when we got into accessibility.<br />It&#8217;s like actually you can, you can make money doing the good thing, doing the right thing. Um,<br />Maybe more money because we&#8217;ve talked about the one in 6, 1, 1 in four in America in<br />particular. But, and, and then the situational that you did, Chris, permanent, situational,<br />temporary Mike, really sharing, um, the, that, that whole case to help us think about that.<br />Um, so I, I love it. And I think the big headline is don&#8217;t look at this as a problem. Look at this as<br />an opportunity. And I think you all have masterfully shared some really compelling, [01:27:00]<br />you can&#8217;t look away from reasons why this should be like the center of, not just the project, not<br />just the website Pro, but culturally as a, as an organization, how we&#8217;re gonna be in the world.<br />And I think it&#8217;s pretty, pretty awesome. Anything we missed? Anything you wanna share? Um,<br />that we didn&#8217;t touch?<br />Mike Klanac: I&#8217;ll just like, my final thought on this was, first of all, again, thank you Corey, for, for<br />recording this. I, I like the opportunity to sometimes approach these topics from a new angle<br />and, and specifically as it relates to accessibility.<br />There&#8217;s been a lot of talks and accessibility and a lot of times they do get pretty in the weeds.<br />Um, because that&#8217;s an important part of this is understanding the weeds and the, the specifics.<br />Um, but what I was, what really drew me to this conversation was the ability to take a step back<br />and, and think about, uh, this topic more holistically as it relates across all the layers of culture<br />and business.<br />Um, both like at a, working with an agency partner, but in your own organization and how doing<br />that, [01:28:00] um, can ultimately bring you a lot of success. So I appreciated the new angle on<br />it.<br />Cory Miller: Sarah, Chris, any any save takeaways or thought.<br />Sarah Gless: Yeah, I think like my, my biggest kind of takeaways are how critical it is for, um,<br />you know, organizations to truly like, resource for this.<br />Don&#8217;t, you know, it&#8217;s, it&#8217;s kind of that idea of like, show don&#8217;t tell, like make it part of your values.<br />Sure. But then show it, right? And, and, and put resources towards it. I think that, um, is a<br />critical step in making sure this is truly valued, um, at your organization and that you&#8217;re<br />connecting with your, your audiences.<br />Chris Kindred: Uh, I, I really agree. Uh, I, I agree with everything that&#8217;s been said, but you<br />know, I, I think Mike talking along the points of, there&#8217;s a bunch of talks out there about<br />accessibility from a technical point of view, [01:29:00] from, uh, how to implement and, and<br />those kinds of things. But I, I think one of the places that struggles the most is, um,<br />Organizations understanding that it costs a lot of money to do that, and it, it costs a lot of money<br />because they&#8217;ve been going at it the wrong way, and they&#8217;ve been coming at it from kind of an<br />inside out, not an outside in, and not making it like sarason not making it part of your culture.<br />And if you can make it part of every piece, it&#8217;s not, it&#8217;s not going to be as expensive as it is if you</p>\n\n\n\n<p>have to remediate something once it&#8217;s all done. Uh, so it, it&#8217;s, um, this has been very eye-<br />opening to me to, I don&#8217;t think many people are looking at it from this direction. And I, I, uh, am</p>\n\n\n\n<p>am excited to be a part of that.<br />Cory Miller: Well, thank you three for sharing. Uh, so openly, uh, your expertise and experience<br />about [01:30:00] this pretty vital, you know, topic that if we&#8217;re working on the web, it&#8217;s just, In<br />fact, it&#8217;s, we&#8217;ve illustrated some good points, but appreciate you all for being and sharing so<br />openly and taking your time. I know it&#8217;s, it&#8217;s a Friday now as we&#8217;re recording, but, um, you have,<br />you have those clients waiting on you.<br />Mike, would you share a little bit how can someone heard what you all have shared and talk,<br />start the conversation with Modern Tribe.<br />Mike Klanac: Yeah, for sure. If anybody has a, a follow on question or wants to talk to Modern<br />Tribe about the work that we do, um, our website is, uh, t r i.be. Um, so you can Google Search<br />Modern Tribe, we pop up around there, uh, the first couple responses.<br />Um, you can also reach me@helloattri.be and um, You know, our goal is to be helpful. So I I<br />really, we do this quite often. If you just have a question, we&#8217;re happy to, to just just talk about</p>\n\n\n\n<p>stuff. So it doesn&#8217;t always [01:31:00] have to be reaching out if you have a, a new project<br />opportunity. This is important to us.<br />We like to hear from people and, uh, yeah, build relationships with everyone in the space. So<br />that&#8217;s how you can reach us. And, and thanks again. And Corey, and then, and the work that<br />post status is doing, carrying these topics through, uh, to the audience. It, it&#8217;s really, really<br />important.<br />Cory Miller: Yeah. I, I think we&#8217;ve got a couple more to topics to pull back because I&#8217;ve, I&#8217;ve<br />already identified some ones that I want to go.<br />I go, I think there&#8217;s more here that I kind of hear, heard that like it may be more, more a specific<br />treatment. So, but Sarah, Chris, Mike, thank you for today. Appreciate your time, what you do<br />and WordPress and the larger world, uh, out there. So have a great, uh, rest of your day. Thank<br />you for being here.<br />Cheers.<br />Mike Klanac: Good talk.<br />Cory Miller: Bye.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Mar 2023 22:35: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: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: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:63:\"Post Status: Launching a WordPress Product in Public: Session 5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=148247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:86910:\"<div class=\"is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">In this episode, <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> discuss a range of topics related to the development of their new product <a href=\"https://crop.express/\">Crop.Express</a>,  including the importance of empathy in designing user interfaces, the challenges of marketing and selling products, and the need for developers to collaborate with others and develop non-technical skills. They each share their experiences from working on various projects over the years and offer insights and advice based on these experiences. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"></span><span class=\"yoast-reading-time__spacer\"></span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  </span><span class=\"yoast-reading-time__reading-time\">45</span><span class=\"yoast-reading-time__time-unit\"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>As the development of <a href=\"https://crop.express/\">Crop.Express</a> continues, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> and <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> continue to gain clarity on what is needed for their product to succeed. They discuss features and integration, free vs. paid versions, ensuring compatibility, and more, as they fold in their experience, expertise, and gathered feedback into the future strategy of their product business.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Cultivating empathy is important for developers.</strong> It&#8217;s essential to understand the needs of different users, particularly those who are not very tech-savvy or who come from different cultural backgrounds. Empathy helps create products that are more user-friendly and accessible to a broader audience.</li>\n\n\n\n<li><strong>Collaboration is crucial for success.</strong> No matter how brilliant a product developer is, they can&#8217;t do everything on their own. They need a team of people with different skills and backgrounds to support them, whether it&#8217;s in terms of design, marketing, or other areas. Building a supportive team requires humility and a willingness to accept feedback and help from others.</li>\n\n\n\n<li><strong>Failure is a necessary part of growth.</strong> Many product developers go through a difficult experience where they realize that their work isn&#8217;t as good as they thought it was. This experience can be humbling, but it&#8217;s also an opportunity to learn and grow. It&#8217;s important for developers to be open to feedback, to take risks, and to be willing to try new things, even if it means making mistakes along the way.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://www.stickermule.com/\">Sticker Mule</a></li>\n\n\n\n<li><a href=\"https://www.canva.com/\">Canva</a></li>\n\n\n\n<li><a href=\"https://www.kickstarter.com/\">Kickstarter</a></li>\n\n\n\n<li><a href=\"https://unsplash.com/\">Unsplash</a></li>\n\n\n\n<li><a href=\"https://www.stockunlimited.com/\">Stock Unlimited</a></li>\n</ul>\n\n\n\n<h3 class=\"eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2>Session 5 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>Corey:</strong> [00:00:00] Session five, and I&#8217;m opening the comments on the YouTubes pop out. Hello? </p>\n\n\n\n<p>Yeah, I should do this too. Okay. Oh, shouldn&#8217;t&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> the recorded bit, we&#8217;ll do it live.  </p>\n\n\n\n<p><strong>Corey:</strong> Is there any other way? I mean,  </p>\n\n\n\n<p>there&#8217;s no&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> one, no other way, but to do it live, at least for Corey and Corey  </p>\n\n\n\n<p><strong>Corey:</strong> Otherwise, there&#8217;s too much to think about. Exactly.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Who wants, who wants, uh, [00:01:00] Perfection. All right. So, hey everybody. This is, uh, Corey and Corey launching a WordPress product in public and session five. And, you know, life happens. And so I&#8217;m actually at a hospital. Uh, my brother, uh, got into the hospital earlier this week and just checking on him.  </p>\n\n\n\n<p>He&#8217;s all good, by the way. Um, anyway, so session five.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Um, how was the jello? These are the things that matter. That&#8217;s true.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> I have not asked. He&#8217;s not been able to eat, but, um, people are pretty awesome. Yeah. Here taking care of them. Good. Glad to hear it. Um, so first things first, we get our first feedback.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Yep, yep.  </p>\n\n\n\n<p>So after all of our discussion around, uh, The most important thing being feedback. How do we collect feedback? I built [00:02:00] into the plugin, um, with your guidance, you know, the most direct way, like I went, we could have just linked to a contact form, but I was like, we want this to be frictionless. So there&#8217;s a button right next to every.  </p>\n\n\n\n<p>Big call to action that says, um, you know, give us feedback or something. Um, and so, and it worked, a little, a little relieved because I, I wound up doing some crazy email routing to get it all, um, signed up because, you know, one of the things with a new product is you don&#8217;t want to just like, you don&#8217;t want to pr optimize prematurely.  </p>\n\n\n\n<p>You don&#8217;t want to pay, start paying for services. And so we are, um, using a number of email forwards from my registrar to a Gmail account to each of us using aliases and various Gmail accounts. So it&#8217;s a little more complicated. But that way [00:03:00] we&#8217;re not spending 16 bucks a month on Google Workspace, you know, before we&#8217;ve.  </p>\n\n\n\n<p>Received an email. So, um, but yeah, the, the first email was positive or encouraging, I should say. Um,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> yeah. And basically, do you, do you know him? Do you know&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> who it is? I, I don&#8217;t think so.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> I don&#8217;t either. So that&#8217;s, that&#8217;s even better because it&#8217;s somebody that we, um, so I&#8217;ll, I&#8217;ll read it if you, if you want me to, Corey?  </p>\n\n\n\n<p>Yeah. Yeah. So I, I don&#8217;t know his name and it looks like his last name, but we&#8217;ll keep that anonymous. Uh, nice start. I would love it if you could work on more fe than featured images. Good affirmation. Wanna be able to do it with just an image on a page. And he gave us a link. Um, this kinda&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> seems link, the link, just so you know, all of the emails will include, i, I auto appended the site, u r url.  </p>\n\n\n\n<p>[00:04:00] Gotcha. So we have, um, you know, so we can go and do a little sneaky research.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Yeah. Uh, looks like in New Hampshire, by the way, aren&#8217;t&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> you in New Hampshire? I am. That&#8217;s why I&#8217;m, uh, or at least the site that it came from. Site that came from,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> yeah. Yeah. Uh, so what sticks out to me is, um, I mean, it&#8217;s one person, but it validates our second step, which is somewhere that can be used outside of the featured image.  </p>\n\n\n\n<p>Um, right. And last week we were talking about like, is there an area in the right sidebar somewhere that is, you know, you can drag it there, it&#8217;s still a step like crop it, but like then you can pull it into a Gutenberg block kind of thing. Is what, do you have any thoughts on that? Like, and I&#8217;m trying to remember a conversation from last week too.  </p>\n\n\n\n<p>I know you&#8217;re always tinkering too, so.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Right. I, unfortunately I haven&#8217;t been this week. Um, [00:05:00] yeah. I&#8217;ve been work, like you say, life gets in the way and work is part of life, and so, yep. Uh, for those who don&#8217;t know, I, uh, consult on the side or freelance on the side and, and these are the clients I&#8217;m always talking about.  </p>\n\n\n\n<p>And so, you know, uh, we have a new design that needs to be implemented this week, so unfortunately side projects get put on, get paused. Yep. Um,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> gotta have something, pay the bills and, um, no, no. I, I just curious cause you always kinda surprise me with something. I happen to mention a circle crop and you&#8217;re like, by the way, I did it.  </p>\n\n\n\n<p>I&#8217;m like, okay, . Um, cool. What, uh, I&#8217;m gonna, I haven&#8217;t looked recently, but how many downloads are we or installs are we up to?&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Oh, good question.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> I&#8217;m gonna do that right now.  </p>\n\n\n\n<p>When I put Crop express, by the way, into the wordpress.org plugins thing. Mm-hmm. , there&#8217;s 1, [00:06:00] 2, 4, 4 things above ours, which is, I&#8217;ll have to follow up with that.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Okay. So, so we still have fewer than 10,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> which, you know, that lags, doesn&#8217;t it? Like they have these, some metrics or something on what displays and so it could be theoretically more, I think.  </p>\n\n\n\n<p><strong>Corey:</strong> Yep. And am I logged in? No. Um, and I wanna say that they took away the deeper analytics. Cuz, cuz I also, you know, since we&#8217;re talking about this, I have a strong suspicion that people are also kicking the tires. Um, so I suspect that people are, you know, installing, trying it, you know, to kind of follow along in our journey and experiencing that.  </p>\n\n\n\n<p>You know, it is a limited plugin so far, and so we&#8217;re probably uninstalling it. Um, [00:07:00] so for me, like I talked about last week, this is, this is, you know, once you&#8217;re in public, this is a bit of a, um, urgency to start, like filling in those gaps. And I, I kind of personally, I like that like, there&#8217;s, there&#8217;s a lot of talk in the startup world about an entrepreneurship world in general of like, you know, if you&#8217;re not embarrassed by your first version that you released, then you&#8217;ve released too late.  </p>\n\n\n\n<p>And I, I thankfully got over that fear of releasing years ago. But it, you know, I, I think the next step is usually this, which is the, like, okay, I&#8217;m in public, I&#8217;ve told a few people about it. Yes, I&#8217;m starting to collect feedback, but I&#8217;m also, you. I can look at the product and go, oh shoot, it&#8217;s missing this.  </p>\n\n\n\n<p>Oh, I forgot about that. You know, so this is where, this is where we, we scramble as long as, uh, I, I can ,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> which is great. Like this is a good stage for, this isn&#8217;t our fa main [00:08:00] focus, but, um, I know, I know you probably have internal pressure for yourself. It&#8217;s like, I wanna get this going.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Yeah. I mean the, the sooner we get these extra features in, the sooner we make our first million, you know, and then I don&#8217;t have to worry about client work anymore.  </p>\n\n\n\n<p>So, I mean, that&#8217;s exactly, that&#8217;s, that&#8217;s the race. The other thing that, you know, I struggle with is a bit of an adult, A D H D. And, uh, when I have a project, you know, talking or, or a little voice in my head that&#8217;s telling me this is what I wanna be working on, I have a real hard time. Doing what I&#8217;m supposed to.  </p>\n\n\n\n<p>So I&#8217;m being a good boy this week. But that&#8217;s definitely, I think part of my, if you can call it success, but at least part of my track record of launching so many things, is that for better or worse, I tend to be pretty self-indulgent and will often, you know, nights and weekends crank on something, even if it&#8217;s [00:09:00] not what I should be working on or what, yeah.  </p>\n\n\n\n<p>Uh, the people around me are happy for me to be working on, but, you know, if if it&#8217;s yelling at me loud enough, then, then I, it&#8217;s hard to resist.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Yeah. It&#8217;s, uh, it&#8217;s hard because you can go, you can go off , just lose yourself because it&#8217;s fun, you know? But yeah. You&#8217;re talking about like 10 years for me is, is this Blitz Creek everything at it, you know.  </p>\n\n\n\n<p>This is a great pace. Like the pressure or like if we can get it, we can get it. We&#8217;re good. Kind of moving forward. But I do feel those tendencies of like, uh, you slacked me and we&#8217;re like, we got our first feedback and I was like, heck yeah. . And it&#8217;s a great one is an affirmation. Mm-hmm. . Um, so here&#8217;s what I had on my to to-do list and I&#8217;ll give you an update.  </p>\n\n\n\n<p>Um, I had Laney Page, talked to content journey, and Robbie, I did one of three. [00:10:00] I talked to Lindsay about content journey and getting their, how they source images was really fascinating. Um, I think there&#8217;s something here to that. Mm-hmm. What I wanted to talk to her more is like the more abstract thought of on page somebody land, you know, finds your post from organic traffic, whatever, and ad get on page and What&#8217;s that?  </p>\n\n\n\n<p>We had that more abstract meta conversation about the role of an image. And, uh, she gave me a lot of good feedback about how they source it. Um, they do custom stock photography, so for clients, so they&#8217;ll arrange for a photographer and they&#8217;ll do some, they do mood boards and stuff like that of like, these are the shots we want.  </p>\n\n\n\n<p>So they use a lot of those images in their posts. Um, but they&#8217;re probably, I think, using a tool like Canva. But I think still there&#8217;s a lot of validity here for crop Exactly. For the [00:11:00] theme this mm-hmm. , that perspective really illuminated for me was these themes have designs and ratios, you know, um, I&#8217;m trying&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Oh, sorry.  </p>\n\n\n\n<p>The, I&#8217;m trying to, I I received a little bit of validation. I just, I, let me interrupt you for a sec. The, the other feedback that I&#8217;m getting or, or experiential feedback or whatever is the same thing in that, uh, essentially there is, it&#8217;s almost like a style guide or you mentioned a mood board, but where there will be somebody who makes decisions about the types of images or the way images are presented.  </p>\n\n\n\n<p>So we, you had me add circles. Uh, I had a client suddenly request, uh, rounded squares [00:12:00] or round, really rounded corner squares. Um, see, that&#8217;s&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> cool because that&#8217;s a, that&#8217;s a differe. Nope, that&#8217;s interesting.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Sorry. And so, and no. Exactly, and that&#8217;s what I mean is like, you know what, we are a little bit at the mercy of what JavaScript can do and, uh, all that kind of stuff.  </p>\n\n\n\n<p>But I, I love the idea of, um, Somebody, again, making decisions about, you know, what essentially what is allowed, what, how images are allowed to be presented on a website. Um, and so I think that&#8217;s, again, going back to like I, who manage sites for clients or somebody who develops themes. And, and so within a given theme, you know, the, the op the theme was designed for images to be 16, nine, but every author photo is meant to be a square with rounded [00:13:00] corners or whatever it is.  </p>\n\n\n\n<p>Um, and so being able to lock in those, you know, we, we say here&#8217;s all the options and somebody goes in and configures all those options so that then when in your day-to-day, um, you&#8217;re, it&#8217;s a no. Editing images is, takes no brain space.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> But this the, you just. Um, I uncovered something that&#8217;s really interesting to me is like, I never thought about that.  </p>\n\n\n\n<p>Rounded corners. Mm-hmm. , like think about you kinda get a line to images, but that&#8217;s a, that little thing apart from the technical, you know, how how to do it Sure. Is. Like that&#8217;s a cool way for something to stand out and I think could be like in that pro category, uh, the pay category of stuff is like, yep.  </p>\n\n\n\n<p>The standout thing that we had kind of got into this higher conversation about us, like how to stand out. Uh, so that&#8217;s, that&#8217;s pretty cool. [00:14:00]&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Yeah, I think creative was, I think, I think we can, we can have some fun with it too. Um, potentially combined with other services or whatever. But like there&#8217;s, um, a little util we talk about, talked about utility apps.  </p>\n\n\n\n<p>There&#8217;s a little utility app that I bookmarked and go back to from time to time, which is, uh, how I created my avatar that I use everywhere. You know, you upload an image, it, I think it&#8217;ll remove the, it must remove the background for you. Like there are a lot of little single page apps that&#8217;ll do that.  </p>\n\n\n\n<p>But then it gives you, I don&#8217;t know, 40 different options of different backgrounds with sparkles or a star or circles. So it&#8217;s professional but fun. And then down below you can, they have backgrounds. So it&#8217;s you on a beach and you in front of the Eiffel Tower and yada yada. So, you know, we can. Relying on feedback and or when Corey&#8217;s a D H D kicks in [00:15:00] and wants to goof around.  </p>\n\n\n\n<p>Or if I find some new, you know, piece of code that&#8217;ll let us do this stuff. Like, I don&#8217;t, I don&#8217;t want to go too crazy with this, you know, cuz it&#8217;s, we could get goofy and end up building features that nobody wants. Right. Um, but there&#8217;s definitely some opportunity for some of these little differentiators, um, to take images, uh, within WordPress to places they haven&#8217;t been before.  </p>\n\n\n\n<p><strong>cory:</strong> So, unless you have another pressing topic we should talk about, I&#8217;d like to explore that for a second. Not to say we should do it, but explore it. Sure. So that just kind of got me in a whole different, um, thought space of Okay. The round the corners thing is there and, and without technical understanding of this Sure.  </p>\n\n\n\n<p>Could you have an image and have a pull quote in front of it? You know, or something like those ways of making an image, not just, I pulled [00:16:00] that from iStock photo or Unsplash or whatever, you know? Yep. Which is interesting because like your client came to you with the rounded corners. Yep. So it&#8217;s like, how could we dress up and make those images per our conversation?  </p>\n\n\n\n<p>Like wait more. Interesting. Well, the avatar thing that&#8217;s really compelling, because maybe the tool is there&#8217;s a crop express area in the menu and you can go in and like, sure, it helps you do your featured image and eventually we&#8217;ll figure this crop where we crop it, you know? But like maybe there&#8217;s, um, that tool that, again, without technical, but I go, is that something we could do with JavaScript as a remove background or can we put some filters on mm-hmm.  </p>\n\n\n\n<p>to, or can we lay things like a slide. That&#8217;s cool options right there. That&#8217;s&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> about, and, and, and what I thought you were gonna say is user images, author images, yes.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Make like in [00:17:00] with it, you get this kick butt, like, avatar,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> right. Because we&#8217;ve got, I mean, WordPress is tied to Avatar for better or worse. And there are lots of plugins for adding user images.  </p>\n\n\n\n<p>If, you know, if in a traditional blog you have a little author byline and you wanna a little photo of them, if you don&#8217;t wanna use Gravita, there&#8217;s plugins that&#8217;ll intercept that request and, and use a WordPress image. Um, again, another place where, down the road, anywhere that somebody is interacting with images on WordPress, we wanna, you know, be there.  </p>\n\n\n\n<p><strong>cory:</strong> Um, this is where Corey, I think we&#8217;re getting onto something. A bigger use case. Yep. But, um, you&#8217;ve been to Sticker Mule,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> but this is the background remover that I use generally.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Oh, is it? Okay. This is your utility? Yes, I have one. [00:18:00] It&#8217;s almost kinda like, oh, let&#8217;s take all these things and say, can we do them technically&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> upscale?  </p>\n\n\n\n<p>Read your print. Yeah. So if you Google sticker Mule background remove, um, it&#8217;s, it&#8217;s usually their background remover that I use cuz I, I love, I love Sticker Mule, I use them for swag. And so this is where, um, and, and there&#8217;s is free, like other people wanna limit the size or whatever, but these guys put it online so that with the idea that you would then go use whatever d background remover or image to print stickers.  </p>\n\n\n\n<p>So yeah. Yeah, we can start getting into that. And the, the funny thing here is I&#8217;ve been curious if this, if we&#8217;d start to have this kind of conversation, um, because the, I think I mentioned a few weeks ago, like I was messing around with another product [00:19:00] in parallel, um, based on, uh, the, the service I built takes screenshots.  </p>\n\n\n\n<p>And so it&#8217;s an API that takes screenshots, but using that a p i, it&#8217;ll, you know, people traditionally are like, oh, a screenshot of my homepage. And it&#8217;s like, okay, but you can, uh, manipulating H T M L with, and CSS is easy, relatively speaking. And then, and so you can kind of generate an image, uh, in a browser and then take a snap.  </p>\n\n\n\n<p>Right. So one of the things that I started to build as a WordPress plugin is, um, for each post, if you go to a URL off of that post, you will see the featured image with the post title and post date. And then it takes a snapshot of that or a screenshot of that. And then that&#8217;s your social image. Yeah.  </p>\n\n\n\n<p>Right. Oh&#8217;s and so, and so. It, it [00:20:00] does, I&#8217;m pretty sure it does require a third party, which is why I built this, had to build this separate a p i. Um, but you know, that&#8217;s something that I&#8217;ve already started looking at and there&#8217;s definitely ways that we could combine those things and it, and, you know, it should be a pro.  </p>\n\n\n\n<p>Definitely we&#8217;re talking about getting into pro stuff, but, um, you know, there&#8217;s, yeah, it&#8217;s lots of other areas where tentacles could creep out involving images and WordPress.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> So I&#8217;m starting both these avatars and social images with the, in the screenshots that you talked about. Yeah. Because that&#8217;s so, you know, our premise a couple weeks ago was make ch creative chores fun or easier.  </p>\n\n\n\n<p>Mm-hmm. , this is even like  </p>\n\n\n\n<p>spruce up your stuff. Like when you talk about avatar, it&#8217;s like, wow, I went and there&#8217;s a thought behind the avatar. Cuz the final [00:21:00] thing is not just a quick image and somehow slammed in there. It&#8217;s like, no, they did a circle or run, whatever these tools we could do, it&#8217;s like treatment of images, you know?  </p>\n\n\n\n<p>Right. So that&#8217;s a&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> level. Yeah. And, and again, I think, you know, the, to me the, I keep coming back to this. The real value add is, The Wizbang, um, not the actual creative part, but, but locking down the creative part. So, uh, you know, I ha again, I have a website, it&#8217;s a, um, or a client website. It&#8217;s a magazine. So every, uh, article that gets submitted has a user, cuz that&#8217;s the author.  </p>\n\n\n\n<p>And so we&#8217;re up to a couple a dozen or, you know, and, and technically more. Um, but every, each one has to upload, we need to get an image from the author and then we upload it and it&#8217;s, they&#8217;re never quite [00:22:00] consistent and stuff like that. And so it&#8217;s, if we, we went in initially and decided, okay, avatar images are, even if it&#8217;s not connected necessarily to like the user profile or whatever.  </p>\n\n\n\n<p>Cuz I keep ta I like your idea of a top level menu item that&#8217;s like, here&#8217;s. Even if it&#8217;s just bookmarks that link to deeper points within WordPress. But it&#8217;s like, here, here you can manage all of your author avatars and you know, initially when you set up the site, you&#8217;d say, okay, we want them all to be square and we want them all to have, you know, rounded corners.  </p>\n\n\n\n<p>And you set that and you forget it. And so then every time a new author comes in, you know, you just say, upload image, crop it. And, and these decisions are made rather than, oh, we have a new author. I have to go back to Canva and move sliders around and try to remember, you know, what is our norm. Um, it&#8217;s&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> right there.[00:23:00]&nbsp;  </p>\n\n\n\n<p>Yeah. It&#8217;s, it&#8217;s where you need it, where you&#8217;re doing the work. It&#8217;s not another platform. Yeah. Well like you&#8217;re saying, that concept is like left hand menu thing could be like that sticker mill tools. , here&#8217;s all your tools. Like, they&#8217;re not gonna need avatar every time, but they know, oh, I go back here. Go back to the utility.  </p>\n\n\n\n<p>Yep. That spruces my images up,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> you know? Yeah. I like that idea of the, the menu because it&#8217;s, I, I kind of got stuck on when you were talking about it last week. I&#8217;m like, I like it from a branding perspective, you know, but what, and, and we could, and I, I don&#8217;t have a problem with having sort of an abstract utility app built in, but I, I was like, there&#8217;s something missing.  </p>\n\n\n\n<p>And I think it&#8217;s that, like you, there&#8217;s a sub menu that says avatar, featured image, general image, or a crop to your heart&#8217;s content, you know? But,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> so here&#8217;s, here&#8217;s a question to that. [00:24:00] Um, there&#8217;s JavaScript tools and things that are available that do things. What are some of the things that, like in the libraries or out there, maybe that could connect some dots and go.  </p>\n\n\n\n<p>Is this something that could be an easy lift and maybe the utility is more pro, but I&#8217;m really li I really like that. Like when we kind of make, become the indispensable utility for sping up your images or whatever fancy thing we&#8217;re gonna call it in there. But then I just go, there&#8217;s so much locked in jQuery, JavaScript, different libraries that are probably easy reasons.  </p>\n\n\n\n<p>Like, is this remove a background feature? You know, I&#8217;m just giving. Mm-hmm. suggest like thoughts here. But if there&#8217;s some of that, it&#8217;s like, why not put that there anytime. I think the principal here could be, anytime we save them from having to go offsite site, that&#8217;s gotta be a plus one. Like that removed background thing.  </p>\n\n\n\n<p>I know the iPhone does it, [00:25:00] stuff like that. But, um, the, some of these ticker meal tools, like you, you have that book marked to do that, you know? Mm-hmm. . That&#8217;s cool. Could we. Can we pull some of those things into that library? And then I guess the question is, what are some of those low hanging fruit fruits for that?  </p>\n\n\n\n<p><strong>Corey:</strong> Yep, yep. I&#8217;m looking at, um, image manipulation plugins, WordPress image editor plugins, because I, you know, it&#8217;s, it, there&#8217;s, there&#8217;s features, there&#8217;s benefits, there&#8217;s ways that they come together and we can, we can offer, we can keep adding features. Eventually we will suss out whether people are using them or not.  </p>\n\n\n\n<p>Either we will build them because we get feedback or we will build them, and eventually we&#8217;ll start looking at analytics and determine that. Mm-hmm. , nobody is using the [00:26:00] watermarking tool or whatever we end. Attic, but I, Ooh. But I wanna&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> watermarking, . That&#8217;s another one I&#8217;m writing down, man. Seriously.  </p>\n\n\n\n<p>Because you got all these photographers, different people, and they&#8217;re like, they wanna put their art up, but they want some sense of protection. That&#8217;s, that opens up another set of things like a whole other y uh, you know, an avatar group we can go toward, like, with just that watermark thing. Mm-hmm. . So I&#8217;m writing that down too,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> but I, what I wanna make sure the, the, the concentric circle that I wanna, or, or the middle that I wanna make sure we end up in it with.  </p>\n\n\n\n<p>Um, this is like, I&#8217;m looking at plugins where you, it&#8217;s Canva or it&#8217;s whatever image editor you like, it&#8217;s Instagram. But it&#8217;s abstract. And, [00:27:00] and I see ways that these other plugins are not, maybe not integrated the way that we are talking about integrating. Cuz that to me is the real value. Like I&#8217;d rather have fewer, this is, this is me based on my experience, right?  </p>\n\n\n\n<p>Obviously this will be determined by feedback, but I would rather have fewer features but be where it actually matters than I&#8217;m looking again at these other tools that are, I think the same, similar thing where like they&#8217;ve implemented libraries or they&#8217;ve, they&#8217;ve built a utility app and they&#8217;ve, you know, shoehorned it into WordPress, uh, like this, I don&#8217;t mean these to be derogatory phrases, um, but it&#8217;s, they are, they are potentially powerful photo editors, but they&#8217;re not where you need them to be.  </p>\n\n\n\n<p>Right? Yeah. If you, if you have to click. Into media in order to get the editor in [00:28:00] order to upload an image to then go to a post, to me, you&#8217;ve missed an opportunity cuz it&#8217;s the, I want to click on featured image or I want to click on an image block and that&#8217;s where this, you know, whatever features need to be.  </p>\n\n\n\n<p>Um, and, and that&#8217;s, and I think sussing out all those use cases to then go, okay, yes, they need watermarks or they need filters, or they need rounded corners or whatever. That&#8217;s when we start, you know, chasing all those feature lists basically. Yep.  </p>\n\n\n\n<p>All I hear is that I need to get off my butt and hurry up. And not at all, get this stuff implemented, . Not at&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> all. But I, I continue to be excited as we do. Uh, really this whole product is just a dis a safari between Corey and Corey and I, I, I wrote down here. We&#8217;re building the case, you know, for it. [00:29:00] And, um, got our first feedback,  </p>\n\n\n\n<p>there&#8217;s a point where we&#8217;re gonna have to say, okay, we think we&#8217;re onto something. And I guess the two ways I think about this one is just put it in a pro version and get somebody to buy. That&#8217;s validation. Second is, hey, does all this resonate? If, so here&#8217;s a, like a, it&#8217;s not a Kickstarter, but a Kickstarter thing of like, buy a hundred dollars, you know, we need 10 grand, let&#8217;s say, to chase these features that we&#8217;re gonna do that we&#8217;ve heard and come in, we&#8217;ll give you some special thing by being one of the first.  </p>\n\n\n\n<p>Yep. So that&#8217;s another option, but I&#8217;m just throwing stuff out like. That&#8217;s a good idea because I feel like we&#8217;re starting to really build a case and we&#8217;re gonna need to make some actual decisions here pretty soon of going, we think this is it, but level of effort for [00:30:00] two hobby workers here doing this, it&#8217;s gonna require capital to go get, get the developer plus more time, you know, to, to chase some of these&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> mm-hmm.  </p>\n\n\n\n<p>Yep. So, yeah, there&#8217;s definitely a, I There&#8217;ll&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> be a catalytic moment. I&#8217;m sorry, there&#8217;ll be a CATA for sure. Moment. You know, we keep coming back soon and&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> we&#8217;re soon there&#8217;s, there&#8217;s op we&#8217;re, we&#8217;re coming at it from opposite ends. Mm-hmm. . Um, we have, I think in the, in some of our discussions, we&#8217;ve established a baseline of functionality that&#8217;s on my plate and then we&#8217;re having really good high level conversations that are.  </p>\n\n\n\n<p>It&#8217;s, you know, you&#8217;re building a house, you know, you need a basement or a a, a cement slab. That&#8217;s Corey&#8217;s job right now. But it&#8217;s, and, and it&#8217;s not without its interesting challenges or [00:31:00] fun points of creativity, but you and I are, at the end of the day, each opening a beer proverbially and standing back and going, okay, so do we wanna build a widows walk?  </p>\n\n\n\n<p>Do we want, uh, a hot tub? Do we want, um, you know, uh, a fireman&#8217;s pole? And s and right now is the time to have all those conversations. Cuz we&#8217;re like, oh, well, uh, I live in New Hampshire hot tub, you can only use about three months of the year. Not that people don&#8217;t have them, but you know, oh, we use&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> ours. , I use ours, I should say.  </p>\n\n\n\n<p>I&#8217;m like, okay, it&#8217;s five degrees, but ,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> it&#8217;s hot out there. .&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Yeah. That maybe warrants some of this, cuz I think we&#8217;re building a case enough where I ki kind of go, okay man, it but it almost si to me and I wanna get your opinions on this. Here&#8217;s free. It&#8217;s got us enough to like really get to talking. Some [00:32:00] people are kind of using it and then going like some of these things.  </p>\n\n\n\n<p>I&#8217;m like, yeah. Then we just take down there. There&#8217;s a general thought or direction here. It&#8217;s like anything where you have to go offsite. Let&#8217;s think about that. Let&#8217;s think about watermark, social engine, screenshots, avatars, that&#8217;s all like paid features. Yeah, those are paid things.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Yeah. But I like your idea of,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> that&#8217;s why, by the way, I&#8217;m glad you got that other domain, ,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> too many domains.  </p>\n\n\n\n<p>I in I, that one I own actually brought me up to 20, which is way down. I used to have. You know, a hundred or something. But we need to&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> buy domain support group separate from this, cuz I&#8217;m with you. Um, but the, the domain you did get, I go, that&#8217;s probably where it seems like right now, today as we&#8217;ve talked about these options, that&#8217;s where we&#8217;re, we&#8217;re probably gonna land.  </p>\n\n\n\n<p>Yeah. Um, [00:33:00] so, uh, sorry, so what are your thoughts on like, I&#8217;ve, I&#8217;m feeling excited. I don&#8217;t wanna get it, but, you know, beyond our skis here, but I go man, one of these, you start with one domino, the second into a pro feature set. Um, we still don&#8217;t have a ton of users, which is what we need. Right. Well, I need&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> to finish thoughts on that again.  </p>\n\n\n\n<p>I need to finish the slab. I need to finish the baseline version that is, Because the other thing I wanna be careful of, and, and we&#8217;re gonna have to, as usual 10, 10 thoughts, thought threads at once here. But I am glad that we are talking about these other directions because I want, what we can&#8217;t do is [00:34:00] have a plugin that is, um,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> what are you looking at  </p>\n\n\n\n<p>Uh, if you heard somebody yelling, that&#8217;s my dad, ,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> um, what we, what we can&#8217;t have is a free version that is useless. Yeah. Right. Okay. Is, or, or that, that hint set, you know, features but doesn&#8217;t actually deliver. And so I kind of have a feeling. , what we had originally talked about was like pro features that are specifically for, uh, agencies, stuff like that.  </p>\n\n\n\n<p>But I have a feeling that even the non-technical or non-agency user is going to need like half of the pro features and great, we, it would be great if we could sell it to them, but if it, if it&#8217;s useless without those features, you know, we, [00:35:00] we see, we see too much churn. Yeah. And so if, if we can even make a pro version that&#8217;s cheap, that just adds a little bit of icing, but then we can use all of this as a segue into these other bigger solving, these other bigger problems than we start to build an empire.  </p>\n\n\n\n<p>Um, which is very, uh, exciting. You know, if we. We start to get into, if there&#8217;s an uh, you know, WordPress and plugins and their add-ons, if there&#8217;s an avatar add-on, if there&#8217;s a social media image add-on mm-hmm. different from the core pro, which is only, you know, 10 bucks to add, you know, color pickers or something, you know, that, that feels better to me than trying to sell or trying to get people to use a free version that only works for us.  </p>\n\n\n\n<p>Very small percentage. Yeah. And then [00:36:00] expect everybody to pay a hundred bucks. They&#8217;re just not gonna, yeah. Thank,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> thanks for anchor this. It needs to be a step, we need to work back on to the slab. So when you said that it came little kind of clear to me is like, maybe it&#8217;s just that area, you know, below the featured image.  </p>\n\n\n\n<p>Uh, I don&#8217;t know if that&#8217;s where it should go in the ui, but it seems like that one thing could flesh out. And maybe there&#8217;s even, like, maybe that&#8217;s where custom dimensions comes into. Mm-hmm. Here it is, all your cropping. You don&#8217;t have to go somewhere else, you don&#8217;t have to upgrade, but like, it&#8217;s the free mvp.  </p>\n\n\n\n<p>It&#8217;s the, uh, not mvp. It&#8217;s the value prop is just want to get the right sized images, you know, done easily without having to find all these different workflows. It&#8217;s right here sitting for you as a utility right there [00:37:00] in right sidebar, post and page. What do you think?&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Yeah, I see that like it&#8217;s, uh, basically going in a, going in a different dimension.  </p>\n\n\n\n<p>It&#8217;s, it&#8217;s all of the features, but only in limited places as opposed to some of the features everywhere. All of the features everywhere. Yeah. So, yeah, we can, we can, we can look at that kind of configuration. I think it, to me, that&#8217;s. , the way I often design product is by building, as we&#8217;ve talked about. And so I think that that&#8217;s the sort of thing that&#8217;s going to become self pretty self apparent as I&#8217;m building.  </p>\n\n\n\n<p>And then you and I can either have one of these calls or can talk in Slack as I&#8217;m going. Okay, so we&#8217;ve, we&#8217;ve covered our bases. We have that cement slab. What is, what does this first floor look like? Do I build three stories of one room or do I build one story of three rooms? Mm-hmm. . Mm-hmm. . And so we can [00:38:00] decide whether we want to kind of go up or go out.  </p>\n\n\n\n<p>Um, so, you know, so what feels good and what, how much feedback we have&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> at the time. Absolutely. And what clarity I see now up for your feedback is we have some case for. A bigger utility that goes, dives deeper into like the avatar. So there&#8217;s the screenshot thing. You blew my mind for a second. But you go into social images, you go into water marketing.  </p>\n\n\n\n<p>So we&#8217;ve got a case building here for pro and then you anchored us back to free full. A full featured free, I think is what I take from this. And that makes me think that free tool needs to be inside bar and it needs to have custom dimensions. Mm-hmm. . Because then why would you want to go anywhere else?  </p>\n\n\n\n<p>Like, cuz somebody could conceivably say, well it&#8217;s letting me crop and get the crop, you know, images, but I want them to a little different. Then they&#8217;re still having to go out. But if we just think only featured free, I [00:39:00] go, that&#8217;s it To me. I go put it in the sidebar. Custom dimensions we&#8217;re good, but again, I&#8217;m, I&#8217;m positing this, I just  </p>\n\n\n\n<p><strong>Corey:</strong> custom dimensions. I think that&#8217;s where. Okay. Because I think it&#8217;s necessary. I think that that&#8217;s the, you know, you we&#8217;re, without it, we&#8217;re talking about, I don&#8217;t know, a car without gas or something. Mm-hmm. . It just doesn&#8217;t, it just doesn&#8217;t do enough. We can&#8217;t, I can&#8217;t imagine that the vast majority of websites only use Square or 16.9 and subsequently we&#8217;re gonna cover our bases.  </p>\n\n\n\n<p>I think it&#8217;s, um, cuz we also, I think, want to hint at that additional value prop of agencies of locking down your website, even from yourself. So the settings page. [00:40:00] Yeah. If you want to allow certain sizes or aspect ratios that are not 16, nine or square, you have to click, click, click to go over to the settings page.  </p>\n\n\n\n<p>Now you set it once and you forget it. But it&#8217;s over there. Whereas day to day you&#8217;re going in and you&#8217;re going, well, my website is actually 16 1.6 that&#8217;s already configured, and then day-to-day, I&#8217;m just plugging in in images.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> So it seems like, like I&#8217;m trying to remember back to like the Photoshop CRO tool.  </p>\n\n\n\n<p>You get the little window over here that&#8217;s, you can type in pixels wide, pixels tall. Then you have an aspect ratio that could be tweaked potentially. Yeah. Like to me, man, if that&#8217;s like maybe the, there&#8217;s the preset, click it go. Just try to get &#8217;em fast. The crop. Then there&#8217;s, in that window, when it pulls up, there&#8217;s, maybe it&#8217;s an advanced tab or something, but it&#8217;s [00:41:00] conceptual.  </p>\n\n\n\n<p>I&#8217;m just kind of talking, but it&#8217;s like those little, that little Photoshop box. If you want to go custom, here you go. And then you can click crop and it&#8217;s done. Yep. Okay. If that&#8217;s it. What, what do you think the level ever for that is? Because I don&#8217;t wanna say Corey, could you do that for us? But I just wanna say, what do you think?  </p>\n\n\n\n<p>That level of effort, because man, right, with that is, okay, beachhead product is crop the pro then become, this is a path into pro. You do this, by the way, so here&#8217;s the panacea for those of you that needs this over here, it&#8217;s called mm-hmm. , our domain. Um, so what&#8217;s level, level of&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> effort you think for that?  </p>\n\n\n\n<p>Uh, it&#8217;s, it&#8217;s honestly, I ha it&#8217;s built already. I had to rip it out, um, to submit the free version because we had talked about, I love working with developers, , um, you know, keeping it very simple. Yeah. Just getting a proof of concept out the door. So, uh, [00:42:00] you know, cuz that, that&#8217;s, to me, even thinking about the 0 0 1 version, we, I knew we would need custom.  </p>\n\n\n\n<p>Configuration. So, um, so putting in a simple settings page and allowing, uh, some basic, you know, one or two presets essentially gets us there. Um,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> okay. So, so if I capture this right though, so they would activate plugin and set those in the plugin settings tab and then have &#8217;em available when that rat sidebar thing comes up, or did I get that wrong?  </p>\n\n\n\n<p><strong>Corey:</strong> No, that, I mean, that was how I imagined it initially. Okay. Uh, but I, as we&#8217;ve talked about, or I talked about I two or three sessions ago, I also think that we need an option to bypass. Um, like we don&#8217;t want to truly [00:43:00] 100% Absolutely. Lock somebody out of uploading an image that&#8217;s some goofy size and shape, like that&#8217;s just root.  </p>\n\n\n\n<p>It&#8217;s your, it&#8217;s their website. So, in. So in my mind, the flow that we&#8217;ve proposed is setting up a new site or you have a site, you install the plugin, you&#8217;d go and say, this site uses or will use 16 1.6 aspect ratio images save. And then when I, whenever I try to upload a featured image, it&#8217;ll, it&#8217;s an option.  </p>\n\n\n\n<p>It&#8217;ll default to that. But there will also, which right now we&#8217;re lacking. But there is so an advanced button that says, do whatever the hell you want. Or just, yeah, blunt. Upload a 10,000 pixel image. Even though we don&#8217;t recommend that you do that. So the&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> reason why I&#8217;m asking some of these in depth, cuz if I get the workflow in my head and I know how it goes, I, that&#8217;s where I&#8217;d like to, here&#8217;s your workflow, here it is, you know, [00:44:00] and we&#8217;re gonna do our best in the product side to make it really easy and safe.  </p>\n\n\n\n<p>But that&#8217;s really helpful cuz I&#8217;d go. Hey, it&#8217;s here in the settings page, but you can also, when you&#8217;re popping it up, crop it to what you think. Right? But if they&#8217;re like me, I go, I don&#8217;t know how far this is. I don&#8217;t, you know, I don&#8217;t know how wide single post templates are typically, I guess like 400, 500.  </p>\n\n\n\n<p>But, so that&#8217;s really, really awesome cuz there&#8217;s like, if you&#8217;re the agency, you&#8217;re gonna set it in the plugin. It&#8217;s there for &#8217;em. If you&#8217;re the independent professional using it, trying to publish content, you might use this at some point, but you got this flexibility. That&#8217;s, that&#8217;s&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> brilliant. And I think, uh, we will do two things.  </p>\n\n\n\n<p>We will have, and this is similar to a lot of other plugins that have this pattern, and I think it&#8217;s, I think it&#8217;s a winner, is you have a settings page. So [00:45:00] you&#8217;ve gone non-developers, but you also allow those settings to be. Hmm. Locked in by defining constants in your WP config file. So it&#8217;s the kind of thing where, uh, you know, um, WP Migrate DB Pro, um, or a c F or there&#8217;s a bunch of other plugins that do this, where you&#8217;ve, uh, you can go in and fiddle with things, or Corey the developer, sets up a new site, drops in a couple of the same constants on all of the sites, and so there&#8217;s no messing with a settings page.  </p>\n\n\n\n<p>Things are just defined. Um, and so we can do a, uh, we can normalize it that way too. So&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> I&#8217;m gonna follow up with Kathy&#8217;s aunt over at Cadence to talk this through, but there, we&#8217;ve, we&#8217;ve hit it because the free tool will say, [00:46:00] this is what I heard. I&#8217;m a web development design firm, agency developer, whatever else.  </p>\n\n\n\n<p>Um, I create, go to all this pain to create this great site for someone and then they end up probably bettering because the images is a wild, wild west in their workflow is like, we&#8217;re gonna use cadence or whatever theme framework, Hey, go here. This is gonna protect your beautiful project you just delivered to the client.  </p>\n\n\n\n<p>That&#8217;s killer man. Yeah. And just making it like it&#8217;s a free tool, you know? And by the way, at some point there&#8217;s gonna be this other thing. So like we get &#8217;em here, use this on all your client sites. So that&#8217;s the u free utility version. Help people. That&#8217;s our, I think that&#8217;s our angle into building the user base for this is, Hey everybody, raise your hand if you had a client.  </p>\n\n\n\n<p>Who takes your beautiful project and screws it up with images. [00:47:00] Yep. Okay. This crop express helps put some little guardrails, like bowling, put the guardrails out so it doesn&#8217;t bounce into the gutter. Yep. I think we&#8217;ve just like stumbled into really compelling to this process. Um, way to go, like we&#8217;re being opinionated, you know, you telling me like themes said, I was like going back to my theme days going, yeah, you&#8217;re right.  </p>\n\n\n\n<p>They designed us with specific things to make sure it lights up like the demo site does, but then in the tool, in the software itself, , it&#8217;s all over the place. It breaks, it makes it&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> look ugly and, and here&#8217;s a little like silly little thing, but low lift may be valuable is I&#8217;m picturing content journey who are writers.  </p>\n\n\n\n<p>And content people, but who are, maybe some of them at [00:48:00] least are not going to be artistic or not going to be comfortable in Photoshop or what have you. Right. So they will, they might be sourcing images. I&#8217;m trying to, I&#8217;m thinking on my feet here, so obviously I&#8217;m stumbling a little, but like my clients too, they go and they source images and I have taught them that we use, we need an image that within that image, whatever size shape it is, there needs to be a 16 nine and there needs to be a square cuz the one of the sites specifically uses that.  </p>\n\n\n\n<p>Right. But they&#8217;ve had to learn that and I&#8217;ve had to teach that to them. And so imagine this, again, silly little thing, but I, I kind of am in love with this idea at the moment. I love where you&#8217;re going. Is uh, it, once you hit settings or once you set those things, it auto generates a style [00:49:00] guide, documentation or what have you.  </p>\n\n\n\n<p>You know, and, and I think this can keep going, but like, again, the quick and easy is I install Crop Express. I set it, I, the developer set it so that the, the website allows this and, you know, 16, nine and square both need to be 10,000 or, or 2000 or less, which is the plug-in will or take advantage of, but it generates some sort of documentation or reference material that I can then hand the client and say, you know, not so, so it doesn&#8217;t rely on them to have to learn or have to figure this stuff out.  </p>\n\n\n\n<p>They have. A thing upfront that says, okay, here&#8217;s what you need when you go to Unsplash affiliate link. When you go to Stock Unlimited affiliate link, you know, these are the, this is what you need to be looking for, this is how you download it, et cetera, et cetera. [00:50:00]&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> I love it because you&#8217;re teaching in the software, you&#8217;re guiding in not just programmatically, but like, that&#8217;s content heaven right there, because conceptually settings page when they&#8217;re doing, or there&#8217;s a, some kind of quick, you know, setup and it&#8217;s like, that&#8217;s our lead magnet two.  </p>\n\n\n\n<p>It&#8217;s like, hey, here&#8217;s the five best places. Uh, here&#8217;s some th like the thoughts we&#8217;ve done on how to like source an image. We, you and I could probably rough some of that out and like, you want it, you know, and journalism is like, you don&#8217;t want the person looking off the page. , you know, so like there&#8217;s some tips we could put in there and that could become guidance and lead magnet&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> and like, yep.  </p>\n\n\n\n<p>And we let, let developers white label it so they put their own logo. And so Corey gets paid to set up a website. I set up a website, install a theme, install crop express, plug in [00:51:00] the hardcode, what I know will, will work and, and match a best practice. Click a button that then downloads the documentation that I need, that I can then hand the client so that, you know, it makes my life easier.  </p>\n\n\n\n<p>I don&#8217;t have to teach them anything. Ooh. And, and maybe that is powerful. Maybe, maybe I, it lets me put my logo in there instead of crop express. So I&#8217;m now handing Corey branded material to the client who I just built a website for.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> I just think I need to go, I put another name on my list, which is I need to talk to Kimberly at ballet.  </p>\n\n\n\n<p>Because all these companies that do agencies that do maintenance and stuff, you&#8217;re like, Hey, make this better. You know? Like, this will make it better. They&#8217;re, they&#8217;ll actually size images correctly. You can do the things you&#8217;re talking about cuz you&#8217;re thinking about the white label, which normally in the past I put into pro.  </p>\n\n\n\n<p>It&#8217;s like, well, that&#8217;s when you get into pro. But I love it here because it&#8217;s like [00:52:00] when you go to a developer, you can just do this and it&#8217;s gonna be better. And they go, heck yeah, because I don&#8217;t have to do all the work and the, I&#8217;m gonna get the benefit from that for my client. Now we&#8217;re, now we&#8217;re here, now we&#8217;re hitting huge case study for free and Pro.  </p>\n\n\n\n<p>Mm-hmm. . Yep. That&#8217;s, that&#8217;s brilliant man. So, okay, so the, what I got is right sidebar custom dimensions. And maybe a third for downstream is like, do we do this white labeling thing? But I&#8217;ll put the third, uh, that&#8217;ll be fourth. I&#8217;ll put the third is, and this will be on me. Uh, I&#8217;ll need some help from you.  </p>\n\n\n\n<p>But it is like collecting these, here&#8217;s your five sources. Mm-hmm. , you know, here&#8217;s, you can find and source good, good stuff. And I could turn into, lead back to our blog on the site [00:53:00] that at some point goes, we&#8217;re gonna talk about open ai, this source. Like, hey, that&#8217;s a webinar you and I can do. Just playing around with stuff.  </p>\n\n\n\n<p>I&#8217;ve been talking to Ag Mors about this, like, maybe we spend a webinar, we&#8217;re like talking about how to cool, create cool images for your blog post using Dolly, or whatever it is. Mm-hmm. great content. Get the people attracted that we need. Tell &#8217;em we&#8217;re trying to make their life better. Like, that&#8217;s the, that&#8217;s the, that&#8217;s the game right there.  </p>\n\n\n\n<p>Like, yeah. Okay, let me, let me record this right side dimensions, some of the EDU guidance content that&#8217;s me. And then downstream, I think is what label, unless  </p>\n\n\n\n<p><strong>Corey:</strong> I mean just, you know, there&#8217;s, there&#8217;s complicated ways to do it and easy ways to do it. And so we can start with the easy way of no branding or what have you. And here&#8217;s content. Yeah. [00:54:00] Um, I worked with valet a few years ago and one of the things that they were working hard on was the conceptual.  </p>\n\n\n\n<p>Literature and illustration of the value they provided every month. Um, and came up with, I have t-shirts that have the design on them, but, um, the illustrated, you know, here&#8217;s what we do for you every month, because that is something that agencies who who run retainers have to, you wanna stay top of mind.  </p>\n\n\n\n<p>You don&#8217;t want just invoices to roll in without a client going, wait, what did, what did you do in the last 30 days? Or what did you do in the last year? Um, Chris Lema had a great blog post about this years ago, um, that I took away from, uh, for my conbon plugin was send, you know, between purchasing and renewal, I [00:55:00] automated 12 emails.  </p>\n\n\n\n<p>That of generic content, valuable, but generic content, evergreen, I should say, content. So at month eight it would say, okay, you are eight months into using your CONBON plugin. By now you are an expert. Here are some advanced tips, or whatever it was. Um, and so, you know, if we can give agencies content to hand to their clients, it&#8217;s obviously not necessarily month over month, but that kind of content.  </p>\n\n\n\n<p>You know, I&#8217;m teaching you, I&#8217;m helping you use your website to its fullest, all that kind of stuff. I, you know, again, I, I think it, it will resonate with some people. Yep.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Uh, championing the cause, helping people, guiding them, walking with them. It&#8217;s good stuff.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> But all that to say, I think, yeah, Kim at Valet would is a great person.  </p>\n\n\n\n<p>I know that they were working on that. I mean, it was years ago now, but, [00:56:00] um, you know, see where she&#8217;s at and, and see that it resonates with her or doesn&#8217;t, but. Okay.  </p>\n\n\n\n<p><strong>cory:</strong> I think Kathy, uh, I&#8217;ll try to ping Kathy this week. If I can get to it today. I&#8217;ll ping her to get the conversation. I&#8217;ve got other things to talk about or talk with her anyway and talk about this cuz if we can like get on a tr get on somebody&#8217;s that&#8217;s, that&#8217;s a Cadillac moment potentially. Plus being able to, sorry, go ahead.  </p>\n\n\n\n<p>Just being able to say this is how the theme will look best and this tool&#8217;s gonna help you with that. Huge. Yeah. And&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> I, I would love to make sure that that&#8217;s true. Because as I&#8217;ve discussed a little bit, I, I primarily use a page builder, which lets anybody upload anything anywhere on the page. Different from what [00:57:00] I conventionally thought of with themes, which was I buy a realtor theme that is already preconfigured for a realtor.  </p>\n\n\n\n<p>So when I click install theme it autoinject fake content with fake realtor pages and fake listings and all that, you know. Does that where between the block editor and the block editor being used for full site editing and page builders and these big theme frameworks or, you know, uh, just shy of a page builder type theme.  </p>\n\n\n\n<p>I want to make sure that that&#8217;s the use case we&#8217;re talking about is still true. Mm-hmm. . In which case, it&#8217;s not like I, you know, we could make a module for Elementor or Beaver Builder, and then it&#8217;s on the [00:58:00] shoulders of the person setting up the website to install those modules and then set those, you know, we want, we wanna allow 16, nine images or whatever it is, which I think is a different use case than my neighbor who&#8217;s a realtor.  </p>\n\n\n\n<p>Mm-hmm. , who installs a plugin and it&#8217;s the, or ex installs a theme. And the theme is preconfigured with our, to work with our plugin to, to say, you know, I have already built all these layouts that are, that encourage that, that only really work best with 16 not, does that make sense? Like, oh yeah.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Yeah. It&#8217;s so.  </p>\n\n\n\n<p>So thinking ahead&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> to them, talk your, your theme people and make sure that this assumption is correct.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Yeah, we&#8217;ll just get on the, see where that alignment is. But my hunch is like, I think it&#8217;s Ben over at Cadence, but as they&#8217;re, whoever designs [00:59:00] their themes, actually, I think it&#8217;s Sailor now, but whoever design their themes, like if you could wish that they would fill it with images that really glorify your theme, what would that be?  </p>\n\n\n\n<p>That&#8217;s the question, right? You know,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> and or, and or we&#8217;re talking about, you know, if, if you are, because if a theme gives total freedom like a page builder, where, where does it make sense to lock down images? Because Corey comes into a blank slate. It&#8217;s up to me to decide. Okay. You know, or, or I had a client who, um, it&#8217;s a, um, Asian American themed website.  </p>\n\n\n\n<p>And so they originally wanted images that were, um, slightly vertical based on the Japanese mats that people sleep on. Apparently, they are a standard aspect ratio, and so [01:00:00] I don&#8217;t think anybody has ever looked at the website and, and got the reference. But, you know, they wanted, so it&#8217;s, again, it is like, you know, four instead of a four, three aspect ratio, it&#8217;s four, 3.7, but that would&#8217;ve been decided by the designer and or me, not the theme creator.  </p>\n\n\n\n<p>Mm-hmm. . So anyway, I&#8217;m just, I&#8217;m, and I, I have no idea what the theme landscape looks like these days.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> It&#8217;s something I can, I can add some of our agency owners too. It&#8217;s like, What, what tools are they doing to build websites and things like that? I still take it, especially on the boutique level, they&#8217;re using some framework like a Cadence Generat press, an AOR or Beaver builder to, to build that.  </p>\n\n\n\n<p>So if we can, I love this cuz it&#8217;s just, we&#8217;re just talking about the workflow, which you&#8217;ve done right? You specifically have done so you know that and that&#8217;s, [01:01:00] yeah, that&#8217;s good stuff. Okay, so plan is get, get to the full feature set for free  </p>\n\n\n\n<p>and I&#8217;ll talk to these people and then we&#8217;ve, we&#8217;re building this really cool case for being that utility. Oh, everything&#8217;s here. Then we can start talking about where that, like tools here, but there&#8217;s, does it need to be integrated here? Like when you say social images, does it need to be somewhere, again, not technically speaking here, but conceptually is like, Yost has social images that needs to tie into here.  </p>\n\n\n\n<p>Um, man, we&#8217;re, I think we&#8217;re onto something. I really do. And it&#8217;s not just blind optimism and because we&#8217;re having fun doing this. I think we&#8217;re getting, we&#8217;re really building this case.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Well, and I, the other thing, I think the good plan that has evolved, yes. And, and I think we are building, [01:02:00] people talk about authority and this is how you build authority.  </p>\n\n\n\n<p>Like you, you get an idea for a product or a problem you want to solve, and then you start splashing around at it, you know? Yeah. I hadn&#8217;t thought about image cropping really, because I am comfortable in Photoshop and Yep. And then I, after a while I got lazy and so started using, you know, a different program or found a website that did it and it was good enough, but I was never.  </p>\n\n\n\n<p>Thinking deeply about cropping images other than I needed to, I need, I need this done, this task done, and now it&#8217;s done. And then I quick upload it and off we go. Whereas now we are, we are becoming the experts, uh, on cropping images, manipulating images, WordPresses relationship with images, themes, images, plugins, da da da da da da da.  </p>\n\n\n\n<p>Um, and that&#8217;s where, down the road, [01:03:00] you know, I, I, I have, I have a lot of fun with this, this part of the process. And down the road we become, you know, the image expert guys, the crop expert guys. The, it&#8217;s all of our marketing content. Go ahead.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Oh, no, no, no, no. You&#8217;re, yeah, I was, yes, you&#8217;re on the thing. Uh, the next thing I was gonna say, you&#8217;re leading straight into it.  </p>\n\n\n\n<p>Do, um, do you mind if we talk publicly about the domain? No, of course not. Okay. So, You&#8217;re leading into this . I was trying to be like not, not as excited. So I could&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> finish, wait, hold this statement. Should we It is, it is th uh, 1 0 5. Should we save the discussion till next week?  </p>\n\n\n\n<p>Yes, you can say no .&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Okay. I wanna say no because I think it&#8217;s just real quick. It&#8217;s just a thought that we&#8217;ll come back to. Mm-hmm. for sure. For direction. We built this case and everything, so I go, crop Express is the free [01:04:00] plugin, but the domain is the brand. Mm. So like if you think about business and marketing wise, we got this one thing, but we&#8217;re making this case for, and how would you say the domain It&#8217;s&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> unfortunately, so it&#8217;s image img.express.  </p>\n\n\n\n<p>Okay.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> So to me, it seems like we just got this clear path, like we&#8217;re building this case and I go, it needs to be crop express by. I m g Express because we just placed this discovered, backed into, here&#8217;s the free utility. There&#8217;s a bigger case here, but it&#8217;s by this brand Corey and Corey, the I m G Express guys.  </p>\n\n\n\n<p>Yep. You know, so I kind of tend to think like when we&#8217;re ready doesn&#8217;t have to happen. Now is like, because all roads we want to lead to, we did this just to get your attention to a beachhead and then, but we&#8217;re the [01:05:00] IMG guys, right? From a branding business&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> perspective, we are, we are all things image.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Yep.  </p>\n\n\n\n<p>Because we&#8217;ve got these use guys. We know we&#8217;ve got some, some, some, we got something here. Um, that is a, could be packaged together and sold for a good price that could sustain and support this business. So that, that&#8217;s the only thing I wanted to say. We don&#8217;t have to finalize that, but I just go man, that that&#8217;s clarity.  </p>\n\n\n\n<p>Of like, it&#8217;s the Im g guys, and by the way, we&#8217;re known like, this is a great utility. Everybody should use it. We do it free because you, you need it, people need it. This is gonna make the web better. When you get to the advanced stuff and you really want to go next level, look what we&#8217;re doing here. And that&#8217;s where you come into the community as Im g community, as professionals doing this work.  </p>\n\n\n\n<p><strong>Corey:</strong> Yeah. I mean, the obvious, uh, parallel that comes to mind is like sayed at doing WP [01:06:00] Beginner. Mm-hmm. Where WP G beginner, uh, I don&#8217;t, I, it runs ads. I suppose I&#8217;m, I&#8217;m sure there&#8217;s some way that it makes money, but for the most part it&#8217;s just a phenomenal resource.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Yeah. It&#8217;s hub free content. It&#8217;s the Osmo Automotive Hub for everything they.  </p>\n\n\n\n<p><strong>Corey:</strong> Right. And obviously they, they use it to promote their products and stuff like that, but I end up on their website all the time learning things. I scroll to the bottom where they usually have a code, version, um, to solve whatever little problem I&#8217;m trying to, to solve. But, um, you know, to me we&#8217;re, we&#8217;re kind of following that same path.  </p>\n\n\n\n<p>If we get people using Crop Express often and and using that for, um, as a reference for other things, then yeah, you know, we can, we can kind of go in any direction really. So, I&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> already put another domain thought about this and I didn&#8217;t wanna do it [01:07:00] publicly just yet cuz we don&#8217;t have the domain secured for it, but I was like, and, and I&#8217;ll totally buy that one.  </p>\n\n\n\n<p>But, um, I was like, you think about IMG and stuff. But yes. Sorry, back to I got, I got squirreled, sorry. But back to this. You&#8217;re fine. , we&#8217;re, we&#8217;re building the case. We&#8217;re creating this resource. You and I are passionate about this kind of stuff. We&#8217;ve got extensive experience, even if we weren&#8217;t the person, we&#8217;ve, we&#8217;ve done these things and it feels very natural to be like, that&#8217;s the brand.  </p>\n\n\n\n<p>This is our, and I wouldn&#8217;t have had that clarity two months ago, by the way.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Right, right. It&#8217;s, yeah. You know, we are waiting deeper and deeper into the pr and it&#8217;s, it&#8217;s also where you start to, you know, the edges become less amorphous. Mm-hmm. You know, the , uh, uh, but you also start to see the rise in . Yeah.  </p>\n\n\n\n<p>But it&#8217;s, you know, you, [01:08:00] you&#8217;re stepping foot in, into, you know, all new territory. And I mean, we&#8217;re gonna keep having these conversations, uh, and especially. Upfront because we&#8217;re not getting a lot of feedback. We are doing our own exploration, which also involves like, you know, there&#8217;s, there&#8217;s lots of writing and whatnot about we are, we are having biased conversations, right?  </p>\n\n\n\n<p>We are going, you are, you are going to content journey with a solution looking for a problem if we&#8217;re honest mm-hmm. . Mm-hmm. . Um, we&#8217;re not, we are open to them saying what we really need is X, Y, Z. But you know, that&#8217;s where we&#8217;re at. Because right now all we can do is make assumptions.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> I did try just so you know, to not do problem first and ask somebody, oh sure.  </p>\n\n\n\n<p>How do you do it? And that was a gold mine, just like this guy mentioned. He&#8217;s like, okay. That&#8217;s validating of, we&#8217;re not trying to just say, I&#8217;ve got a hammer. Where&#8217;s your nail? Um, [01:09:00] that&#8217;s good stuff, man. It&#8217;s, it&#8217;s been fun walking with you and this is a good, like, I think we needed each other to kind of, Get to this part.  </p>\n\n\n\n<p>And it just feels better than, honestly, better than any product I&#8217;ve done because we&#8217;re, we had less pressure. We thought it served our need and we started exploring how it is, and it, it just feels like we&#8217;re on the right path. Yeah, for sure. This could be something, man.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> And it&#8217;s, and I, I&#8217;m really selfishly, I&#8217;m excited to see where we end up in a year, maybe nowhere, who knows, but to then come back and visit these conversations cuz these are always the, you know, what is it, you know, you did.  </p>\n\n\n\n<p>You make a, you make a plan, and then halfway through executing the plan, you&#8217;re like, why did we decide&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> to do this? See, I thought that was the only one. Like, yeah, nobody comes over. [01:10:00] Most people, I should say, don&#8217;t have the fully crystallized, baked out plan. So much of product is expiration like this, right?  </p>\n\n\n\n<p>I think the people, honestly, I&#8217;m side baring and squiring on this, but like the people that kind of think they got the perfect thing, I go one, you might be a genius. Cool. Congratulations. Number two, you&#8217;re probably pretty rare the rest of us trying&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> to figure it out. Yep, yep. And I mean, and time March is on, like I was, somebody asked on Twitter, uh, I don&#8217;t remember what happened to your first product or something.  </p>\n\n\n\n<p>Um, and, and I was like, I, I got up to, through, through the discussion, I was like, I got up to thousands of users but could never figure out how to monetize and. And the person I was talking with was like, I, that, that&#8217;s how, how, how is that possible? Mm-hmm. . And it&#8217;s like, well it was email-based. It was a product, so [01:11:00] you couldn&#8217;t really run ads, which was his good suggestion.  </p>\n\n\n\n<p>Um, it was a product for people who had no money, , so you don&#8217;t wanna sell to people who have no money. Um, you know, and, and the technology of sending lots of emails was expensive and all this stuff. So it was like, there were all these things at the time, whereas, I could build it better now for much cheaper and could probably figure out how to monetize based on new patterns that have emerged and stuff like that.  </p>\n\n\n\n<p>So there&#8217;s, you know, there&#8217;s, there&#8217;s all of those dimensions. Like even if you&#8217;re a genius, um, you know, and come up with the perfect product, the perfect time, like, you&#8217;ve still gotta keep those, the, you know, there&#8217;s wear and tear. If you build the perfect car and you&#8217;re rolling down the road, good for you.  </p>\n\n\n\n<p>But there&#8217;s, there&#8217;s wear and tear. There&#8217;s also gonna be other people that go, oh, I can build a car like that and start racing you. I mean, all these things that compound [01:12:00] over time. Mm-hmm. . It took me a long time to understand the time aspect of a lot of what we do both in business and even in like programming and stuff like that of um, you know, and to get technical for a minute.  </p>\n\n\n\n<p>Like there&#8217;s, uh, you know, when you click on something that triggers an event within a website, but technically there&#8217;s a number of events, you know, mouse down versus mouse click versus, you know, da da da da da. And all of these things happen in an order, and most, a lot of it&#8217;s, um, fixed now. But there was a time when different browsers would put mouse down before mouse click, you know, or the other way around.  </p>\n\n\n\n<p>It&#8217;s like just this other level of thinking that I was able to abstract and now look at also in the context of building product and building business and whatnot of you&#8217;ve. You&#8217;ve got the people involved, you&#8217;ve got the ideas, you&#8217;ve got all this stuff. But tomorrow the landscape might be different. If somebody else comes [01:13:00] out with a plugin that does or doesn&#8217;t do, or proves or doesn&#8217;t prove everything we&#8217;re talking about, we, we have to adjust all of our thinking, you know?  </p>\n\n\n\n<p>Mm-hmm. , which was honestly half the fun,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> but I like your positive spin on that. . I like it. It&#8217;s cause you know, we&#8217;re doing this in public and you&#8217;re like, yeah, somebody go, okay, cool. Thank you for getting me that way. I&#8217;m gonna go do this. You know? Um, and that&#8217;s the, that&#8217;s part of playing this game. Yeah.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> I mean, and we, as we&#8217;ve talked about, we have the luxury of, we, we are not desperate.  </p>\n\n\n\n<p>We do not need this to succeed tomorrow. Um, and I&#8217;ve, I&#8217;ve definitely, I have been in that seat. I put myself in that seat years ago, um, counted on like, oh, the, my next product has to succeed, or I can&#8217;t pay rent, and I [01:14:00] made no good decisions. Mm-hmm. . And so for me, that&#8217;s, I, I know people who work better under pressure.  </p>\n\n\n\n<p>I do not. And so for me, that&#8217;s, I&#8217;ve, I&#8217;ve worked long and hard to get to a position of luxury entitlement, privilege, uh, knowledge and experience where I can build product or play this game, like you said, under the circumstances that are best for me. Mm-hmm. . And I think that that&#8217;s, that only comes with time and experience.  </p>\n\n\n\n<p>Yeah.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> It&#8217;s good timing for both of us because I&#8217;ve painfully, you know, trodden this path for a long time. You know, like, I don&#8217;t know if I told you the story back buddy, but we can do that next week. But you know, so much of this, it felt like high stakes poker in a sense of, in the past for me, because we were a product company and trying to dial this stuff in, [01:15:00] felt so much like art and not science.  </p>\n\n\n\n<p>Um, I still think it&#8217;s a blend of those two, art and science where Oh, sure. Like if I hadn&#8217;t had you and we&#8217;re doing this, talking this through, I would&#8217;ve went into a different direction that probably wouldn&#8217;t have been right. But because I had you, cuz like for instance, you grounded me back to let&#8217;s, let&#8217;s concentrate on the, the foundation.  </p>\n\n\n\n<p>I was like, ding, ding, thank you for the grounding. Mm-hmm. . And like, then we real quickly got what that should be. You&#8217;ve surprised me and already been doing some of that work and it&#8217;s like that&#8217;s, that&#8217;s where we need to be right&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> now. And I&#8217;ve been desperate to work with somebody for years. You know, I&#8217;ve pretty much always been the solopreneur, solo founder, solo builder.  </p>\n\n\n\n<p>Yeah. And have often had wonderful people around me willing to ha you know, be in to mastermind with me. Um, you [01:16:00] know, but to have somebody who at least right now is 50 50, um, is, is a whole different experience and, you know, and exceedingly valuable. I definitely, yeah. I feel like we&#8217;ve arrived at a lot of things faster than either one of us would have.  </p>\n\n\n\n<p>Had we had I just been over here banging away at Yeah. The plugin that you asked me for and I was thinking about, but was like, well, you know, is this, is this, I&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> think too, sorry, I didn&#8217;t mean to cut you off. No, go, go, go. I, I think too, I want to give you a real gratitude in this is like, because of your experiences, Uh, a lot of developers I&#8217;ve worked with, um, there&#8217;s high idealism and I really love that.  </p>\n\n\n\n<p>I value that. And then, but you&#8217;ve had enough experiences that go, we can&#8217;t do everything. You know, you know enough about the business and marketing side [01:17:00] that, and how things get done, where I&#8217;m not having to be like, I&#8217;ve had those conversations before and this feels really fluid and I compliment you for that.  </p>\n\n\n\n<p>And thank you for being a partner because, you know, oftentimes the way I&#8217;ve experienced is like negative. That&#8217;s why I gave all this caveats when I was like, Hey, I&#8217;m not talking about technical. I don&#8217;t know what the technical, cuz I feel like it&#8217;s been past conversations. Mm-hmm. and I&#8217;m like, I&#8217;m talking conceptually.  </p>\n\n\n\n<p>But you get that, you know. Yeah. You&#8217;re like, yeah, we we&#8217;re not in these 30 seconds deciding to do a two month long feature, . We&#8217;re exploring it, trying to make a good decision that&#8217;s best for us. The product, the user. So thank you for that. And that, that&#8217;s experience, Corey, I mean, seriously, as,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> as a dev, it, it is because I was the grumpy programmer in the corner for, there&#8217;s so many, at least a decade, you know,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> and there&#8217;s so many too.  </p>\n\n\n\n<p>Like I, that experience and I get it [01:18:00] because you all are brilliant and you can do these things like write code, do this stuff. Like, I&#8217;m like, that&#8217;s another thing I haven&#8217;t accessed. And so, yeah. Sorry I cut you off again, but No, it&#8217;s fine. Saying fine, but I just, I&#8217;m thankful for those experiences, . Yeah. I,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> I don&#8217;t know why so many developers are assholes to be blunt about it.  </p>\n\n\n\n<p>Like there&#8217;s, there&#8217;s a, a feeling of power. Great. Uh, uh, where that comes from. I don&#8217;t know. I mean, and I, I know where mine came from, uh, but it&#8217;s unique to my upbringing and situation and mentality and all that stuff. And, you know, so it, I, I can&#8217;t imagine that everybody had the same, uh, experiences I did that arrived at this.  </p>\n\n\n\n<p>Like, I am genius. You all should bow before me just because I learned to code. Um, but thankfully what, what is interesting to me is, uh, therapy and yeah, uh, getting into [01:19:00] product forced me to learn empathy. I had to, you know, I, I read all the, I showed it last week. I have all the books on graphic design and user interface and don&#8217;t make me think and, uh, all those types of, of books and, um, you know, and so I could design a good product.  </p>\n\n\n\n<p>But then the, the product I alluded to a minute ago, from 15 years ago, I had, um, people who, uh, I had grandmothers and very non-technical people, and I had, um, people in, uh, countries where there&#8217;s not much economic, um, structure and whatnot. And, uh, using my pro, that&#8217;s why they were using my product. So basically, instead of mint.com that relied on plugging in all of your banking info.  </p>\n\n\n\n<p>I had people in Nepal who were like, we don&#8217;t have bank [01:20:00] accounts, but I would still like to track my spending. Um, so it was kind of a neat little, you know, but I was like, oh, well just, you know, saying to the grandma or saying to somebody who, you know, totally different, um, cultural context. Like, oh, just click on this and click on this.  </p>\n\n\n\n<p>And they&#8217;re like, you know, or, or people who only have phones. And so I&#8217;m like, well go to the desktop view. And they&#8217;re like, what? What desktop view or whatever it is, you know? And so I had to learn. Empathy and that I wasn&#8217;t always right. ,&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> I think he just hit it. There&#8217;s this level of genius and creativity that so many developers like you have talked to.  </p>\n\n\n\n<p>And I&#8217;m like, I value it. We in the world value it. And then there&#8217;s this other side, and I think so many of the developers I know had to go through some crucible to get to like, okay, I need this other side. A genius needs help. You know, like you need a supporting cast. Um, but, and I&#8217;ve seen [01:21:00] enough developers go, you gotta go through this event where you get burned.  </p>\n\n\n\n<p>Hmm. Like, you realize like, maybe my shit isn&#8217;t the best. And you get a little humbled. And, and, and I&#8217;m not saying that lightly either. It&#8217;s, it&#8217;s probably a very tough experience. I&#8217;ve probably had dozens of those in other areas of my life. Right. Sure. But then learning like, okay, geniuses don&#8217;t operate in the silo.  </p>\n\n\n\n<p>They need teams. Yeah. They need people and humans. And then you hit it with the empathy. You pair those two together though, you got something like, I would always kind of say like, I&#8217;m, I, we need a translator because I need you to talk human for a second. Mm-hmm. , because I don&#8217;t understand these things. And I, that was always the role I played.  </p>\n\n\n\n<p>I was like, I don&#8217;t understand it, but if I get it, I can help other people get it. Right. A lot of other people get your work, so,&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> and you can sell it. Yeah.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> Uh, man, thank you for the, for letting us go over. Um, but speaking of therapists, I have mine in six minutes, but, um, and I can [01:22:00] use the bathroom, but dude, I, I&#8217;m, I&#8217;m enjoying this journey with you, my friend.  </p>\n\n\n\n<p><strong>Corey:</strong> Yeah. Right back at you. We&#8217;re gonna have some good luck to your brother.&nbsp;  </p>\n\n\n\n<p><strong>cory:</strong> We&#8217;re gonna have to find some time this year to get together and hang out. Find a hot tub where it&#8217;s warm or you know, not&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> five degrees, two, two quarries, and two Lindsay&#8217;s in a hot tub. There you go. That&#8217;s the, that&#8217;s the other podcast.  </p>\n\n\n\n<p><strong>cory:</strong> That&#8217;s&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> the other podcast thinking the same thing. Just mar marital advice or something.  </p>\n\n\n\n<p><strong>cory:</strong> Mine would be what not to do. There you go.&nbsp;  </p>\n\n\n\n<p><strong>Corey:</strong> Thanks my friend. Good, good luck to your brother and uh, hope everything sorts itself out. Okay. Enjoy some jello.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Mar 2023 21:13:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:86:\"WPTavern: WooCommerce 7.5.0 Introduces 3 New Blocks, Expands Support for Global Styles\";s:7:\"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:30:\"https://wptavern.com/?p=142738\";s:7:\"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:96:\"https://wptavern.com/woocommerce-7-5-0-introduces-3-new-blocks-expands-support-for-global-styles\";s: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:2193:\"<p><a href=\"https://developer.woocommerce.com/2023/03/14/woocommerce-7-5-released/\">WooCommerce 7.5.0</a> was released this week with three new blocks for the Product Archive templates. These include a new Store Breadcrumb block, Product Results Count block, and a Catalog Sorting block, all seen in action below.</p>\n\n\n\n<img />image credit: <a href=\"https://developer.woocommerce.com/2023/03/14/woocommerce-7-5-released/\">WooCommerce 7.5.0 Release Post</a>\n\n\n\n<p>These blocks were released as part of an effort to <a href=\"https://github.com/woocommerce/woocommerce-blocks/issues/8059\">&#8220;blockify&#8221; Product Archive templates</a> so that they can more easily be customized with a block experience.</p>\n\n\n\n<p>&#8220;We also want to account for the extensibility within this project by researching the mechanism for extensions to extend the templates and implementing a compatibility layer to keep as many extensions as possible working with blockified templates while giving time for extension developers to update and blockify their extensions,&#8221; WooCommerce engineer Tung Du said.</p>\n\n\n\n<p>This project also includes support for <a href=\"https://github.com/woocommerce/woocommerce-blocks/issues/8062\">a Notices block</a> so merchants can display store notices to customers as well as determine where they appear.</p>\n\n\n\n<p>WooCommerce 7.5.0 has expanded support for Global Styles, so that the Product Button, Product Rating, and Product Price blocks can now be customized more easily in the Site Editor. The Product Rating block now supports padding controls in Global Styles so that store owners can add more spacing around the blocks.</p>\n\n\n\n<p>This release also brings in expanded support for the Style Book, which has been available since the WooCommerce Blocks 9.5.0 release. The Featured Product and Featured Category blocks can now be previewed in the Style Book and have Global Style changes applied.</p>\n\n\n\n<p>WooCommerce 7.5.0 includes two database updates, 278 commits to WooCommerce Core, and rolls in 170 commits from the WooCommerce Blocks plugin.</p>\n\n\n\n<p><a href=\"https://woocommerce.files.wordpress.com/2023/02/screenshot-2023-02-02-at-12.11.33.png\"></a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Mar 2023 19:49: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: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: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:94:\"WPTavern: #67 – Talisha Lewallen on How CertifyWP Is Hoping To Offer WordPress Certification\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=142702\";s:7:\"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:108:\"https://wptavern.com/podcast/67-talisha-lewallen-on-how-certifywp-is-hoping-to-offer-wordpress-certification\";s: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:48696:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, what a WordPress certification might look like.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you all your ideas featured on the show.</p>\n\n\n\n<p>Head to WPTavern.com forward slash contact forward slash jukebox, and you use the form there.</p>\n\n\n\n<p>So on the podcast today we have Talisha Lewallen.</p>\n\n\n\n<p>You might have found your way into WordPress intentionally, or perhaps you stumbled across it and decided to explore further. Whichever it was, you&#8217;ve learned things along the way. Some of it might have been through training, but there&#8217;s likely been some self discovery on the way as well.</p>\n\n\n\n<p>Perhaps you&#8217;re a coder, or a designer. In fact, there are dozens of different pathways in the WordPress ecosystem. Given the broad range of knowledge you might possess, how can you prove that you know what you know?</p>\n\n\n\n<p>Many industries provide training programs which, when completed successfully, allow you to assert that you were competent in a given area. You&#8217;d want your lawyer or surgeon to have passed through the appropriate programs of study, so that they&#8217;re equipped to do the work.</p>\n\n\n\n<p>With WordPress being such a dominant force in the world of websites. Would it be a good idea to have a certification for WordPress? Talisha certainly thinks so, and has founded CertifyWP to try to make that happen.</p>\n\n\n\n<p>We approach this subject through the work that she&#8217;s been doing at WPConnects, in which she&#8217;s been trying to provide training to military veterans, so that on the departure from the services they have the prospect of finding work in the WordPress space.</p>\n\n\n\n<p>We talk about whether there&#8217;s a need for certification for WordPress and how such a certification would come about. What levels of training does Talisha see as essential, and how many such layers might there be?</p>\n\n\n\n<p>We discuss whether the WordPress community is ready for a third party to be certifying people&#8217;s abilities, and whether this strays away from the approach that we&#8217;ve had so far in which routes into employment have relied on other, less formal, methods.</p>\n\n\n\n<p>Later in the podcast, we talk about the structure of CertifyWP, and who&#8217;s behind the project. You&#8217;ll hear that it&#8217;s not just Talisha. There&#8217;s quite a few members of the WordPress community who want this project to succeed.</p>\n\n\n\n<p>If you&#8217;re curious about certifications in the WordPress space, this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Talisha Lewallen.</p>\n\n\n\n<p>I am joined on the podcast today by Talisha Lewallen, Hello Talisha.</p>\n\n\n\n<p>[00:04:00] Talisha Lewallen: Hi Nathan.</p>\n\n\n\n<p>[00:04:02] Nathan Wrigley: Very nice to meet with you. You&#8217;re welcome on the podcast. Thank you for joining us. Would you mind just introducing yourself and give us some indication of what you do, perhaps who you work for, and how come you are in any way connected with WordPress?</p>\n\n\n\n<p>[00:04:18] Talisha Lewallen: Yes. I am Talisha Lewallen. And I am the owner of WPConnects, which is a company that helps US military veterans or really any veterans, but helps them receive training while they&#8217;re active duty, and then when they&#8217;re separating from the military we provide them with mentors and help them find employment within WordPress.</p>\n\n\n\n<p>And then I&#8217;ve also started this new venture with some very amazing people within the WordPress community called CertifyWP Foundation. And that is where we are creating a couple of WordPress credentials.</p>\n\n\n\n<p>[00:04:51] Nathan Wrigley: So we&#8217;re going to talk about both of those endeavors today, but I think probably the correct road into both of those subjects is if we begin with WPConnects. Now, you mentioned that this is a company that you are the founder of. It&#8217;s got a mission, it&#8217;s connected with the military, but in broad outline really, it&#8217;s a, it&#8217;s an endeavor to connect people who are looking for work and are in need of guidance. Do you just want to tell us how all this started and what really the bedrock, the core philosophy is, and who you are helping and how you are helping?</p>\n\n\n\n<p>[00:05:26] Talisha Lewallen: Yeah. So I worked at Post Status for a little while, and while we were over there, we kept hearing a lot of people state that they really needed some trained WordPress developers and employees. And so that really got us thinking, you know, it&#8217;s one of those twist of fate things, that we ran into a gentleman named Hector who has a similar company to WPConnects.</p>\n\n\n\n<p>And he&#8217;s definitely been a very big mentor to me. So when service members go in and sign up to join the military, a lot of times they&#8217;ve never had an interview, they&#8217;ve never had job experience, they&#8217;re literally just starting their career. Well, when they get out there are transferable skills, but not a lot employers are looking for, if that makes sense. So we want to provide them with, it&#8217;s called transitioning assistance. And we want to provide them with that training and so it helps them transition into the civilian sector a lot easier. There&#8217;s different skills that, you know, we do over here. And then we&#8217;re training them for WordPress front end and backend development.</p>\n\n\n\n<p>And if they wanted to do anything else in WordPress. You know, it&#8217;s really expanding past just developer careers. And so we&#8217;re just really helping them find the right connections, along with mentors who have been where they&#8217;ve been and can help them transition and really just know that experience.</p>\n\n\n\n<p>And so it really just comes from a place of, I have several members in my family that were in the military, and seeing them transition out of the military was kind of hard. I took the general route over here and I went to high school, college and then started my professional career and seeing my family members and friends join the military, and then when they get out and they had these amazing jobs in the military. They had all of this training and then they get out and they can&#8217;t even get a job.</p>\n\n\n\n<p>I heard one of my friends tell me the story of a gentleman who was a military police officer and couldn&#8217;t get a job as a police officer here in the States. And it&#8217;s because he didn&#8217;t have, in that town, you had to have an associate&#8217;s degree. So he didn&#8217;t have the training to become a police officer when that&#8217;s all he did for 10 years in the military, was be a police officer.</p>\n\n\n\n<p>And so it&#8217;s very interesting to see the skills that they have and the jobs that these men and women have had, and then transferring it into civilian life. It&#8217;s just not, or hasn&#8217;t been there. They&#8217;ve just been struggling to find these employment. And so we&#8217;re really just reaching out a hand and saying, let us help you and let us get you introduced to these amazing people inside of WordPress. WordPress has the best community that I have ever been a part of, and so it really just seems like a good fit for them.</p>\n\n\n\n<p>[00:08:04] Nathan Wrigley: Can I ask, do you give them a curriculum which they follow? In other words, have you mapped out, in the same way that a university may do, you know, you&#8217;d attend a university and you would fully expect that they would provide you with the course and they&#8217;re not just making it up on the fly? Or is it more working with them to try and figure out what they need? It might be a mixture of both. I don&#8217;t know.</p>\n\n\n\n<p>[00:08:25] Talisha Lewallen: Yeah, so how we do it, we have three pathways right now. And this is what makes WPConnects very unique, even within the military training field. So there&#8217;s a saying in the military that&#8217;s crawl, walk, run. So you&#8217;re not just going to get something and immediately start running. So our steps for crawl, walk, run are these three pathways.</p>\n\n\n\n<p>The first one is the credentialing assistance program. Active duty and reserve military personnel are able to take a credential and it is funded through the military, so it does not cost them a dime. And they&#8217;re able to take this training. So we currently have the web foundation associate credential. And this is also where CertifyWP comes in.</p>\n\n\n\n<p>So currently we&#8217;re using that WFA course. So once they complete that and they decide to transition out of the military. It could be the next month, whenever their service contract&#8217;s up. It can be two, three years later. Whenever they are transitioning out in the last 180 days of their service contract, they can join what&#8217;s called a Skill Bridge program.</p>\n\n\n\n<p>So we also have a WordPress Skill Bridge program. This program is an instructor-led 12 week course. And it&#8217;s all over the US. We do it over Zoom, and we&#8217;re looking at a few other platforms. But again, it&#8217;s that instructor is there. There is a curriculum, and they are learning how to, mostly that one is backend development, is what they&#8217;re learning currently.</p>\n\n\n\n<p>And then whenever they finish that, we just opened up an apprenticeship program in Texas. And we&#8217;re about to open one in Oklahoma. And so it&#8217;s just this three step process. The apprenticeship program, they have certain skills that they will acquire throughout the year long apprenticeship program. And then they are 100% ready to be employed and be able to do any job that they&#8217;re really wanting to do, because we will give them that individualized skill.</p>\n\n\n\n<p>And through all of that, they have a mentor that they can reach out to, and the mentors reach out to them and just help them with anything they&#8217;re struggling with or have questions about. There&#8217;s different terminology that we use in civilian life than they&#8217;ve used in the military. And so really that person&#8217;s just to be there, to just have a helping hand.</p>\n\n\n\n<p>But yeah, it&#8217;s a little bit of both. We have a pathway, we have curriculum. And we do change our curriculum. We get feedback from other people within WordPress. Nikki with Liquid Web has been the biggest help for our Skill Bridge program. She comes through and interviews and mock interviews just about every person we have in our programs and helps give us feedback so we can help them gain those interview skills. We have them write a resume and then I go through and help them work on their resume, so then they have that resume whenever they get out as well.</p>\n\n\n\n<p>[00:10:59] Nathan Wrigley: I guess if you are in a different industry, there may already have been for a great deal of time, there may have been institutions or pathways like this already set up. You mentioned the example there of the police and that pathway not really working out. But presumably there are other ways that people leaving the military can go and there&#8217;s things that are already concrete. Institutions that they can join. Companies that they can join. Programs that they can go through. But not in the WordPress space.</p>\n\n\n\n<p>And given WordPress&#8217; 43, and counting, percent share of the internet, it&#8217;s a really credible career to go in, but it&#8217;s a difficult thing to, I would imagine, to even understand. If you&#8217;ve never touched the internet before, apart from being a user and a consumer of the web, you may have no skills or whatsoever.</p>\n\n\n\n<p>So I&#8217;m guessing it&#8217;s bridging that gap. Trying to persuade people that actually there&#8217;s a job in here. It&#8217;s an in demand job. Can be well paid and a good career path, and there&#8217;s a nice community behind it all as well.</p>\n\n\n\n<p>[00:11:57] Talisha Lewallen: Right. And you know, we have some people that are literally, I&#8217;ve never touched a computer before. But we also have people that come through the program that have been a part of the satellite operations within the military, or have done tech in the military. But getting that pathway to employment is what they really need. And learning WordPress. There&#8217;s a lot that goes into WordPress that we want our individuals to learn and that will help them grow within whatever job they decide to do. But yeah, so we have two opposite ends of the spectrum usually. We have the ones that have a ton of tech experience, or the ones that have no tech experience.</p>\n\n\n\n<p>[00:12:33] Nathan Wrigley: So that was a really nice introduction into the why really, for the next bit of the podcast, which I think will consume the rest of the show. So we&#8217;re going to talk now, instead of talking about WPConnects, we&#8217;re going to talk about credentialing in the WordPress space. And maybe I&#8217;ll begin this way.</p>\n\n\n\n<p>If I were to attend a university that everybody&#8217;s heard of, let&#8217;s say I&#8217;ve been to, I don&#8217;t know, Harvard or Cambridge or somewhere like that. That credential that you hold, it&#8217;s a real passport. Everybody understands what that means, and you present it to employers and they get, okay. Right, you&#8217;ve been to a university, we know what that university is about. We understand that it&#8217;s been around for a while and, that&#8217;s a credible piece of paper that you are holding. But curiously, in the tech space, there are things like this, but specifically in the WordPress space, there&#8217;s nothing like this.</p>\n\n\n\n<p>There&#8217;s a great big hole there, isn&#8217;t there? So people who wish to be employed, going to an employer, you really are relying on testimonials, the CV, the reputation that you&#8217;ve got from your previous employer, and the letters that they may write on your behalf. But there&#8217;s no bit of paper that you can hold, going in cold, to say, I&#8217;ve done this. Look, there it is. It&#8217;s certifiable. This is what I&#8217;ve achieved.</p>\n\n\n\n<p>[00:13:51] Talisha Lewallen: Yes. And you know, that&#8217;s what we&#8217;re kind of finding out on both ways. Having a credential helps both employers and people looking for employment, especially within the WordPress space, without having that credential. There&#8217;s a lot of people that I would say could very well do certain jobs. But because there&#8217;s not that level of credentialing and there&#8217;s not that standard education.</p>\n\n\n\n<p>What does a WordPress developer mean? What can you do if you say you&#8217;re a WordPress developer? And that&#8217;s what a lot of companies are running into. So it really is almost word of mouth. Sometimes I feel like I should say that it&#8217;s almost word of mouth for you to get hired, because somebody&#8217;s worked with you and knows your level of skill. If you&#8217;re new to the WordPress space, it could possibly be harder to find a job because nobody knows who you are, your work ethic and what your skillset is.</p>\n\n\n\n<p>[00:14:39] Nathan Wrigley: Yeah. So that&#8217;s the premise behind all of this. So I guess I should ask at the beginning, what level are you going in at? Because really in the WordPress space, we could probably come up with 50 curricular that people could follow, probably more. We could have things on the hosting side, speed optimization, SEO, backend WordPress. The sky&#8217;s the limit, but I&#8217;m presuming. That in the scenario that you are dealing with, mainly it&#8217;s getting started?</p>\n\n\n\n<p>[00:15:08] Talisha Lewallen: You know, that&#8217;s the interesting thing. So we, so we have the advisory board. I should say, whenever I first decided this is something I want to do, I really want to make this credential. I reached out to several people, because I kept hearing nos and yeses, and so we put together a team of an advisory board and we had this conversation.</p>\n\n\n\n<p>Because originally I was thinking about one credential, that would have three tiers. So now we&#8217;ve decided on two. We&#8217;re going to have a front end developer credential and the backend developer credential. So each one will have three tiers. So it starts at base level of here&#8217;s how I download a WordPress. This is how I can add admins. This is how I do, you know, very, very basic.</p>\n\n\n\n<p>Then there&#8217;s the next level, and then there&#8217;s the expert level. So to obtain the credential, you must pass, it&#8217;s either one cumulative exam, or you could take it with each course. So you take that exam that has all three tiers of those, and that&#8217;s how you obtain that credential.</p>\n\n\n\n<p>And that&#8217;ll be on the backend credential too. It&#8217;ll have that three tiers again, crawl, walk, run. We&#8217;re not going to expect you to be able to do it if you&#8217;ve never been taught the why behind it. So with that being said, one conversation that I had with a gentleman was, well, you know, it almost turned into some people can take tests, but some people can&#8217;t. That doesn&#8217;t mean that they&#8217;re able to do the job. And I said exactly, and that&#8217;s where we are trying to find a way. It&#8217;s still, still alluding me a little bit, but we are trying to find a way to have a practical part to the exam, in the top two tiers.</p>\n\n\n\n<p>The first tier exam probably will just be question and answer type exam. But in that expert level, I want there to be a practical part of it. To have people show that, yes, I did learn how to master this skill. And yes, I can do this. And so I think that that&#8217;ll help. Also with the credential and why it&#8217;s, I think, beneficial to WordPress is, you know, WordPress changes sometimes.</p>\n\n\n\n<p>We have big changes, we have small changes. So there&#8217;s a certification that you can take. And that can just be a course. Anybody can come up with a course. I could just go to my back room and be like, this is what I think somebody should know for WordPress and create this certification.</p>\n\n\n\n<p>And then I never have to re-certify. I never have to go back in and show that my knowledge has not waned, or that I do still know what I&#8217;m doing, and still have that level, just standard level of education. With a credential, there is an advisory board and a board of directors and you have to re-certify every three years, to show that you are still maintaining that knowledge. So it&#8217;s not 10 years down the road, oh look, I took this and I&#8217;m still here. You&#8217;re able to show that you still maintain that level of credentialing.</p>\n\n\n\n<p>[00:17:53] Nathan Wrigley: That&#8217;s an industry practice that I&#8217;ve seen before, especially in things like networking. And I mean networking in the sense of cables and connecting routers. The organizations often behind that will require you to come back after a given period of time and re-certify yourself. Just because otherwise that credential kind of loses all meaning, because the technology itself has moved on so far in the three, four however many years. That if you claim to know from 10 years ago what&#8217;s required to be known today, there could be a complete mismatch. Okay, that&#8217;s really interesting to know.</p>\n\n\n\n<p>[00:18:25] Talisha Lewallen: There&#8217;s been a lot of thought that went into this credentialing. Along with having, you know, just what I would consider WordPress experts that are being there and really talking about what they feel somebody should know in the WordPress for each level of the credentialing.</p>\n\n\n\n<p>But, let&#8217;s see. I think JavaScript has a credential that you have to re-certify. If you&#8217;re a nurse, here in the US you have to re-certify your knowledge. Car mechanics. You know, so there&#8217;s a lot of credentialing out there in every industry that does have that continuing education piece. Just because things do change, the world changes so much, and it&#8217;s very beneficial.</p>\n\n\n\n<p>[00:18:58] Nathan Wrigley: So given that you are hoping to find people who wish to take these credentials. Is it open to anybody? We know that your background was connecting with people leaving the military. Is the intention of CertifyWP, and of course I should have mentioned the URL. The URL that you&#8217;ll go to, which of course I&#8217;ll put in the the show notes is certifywp.com, as you&#8217;d imagine, it&#8217;s all spelled in the typical way. No, no underscores or anything like that. Is the intention that these certifications will be open to everybody? Or is there a subset of people? What&#8217;s the audience for this?</p>\n\n\n\n<p>[00:19:37] Talisha Lewallen: So the audience for the credential is everybody. CertifywP is for anybody and everybody to take. Our hope would be that companies start looking at their credential and stating that, yes, I want to hire people that have this credential because we know they have this baseline education. So it is open to every single person.</p>\n\n\n\n<p>The baseline, the level one certifications I hope to get into some smaller communities. I live here in Oklahoma and so there&#8217;s a lot of Indian capital technology centers and stuff like that, that I would really like them to start taking these credentials and really trying to help the minority groups get more into WordPress as well.</p>\n\n\n\n<p>But one thing that has confused a lot of people, and I have to say that this is definitely my fault. I expect everybody to be on my brainwave sometimes. The mention of the DoD, the Department of Defense has thrown a lot of people off. And so they think that this is just a credential for the military and that is really the farthest from it.</p>\n\n\n\n<p>And I just have not fully been able to explain that to everybody. But the DoD approving the credential comes in for WPConnects, so that we can train our military. Instead of using that web foundation associate credential, we will use our WordPress credentialing to train them. So they will be trained from the bottom up in WordPress. So that&#8217;s where that has came in. But CertifyWP is open to everybody to take.</p>\n\n\n\n<p>[00:21:03] Nathan Wrigley: Okay, so just to clarify that. There was a hoop that you had to jump through in order to receive money from the government to train people from the military, but the training is ostensibly the same, but there&#8217;s that slightly strange mixed messaging there. Have I parsed that right?</p>\n\n\n\n<p>[00:21:20] Talisha Lewallen: Yes, yeah. And that&#8217;s all it is, is for our military members to be able to take the training where the government pays for it. They have educational grants and stipends in the Army and Air Force, especially here in the US that they don&#8217;t have to take those, they don&#8217;t have to pay for those credentialing. So for us, for them to be able to use those monies, our credential has to be approved through the DoD.</p>\n\n\n\n<p>[00:21:43] Nathan Wrigley: Speaking of money, that&#8217;s an interesting segue for a minute. Is the intention for this then to have a fee bound to it? In other words, if you want to take this credential and receive the training materials and the time of the tutors and all of that, that there&#8217;ll be a fee attached to it? And, if that&#8217;s the case, do you have plans to have scholarships and things like that? Is there any of that afoot even as an idea?</p>\n\n\n\n<p>[00:22:07] Talisha Lewallen: Yes. That&#8217;s, you know, partly why we actually turned CertifyWP into a nonprofit, is so that we can offer those scholarships. For the credential to be, I almost want to be, say accepted into definitely DoD standards. But if we ever get it accredited, either, there has to be certain qualifications that credentialing meets.</p>\n\n\n\n<p>So we&#8217;re trying to set up CertifyWP credentials to meet the qualifications for, one, the DoD, but also if we ever do decide to get it accredited. And one of them is that it has to meet the standard for financial costs. So, I think there&#8217;s even a PHP credential, but the other tech credentials out there, ours will have to match that price.</p>\n\n\n\n<p>But we are going to be able to scholarship people in. That is definitely our hope. Because again, we don&#8217;t want this to be a gatekeeping thing of you have to pay to play. Not everybody can do that. And so we definitely want to work with people and companies on just trying to get this credential out to the community and making it affordable for every person.</p>\n\n\n\n<p>And there are ways to do that. The board hasn&#8217;t fully decided on one and cost has not even been mentioned yet, just other than the fact that we have to have one and it has to meet an industry standard. But yes, definitely trying to find a way to cut costs down for just the regular person is something that we are looking at, because it can be, they can be quite expensive. And I know that that&#8217;s been a talk within, that I&#8217;ve seen in the Post Status Slack channels before. Whenever somebody moved CertifyWP into one of the channels, somebody was like, oh, here we go, gatekeeping. And oh, it&#8217;s going to cost so much and stuff like that.</p>\n\n\n\n<p>And it&#8217;s a very good concern and conversation to have. But our whole intention, and I don&#8217;t want to speak for everybody on the board or advisory board, but isn&#8217;t to keep it away from people. We want everybody to be able to take it. So we are finding ways to really scholarship and bring people in.</p>\n\n\n\n<p>[00:24:01] Nathan Wrigley: So we&#8217;ve talked about the audience, well, one of the audiences or one of the, one of the spokes of the wheel, if you like, for you. But of course there&#8217;s another side to this, and I&#8217;m, imagining that you really are a bridge between the people who want to be certified and the people who subsequently want to receive the wisdom that you&#8217;ve given them, the certification.</p>\n\n\n\n<p>In other words, the employers, the people who are going to be employing the people out the other end. And presumably that&#8217;s going to be a challenge that you&#8217;re going to face as well, is convincing businesses that look the certificate that we&#8217;ve given them the certification that they&#8217;ve gone through and achieved actually means something. And I&#8217;m guessing there&#8217;s going to be quite a lot of your time spent making those people aware that it really is bonafide.</p>\n\n\n\n<p>[00:24:46] Talisha Lewallen: Yes. That&#8217;s where having the DoD backing, and also possibly getting it accredited shows that this is a real credential. There are people out there that do see that this credential is a massive benefit. So with that, for us there&#8217;s different ways to get it DoD approved, I should say.</p>\n\n\n\n<p>And the easiest way is to have community buy-in. So having those companies state that yes, I do see a need for this education level and to have credentialing. So that&#8217;s where on the website we have the endorsement letters. And I know Sophia Desrosiers has been making some phone calls and we have a couple of people that have been reaching out to companies and explaining what we&#8217;re really doing.</p>\n\n\n\n<p>Because we&#8217;re trying to get those endorsement letters because that will help us get it DoD approved. It&#8217;s just showing that there is a need in the community for a credential. Not even our credential. It&#8217;s one of those fun little things, but it&#8217;s just saying that there is a need in the community.</p>\n\n\n\n<p>And I definitely think once we get our credentials up and running and people start seeing what we have in there, and the education. I really think that a lot of companies will come around to it. The ones that I&#8217;ve talked to so far, I talked to one that was a little hesitant and I love that he booked a meeting with me and talked to me about his concerns, and that I was able to, I don&#8217;t want to say that I argued my point, just was able to genuinely share what we are trying to do at CertifyWP, which is just to make a community built and maintain credential.</p>\n\n\n\n<p>And he ended up signing our endorsement letter, and I absolutely loved it. But I loved that space to be able to fully explain what we&#8217;re doing and how we&#8217;re setting up the credential to really benefit not only employers, but the job seeker.</p>\n\n\n\n<p>[00:26:29] Nathan Wrigley: It&#8217;s a virtuous cycle in a way, isn&#8217;t it? In that if you get people on board and you can take them through the whole process and then they are ultimately employed, and the employers are happy that they can hit the ground running at whatever level that may be. That has a sort of feedback loop to it, doesn&#8217;t it?</p>\n\n\n\n<p>After a period of time, the employers will broadcast that message. It will presumably encourage people who are looking for a way to be certified in tech, to hop on board and on it goes. So yeah, that&#8217;s going to quite an important part. So you are reaching out to those people and you&#8217;re hoping to get some more on board to bolster the whole enterprise.</p>\n\n\n\n<p>[00:27:07] Talisha Lewallen: Yeah, we definitely need more endorsement letters from the community. It could be individuals or companies. The companies are what really the DoD is looking for. But just showing the need in the community. And like I said, I&#8217;ve talked to quite a few either hiring managers or companies that have sat here and said, you know, I put out a job description and I need a WordPress developer. And then I pay them the salary and they come in and they can&#8217;t do what we need them to do.</p>\n\n\n\n<p>But on their resume it looked fine. And they were able to say these things, but they didn&#8217;t have the education that they needed. So then it costs the company more money to have to train this person to be able to get them up to this level, to where if we are able to train them and then you&#8217;re able to hire them, and you know they passed this, I hate to say they passed the test, but they&#8217;re able to show that their competency is there. It saves companies time and money on hiring.</p>\n\n\n\n<p>[00:28:00] Nathan Wrigley: Speaking of the test, you mentioned that in some scenarios it may be like a written paper or something like that, but presumably the higher up you go on the ladder of difficulty, the more need there will be for practical implementations. And you said that there was still room to be, you&#8217;re still trying to figure all that out, and work out what that path might be, but I guess that&#8217;d be an interesting subject to pause on for a moment.</p>\n\n\n\n<p>What are your thoughts around that? Testing in some kind of platform that allows you to do code examples on the screen, live. Those kind of things. Just essentially making sure that it&#8217;s legit, it&#8217;s bonafide, and that the people that are doing it are actually doing it. You could be bringing them into test centres. There&#8217;s all sorts of permutations here, isn&#8217;t there?</p>\n\n\n\n<p>[00:28:41] Talisha Lewallen: Exactly. And that&#8217;s where, right now, I&#8217;m looking at LMSs, Learning Management Systems to put the coursework, but also the exam on. And so I&#8217;ve been talking a lot with these companies about what this exam could look like with this practical application. And what I hear a lot, and even this has been suggested in conversations with the advisory board is almost having like a capstone, or a project that they complete after they take the written assessment. In having this practical that they turn in.</p>\n\n\n\n<p>And that is always an option, and we might have to go to that. I&#8217;m leery about that because then we will have to train and hire people to look at these capstone projects if you will. And determine if somebody has passed or failed it. And so then you run into, well maybe I got somebody that graded my capstone or my project harder than person B.</p>\n\n\n\n<p>I really shy away from that type of stuff and I&#8217;d rather have it be computer generated. It&#8217;s unbiased. There&#8217;s just so many ways you can set that up to where there&#8217;s not that fault in there. So definitely the back end and coding one, there will be sides once you get higher up for you to actually code. I&#8217;m not a coder, so I don&#8217;t want to sit here and use terminology that I don&#8217;t understand myself.</p>\n\n\n\n<p>But there is that practical part in there where you&#8217;re actually going to go in there and you&#8217;re going to do it. The front end side&#8217;s going to look, you know, a little bit differently, but still, I&#8217;m not a test taker, but I can perform the task and I can do the job generally.</p>\n\n\n\n<p>But then you have other people, and I always use the example of my sister. I love her to death. She&#8217;s very, very smart. And she could take a test like nobody&#8217;s business, but that doesn&#8217;t always mean that she can do the work that she just tested on. It just means that she can have really good memory recollection. But doing the task is not something that is there all the time.</p>\n\n\n\n<p>And so we really want to hit both sides. As well as companies having the confidence that when they hire somebody with this credential, they know that they passed the practical part and they can do it. And so it&#8217;s really just trying to find out the best, we&#8217;ll say best, most efficient, cost effective way to really have this and what is best for everybody.</p>\n\n\n\n<p>Because what I really don&#8217;t want to get into is somebody sitting there and saying, well, I didn&#8217;t pass the exam because of, you know, X, Y, Z. And it ended up, it could have been human error. Computers have errors too, and we can work with that. But I just want to take the human error side out of it.</p>\n\n\n\n<p>[00:31:07] Nathan Wrigley: I can imagine there&#8217;s going to be a subset of people listening to this podcast who will be thinking there should be no canonical certification in WordPress. We should be open to go wherever we choose. It feels like you would like this to have some sort of backing, if you like. Community backing, if nothing else. Not necessarily official backing. But you&#8217;d like this to become a baseline. Something that anybody can aspire to, and anybody can see within the community that this is something which represents a decent beginning if you like.</p>\n\n\n\n<p>Not really sure I&#8217;ve phrased that question particularly well, but what I&#8217;m trying to say is that there&#8217;s going to be some people who say, why do we need this? What&#8217;s the point when we&#8217;ve been getting along just fine for many, many years? We don&#8217;t want one player dominating the market in accreditation and certifications. So we&#8217;ll just speak to that for a minute.</p>\n\n\n\n<p>[00:32:00] Talisha Lewallen: Yeah. I&#8217;ve had this conversation, it actually might have been on Bob&#8217;s podcast. And through a conversation that I had with somebody else, it got brought up to why CertifyWP. Why should a third party be able to have this credentialing instead of either the hosting companies or Automattic themselves, whichever way you want to look at it.</p>\n\n\n\n<p>Why should this third party be able to do it? And my answer is always, why not? We are able to have this just absolutely community built and maintained. I think it gives us the freedom is what I should say. It gives us the freedom to be able to keep it unbiased as possible, to where it benefits the most people that we can.</p>\n\n\n\n<p>Not everybody&#8217;s going to be happy with it, no matter what we do, and that&#8217;s fine. We&#8217;re here to help the most people that we can. So having it community built and maintained just allows for a little bit more freedom to get the information that we see as a community that people need to learn, and have to be able to do the jobs that we are hiring them for, or that we want them to do.</p>\n\n\n\n<p>And so my example, if you go onto Fiverr, and again, I&#8217;m not dissing anybody that works on Fiverr or does websites. It is a great platform for you to be able to get contract work. But when you look on there and you look at a WordPress developer, I need a WordPress website. There are, I mean, it seems like thousands of people out there that are like, oh, I&#8217;m a WordPress expert.</p>\n\n\n\n<p>And I even saw a couple that were I&#8217;m certified in WordPress. And I&#8217;m like, no you&#8217;re not, because there&#8217;s not one. It&#8217;s one of those that people that are just an average Joe that&#8217;s trying to get their website built is not going to know about the community. That we don&#8217;t already have this certification. That we don&#8217;t already have all of this baseline knowledge. They&#8217;re not going to know.</p>\n\n\n\n<p>And so this credential allows even contractors to hire the right person and know that they have been certified, and that they know what they&#8217;re doing and they know what they&#8217;re going to get out of the product based off of that. So it really, it&#8217;s really just this, I keep going back to community built and maintained, because I want, I really want everybody to know it&#8217;s not us sitting here saying that, oh, we have the master knowledge and we, we know what everybody needs, because we don&#8217;t.</p>\n\n\n\n<p>And that&#8217;s where we are willing to hear your side and your opinion and really build the credential that the community needs and is going to use and finds the most benefit out of. We&#8217;re coming from a very big place of love and light and you know, trying just to help. And you know, that&#8217;s just really where we&#8217;re at at this point.</p>\n\n\n\n<p>[00:34:28] Nathan Wrigley: With that conversation in mind, have you had any collisions with the use of WordPress, because obviously WordPress, the word is a trademark. I noticed that you&#8217;re calling it CertifyWP, so you&#8217;ve, you&#8217;ve sidestep that one, but I wonder if there are any collisions there that need to be avoided.</p>\n\n\n\n<p>[00:34:49] Talisha Lewallen: So, so far, I&#8217;ll say now, we have been in contact with Josepha and Matt Mullenweg has been on some email chains. I have not personally got to speak to Matt about these, but Michelle Frechette, fantastic woman, and saves my life every day, I swear. Michelle, and myself had a meeting with Josepha and we sat down and we explained what we are trying to, and it really, I mean it was a very positive conversation in my opinion.</p>\n\n\n\n<p>And so it was never brought up that, I&#8217;d hate to say that, you know, we get trademark or you know, cease and desist, but it was really, they were just trying to figure out where they wanted their position to be and that they would get back to us.</p>\n\n\n\n<p>And that was around December and, you know, you got to love the holidays and everything else. But so far, no. But we are definitely wanting to also work with everybody with inside WordPress. So we would never want to do anything that Matt or Josepha would think that was not appropriate to the point of wanting us to cease and desist or whatever else.</p>\n\n\n\n<p>And I also know that there&#8217;s another company, I don&#8217;t know if it&#8217;s public knowledge, so I don&#8217;t want to just like throw it out there. But there is another company that is building or hoping to build a top tier credential. So it would be like our credentialing, and then you would be able to take theirs.</p>\n\n\n\n<p>And that would allow participants who had that credential to be hired by these absolutely massive corporations that are in WordPress. There are very large companies that use WordPress and they need a certain type of developer and security knowledge. And so that level of credentialing would take it one step above ours.</p>\n\n\n\n<p>And since that company works with those high level companies, they would be the best fit to be able to create that level of credentialing. I mean, that&#8217;s the fun thing. The credentialing is coming. It&#8217;s been talked about a lot and I&#8217;m excited for the growth. I&#8217;m excited for the next couple of years to see where these credentials really take us as a community. But yeah, no, so far the conversations we&#8217;ve had with, I&#8217;ll say the powers that be, have been very positive.</p>\n\n\n\n<p>[00:36:50] Nathan Wrigley: Okay. It&#8217;s just nice to hear that you&#8217;ve had those conversations because obviously that would be an area of, uh, of concern if you hadn&#8217;t, so at least that, that&#8217;s been put on the table, shall we say. You mentioned community a few times there, and it might be an interesting moment just to wrap this up to talk about the people that are involved and what have you.</p>\n\n\n\n<p>So, Talisha, there&#8217;s obviously you. But you&#8217;ve got a whole bunch of other people on board. Do you just want to give us a bit of a name drop on who&#8217;s involved so far. And I guess an ancillary question to that is, are you still open for other people to join and lead certain areas, and be involved? Is this still a group which is welcoming community members in to help?</p>\n\n\n\n<p>[00:37:30] Talisha Lewallen: Yes. So right now our advisory board and I always say this like, oh, sorry if I forget anybody. I always feel so bad. Because we have added people on in the last little bit. So we have Courtney Robertson, we have Gabriel Cohen of PMC. Jess Frick from Pressable. Michelle Frechette, love her. And we also have Nikki Bulmer. So they&#8217;re both from the Liquid Web brand. And then we have Robbie Adair with OS Training, and we just brought on Zach Stepek, and we brought him on because once we started talking about, okay, we needed the front end and the back end credential. All of us are talking about the front end, and I said, okay, so what do we know about backend?</p>\n\n\n\n<p>What do we know about really coding and what do we know about all of this? And we all just kind of sat there and we&#8217;re like, okay, we need to find somebody else that could be that expert in that field. So whenever we find there is a lack of our knowledge, or that we could find somebody that has a little bit more, we are definitely open to bringing them on.</p>\n\n\n\n<p>It&#8217;s not that we&#8217;re trying to keep it small, but we want to keep the team progressing. And so when you get too many people, sometimes that can be a hindrance to the progression forward, but we also need to have as many people as we need to get the best product possible as well. So we are still open to certain people. If anybody wants to be involved, definitely reach out. If we have the space and need that area of knowledge, definitely want to do that. And then we have our board of directors. And we are trying to keep the board as separate from the advisory board as possible. There are a few people that are crossing over, just because of their expertise and skills whenever we are putting the board together.</p>\n\n\n\n<p>So we have myself, Michelle, Nikki and Jess. But then we also have Rob Howard, and Hans. That is currently our board of directors. We have our first meeting today, actually. I&#8217;m very excited about that. And then we have our next advisory board meeting on Thursday, and we are hoping to get the level, so for the front end credential, the level one course and exam approved by the board and the level two course and exam as well. Very exciting stuff happening this week.</p>\n\n\n\n<p>[00:39:50] Nathan Wrigley: Yeah, it&#8217;s all moving forward, isn&#8217;t it? This is really great. We&#8217;re probably just going to have to round it up in terms of time, but before we do that, if people have been listening to this and they&#8217;d like to find out more, possibly get involved from either direction, whether that&#8217;s from the company side, looking to consume the accreditation, or if somebody would like to be involved in taking the accreditation and wants a little bit more information, where are the best places to go to contact either CertifyWP or just you?</p>\n\n\n\n<p>[00:40:18] Talisha Lewallen: Me, you could find me on Post Status Slack. Or you can always hit the contact forms on either website page. They get emailed to myself to either wpconnects.com or certifywp.com. And we are also in Twitter and we now have Tumblr. We just recently got on Tumblr as well. So any of those ways are perfect ways to get ahold of us. Or my email is always a great way, which is just talisha @ wpconnects.com</p>\n\n\n\n<p>[00:40:46] Nathan Wrigley: As always, I&#8217;ll put the links that you mentioned into the show notes, so if anybody wants to follow those up, just head over to the WP Tavern website, search for this episode and you should be able to find the links there. So it only remains for me to thank you Talisha for coming on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:41:02] Talisha Lewallen: Well, I very much appreciate you having me and WPConnects and CertifyWP all in one. I know it&#8217;s a lot of information, but I very much appreciate it.</p>\n\n\n\n<p>[00:41:11] Nathan Wrigley: Thank you very much indeed.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/talisha-lewallen-57758b85/\">Talisha Lewallen</a>.</p>\n\n\n\n<p>You might have found your way into WordPress intentionally, or perhaps you stumbled across it and decided to explore further. Whichever it was, you&#8217;ve learned things along the way. Some of it might have been through training, but there’s likely been some self-discovery on the way as well. Perhaps you’re a coder, or a designer. In fact, there are dozens of different pathways in the WordPress ecosystem.</p>\n\n\n\n<p>Given the broad range of knowledge you might possess, how can you prove that you know what you know?</p>\n\n\n\n<p>Many industries provide training programs which, when completed successfully, allow you to assert that you are competent in a given area. You’d want your lawyer and surgeon to have passed through the appropriate program of study, so that they’re equipped to do that work.</p>\n\n\n\n<p>With WordPress being such a dominant force in the world of websites, would it be a good idea to have a certification for WordPress? Talisha certainly thinks so and has founded <a href=\"https://certifywp.com/\">CertifyWP</a> to try to make that happen.</p>\n\n\n\n<p>We approach this subject through the work that she’s been doing at <a href=\"https://wpconnects.com/\">WPConnects</a> in which she’s been trying to provide training to military veterans, so that on their departure from the services, they have the prospect of finding work in the WordPress space.</p>\n\n\n\n<p>We talk about whether there is a need for a certification for WordPress and how such a certification would come about. What levels of training does Talisha see as essential, and how many such layers might there be?</p>\n\n\n\n<p>We discuss whether the WordPress community is ready for a third party to be certifying people’s abilities and whether this strays away from the approach that we’ve had so far, in which routes into employment have relied upon other, less formal, methods.</p>\n\n\n\n<p>Later in the podcast we talk about the structure of CertifyWP and who is behind the project. You’ll hear that it’s not just Talisha, there are quite a few members of the community who want this project to succeed.</p>\n\n\n\n<p>If you’re curious about certifications in the WordPress space, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://wpconnects.com/\">WPConnects website</a></p>\n\n\n\n<p><a href=\"https://certifywp.com/\">CertifyWP website</a></p>\n\n\n\n<p><a href=\"https://dothewoo.io/wordpress-certification/\">Talisha on the Do the Woo podcast</a></p>\n\n\n\n<p><a href=\"https://twitter.com/wp_connects\">WPConnects Twitter</a></p>\n\n\n\n<p><a href=\"https://www.tumblr.com/wp-connects\">WP Connects Tumblr</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Mar 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"HeroPress: Everybody is a Node: Connecting and Growing\";s:7:\"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=5400\";s:7:\"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/everybody-is-a-node-connecting-and-growing/#utm_source=rss&utm_medium=rss&utm_campaign=everybody-is-a-node-connecting-and-growing\";s: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:21526:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2023/03/031423-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Everybody you encounter is an opportunity to learn and grow, and when we commit to growing together, we create ecosystems of mutual joy.\" /><h2 id=\"h-starting-with-a-definition\">Starting with a Definition</h2>\n\n\n\n<p>Google defines the term <em>node </em>as “a point at which lines or pathways intersect.”It’s a connecting point. For the use of <em>node</em> in botany, Google offers a second definition: “the part of a plant stem from which one or more leaves emerge.” It’s a point for growth. Today, I’ll provide a third definition that combines the first two. A <em>node </em>is you, me, and everybody, all on our professional and personal journeys through life.</p>\n\n\n\n<p>I currently work as an independent product designer, which perfectly combines my interests in culture, business, and the internet. One day, I hope to evolve my practice into a consulting business for Black-owned internet companies. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>My path to my current position and future goal has been shaped by points of intersection with everyone I’ve encountered along the way. </p>\n</blockquote>\n\n\n\n<p>These experiences helped me grow, helped my leaves flourish and my branches stretch further. My pathway collided with others in my field and adjacent areas, and from these interactions, I made connections with mentors, colleagues, and friends.&nbsp;</p>\n\n\n\n<p>The business term for this is <em>networking.</em> Something we’re all told to do to move forward in our careers. But making connections is more than just a box to tick on the to-do list of life — it’s the fundamental act that makes our lives worth living.&nbsp;</p>\n\n\n\n<p>For me, the journey to a fulfilling life began in an art museum.&nbsp;</p>\n\n\n\n<h2 id=\"h-finding-new-direction\">Finding New Direction</h2>\n\n\n\n<p>In college, I pursued a degree in Art History. I interned at, and was later employed by, the Philadelphia Museum of Art. I practically lived in that building during my employment, and I loved it. Art is a way to connect with people: when we interpret creative works, we interpret the human experience. Art helps us understand one another and understand ourselves. I thoroughly enjoy immersing myself in the art world consisting of brick-and-mortar museums and galleries. But as it turned out, art became a stepping stone towards my next passion &#8211; the internet.</p>\n\n\n\n<p>My brain thrives on projects. I love to create and collaborate, and I’m an idea-engine, always itching to bring my concepts to life. Throughout college, I had aspirations to start a website about art, but struggled to find the best avenue to start. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>After graduation when my schedule cleared up, a friend working in software engineering turned me toward WordPress. </p>\n</blockquote>\n\n\n\n<p>It was for non-developers like me and provided the digital access I craved for my latest project. His advice permanently shifted my trajectory. Without this interaction, I never would’ve found the pathway to realizing my passions with WordPress.&nbsp;</p>\n\n\n\n<p>Using WordPress, I developed the arts website I had dreamt of. That site, <em>In-Art</em> was a place to talk about art online &#8211; <em>include, interpret, interact</em>. At that point, WordPress still felt like a hobby — albeit, the hobby that made me feel the most human. I devoted as much time to it as I could, and began seeking out WordPress meetups.</p>\n\n\n\n<p>Little did I know at that very first WordPress Meetup, I’d meet the man who would later become my boss. Dan Olson gave a talk on “The Future of WordPress” at my first Philly WordPress meetup. In hindsight, the title feels like a pun from the universe since WordPress became <em>my </em>future. At this event, I also met Jason McClintock, my mentor and the lead designer at DigitalCube. In fact, he’s the one who suggested Dan hire me!&nbsp;</p>\n\n\n\n<h2 id=\"h-verticals\">Verticals</h2>\n\n\n\n<p>The beauty of networking is two-fold: verticals and horizontals. In the case of Dan and Jason, Jason serves as my vertical. Verticals have the same specialty, like product design, but are at different stages in their journeys, from interns to experts.&nbsp; Your verticals serve as inspirations and guides when you break into the field, since they’ve been there, done that, and lived to tell you how you can do it too.&nbsp;</p>\n\n\n\n<p>Once you’re further along in your professional journey, you take over and become the mentor for other newbies. You bestow upon them all your wisdom, like, “This is the best platform to simplify your process” and “splurge for the large coffee on big project days, your sleepy brain will thank you.”</p>\n\n\n\n<p>But your verticals are also your competition. Competition doesn’t have to be cutthroat, and should never sway you from interacting with them. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The lessons your verticals will teach you are invaluable, and the act of teaching mentees is fulfilling and enlightening. </p>\n</blockquote>\n\n\n\n<p>However, logically, if you only interact with people who do what you do, you won’t be meeting the people who <em>need</em> what you do. Fellow UX designers don’t have a need for UX design, they have a need for UX design <em>jobs</em>. Who offers jobs like that? That’s where Horizontals come into play.&nbsp;</p>\n\n\n\n<h2 id=\"h-horizontals\">Horizontals&nbsp;</h2>\n\n\n\n<p>Horizontals are the people working side by side in the supply chain of a service. Take a website for example — designers collaborate with developers, marketing specialists, content creators, and business owners to create the strongest final product for their future customers. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Unless you’re a multi-talented wizard with no need for sleep and no limit for creativity, it takes <em>every single team member</em> working together to bring excellent large-scale projects into fruition. </p>\n</blockquote>\n\n\n\n<p>For DigitalCube, Dan was one of my horizontals. Dan’s technical expertise combined well with my passion for networking and public speaking. Together, we created a discovery process for new clients, reworked our events marketing strategy, and improved technical support service.&nbsp;</p>\n\n\n\n<p>I’m a people person, and part of what I admire so much about people is how uniquely skilled we are in different ways. Life would be incredibly dull if we all had the same goals, same passions, same drives that make life worth living. Everybody you encounter is an opportunity to learn and grow, and when we commit to growing together, we create ecosystems of mutual joy. There’s an antiquated idea that to be successful, you must work solo. You should be a lone wolf, step on whatever toes necessary to get your foot through the best doors. I wholeheartedly reject that.&nbsp;</p>\n\n\n\n<p>Everyone deserves a piece of the pie, and everyone deserves a spot at the table. The horizontals I surround myself with are believers in the power of side-by-side success, in working together to achieve excellence<em> together</em>. This commitment to communal efforts helped me take the leap to finding success and happiness.&nbsp;</p>\n\n\n\n<h2 id=\"h-how-i-leaped-where-i-landed\">How I Leaped &amp; Where I Landed&nbsp;</h2>\n\n\n\n<p>I dabbled as a digital marking assistant for a few months, but it was a UX bootcamp that really ignited my professional passions. The bootcamp built upon my foundation of WordPress. Before it was even over, I began freelancing by creating elementor websites for others. I started helping entrepreneurs put forth websites that launched their projects and captured their essences through effective, engaging design.&nbsp;</p>\n\n\n\n<p>I spend each day actively seeking new clients, growing my portfolio and my abilities with each new project. The clients I work with inspire me and align with my values, an added freedom that comes with entrepreneurship. I’m also preparing business school applications for some point in the future to learn more about finance and management, with the goals of growing a consulting service that will support Black-owned businesses on the web.&nbsp;</p>\n\n\n\n<p>Contracting is very fulfilling, and it keeps me connected to the spaces that sparked my passion in the first place. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I continue to attend WordPress meetups and WordCamps, volunteering in any way I can, eager to support the community that motivates me. </p>\n</blockquote>\n\n\n\n<p>I relish these meetups: sources of learning and growing where I could nerd out about all the WordPress topics I love with a bunch of fellow nerds. Plus, the free swag at WordCamps<em> never </em>hurts. In 2020, I crafted my first WordPress talk, leaning on my love of public speaking. These efforts forged even more connections between myself and the WordPress community. Now, I&#8217;m happy to lead the Philly WordPress Meetup Group, recruiting interesting speakers for our events to help forge more connections for our members.&nbsp;</p>\n\n\n\n<p>Shoutouts to some WordPress <em>SUPER-</em>nodes who changed the trajectory of my journey:</p>\n\n\n\n<ul>\n<li><a href=\"https://www.linkedin.com/in/emilio-garza-13126490/\">Emilio Garza</a> for telling me to use WordPress for my first website</li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/dan-t-olson/\">Dan Olson</a>, <a href=\"https://profiles.wordpress.org/hithisisjason/\">Jason McClintock</a>, and <a href=\"https://www.linkedin.com/in/hiromichi-koga-128b2428/?originalSubdomain=jp\">Koga Hiromichi</a> for giving me my first big WordPress gig</li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/amy-letson-phl/\">Amy Letson</a> and <a href=\"https://profiles.wordpress.org/kcristiano/\">Kevin Cristiano</a> for welcoming me as an organizer for the Philadelphia WordPress Meetup group</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> and <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Bryne</a> for welcoming into the Montclair WordPress Community</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/isvictorious/\">Victor Ramirez</a> for co-hosting WP @ REC Philly with me</li>\n\n\n\n<li><a href=\"https://allienimmons.com/\">Allie Nimmons</a> and <a href=\"https://meetmichelle.online/\">Michelle Frechette</a> for general awesomeness&nbsp;</li>\n</ul>\n\n\n\n<h2 id=\"h-moral-of-my-story\">Moral of My Story</h2>\n\n\n\n<p>Life is a string of transitions, a catapult of change. Whether you’re a recent graduate with no clear path to finding your peace and realizing your passions, or you’re settled into your career with no clear signs of stalling, life will keep throwing new obstacles and opportunities at you. If you tackle them alone, you’ll enjoy the highs alone, with no one to celebrate your successes. You’ll endure the lows alone too, with no one to offer a helping hand and pull you from your pit of self doubt. You will miss out on critical lessons that set you back in both your professional and personal journeys.</p>\n\n\n\n<p>Each day, I immerse myself in growth-centered communities so we can learn and succeed together. I am who I am because of who I’ve met, from college friends, to coworkers, to clients. Here’s the story so far: I’ve found my place, my peace, and my passions. This is a tale I couldn’t tell without the communities, mentors, and friends I’ve encountered along the way.</p>\n\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id_2abfd1-ed alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column_5bfb8b-3c\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"work-environment\" class=\"kt-adv-heading_c792ee-c4 wp-block-kadence-advancedheading\">Rachel&#8217;s Work Environment</h2>\n\n\n\n<p>We asked Rachel for a view into her development life and this is what she sent! </p>\n\n\n\n\n	#hotspot-5415 .hotspots-image-container,\n	#hotspot-5415 .leaflet-container {\n		background: #efefef	}\n\n	#hotspot-5415 .hotspots-placeholder,\n	.featherlight .featherlight-content.lightbox-5415 {\n		background: #ffffff;\n		border: 0 #ffffff solid;\n		color: #000000;\n	}\n\n	#hotspot-5415 .hotspot-title,\n	#hotspot-5415 .bc-product__title a,\n	.featherlight .featherlight-content.lightbox-5415 .hotspot-title,\n	.featherlight .featherlight-content.lightbox-5415 .bc-product__title a {\n		color: #000000;\n	}\n\n			#hotspot-5415 .hotspot-style-1 {\n			stroke-width: 1;\n			fill: #ffffff;\n			fill-opacity: 0;\n			stroke: #ffffff;\n			stroke-opacity: 0;\n		}\n		#hotspot-5415 .hotspot-style-1:hover,\n		#hotspot-5415 .hotspot-style-1:focus,\n		#hotspot-5415 .hotspot-style-1.hotspot-active {\n			fill: #ffffff;\n			fill-opacity: 0.81;\n			outline: none;\n			stroke: #ffffff;\n			stroke-opacity: 0.81;\n		}\n			#hotspot-5415 .hotspot-default {\n			stroke-width: 1;\n			fill: #ffffff;\n			fill-opacity: 0;\n			stroke: #ffffff;\n			stroke-opacity: 0;\n		}\n		#hotspot-5415 .hotspot-default:hover,\n		#hotspot-5415 .hotspot-default:focus,\n		#hotspot-5415 .hotspot-default.hotspot-active {\n			fill: #ffffff;\n			fill-opacity: 0.81;\n			outline: none;\n			stroke: #ffffff;\n			stroke-opacity: 0.81;\n		}\n		#hotspot-5415 .leaflet-tooltip,\n	#hotspot-5415 .leaflet-rrose-content-wrapper {\n		background: #ffffff;\n		border-color: #ffffff;\n		color: #000000;\n	}\n\n	#hotspot-5415 a.leaflet-rrose-close-button {\n		color: #000000;\n	}\n\n	#hotspot-5415 .leaflet-rrose-tip {\n		background: #ffffff;\n	}\n\n	#hotspot-5415 .leaflet-popup-scrolled {\n		border-bottom-color: #000000;\n		border-top-color: #000000;\n	}\n\n	#hotspot-5415 .leaflet-tooltip-top:before {\n		border-top-color: #ffffff;\n	}\n\n	#hotspot-5415 .leaflet-tooltip-bottom:before {\n		border-bottom-color: #ffffff;\n	}\n	#hotspot-5415 .leaflet-tooltip-left:before {\n		border-left-color: #ffffff;\n	}\n	#hotspot-5415 .leaflet-tooltip-right:before {\n		border-right-color: #ffffff;\n	}\n\n\n\n	<div class=\"hotspots-container  layout-lightbox event-click\" id=\"hotspot-5415\">\n		<div class=\"hotspots-interaction\">\n			<div class=\"hotspots-image-container\">\n	<img width=\"2560\" height=\"1920\" src=\"https://heropress.com/wp-content/uploads/2023/03/my-desk-scaled-scrubbed.jpg\" alt=\"Rachel Winchester\" class=\"hotspots-image skip-lazy\" usemap=\"https://heropress.com/feed/#hotspots-image-5415\" />\n</div>		</div>\n		<map name=\"hotspots-image-5415\" class=\"hotspots-map\">\n											<area shape=\"polygon\" coords=\"1171,627,2158,636,2182,654,2125,1277,2103,1294,1697,1251,1721,1271,1753,1281,1786,1292,1771,1410,1404,1360,1469,1245,1519,1249,1523,1227,1171,1199,1149,1186\" href=\"https://heropress.com/feed/#hotspot-hotspot-5415-0\" title=\"HP W2082a 20-inch LED Backlit Monitor\" alt=\"HP W2082a 20-inch LED Backlit Monitor\" target=\"\" class=\"more-info-area\" />\n											<area shape=\"polygon\" coords=\"321,854,1053,829,1088,1257,1212,1477,295,1618,353,1334\" href=\"https://heropress.com/feed/#hotspot-hotspot-5415-1\" title=\"Lenovo Yoga\" alt=\"Lenovo Yoga\" target=\"\" class=\"more-info-area\" />\n											<area shape=\"polygon\" coords=\"292,398,538,382,576,404,592,454,632,486,680,834,304,844,254,506,294,468\" href=\"https://heropress.com/feed/#hotspot-hotspot-5415-2\" title=\"Guitars!\" alt=\"Guitars!\" target=\"\" class=\"more-info-area\" />\n											<area shape=\"polygon\" coords=\"2558,4,2380,928,2422,958,2420,984,2396,970,2355,1104,2374,1262,2554,1304\" href=\"https://heropress.com/feed/#hotspot-hotspot-5415-3\" title=\"Philadelphia!\" alt=\"Philadelphia!\" target=\"\" class=\"more-info-area\" />\n											<area shape=\"polygon\" coords=\"2200,905,2249,905,2292,909,2333,921,2379,933,2401,952,2348,1108,2397,1420,2393,1444,2517,1494,2522,1506,2514,1521,2368,1629,2347,1633,2325,1633,1988,1493,1976,1480,1977,1468,2151,1377,2174,1373,2194,1380,2251,1401,2265,1373,2255,1264,2166,1239,2102,1204,2107,1190,2127,1191,2212,939,2196,923\" href=\"https://heropress.com/feed/#hotspot-hotspot-5415-4\" title=\"AboveTEK Phone Stand\" alt=\"AboveTEK Phone Stand\" target=\"\" class=\"more-info-area\" />\n					</map>\n\n		\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5415-0\">\n				\n				<h2 class=\"hotspot-title\">HP W2082a 20-inch LED Backlit Monitor</h2>								<div class=\"hotspot-content\">\n					<p>My monitor used as a second, rather than a mirror.  I only wish it were touchscreen also.</p>\n<p><a href=\"https://support.hp.com/us-en/product/hp-pavilion-20-inch-displays/7274714/model/7846273/manuals\">Link</a></p>\n				</div>\n			</div>\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5415-1\">\n				\n				<h2 class=\"hotspot-title\">Lenovo Yoga</h2>								<div class=\"hotspot-content\">\n					<p><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">I love my laptop because it\'s touch screen, and it can convert into a tablet. To me, Touch screen navigation is a better experience than using a mouse. But my monitor isn\'t touch screen lol.</span></p>\n<p><a href=\"https://www.lenovo.com/us/en/yoga/\">Link</a></p>\n				</div>\n			</div>\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5415-2\">\n				\n				<h2 class=\"hotspot-title\">Guitars!</h2>								<div class=\"hotspot-content\">\n					<div class=\"css-1dbjc4n r-1habvwh r-1wbh5a2\">\n<div class=\"css-1dbjc4n r-k200y r-gu4em3 r-6t5ypu r-1roi411 r-1fuqb1j r-deolkf r-dnmrzs r-1ny4l3l r-ymttw5 r-1f1sjgu r-o7ynqc r-6416eg\">\n<div class=\"css-901oao r-jwli3a r-37j5jr r-a023e6 r-16dba41 r-rjixqe r-bcqeeo r-1udh08x r-bnwqim r-fdjqy7 r-1rozpwm r-qvutc0\" dir=\"auto\">\n<p><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">I have two next to my desk. One is an Ibanez semi hollow, and the other is an ESP explorer. </span><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">I just play for myself sometimes. </span></p>\n<div class=\"css-1dbjc4n r-1habvwh r-1wbh5a2\">\n<div class=\"css-1dbjc4n r-k200y r-gu4em3 r-6t5ypu r-1roi411 r-1fuqb1j r-deolkf r-dnmrzs r-1ny4l3l r-ymttw5 r-1f1sjgu r-o7ynqc r-6416eg\">\n<div class=\"css-901oao r-jwli3a r-37j5jr r-a023e6 r-16dba41 r-rjixqe r-bcqeeo r-1udh08x r-bnwqim r-fdjqy7 r-1rozpwm r-qvutc0\" dir=\"auto\"><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">The Ibanez is great for jazz rock and blues. The ESP is for metal.</span></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n				</div>\n			</div>\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5415-3\">\n				\n				<h2 class=\"hotspot-title\">Philadelphia!</h2>								<div class=\"hotspot-content\">\n									</div>\n			</div>\n					\n						<div class=\"hotspot-info\" id=\"hotspot-hotspot-5415-4\">\n				\n				<h2 class=\"hotspot-title\">AboveTEK Phone Stand</h2>								<div class=\"hotspot-content\">\n					<div class=\"css-1dbjc4n r-1habvwh r-1wbh5a2\">\n<div class=\"css-1dbjc4n r-k200y r-gu4em3 r-6t5ypu r-1roi411 r-1fuqb1j r-deolkf r-dnmrzs r-1ny4l3l r-ymttw5 r-1f1sjgu r-o7ynqc r-6416eg\">\n<div class=\"css-901oao r-jwli3a r-37j5jr r-a023e6 r-16dba41 r-rjixqe r-bcqeeo r-1udh08x r-bnwqim r-fdjqy7 r-1rozpwm r-qvutc0\" dir=\"auto\"><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">I keep my phone in the stand most of the day so i don\'t use it too often. It becomes apart of my workspace just like the monitor.</span></div>\n</div>\n</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\">\n<div class=\"css-1dbjc4n r-1habvwh r-1wbh5a2\">\n<div class=\"css-1dbjc4n r-k200y r-gu4em3 r-6t5ypu r-1roi411 r-1fuqb1j r-deolkf r-dnmrzs r-1ny4l3l r-ymttw5 r-1f1sjgu r-o7ynqc r-6416eg\">\n<div class=\"css-901oao r-jwli3a r-37j5jr r-a023e6 r-16dba41 r-rjixqe r-bcqeeo r-1udh08x r-bnwqim r-fdjqy7 r-1rozpwm r-qvutc0\" dir=\"auto\"><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">If i keep it in my pocket or laying around somewhere else, I\'ll take it out too often just to check it. But when it\'s docked, I don\'t pick it up as often.</span></div>\n</div>\n<div dir=\"auto\"></div>\n<div dir=\"auto\"><a href=\"https://www.amazon.com/AboveTEK-Business-Aluminum-Professional-Showroom/dp/B07KJLBG8G/ref=sxin_16_ci_mcx_mi_sr_m_il?content-id=amzn1.sym.628beb02-7a42-4f70-8d1a-a780fab5eff1%3Aamzn1.sym.628beb02-7a42-4f70-8d1a-a780fab5eff1&crid=2RQ43EHTZGR0Y&cv_ct_cx=abovetek+phone&keywords=abovetek+phone&pd_rd_i=B07KJLBG8G&pd_rd_r=6e909905-882d-49e3-b5c7-9c753158d3ce&pd_rd_w=PF4tT&pd_rd_wg=Zi305&pf_rd_p=628beb02-7a42-4f70-8d1a-a780fab5eff1&pf_rd_r=BC482B9CJ32Q1J7VR935&qid=1678723787&s=electronics&sbo=RZvfv%2F%2FHxDF%2BO5021pAnSA%3D%3D&sprefix=abovetek+phone%2Celectronics%2C84&sr=1-3-9eb59ba4-cd99-4f87-9222-b322340b23c8\">Link</a></div>\n</div>\n</div>\n				</div>\n			</div>\n			</div>\n\n\n\n\n\n<p class=\"kt-adv-heading_b9c76c-f5 wp-block-kadence-advancedheading has-theme-palette-9-background-color has-background\">HeroPress would like to thank <a href=\"https://wpdrawattention.com/\">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div></div>\n\n</div></div>\n\n\n\n\n\n\n<p class=\"has-small-font-size\">Header image <a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CCO</a> licensed <a href=\"https://wordpress.org/photos/photo/61862d3612/\">photo</a> by <a href=\"https://wordpress.org/photos/author/newyorkerlaura/\">Laura Byrne</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/everybody-is-a-node-connecting-and-growing/\">Everybody is a Node: Connecting and Growing</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Rachel Winchester\";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:61:\"WPTavern: Gutenberg 15.3 Adds New “Time to Read” Block \";s:7:\"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:30:\"https://wptavern.com/?p=142655\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/gutenberg-15-3-adds-new-time-to-read-block\";s: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:1721:\"<p><a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/\">Gutenberg 15.3</a> was released this week with a new &#8220;Time to Read&#8221; block that calculates the estimated reading time for the post or page using the same method that appears in the details panel. The block displays this information on the frontend wherever it is inserted. </p>\n\n\n\n<img />\n\n\n\n<p>This is the first iteration of the Time to Read block, so it isn&#8217;t very customizable yet. Although users can add custom CSS to the block, it only includes alignment controls right now. The block needs Typography controls and more options for customizing its appearance to be consistent with other core blocks.</p>\n\n\n\n<p>In 15.3 Duotone filters have been <a href=\"https://github.com/WordPress/gutenberg/pull/48318\">reworked</a> in several ways to make them more portable across themes. Previously, duotone settings were stored as an array of colors. This has been changed so that duotone presets are stored as slugs, making the color swatches available when a user changes themes. </p>\n\n\n\n<p>Another change for Duotone filters in this release is the ability to set them globally inside the Site Editor&#8217;s Styles panel. </p>\n\n\n\n<p>The Site Editor also received several improvements to make the design more clear and consistent, updating the designs for the edit button and the add template modal, and cleaning up the template details popover, among other small changes.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/\">15.3 changelog</a> for the full rundown of all the enhancements, bug fixes, and accessibility and performance improvements.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2023 21:10: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: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:68:\"WPTavern: WordPress 6.2 RC 2 Drops Navigation Panel from Site 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:30:\"https://wptavern.com/?p=142699\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wordpress-6-2-rc-2-drops-navigation-panel-from-site-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:2828:\"<p><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\">WordPress 6.2 RC 2</a> was released today on schedule. The new Navigation section in the Site Editor was <a href=\"https://make.wordpress.org/core/2023/03/14/fyi-navigation-section-of-new-site-editor-experienced-removed-for-6-2-rc-2/\">dropped from the upcoming release</a> in a somewhat unusual turn of events this late in the release cycle. The feature will remain in the Gutenberg plugin and will be iterated on for a future core release. Users will still be able to manage their menus within the block settings of the Navigation block. </p>\n\n\n\n<p>The Navigation section was added in Gutenberg 15.1, the last release to be rolled into 6.2, and the one with the least amount of time to be tested.</p>\n\n\n\n<p>&#8220;After being added and as the beta cycle continued, various bugs and refinements started adding up,&#8221; Editor Triage Co-Lead Anne McCarthy said. &#8220;In particular, the top pain points revolved around which menu appears (and how to change it), needing a better description of what this newer section did, and improving the general experience of adding links from that section.&#8221;</p>\n\n\n\n<p>McCarthy published a video showing what has been removed: </p>\n\n\n\n\n\n\n\n<p>The conversation leading to this decision was spread across many PRs, issues, and Slack conversations, so it became difficult to track. McCarthy cited a dozen of the related issues and PR&#8217;s, including page links being buried in the inserter, confusion around which menu is pulled into the panel, and many other loose ends that do not provide a good experience for users.</p>\n\n\n\n<p> &#8220;Even with trying to lock the experience further down, bugs continued to pop up and the experience isn’t polished enough to move forward with,&#8221; she said. &#8220;This led to a decision amongst Core Editor Tech, Core Editor Triage, and the Design lead ahead of WordPress 6.2 RC 2 to remove that was then <a href=\"https://wordpress.slack.com/archives/C04JZ199XPG/p1678728808778249\">shared with the wider release squad</a>.&#8221;</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/pull/49043\">PR to remove the feature</a> was merged 13 hours ago and now the navigation panel will only be visible if using the Gutenberg plugin. Anyone who is creating documentation or educational resources for WordPress should be aware that those related to the navigation panel may need to be udpated.</p>\n\n\n\n<p>WordPress 6.2 is now just two weeks away from being released on March 28, 2023. <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Testing</a> and <a href=\"https://translate.wordpress.org/projects/wp/dev\">translation</a> are still needed to ensure the official release will be ready for the world of WordPress users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2023 18:58: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: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:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: WordPress 6.2 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:35:\"https://wordpress.org/news/?p=14640\";s:7:\"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/2023/03/wordpress-6-2-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:4643:\"<p>Here it is: the second release candidate (RC2) for WordPress 6.2 is ready! </p>\n\n\n\n<p>WordPress 6.2 is scheduled for release on March 28, 2023—which is only two weeks away. Now is your perfect opportunity if you haven’t tried it out yet. Your feedback and help filing bug reports are what keep the WordPress experience stable, smooth, and delightful. It’s important work and a great way to contribute to the project.&nbsp;</p>\n\n\n\n<p>Thanks to everyone who tested the Beta and RC releases so far. Since RC1 was released on March 9, there have been about 36 issues resolved in <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=03%2F07%2F2023..03%2F13%2F2023&milestone=6.2&col=id&col=summary&col=milestone&col=owner&col=type&col=priority&order=id\">Trac</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">GitHub</a>.&nbsp;</p>\n\n\n\n<p>Catch up on the featured highlights, and dig into more 6.2 details, in the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 RC1 release announcement</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to install RC2 for testing</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC2 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC2.zip\">RC2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-RC2</code></p>\n\n\n\n<h2 class=\"wp-block-heading\">A shoutout to plugin and theme developers</h2>\n\n\n\n<p>Your products are the reason WordPress does so many more things for more people across the world. As you test your latest versions against RC2, make sure you update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for more details about the major changes in this release.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Join the bug hunt—test, test, test</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If you’re new to testing, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> can help you get started.&nbsp;</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Listen, we are close<br />One step to final RC<br />Breathe, and keep going</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a> <a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a> <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a></em></p>\n\n\n\n<p><em>Haiku by <a href=\"https://profiles.wordpress.org/sereedmedia/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sereedmedia</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2023 17:59: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:16:\"Jonathan Pantani\";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:46:\"Post Status: WordPress Website Cost to Develop\";s:7:\"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:30:\"https://poststatus.com/?p=6897\";s:7:\"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/wordpress-website-cost/\";s: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:27121:\"<p>Every business needs a website. Not only does it tell your customers what you do, but it gives you credibility. WordPress is the best website option, but what will it set you back? The WordPress website cost to develop question isn’t so cut and dry.</p>\n\n\n\n<p>Eventually, you have to talk about cost.</p>\n\n\n\n<p>If you’re a consultant, you’ve been asked how much your services cost. And you have to make some decisions:</p>\n\n\n\n<ul>\n<li>What services am I providing?</li>\n\n\n\n<li>How many hours do I think this will take?</li>\n\n\n\n<li>How much is this worth to the client from a business perspective?</li>\n\n\n\n<li>Does the client have money? How about a business plan?</li>\n\n\n\n<li>Should I charge hourly or by the project?</li>\n\n\n\n<li>Is this a one-off thing, or is there potential for a long-term relationship?</li>\n\n\n\n<li>How busy am I? Do I need this job? Do I want it?</li>\n</ul>\n\n\n\n<p>These questions are important. The answers are critical. Gauging the client is vital. Every interaction with the client helps you learn more about them and the project and affects the cost.</p>\n\n\n\n<p>Cost often also depends on the market and location. For the purpose of this post, we’re assuming we’re talking to an American audience in U.S. dollars.&nbsp;</p>\n\n\n\n<h2 id=\"develop\">How Much Should a Custom WordPress Website Cost to Develop?</h2>\n\n\n\n<p>Brian has built websites or been part of website projects — all on WordPress — ranging in cost from less than $1,000 to more than $100,000 for complete websites.</p>\n\n\n\n<p>So, in short: It always depends.</p>\n\n\n\n<p>This differentiation is why we can’t ballpark it for you. It’s essential to build out an estimate specific to your project.</p>\n\n\n\n<h2 id=\"contents\">Table of Contents</h2>\n\n\n\n<p>WordPress Website Cost to Develop</p>\n\n\n\n<ul>\n<li><a href=\"https://poststatus.com/planet/feed/#develop\">How Much Should a Custom WordPress Website Cost to Develop?</a></li>\n\n\n\n<li>Table of Contents</li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#costs\">Types of Websites and their Costs</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#intodevelopment\">Understanding What Goes into Development</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#cost\">Factors Affecting Website Development Cost</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#businesses\">Considerations for Small Businesses</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#website\">Estimating the Cost to Develop a Website</a>\n<ul>\n<li><a href=\"https://poststatus.com/planet/feed/#timeline\">Estimate Cost and Timeline</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#views\">Pricing Views</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#content\">Pricing Content</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#time\">Pricing Time</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#factors\">Pricing Site Factors</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#freelancerdevelopment\">Working with a Freelancer for Website Development</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#agencydevelopment\">Working with an Agency for Website Development</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#rates\">Comparing Freelancer vs. Agency Rates</a></li>\n\n\n\n<li><a href=\"https://poststatus.com/planet/feed/#started\">How to Get Your Website Development Started</a></li>\n</ul>\n\n\n\n<h2 id=\"costs\">Types of Websites and their Costs</h2>\n\n\n\n<p>There are many types of websites, each with its potential costs. Brian ranks sites in complexity like this:</p>\n\n\n\n<ul>\n<li><strong>Simple Blog.</strong> Archives and single post views only. A pretty typical layout.</li>\n\n\n\n<li><strong>Complex Blog.</strong> A bunch of “out of the box” styles for various templates. It requires attention to detail on archives, single posts, and other stuff like post formats.</li>\n\n\n\n<li><strong>Brochure Site.</strong> Fairly standard but custom home page design and page layout. Stock archive/blog setup with little to no customizations.</li>\n\n\n\n<li><strong>Marketing Site</strong>. A mashup between a simple brochure and a complicated blog. It requires more designs, and the home page might be a little more advanced than the simple brochure.</li>\n\n\n\n<li><strong>E-Commerce Site.</strong> It could be a mix of any of the websites above plus all the needs in e-commerce (like cart/account/checkout views and tons of configuration considerations). This type of project is often a huge PM bump as well.</li>\n\n\n\n<li><strong>Small Business Site.</strong> Similar to a marketing site, but often includes a couple of custom content types that require design and code, like events, testimonials, services, etc.</li>\n\n\n\n<li><strong>Large Company Site.</strong> Big business websites are like regular business websites, but more. They often have many custom content types, advanced searching needs, tons of content, and some fancy user permissions needs. And, of course, potentially much more.</li>\n\n\n\n<li><strong>Non-Profit or Advocacy Site.</strong> Non-profit and advocacy sites are the holy grail of wanting everything on a budget. These are difficult to keep in scope because they often have the exact needs of big businesses without the budgets.</li>\n\n\n\n<li><strong>Large Scale Site. </strong>You can take any of these types of websites and then say you need it to handle millions of page views per month without breaking a sweat. A whole new layer of complexity comes into play.</li>\n</ul>\n\n\n\n<p>The hours it takes to build these different websites can vary tremendously. It depends on the consultant’s experience, whether they’ve done similar work before, how many “gotchas” appear in the project, how particular the client is about any given feature, and more.</p>\n\n\n\n<h2 id=\"intodevelopment\">Understanding What Goes into Development</h2>\n\n\n\n<p>Not all websites are created equal, so not all websites will take the same time and work to create. Here are some factors to consider related to the website development process.</p>\n\n\n\n<h3>Static vs. Dynamic Websites</h3>\n\n\n\n<p>Static websites are the easiest types of sites to maintain and build. They’re faster for users because they require little back-end processing, and the server only retrieves the requested files. Static sites make it challenging to execute a site-wide change because they require you to update each HTML file.&nbsp;</p>\n\n\n\n<p>Dynamic sites display different information to each visitor. The visitor’s location, time zone, personal preferences, and habits determine the content. This feature creates a more tailored and interactive experience. Instead of building one page that stays the same, web servers build these personalized pages when users request pages. Dynamic sites build these pages on server-side scripting languages like PHP, Python, or Ruby.</p>\n\n\n\n<p>Depending on which type of site you need, you may have to work with different developers. Some common types of development include:</p>\n\n\n\n<ul>\n<li><strong>Front-End Development.</strong> The practice of producing CSS, HTML, or JavaScript for a website that the user sees and interacts with directly.</li>\n\n\n\n<li><strong>Back-End Development.</strong> Working with server-side software to make sure the site is functioning correctly. Backend development focuses on databases, architecture, and servers.</li>\n\n\n\n<li><strong>Database Development.</strong> The type of development that focuses on design, programming, construction, and implementation of new databases and modifying existing databases.&nbsp;</li>\n</ul>\n\n\n\n<h2 id=\"cost\">Factors Affecting Website Development Cost</h2>\n\n\n\n<p>Each website project is unique, and the factors surrounding each project help determine the website cost to develop.&nbsp;</p>\n\n\n\n<h3>Factors that affect every project:</h3>\n\n\n\n<ul>\n<li><strong>Level of Complexity.</strong> More pages take more time and money to build. Plus, parent and child pages can complicate the process.</li>\n\n\n\n<li><strong>Design Requirements. </strong>Some websites need special features and customization. The more design requirements for a specific project, the more it will cost.</li>\n\n\n\n<li><strong>Platforms and Technologies. </strong>If the project requires the developer to integrate technologies into the website, it adds to the time and cost to build. While many technologies make integrations easy with API keys, not all companies can quickly provide that to their web designer.</li>\n\n\n\n<li><strong>Functionality. </strong>Plugins can be relatively inexpensive, but setting them and ensuring they work well together can take a lot of time.&nbsp;</li>\n\n\n\n<li><strong>Security.</strong> You can add different levels of security to websites. The costs can be a one-time fee or ongoing. For any e-commerce site, continuous security monitoring is crucial.</li>\n\n\n\n<li><strong>Maintenance and Updates.</strong> The developer will need to add new components to sites, and regular maintenance ensures everything functions probably and is consistently updated.</li>\n</ul>\n\n\n\n<h2 id=\"businesses\">Considerations for Small Businesses</h2>\n\n\n\n<p>If you’re a small business owner needing a website, there are some unique factors to consider before you approach a developer.</p>\n\n\n\n<h3>Factors that affect small business projects:</h3>\n\n\n\n<ul>\n<li><strong>Budget. </strong>Knowing the limitations of your budget is crucial. This knowledge will help you choose the best web developer for you while also giving you realistic expectations about the type of website you’ll receive.</li>\n\n\n\n<li><strong>Timeline. </strong>The more complex a website is, the longer it takes to develop. Plus, if you have a lot of old website content that needs to be accounted for, it can add development time.</li>\n\n\n\n<li><strong>Outsourcing.</strong> When you create a website in-house, you have more control of the process and final product. But when you outsource, you don’t have to worry about paying full-time salary and benefits to the developer or tying up team members with the project.</li>\n</ul>\n\n\n\n<h2 id=\"website\">Estimating the Cost to Develop a Website</h2>\n\n\n\n<p>An estimate takes time. Whether that time is in a paid discovery or a sunk cost the consultant takes on themselves is a different matter. Either way, estimates are expensive because they’re time-consuming. And if a consultant spends a week on an estimate or proposal, they’ll put that cost into the proposal somewhere.</p>\n\n\n\n<h3 id=\"timeline\">Estimate Cost and Timeline&nbsp;</h3>\n\n\n\n<p>There are some broad brush typical price ranges we can establish for you. Let’s start by segmenting based on who you’re working with. Basically, working with a freelancer will generally be cheaper than working with an agency. Agencies have more overhead, padding built in, concern about cash flow, and generally just tend to be a bit more expensive.</p>\n\n\n\n<p>If you work with an agency, the risk of them falling off the map is generally lower, but they move slower too. And you’ll often have to deal with changing contacts as the project progresses (from sales to design to development to maintenance).</p>\n\n\n\n<p>If you work with a freelancer, your risks are a bit higher that they’ll disappear someday. It means vetting them is even more important than with an agency. But they also tend to move quickly and don’t juggle as many projects simultaneously. You also benefit from working with (typically) one person who knows everything about your project, and you don’t feel like you’re constantly getting bounced around between people.</p>\n\n\n\n<p>It’s possible to have a great relationship with a freelancer or agency. Which route is better typically depends on the client’s mentality and requirements.</p>\n\n\n\n<h3 id=\"views\">Pricing Views&nbsp;</h3>\n\n\n\n<p>It’s generally good to estimate how many unique views a website has to consider how much it will cost.</p>\n\n\n\n<h4>Unique views are:</h4>\n\n\n\n<ul>\n<li>The home page</li>\n\n\n\n<li>The archive page — although it could be category, search, and more, combined in one unique view</li>\n\n\n\n<li>The blog “post” page</li>\n\n\n\n<li>The generic “page” template, though it can be mashed with the post view</li>\n\n\n\n<li>Custom page templates — like fancy about us pages or a key landing page</li>\n\n\n\n<li>Custom post types — sometimes in the traditional archive/singular sense and other times the way it sits within another view, like how an FAQ content type may fit into a regular page</li>\n\n\n\n<li>Variable sidebars within sections of the website</li>\n</ul>\n\n\n\n<p>Unique views aren’t always evident. Depending on how discovery conversations go with the client, you can figure out more necessary unique views.</p>\n\n\n\n<p>What’s essential about unique views is that they’re excellent for estimating design time, and they can help guide estimating development time.</p>\n\n\n\n<p>If a unique view requires a comp (design preview for the client), then that’s a relatively set number of required hours for design. If it doesn’t require a comp, it’s still best to build in time for the designer to do a quality check after it’s developed, so they can make sure it looks good.</p>\n\n\n\n<p>Designing a unique view from the ground up could take a designer between four and 10 hours, depending on the complexity. For certain complex or innovative views, that number could hit upward of 20 hours just for design.</p>\n\n\n\n<p>Also, design requires a base set of hours to establish the overall tone of the website and to design things rarely considered with unique views, like the header, footer, and overall style guide. The website&#8217;s base elements and style guide could easily range between 10 and 100 hours. It’s a ridiculous range, but it&#8217;s necessary.</p>\n\n\n\n<p>So, we’ve established a framework for pricing the design of unique views. Developing them is a different story.</p>\n\n\n\n<p>You must carefully consider development. Generally, every design hour should get a development hour to go with it. But development hours can easily break that rule, especially when developing something complex.&nbsp;</p>\n\n\n\n<p>Development hours can be <em>literally anything</em> for wholly custom functionality, which is entirely outside this post&#8217;s scope. Development can cost millions of dollars.</p>\n\n\n\n<h3 id=\"content\">Pricing Content&nbsp;</h3>\n\n\n\n<p>With WordPress, you can add as many posts and pages as you want. But the more posts or pages the client’s existing website has (and expects to transfer to the new site), the more complex the new project will be.</p>\n\n\n\n<h4>Some levels to consider when pricing content:</h4>\n\n\n\n<ul>\n<li><strong>Less than 10 pages </strong>&#8211;<strong> </strong>No big deal</li>\n\n\n\n<li><strong>More than 30 pages</strong> &#8211; Start thinking about structure</li>\n\n\n\n<li><strong>Hierarchical pages (lots of parent &gt; child page relationships)</strong> &#8211; Require strategic thinking time</li>\n\n\n\n<li><strong>Hundreds of pages</strong> &#8211; Either a problem or a lot of strategy and design consideration</li>\n\n\n\n<li><strong>Thousands of blog posts, taxonomies (category/tag handling), and searches</strong> &#8211; Probably cost more</li>\n\n\n\n<li><strong>A lot of content</strong> &#8211; Navigation needs to be uniquely priced&nbsp;</li>\n\n\n\n<li><strong>Multi-author blog</strong> &#8211; Needs special consideration</li>\n\n\n\n<li><strong>Pages or posts need editorial workflow (section management, change or publishing approval, etc.)</strong> &#8211; Need special consideration</li>\n\n\n\n<li><strong>Current CMS isn’t WordPress &#8211; </strong>Migration requires special language and details to make it happen</li>\n\n\n\n<li><strong>Current CMS is WordPress</strong> &#8211; Understand plugins or custom code potentially creating shortcodes or weird content handling (maybe with custom fields) or what other bad practices may be present</li>\n</ul>\n\n\n\n<h3 id=\"time\">Pricing Time</h3>\n\n\n\n<p>Time is a huge factor to consider when building a website. Developers need to charge for the time a project will take to complete.&nbsp;</p>\n\n\n\n<p>Both freelancers and agencies factor time into their pricing. So the time spent researching a project, bidding on it, and meeting with the clients is built into the pricing structure. It’s not just the cost of the time spent working on WordPress website development, though that is the bulk of the cost.&nbsp;</p>\n\n\n\n<h3 id=\"factors\">Pricing Site Factors&nbsp;</h3>\n\n\n\n<p>Every website development project is different, and the goals of each website owner vary as well. The developer must consider each specification when determining the website&#8217;s cost.</p>\n\n\n\n<p>Additionally, the client is a huge factor in price. In short, if a client is going to be difficult, it affects the client multiplier on the overall project cost.</p>\n\n\n\n<h4>Client qualities that end up costing money are when the client:</h4>\n\n\n\n<ul>\n<li>Doesn’t have a single point of contact (multiple people always have to be looped into communication)</li>\n\n\n\n<li>Has to get some form of committee approval</li>\n\n\n\n<li>Isn’t decisive or is incapable of playing the “consultant advocate” role well internally</li>\n\n\n\n<li>Has a lot of red tape for decision making</li>\n\n\n\n<li>Payment schedules are awful (payment may take months)</li>\n\n\n\n<li>Is prone to huge email threads about small issues</li>\n\n\n\n<li>Wants daily or frequent phone calls or meetings</li>\n\n\n\n<li>Doesn’t have a clear business plan and will require a lot of advising</li>\n</ul>\n\n\n\n<p>These are mostly people and organizational things. They have little to do with the actual project.</p>\n\n\n\n<p>Let’s say the work for a project will be about $20,000. Add in these client qualities that could get costly from a project management perspective and apply them to the overall cost.</p>\n\n\n\n<p>In a $20,000 project, it’s not uncommon for $5,000 of that to be project management costs. If there are enough concerns to warrant 50% higher PM costs, the project gets a $2,500, or 12.5%, increase in overall project cost.</p>\n\n\n\n<p>Looking for client qualities that trigger higher costs is vital as a consultant. For potential clients, remember that your qualities (organizational and behavioral) affect your consultant’s price.</p>\n\n\n\n<h2 id=\"freelancerdevelopment\">Working with a Freelancer for Website Development&nbsp;</h2>\n\n\n\n<p>Freelancers can be an affordable option for website development, but not everyone enjoys working with them, and they aren&#8217;t the right fit for every project.</p>\n\n\n\n<h3>Pros and Cons of Freelancers</h3>\n\n\n\n<p>Working with freelancers can be good if you have a quick turnaround time. Unlike agencies, freelancers tend to work on one project at a time, so they can focus on your website until it’s finished. You’ll also only communicate with the freelancer during the project, unlike with agencies where you may speak to different departments in various project stages.&nbsp;</p>\n\n\n\n<p>But freelancers don’t always have the same schedule availability since they’re a smaller business operation. So, if you need updates in the future, it may take a long time to get on the freelancer’s schedule.&nbsp;</p>\n\n\n\n<p>Also, many freelancers work alone, leading to a more unstructured process, which means you may not know the project&#8217;s stage. The freelancer you work with will also likely be acting as their own project manager, so you won’t necessarily get as many updates or information about the project&#8217;s status while they’re working.</p>\n\n\n\n<h3>When a Freelancer is a Good Fit&nbsp;</h3>\n\n\n\n<p>In general, freelancers are great for jobs that fit the following criteria:</p>\n\n\n\n<ul>\n<li>Are small enough for one person to handle&nbsp;</li>\n\n\n\n<li>Have a tight timeline, and you want them to start quickly</li>\n\n\n\n<li>Are fine with informal communication channels&nbsp;</li>\n\n\n\n<li>Don&#8217;t need big contractor agreements, insurance, or other common big-business requirements</li>\n</ul>\n\n\n\n<h2 id=\"agencydevelopment\">Working with an Agency for Website Development&nbsp;</h2>\n\n\n\n<p>Agencies are a more established alternative to working with freelancers. They tend to have greater resources and an established process.</p>\n\n\n\n<h3>Pros and Cons of Agencies&nbsp;</h3>\n\n\n\n<p>Working with agencies can be good for a lot of reasons. Because they specialize in what you’re paying for, you have the potential to build a long-term relationship with them and will be able to come back to them for future projects. You’ll also have a project or client manager to usher you through the process and explain what’s going on with your website. Plus, agencies have dedicated processes, so you know nothing will be left out or forgotten.</p>\n\n\n\n<p>But there are still limitations to working with agencies. They work with a large number of clients, so that means you may have a waiting period before they begin your project. It can also lead to a slower project turnaround time.&nbsp;</p>\n\n\n\n<p>As your project progresses, you’ll have different points of contact for the various stages.&nbsp;</p>\n\n\n\n<p>Working with an agency also can be expensive since they have more overhead costs.</p>\n\n\n\n<h3>When an Agency is a Good Fit&nbsp;</h3>\n\n\n\n<p>In general, agencies are better when you:</p>\n\n\n\n<ul>\n<li>Don’t want to risk your consultant disappearing</li>\n\n\n\n<li>Are comfortable with a project structure you don’t define and following their process</li>\n\n\n\n<li>Can handle a multi-month project that takes two to six months</li>\n\n\n\n<li>Don’t mind waiting 30 to 90 days to start until you can fit into their schedule&nbsp;</li>\n\n\n\n<li>Want a dedicated project manager</li>\n\n\n\n<li>Have a large-scope or fast-turnaround project that requires multiple people working full-time on it</li>\n</ul>\n\n\n\n<h2 id=\"rates\">Comparing Freelancer vs. Agency Rates</h2>\n\n\n\n<p>For most projects, the consultant has to estimate the time it will take them to build and charge <em>at least</em> that. So the consultant probably isn’t charging much more than their cost.</p>\n\n\n\n<p>Whether the consultant is an agency or a freelancer, the developer only spends about half their day on the project. Also, that number is probably higher for your average web worker in an agency. It still works as an average because managers and PMs typically won’t hit 50%, and their time may not even factor into direct costs.</p>\n\n\n\n<p>Assume the freelancer is billing an end client, not subcontracting to an agency where their costs decrease considerably due to less PM and consistent work.</p>\n\n\n\n<p>Finally, utilize these hourly rates as if it’s for billable work and known costs. So, if the rate is $100 per hour and the design will take 50 hours and the development will take 50 hours, and you build in 25 hours for project management, it would be 125 hours, and the project would cost $12,500. Profits, overhead, and everything else are built into the internal hourly rate — just like if someone were billing the client hourly for the work.</p>\n\n\n\n<h3>Understanding Special Cases&nbsp;</h3>\n\n\n\n<p>Freelancers and agencies also break their own rules all the time. A great example is when you get an inquiry from a big brand. If it’s a competitive bid, and a consultant wants that brand as a featured client, they could easily drop their rates by a third or more to get it — hoping that that brand will make other folks want to work with them down the road.&nbsp;</p>\n\n\n\n<p>Sometimes this is effective. Other times it’s a terrible idea. Referrals can come from anywhere, and generally, bending your rates for a brand name is a bad idea, even though it&#8217;s tempting.</p>\n\n\n\n<p>Other times, consultants break their own rules or don’t follow their internal rates. Consultants may charge less if it’s a client they work with repeatedly and know the true costs better. Consultants may charge less for non-profit organizations, with a retainer, if work is slow or if they get emotionally invested in the bid. The list of ways to break the guidelines goes on and on.</p>\n\n\n\n<h3>Common Freelancer Rates</h3>\n\n\n\n<p>Freelance WordPress website developers today make $30 to $175 an hour, with the average developer charging $70 an hour. Freelancers with good experience, who are more in demand, and those with reputations as specialists charge more for their services.</p>\n\n\n\n<h3>Common Agency Rates</h3>\n\n\n\n<p>WordPress website development agencies charge anywhere from $3,000 to $75,000 or more to build a website, depending on your needs, their reputation, and the size of the market they serve. The better their reputation and the bigger, more high-profile projects they’ve completed in the past, the more they can charge. They also can charge more if they have a niche expertise.</p>\n\n\n\n<p>Market size is the difference between working in big towns or small cities (small market), cities that are thriving but not huge (medium market), or the type of city that’s got pro sports teams and more than a million people (large market). The bigger the market, the more an agency can charge. Agencies in mega markets, like New York and San Francisco, can charge much more.</p>\n\n\n\n<h2 id=\"started\">How to Get Your Website Development Started</h2>\n\n\n\n<p>Before you contact a web developer to build your website, there are some things to do to prepare. This list will help you be more intentional about your web development project and ensure you get what you need.</p>\n\n\n\n<ul>\n<li><strong>Assess Any Current Site Failings.</strong> What do you wish your site could do that it doesn’t? Are there any functions you absolutely need to add?</li>\n\n\n\n<li><strong>Identify Your Goals.</strong> Know what you want from a new site. This direction will help your developer build a better site for you.</li>\n\n\n\n<li><strong>Create a Comprehensive List of Needs. </strong>This list will help your developer create a website that works best for your business and help you determine what’s most important during the web development process.</li>\n\n\n\n<li><strong>Determine Your Budget.</strong> Knowing how much money you have to work with will help you choose a developer and understand what features you can afford.</li>\n\n\n\n<li><strong>Research Freelancers or Agencies. </strong>Think about your timeline and how you’d like the project to proceed. Find a developer that will work well with you.</li>\n\n\n\n<li><strong>Track Progress and Stay Connected.</strong> Know where your website is in the development stages. This tracking will help you stay on top of the project.</li>\n</ul>\n\n\n\n<h2>Do You Want to Learn More About WordPress Development?</h2>\n\n\n\n<p>Are you a WordPress pro or someone who works with WordPress pros? If so, you’ll want to connect with a greater WordPress community to learn from and share with. Where else can you talk in-depth about how much a WordPress website costs to develop? <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> today and get access to members-only content and tons of WordPress news.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2023 15:30: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: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: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:65:\"Do The Woo Community: Emerging Web Tech with Brad, Kathy and Dave\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74622\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://dothewoo.io/emerging-web-tech-with-brad-kathy-and-dave/\";s: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:419:\"<p>An introduction to our upcoming series with Brad Williams, Kathy Zant and Dave Lockie of new web technologies and WooCommerce/WordPress.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/emerging-web-tech-with-brad-kathy-and-dave/\">Emerging Web Tech with Brad, Kathy and Dave</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2023 10:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"WPTavern: Patchstack Tracks 328% More Security Bugs Reported in WordPress Plugins in 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=142666\";s:7:\"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://wptavern.com/patchstack-tracks-328-more-security-bugs-reported-in-wordpress-plugins-in-2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4618:\"<p>Patchstack, a WordPress security maintenance and management tool, has published its &#8220;<a href=\"https://patchstack.com/whitepaper/wordpress-security-stats-2022/\">State of WordPress Security</a>&#8221; whitepaper for 2022, tracking a few key metrics on publicly reported vulnerabilities. </p>\n\n\n\n<p>The findings highlight the risk of using unmaintained themes and plugins along with developers&#8217; need to keep pace with updates to libraries and dependencies included in their work. Patchstack is tracking a significant increase in vulnerabilities reported in 2022:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>In 2022 we saw&nbsp;<strong>328% more security bugs reported</strong>&nbsp;in WordPress plugins – we added&nbsp;<strong>4,528</strong>&nbsp;confirmed security bugs to our database, compared to&nbsp;<strong>1,382 in 2021</strong>.</p>\n</blockquote>\n\n\n\n<p>Similar to previous years, the majority of these security bugs were found in plugins (93%), followed by themes (6.7%), and WordPress core (0.6%).</p>\n\n\n\n<p>These numbers were sourced from public data from Patchstack and other security companies and researchers in the WordPress ecosystem. The total number of vulnerabilities comes from the three official CNAs in the WordPress space that are authorized to assign CVE IDs to new security vulnerabilities and to whom researchers report issues. These include Patchstack, Automattic (WPscan) and WordFence. Patchstack CEO Oliver Sild said some of the vulnerabilities were also independently published elsewhere or reported directly to MITRE.</p>\n\n\n\n<p>The report emphasized that the increase in the number of vulnerabilities reported means that ecosystem is becoming more secure as the result of more security issues being found and patched.</p>\n\n\n\n<p>Another small improvement over last year is the percentage of critical security bugs that never received a patch. In 2022, that number was 26% versus 29% in 2021. Critical vulnerabilities were better addressed this year but Sild said so far it&#8217;s not a significant change that they would connect with any trend yet.</p>\n\n\n\n<p>&#8220;We still think it shows a big problem, which is that some plugins are unsupported or abandoned and do not receive timely patches,&#8221; he said.</p>\n\n\n\n<p>Solving the problem of developers abandoning their work is challenging, and many users have no idea how to select plugins that are more likely to be supported. </p>\n\n\n\n<p>&#8220;I think it’s important to be transparent,&#8221; Sild said. &#8220;It is also okay that projects come to an end. I just recently told my colleague that &#8216;when someone builds a new plugin, they should keep in mind that someone might actually use it.&#8217; It kind of stuck with me, because even if the plugin developer has moved on and is not working on the project anymore, there still might be people who rely on it.&#8221;</p>\n\n\n\n<p>Sild said users often get left in the dark because WordPress core only shows if an update is available. If a plugin gets closed by WordPress.org due to an unpatched security issue, users don&#8217;t get notified.</p>\n\n\n\n<p>&#8220;It’s something we try to improve together with our partners such as other security plugins and hosting companies,&#8221; he said. &#8220;Communication is key. We recently also created a free service for plugin developers called &#8216;managed vulnerability disclosure program&#8217; shortly mVDP.  The goal is to help plugin developers adopt more mature security practices and show users that they take security seriously.&#8221;</p>\n\n\n\n<p>Other notable insights from the whitepaper include a breakdown of WordPress security bugs by severity. In 2022, the majority of vulnerabilities (84%) were classified as Medium severity, with a smaller percentage of High severity (11%) and Critical (2%).</p>\n\n\n\n<img />\n\n\n\n<p>Of the most popular plugins (over 1 million installs) that had security issues, only five contained high severity bugs. The two with the highest CVSS score vulnerabilities were Elementor and Essential Add-ons for Elementor, followed by UpdraftPlus WordPress Backup, One Click Demo Import, and MonsterInsights.</p>\n\n\n\n<p>The whitepaper highlights a few other trends, including hosting companies alerting their customers to vulnerabilities, the growth of the security research community, and increased security awareness within the WordPress ecosystem. For more details on the state of WordPress security in 2022 and predictions for this year, check out the <a href=\"https://patchstack.com/whitepaper/wordpress-security-stats-2022/\">whitepaper</a> on Patchstack&#8217;s website.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2023 01:09:14 +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: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:62:\"WPTavern: Automattic Acquires ActivityPub Plugin for 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:30:\"https://wptavern.com/?p=142658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/automattic-acquires-activitypub-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4255:\"<img />\n\n\n\n<p>Automattic has acquired the <a href=\"https://wordpress.org/plugins/activitypub/\">ActivityPub plugin</a> for WordPress from German developer <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, who will be joining the company to continue improving support for federated platforms. Pfefferle, who is also the author of the <a href=\"https://wordpress.org/plugins/webmention/\">Webmention</a> plugin, said his new role is to see how Automattic&#8217;s products can benefit from open protocols like ActivityPub.</p>\n\n\n\n<p>In 2021, Automattic CEO Matt Mullenweg indicated that he would be interested in <a href=\"https://techcrunch.com/2022/11/21/tumblr-to-add-support-for-activitypub-the-social-protocol-powering-mastodon-and-other-apps/\">having Tumblr support the ActivityPub protocol</a> for a greater level of interoperability across networks like Mastodon and others using the same protocol. That is still in the works, but WordPress sites already have this capability through the plugin.</p>\n\n\n\n<p>&#8220;ActivityPub and a lot of other Open Web Plugins (like the Webmention plugin) were spare time projects, so I was not looking for an acquisition,&#8221; Pfefferle said.</p>\n\n\n\n<p>&#8220;When Matt announced that Tumblr wants to implement ActivityPub on Twitter, I asked why not WordPress, so I came in contact with Automattic and they offered me the opportunity to work full time on the plugin and other Open Web projects.&#8221;</p>\n\n\n\n<p>The ActivityPub plugin makes it possible for readers to follow a WordPress  site in the fediverse using the ActivityPub protocol. This includes Mastodon, one of the most popular platforms using the protocol, and other platforms like <a href=\"https://pleroma.social/\">Pleroma</a>, <a href=\"https://friendi.ca/\">Friendica</a>, <a href=\"https://hubzilla.org/\">HubZilla</a>, <a href=\"https://pixelfed.org/\">Pixelfed</a>, <a href=\"https://socialhome.network/\">SocialHome</a>, and <a href=\"https://join.misskey.page/\">Misskey</a>. For those using Mastodon, this plugin will automatically send posts to the network and replies to it will become comments on the post.</p>\n\n\n\n<p>Last March, the ActivityPub plugin had just 700 users. Today it has grown to more than 2,000 active installs. Although it is not yet widely used, it has gotten more exposure since Elon Musk bought Twitter.</p>\n\n\n\n<p>&#8220;Thanks to Elon Musk, the number of downloads from my ActivityPub (WordPress) plugin and <a href=\"https://mastodon.social/@pfefferle\">my followers on Mastodon</a> have increased at least tenfold!&#8221; Pfefferle said in a post on his blog in January 2023. &#8220;This inspired me to work more actively on the plugin again and some great changes came about.&#8221;</p>\n\n\n\n<p>Most recently, Pfefferle added a new onboarding screen with recommended plugins, added the published date to author profiles, and added outgoing mentions, among other features.</p>\n\n\n\n<img />\n\n\n\n<p>Pfefferle said he thinks the idea of the acquisition is not to have the protocol merged into core, but to &#8220;guarantee that it will stay open source and to maybe make it a canonical plugin.&#8221;</p>\n\n\n\n<p>As more social networks unite on open protocols, it won&#8217;t matter where you choose to create your home on the web. Interoperability between apps allows people to post from whatever network they enjoy, creating a richer, more diverse web. Automattic&#8217;s support of the ActivityPub plugin ensures WordPress&#8217; place in the fediverse, where blogs will not isolated islands but rather interconnected as many were in the early days of blogging. Pfefferle&#8217;s work embodies these ideals.</p>\n\n\n\n<p>&#8220;I think my drive was always to build an alternative to the big walled gardens of Facebook &amp; co,&#8221; Pfefferle said.</p>\n\n\n\n<p>&#8220;I fell in love with the idea of blogging and the spirit of the Web 2.0 movement and tried to keep the idea alive. I worked on several WordPress plugins and participated in several movements (<a href=\"https://github.com/diso/\">DiSo</a>, <a href=\"http://dataportability.org/\">DataPortability</a> and others) starting in 2007.</p>\n\n\n\n<p>&#8220;It is so exciting to finally see such a big interest in Open and Federated technologies!&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Mar 2023 20:24: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: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: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:62:\"WordPress.org blog: WP Briefing: Episode 51: Is Routine a Rut?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14621\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2023/03/episode-51-is-routine-a-rut/\";s: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:8911:\"<p>On Episode fifty-one of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy as she makes a case for why routine is a good thing&#8211; in life and in the WordPress project. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br />Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/wordpress-6-2-rc1-postponed-additional-beta-5-added/\">Beta 5, Additional Beta Released</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2, Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wp20-celebrations/\">Join WordPress 20th Anniversary Celebrations</a></li>\n\n\n\n<li><a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\">Organizing Diverse and Inclusive WordPress Events</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">Events News Widget Modification Proposal</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14621\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:29]</p>\n\n\n\n<p>All right, my WordPress wonders; it&#8217;s time to join me for one of my gentle rants on basic leadership principles. Today we&#8217;re talking about the importance of routine and predictability in everyday life. But don&#8217;t worry, I&#8217;m gonna tie it all together with WordPress, too. So by now you&#8217;re probably aware that I don&#8217;t really consider myself one of those “born leaders.”&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:00]&nbsp;</p>\n\n\n\n<p>Over the years, I&#8217;ve put a lot of effort into researching characteristics of good leaders and general leadership methods overall. But one of the things I encountered early on in my leadership learning journey was the concept of routine.</p>\n\n\n\n<p>As with most leadership practices I hold, routine has more than one purpose. From a very pragmatic standpoint, routines provide predictability and the more predictable something is, the lower the cognitive load becomes, which in turn lets you use your thinking power for something better. For instance, if you know that in every check-in with your team lead, she&#8217;s gonna ask you what you were proud to have shipped last week, what you want to ship next week, and what things stand in the way of your plans, then you know that that is what you have to prepare for.&nbsp;</p>\n\n\n\n<p>The knowledge work, the thinking part. The thinking part stops being, what is my team lead going to ask me and starts being what is the problem that she can help me solve?&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:00]&nbsp;</p>\n\n\n\n<p>But from a more human standpoint, that kind of predictability helps us to understand when something that happened is out of the ordinary. Whether it&#8217;s a notification of a comment left on your blog or syntactical highlighting that lets you know that you&#8217;ve written something that&#8217;s out of voice or against grammar standards, it just lets you know that something is unusual there and deserves your attention.&nbsp;</p>\n\n\n\n<p>Now for me, this has a lot of applications across the WordPress project. There are the obvious things like the cadence of our major release cycles or our notification system, which honestly could use a bit of TLC, a little bit of elbow grease.</p>\n\n\n\n<p>But there are also less obvious things that this idea still applies to simply because of the way our brains work, the information architecture on our sites, for instance. It should make sense visually and semantically because that makes it easy for us to skim and predict where the highest value content is for us. Or the user interface across the back end of our software.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:00]&nbsp;</p>\n\n\n\n<p>Having familiar tasks or actions across any type of content or area of content makes it easier for a site maintainer to flow from one area of a site to the next, fixing things as they find them without necessarily having to stop and put down their hammer and pick up a screwdriver or whatever metaphor works for you. Or if you&#8217;re doing more nuanced work, like put down your timpani mallets and pick up your xylophone mallets.&nbsp;</p>\n\n\n\n<p>So, yeah, consistency. Consistency is the topic of today&#8217;s gentle rant. I get really worked up about it because I feel like consistency ends up being this euphemism for being boring. But I honestly believe that it&#8217;s the consistency and the dependability that make it clear what is supposed to be exciting, the things that are different enough that they merit our attention.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:38]&nbsp;</p>\n\n\n\n<p>Which, fortunately, now brings us to our small list of big things. It&#8217;s actually a pretty big list today and also a bunch of pretty big things. So first thing to know, there was an additional beta added to this release cycle.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:00]&nbsp;</p>\n\n\n\n<p>It was beta five; it came out last week, I think. There was a bit of a regression that we worked our way through. And so RC1, release candidate one, is going to be postponed a little bit because of that. But don&#8217;t wait until RC to start testing, obviously RC is tomorrow, so that means you get to test, like, today!</p>\n\n\n\n<p>The second thing on our small list of big things is that we have the WordPress 20th anniversary coming up. That&#8217;s May 27th. And you can join in the celebrations. So at WordPress&#8217;s 10th anniversary and 15th anniversary, we had like a big, ongoing global set of parties, like Meetup events got together and made cakes, or did a concert, or did a hackathon for various reasons.</p>\n\n\n\n<p>Like they all got together on May 27th or thereabouts and did some really fun, like celebration of how far WordPress has gotten them and how far they hope to be able to go with WordPress.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:00]&nbsp;</p>\n\n\n\n<p>So if you are from the before times WordCamp kind of organizing timeframe, you know that we always consider WordCamps to be like an annual celebration of the excellence of your community and how much you all come together and how different you are as part of this overall big WordPress-y thingy.&nbsp;</p>\n\n\n\n<p>All right. Third item that we have is that, I know that I mentioned this in the last WP Briefing as well, but we have another session of the diverse and inclusive WordPress events coming up that&#8217;s happening on March 16th. So coming up really fast, we&#8217;ll put a link to that in the show notes as well.</p>\n\n\n\n<p>And the final thing, I don&#8217;t remember what list number we&#8217;re at, but the final thing is that there is a proposal out there right now to modify the events and news widget that we use inside the WordPress dashboard. If you&#8217;re not familiar with it, it is a place where all of the local-to-you Meetup events get listed.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:00]&nbsp;</p>\n\n\n\n<p>It&#8217;s where all of the news items from various WordPress media outlets get published. We just have a link to it there. And so, we would like to make some changes to that so that we&#8217;re able to include not only specific location types of events but also events that are location agnostic because they&#8217;re online but might have a specific, identifying niche that you particularly find interesting.</p>\n\n\n\n<p>So it might be for Spanish speakers or for women in particular, or whatever it might be. There&#8217;s a proposal out for that. We&#8217;ll put a link to that in the show notes as well.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";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:91:\"Gutenberg Times: Gutenberg Changelog #80 – WordPress 6.2 Preview, Gutenberg 15.2 and 15.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=23587\";s:7:\"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:104:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-80-wordpress-6-2-preview-gutenberg-15-2-and-15-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59937:\"<p>Rich Tabor and Birgit Pauli-Haack chat about WordPress 6.2 Preview, Dev Notes and Fieldguide, Gutenberg 15.2 and 15.3. </p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\"></p>\n\n\n\n<p><strong>WordPress Developer Blog</strong></p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/02/block-theme-resources-roundup/\">Block theme resources roundup</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\">Static vs. dynamic blocks: What’s the difference?</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/creating-a-custom-block-that-stores-post-meta/\">Creating a custom block that stores post meta</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/converting-your-shortcodes-to-blocks/\">Converting your shortcodes to blocks</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/block-deprecation-a-tutorial/\">Block deprecation – a tutorial</a></li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/themes/2023/03/10/summary-community-themes-project-kickoff/\">Summary: Community Themes Project Kickoff</a></p>\n\n\n\n<p><a href=\"https://felix-arntz.me/blog/rebuilding-my-website-using-a-block-theme/\">Rebuilding my website using a block theme</a> by Felix Arntz</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2023/03/03/6-2-live-product-demo/\">Product Demo of WordPress 6.2</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Dev Notes</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introduction-of-block-inspector-tabs/\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/shadows-in-global-styles-with-wordpress-6-2/\">Shadows in Global Styles with WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-the-html-api-in-wordpress-6-2/\">Introducing the HTML API in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/sticky-position-block-support/\">Sticky position block support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/custom-css-for-global-styles-and-per-block/\">Custom CSS for global styles and per block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/minimum-height-dimensions-block-support/\">Minimum height dimensions block support</a></li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\">What’s new in Gutenberg 15.2? (22 February)</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\">Transcript</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 80th episode of the Gutenberg Changelog Podcast. In today&#8217;s episode, we will talk about WordPress 6.2 Preview, Gutenberg 15.2 and 15.3. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and WordPress developer advocate and a full-time core contributor to the WordPress Open Source Project. I&#8217;m thrilled to have with me today Rich Tabor, product manager for the WordPress Open Source project and part of Automattic&#8217;s Five for the Future program. Hi, Rich, thank you so much for taking the time out of your very busy week to be here with us and talk to our listeners. How are you?</p>\n\n\n\n<p><em>Rich Tabor</em>: Hey, thanks, Birgit. I&#8217;m doing pretty well. I can&#8217;t complain, to be honest. Thanks for having me on this show. It&#8217;s been a long time coming here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I think so, for two years or so.</p>\n\n\n\n<p><em>Rich Tabor</em>: That&#8217;s right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: In and out. For many who have known you in the community, you are an early adopter of the block editor, you and Jeffrey Carandang worked on several things together in the early days, and that&#8217;s about five years ago now. Since then, you presented at WordCamps, virtual and in-person. I remember your talk at WordCamp Atlanta. No, was it Atlanta in 2019?&nbsp;</p>\n\n\n\n<p><em>Rich Tabor</em>: Yeah, it was.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; Boston &#8217;19 that I saw you, but both of them are fine. Also, your talk on WordCamp US in 2021 and last year, so there&#8217;s a lot you did in the last five years.</p>\n\n\n\n<p><em>Rich Tabor</em>: I&#8217;ve been exploring block editing since I guess before it landed in WordPress. WordCamp US in 2018, I believe, is really what kicked me into gear on designing and building block experiences for Gutenberg. Since then, I&#8217;ve been building, launching, and sharing my knowledge however I can. Code Blocks, the project I did with Jeffrey Carandang, it&#8217;s now under the GoDaddy brand, I was one of the early explorations and just a really great entry to learning the ins and outs of Gutenberg. I personally learn best by doing something real and releasing an open source block plugin for folks to actually use was certainly the catalyst to where I am today.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I used Code Blocks together with Atomic Blocks. Michael Allison was pretty much also on the forefront and it must have been before 2018, though, WordCamp US 2018, because I think wasn&#8217;t that there when you already sold Code Blocks to GoDaddy?</p>\n\n\n\n<p><em>Rich Tabor</em>: I think it was January 2018. In 2018, it was the like, &#8220;Hey, I need to get serious,&#8221; moment. Maybe it was &#8217;17, I don&#8217;t know, but right around there, it was like the, &#8220;Hey, let&#8217;s learn this and let&#8217;s do this.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Now, as a product builder, what do you find now fascinating about the WordPress, the block editor, the Site Editor, and this potential to empower folks?</p>\n\n\n\n<p><em>Rich Tabor</em>: I think that potential is huge. The WordPress experience is changing and evolving, and it&#8217;s slowly becoming more intuitive and better to use on the site level, not just on the post editor level. I just think that the opportunities for empowering those creatives and publishers and just people who want to share something and have a little ownership in it on the web is paramount to the future of the web, and I&#8217;m just so thankful to be a part of this time in WordPress.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s been quite exciting to see what people come up in their creativity, what they do with the sites, what they do with the design tools, how they manage the space and the spacings and the dimension controls. There are quite a few additional explorations there that are totally new to WordPress, nobody really, apart from additional third-party page builder, but to have that right into the software is such an amazing product. I&#8217;m really happy about that. I&#8217;m glad we are finally here.</p>\n\n\n\n<p><em>Rich Tabor</em>: We&#8217;re getting there, yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We are there. To the Site Editor, do you think it&#8217;s ready to have people use it in production and all that?</p>\n\n\n\n<p><em>Rich Tabor</em>: Oh yeah, certainly. I think that there&#8217;s always improvements to be made and there&#8217;s still a lot of lines to draw between the dots to connect a lot of these experiences, but overall, as a holistic editing experience for your site, it&#8217;s really been fine-tuned in the last couple of maybe half a year or so, since the release of 6.1, it&#8217;s really tightened up quite a bit and there&#8217;s more to do, but I&#8217;m pretty stoked at where we&#8217;re headed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Me too, me too. We will talk about it when we go to 15.3, I had another great experience with the new tools that are in there, but first of all, we have some announcements, well, actually one announcement, but it has multiple facets there.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Announcements</strong></h3>\n\n\n\n<p>There is an official WordPress Developer Blog and in February, there were six new posts published there and one of them was a block theme resource roundup by Daisy Olsen. If you are WordPress developer, either you have already experience with block themes, you get some resources there, as well as if you just get started and want to have one page where you can have a startup page, so to speak, get started and get to the resources that are available on wordpress.org, all through learn, through the Developer Blog, through documentation, the theme handbook, it&#8217;s a great roundup of all those resources.</p>\n\n\n\n<p>The next one is a little bit is a topic that is really high on our minds and finally, we have a post up there, and you probably can talk about that, as well, it&#8217;s about the intrinsic design theming and rethinking how to do design with WordPress. Justin Tadlock wrote this post because there were a lot of questions about the responsiveness of WordPress, that&#8217;s one thing. The other one is many people that come from other page builders, they miss their viewpoints, the three viewpoints that they have been using for the last 8 or 10 years. But intrinsic design is more the fluid typography, so no matter what the screen size is, it adapts to the screen size and there&#8217;s also fluid spacing that&#8217;s now part of WordPress. Is that enough, what do you think, Rich?</p>\n\n\n\n<p><em>Rich Tabor</em>: I think you hit it on pretty good. It&#8217;s the idea that when you design something in WordPress, in this case, that it inherits the responsive nature of the viewport, instead of you having to actually declare those values, like instead of declaring that you want to font size smaller on mobile or even a column going to Stack on mobile versus on desktop, maybe it&#8217;s side-by-side. It is something that intrinsically will Stack whenever it becomes too small to render side-by-side, so trying to figure out those controls, it is tricky to be honest, but there&#8217;s been a lot of improvements in that direction and overall, it does simplify the editing experience quite a bit. That doesn&#8217;t mean that we&#8217;re there, by any means, on the controls that we need, but if we do improve some of the Row and Stack capabilities and some of this intrinsic design methodology in WordPress, I think it will move forward to the point where it&#8217;s less of a concept that you have to think about and more of just a way that you expect it to work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I can see that those viewpoints, that&#8217;s more for designers rather than your site owners or those who just want to build a website and hope that it&#8217;s all working out of the box, and those concepts can get really confusing, but also very hard to manage. I saw a plugin that was built on the block editor, but they had six viewpoints for every design decision. I don&#8217;t think that&#8217;s where we want to go as a product, pretty much, or for the normal user or even the design user, the theme developer, that they have to be so granular. It&#8217;s not so much thinking about the first version of it, but also where did I change this? Is it in the viewpoint of this one or this one or this one?</p>\n\n\n\n<p>With the proliferation of the screen sizes, they go smaller, but they also get bigger, I think it&#8217;s going to be harder and harder to actually hit the right size for the viewpoints. I think there was a very interesting article from Justin Tadlock and there&#8217;s definitely a lot of discussion also on there, so dear listeners, you can definitely spend a half an hour or so reading that and also reading the discussions. Another article on the Developer Blog explains the difference between the static and dynamic blocks. Joni Halibi wrote this one. I know it was a topic close to her heart. She&#8217;s a developer at Georgetown University.</p>\n\n\n\n<p><em>Rich Tabor</em>: That&#8217;s right, yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you. I heard her talking about it, so I asked her if she wanted to write about it. It&#8217;s definitely a great rundown of the pros and cons of static and dynamic blocks. Dynamic blocks are rendered with PHP, static blocks are everything the editor, as well as frontend is coming from Post Content from the JavaScript. I think the biggest hurdle is the updating during development and after development. I&#8217;m jumping over the other lists there.</p>\n\n\n\n<p>There is just today, Michael Burridge published an article on how to deprecate static blocks and have some version, so you have a version of a block on the site and you use it multiple times and then a new update comes for the block. Sometimes when you open up the post into the editor and there was a block in there and it wasn&#8217;t deprecated right, it has this error message in there, so something happened with the block kind of thing, and some of you have already seen it, and this prevents that from happening. It&#8217;s not difficult from the mechanics, but it&#8217;s definitely something to think about when you do static block development. How did you feel about that when you came across it in your early days of block development?</p>\n\n\n\n<p><em>Rich Tabor</em>: I feel like that&#8217;s a pointed question. The idea between static and dynamic blocks is really powerful. Dynamic blocks are definitely, I would say, probably the primary use case on most of the more complex blocks that you would build, in particular in third-party situations like rebuilding a custom block for a client, because you don&#8217;t need deprecations at that point. If you need to make changes, you can, because it&#8217;s all rendered in PHP, and the tooling around dynamic blocks has improved quite a bit, as well, with the render.php file that you can load in and it makes templating a much easier process than it was originally. But deprecations are a necessary part of static blocks and they can be a little frustrating just because it sits there forever at that point, but if I&#8217;m building a custom block these days, I probably would lean more on the dynamic side, if possible.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I can see that. There are some new ideas actually happening that also will be on tap into the dynamic block development there, and we will talk about it on the Gutenberg Changelog when the time is right. Two more posts were launched just recently, one was how to create a custom block that stores Post Meta. That&#8217;s certainly a big question that a lot of people had and Ryan Welcher answers that question nicely, walk you through step-by-step, and explains very much most of the steps that are necessary to make that successful.</p>\n\n\n\n<p>And then the other post is converting your short codes to blocks, and that one is from Jonathan Bossenger and he has his use case that he&#8230; It&#8217;s not really a conversion, it&#8217;s recreating something that was a short code into a block and make it more user-friendly. Short codes had their good usage, but with newer modern interfaces, they are just too cumbersome for site users to write all those text strings and not forgetting a comma or something like that, so converting them to blocks is definitely a good way to go about them. Any thoughts about those two problems? It doesn&#8217;t have to be from the articles.</p>\n\n\n\n<p><em>Rich Tabor</em>: I would say they&#8217;re both well-written and good examples of writing tutorials and documentation together, in a sense. There&#8217;s a short code that Jonathan&#8217;s actually converting in real time, you can see and watch it, I think you might be able to listen to part of it, but the idea that you&#8217;re taking a real-world example and converting it, I think is very powerful. And then the same goes for the other one about storing Post Meta with the custom block. I think it&#8217;s very powerful and hasn&#8217;t been done very often, or at least not often enough that&#8217;s front and center, because it really is a powerful way to manipulate Post Meta, but also site options. I think it works very similar if you&#8217;re updating the site options, which is what the site title block does and the Site Logo block. But you could do other options, perhaps, like I experimented with pulling in the WooCommerce phone number into a block, but if you update it there, it also updates it in WooCommerce, again, connecting some of those dots that right now are very disconnected and this is one of those steps in that direction.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, that&#8217;s actually a good idea to look beyond the WordPress core and see where connections and integrations are made. We definitely share the links in the show notes that are coming out with this episode or you can just go to the Developer Blog and read through the latest What&#8217;s new for developers? (March 2023). That&#8217;s the second edition of a roundup post of what&#8217;s new not only in a block in the block development, but also for core and the learn places, but it&#8217;s specifically for developers, extenders, plugin developers, theme developers, or agency developers so they can get up to speed very fast.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Community Contributions</strong></h3>\n\n\n\n<p>We have, in the section of community contributions, there&#8217;s one new project, the theme team kicked off the community theme project, and I believe, Rich, you were part of it. What can you tell us about it?</p>\n\n\n\n<p><em>Rich Tabor</em>: Yeah, certainly. On March 7th, we had, I think, over 20 people participating in the Hallway Hangout session to discuss it. This community theme project is an interesting way to start really just encouraging experienced and new WordPress contributors to create more themes, in particular, block themes. It was a big learning curve to how block themes are created compared to existing themes, but really they&#8217;re much more of a simple system that&#8217;s design-oriented, so some of the talks were centered around a designing a theme within the editor and not necessarily with a different design tool like Figma, which is a huge challenge, but I really think it will help open up a lot more eyes to the issues that we need to continue resolving within the editor to encourage more of the explorative design work that designers can leverage to build beautiful themes.</p>\n\n\n\n<p>There&#8217;s a Slack channel within Make, it&#8217;s the Core Themes Projects channel, there&#8217;s some discussion there. There&#8217;s a repo, I think it&#8217;s WordPress/community-themes. The idea is that you can start creating themes and submit them as a pull request and collectively, we&#8217;ll all try to help get these situated in the right way, so where we&#8217;re all learning and growing from this experience of building themes together.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I&#8217;m really excited about this. This started with the theme team, thinking about the latest default team that was 2023, where there was a call for sending in style variations. There was a base theme that was made public very early and then there were, I think, 19 theme designers sent in about 30, almost 40, style variations, of which 10 made it into the final release. But that kind of community collaboration is always very fruitful and very creative and it helps people really learn about things, but also push the boundaries so much more than just brooding alone in your own remote home office. I think that&#8217;s a fantastic way to get the community also in producing more than one theme per year; I hope that is what will come out of it. The theme will all be published under the username of WordPress, so that&#8217;s the new part of it, I would think. Do you already have an idea for a theme that you might want to work on?</p>\n\n\n\n<p><em>Rich Tabor</em>: I&#8217;ve got the bug to redesign my blog again. I love it, but I want to remove some of the barriers to publishing. Featured image, right now, it&#8217;s almost required in my current blog design, and then I want my headings to be a certain lead flow, so I want to try to identify the things that are blocking me from publishing more and start designing in that essence, so it could be more of a thought feed instead of only technical blog posts, in a sense. That&#8217;s my personal project I&#8217;ve been exploring a little bit on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I saw that the list of block patterns for the Query Loop actually would probably help you with that, because there are quite a few text-based lists design available now in the Block Pattern Directory, as well as I think that are now coming out, as well.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yeah. There&#8217;s more opinionated design elements to some of these patterns, which I think is great because at the end of the day, if you don&#8217;t want to use a pattern, you don&#8217;t have to use it, but if you do want to use one of these more interesting, opinionated designs, then it&#8217;s a great start to building out the rest of your theme. I&#8217;m really looking forward to even more of the patterns coming down from WordPress.org.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Oh, speaking about switching the site up, Felix Arntz, who is a software engineer with Google, shared his experience on doing exactly that, switching his site from a classic theme to a block theme and his post is exactly that, rebuilding my website using block theme. It&#8217;s a very long post; he recounts all the steps in detail that it took him to convert it, and it wasn&#8217;t so much&#8230; It was minimal code editing, he says, in part, but he also had to update his custom blocks, so that&#8217;s part of it. But he also, and that was very interesting for me to read, is that Felix is also a member of the WordPress Performance Team, so what he did was also measuring the performance before and after the redesign and it really piqued my interest, and you definitely should read it, dear listeners. I&#8217;m only Miss Numbers on the podcast, it&#8217;s really hard, but I just wanted to say one number.</p>\n\n\n\n<p>He did two steps. One was just recreating the same pages with the block theme, the header and content and Query Loop and that part and then measured it, and then he did additional tweaking and he actually explains very detailed how he did those. And then with the first step, just moving it over to a block theme, he had an improvement on the LCP, which is the longest content paint, one of the web vitals. He went from something a little over 1 second to 600 milliseconds, so that was an almost 38% improvement of the speed. But when he did the first performance tweaks, he went down to 452 from 1 second to 0.4 second, that&#8217;s an improvement of almost 60%. That was the first time that I actually saw this so very much spelled out and I have a trust in Felix that his numbers are actually averages from multiple tests, he explains that also in his post, but this was a very interesting post in many, many directions. Also, learning more how to do some more performance tweaks was one. I&#8217;ll leave the link in the show notes and definitely go and read it.</p>\n\n\n\n<p><em>Rich Tabor</em>: I would just like to echo what Felix writes at the very end. He says, &#8220;Block themes in full site editing, the effort for the Site Editor has evolved quite a bit since it originally launching in 5.9.&#8221; He says, &#8220;Here, I can with confidence say that it was the right decision for me to jump on that train now. If you&#8217;ve tried block themes a while ago and weren&#8217;t satisfied, maybe give it another try.&#8221; I totally agree with that sentiment. Especially if you have a personal blog, I would say just give it a shot, even 2023, put that on there and start designing it within the editor, then start running with it, you can see what happens.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: If you are not a developer and a little bit of hesitant to change something in production or on a live site, definitely be cautious. There is a new tutorial up and I just listened to it a couple days ago with Sarah Snow, she actually did the same thing. She went and replaced her old theme with a new theme and rebuilt her website, but she also walks through how she tried to avoid all the pitfalls to take her site down and all that, so that is also for non-developers, a very good tutorial to look at and to watch.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s Released &#8211; WordPress 6.2</strong></h3>\n\n\n\n<p>That brings us to the section of what&#8217;s released? Of course, we start with this week, it was release week with multiple releases.</p>\n\n\n\n<p>One of them was the 6.2 Release Candidate 1 and the contributor published 12 dev notes that are related to the block editor in the Field Guide. The Release Candidate 1 is that point in the release cycle where there is hard string freeze, the Field Guide is published, and the emails go out to plugin and theme developers about what&#8217;s new, that send the Field Guide and also to test their products against the new version so they can figure out all the incompatibilities or make it compatible to the version. The final release is on March 28th, 2023, that&#8217;s, right now, 18 days from today. We are recording this on March 10th. Rich, you were part of the release squad as lead for design, what was your role there, or is your role there, you are not done yet?</p>\n\n\n\n<p><em>Rich Tabor</em>: No, not quite yet.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We are not done yet.</p>\n\n\n\n<p><em>Rich Tabor</em>: That&#8217;s right. I think there&#8217;s three focuses, especially around this release. But the first, I would say it&#8217;s keeping a general pulse on what&#8217;s coming, what&#8217;s being worked on, keeping contributors focused on delivering that best, optimal WordPress experience that&#8217;s always right there on the horizon. It doesn&#8217;t mean we&#8217;re there today, like I&#8217;ve said a couple times here, but if we set our gaze in that direction, I&#8217;m sure we will continue refining and iterating towards that best experience, so that&#8217;s the first. The second would be the about page. The WordPress about page introduces you to the latest and greatest parts of WordPress that have been put into by all these contributors over the last release.</p>\n\n\n\n<p>That&#8217;s been a fun project working with designers from the design community and really putting together the images and the layout and the structure, even the copy, to make sure that it portrays 6.2 as intended. 6.2 has a lot of new stuff in it and it&#8217;s hard to distill that into one page, but it&#8217;s been a welcome challenge, for sure. And then the last bit, this release, we did a product demo of 6.2, I did it with Anne McCarthy, and that was a very nice way to really showcase what&#8217;s coming in a live action, here, this is like a real demo on a real site that I set up. I was using 2023 and I designed it a little bit differently so that it showcased some of the design tooling in the actual demo itself and it was great. We had lots of help, lots of folks really chimed in to make that what it was, and I thought it went pretty well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The site was beautiful. If you, dear listeners, haven&#8217;t seen it yet, go, and of course there will be a link in the show notes, but go to the product demo and watch that video. You will learn a lot about 6.2, but also it&#8217;s actually a joy to watch, so that&#8217;s definitely….</p>\n\n\n\n<p><em>Rich Tabor</em>: Awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It shows that a designer was preparing for the product, absolutely. As mentioned, there are block editor related dev notes, so what&#8217;s coming, what should developers watch out for? We are not going through all 12 of them, but there, we have a few. First off is the introduction of the Block Inspector tabs, which is a design, an interface change, that your customers or you, if you build sites for others, will need to get used to, because now the settings are in two tabs, one is the settings tab, the other one is the appearance tab. In the developer note, we learn how a custom block can manage that for themselves, where do the settings go or the styles? I know that some custom blocks have their own color picker and if they don&#8217;t do anything, they will find it under settings and not under appearance, for instance, because settings is a default. There&#8217;s a little trick there that&#8217;s in the dev notes how to do that, there&#8217;s a new Group attribute that says either style or settings.</p>\n\n\n\n<p><em>Rich Tabor</em>: Next step, we have shadows that are added to global styles in 6.2. These are shadow presets that are provided within the core theme.json file, but themes can also provide their own shadow presets using, I think it&#8217;s settings, shadow preset. There are four or five provided by core, but they&#8217;re pretty easy to override. In the future, releases will include the shadow control elsewhere. Right now, it&#8217;s only on the button block and that&#8217;s to restart refining it and tightening up the experience first. Some other ideas that are circling are perhaps allowing multiple shadows, so how do you Stack them, perhaps? Of course, the blur, the X and the Y, trying to really hone in on the design of the shadows, as well, but right now, they&#8217;re just preset-based. I think they&#8217;re nice, but they do need a little bit more work before we move them available on more blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You said that they are now only available for the button block, they are not available in the post editor, only in the Site Editor in the style sidebar, just because of that….</p>\n\n\n\n<p><em>Rich Tabor</em>: That&#8217;s right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; that you only can do global studies with that. The next one is the introduction of an HTML API, which is, it&#8217;s very developer-oriented, so it&#8217;s highly technical, but it&#8217;s a uniform way that WordPress developers now can travel through parsing a website and changing out tags. That was always prone to rejects and all the other things that was only prone to not always hit the mark and this one is now so much better. People can use it not only for the block editor, but of course, also for their PHP plugin or other apps that they add to the WordPress.</p>\n\n\n\n<p><em>Rich Tabor</em>: That&#8217;s right. The next one here is the sticky position block support was added in 6.2. Right now, it&#8217;s featured on top-level Group blocks, so only the Group blocks that are within the top level of your document, so in the list view, it&#8217;s the first level. It&#8217;s this new prop that right now enables you to set it to sticky and if it&#8217;s set to sticky, even within the editor itself, the actual Group block will stick. Right now, it&#8217;s not open to other blocks because there&#8217;s still some UX considerations around sticky positioning, because it doesn&#8217;t always stick if the surrounding element isn&#8217;t tall enough to allow for sticking, so trying to figure a smart way to communicate that is a very important part of that experience, otherwise you would think it would stick, but it doesn&#8217;t. I think that that&#8217;s something significant to iron out, but that&#8217;s already in the works for, hopefully, the next release of WordPress.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: There&#8217;s a lot of trial and error to do and a lot of people have a different ideas on how is this supposed to work, but I am really looking forward to it. Well, the sticky header, we all know about, but with mobile, you also need to think about a sticky footer, because that&#8217;s where your thumb goes. When you look at a webpage, you are not going to the top, you are going to the bottom, so there are quite some new variations possible. The next one is that a lot of people waited for it and now, here it is, custom CSS in the global styles, that&#8217;s one part, but also you can have custom CSS4 on a block level, so it&#8217;s now here. It&#8217;s a little bit more hidden, so it&#8217;s also in the style sidebar, it&#8217;s not upfront in the left-side menu item like it was for the customizer, but it&#8217;s there and it works and it&#8217;s beautiful.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: A few people asked me if it would also come to the post editor so you can do it on a single instance of a block, because in the style sheet, you only do it for the block and then it propagates over the full site, but if you just want to do one section in your per&#8230; That&#8217;s not possible, unless you do an additional class name in the advanced section and then go to the standard sheet and put that class name and your styles in there. I have an answer for that person who had the question.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes. And then the next big one is the minimum height dimension support, and this is a new block support feature added to 6.2 for the Group and I believe the Post Content blocks and it&#8217;s opted in by default. This makes the Group and Post Content blocks perform much like the Cover block, where you can set a minimum height that it would take over in the page. It&#8217;s useful, for example, if you had a footer and some content and you wanted the content to keep the footer down below, so you can set a minimum height of the content using a viewport unit, perhaps, and then that would apply it to where the footer would stay towards the bottom of the page and not be meshed up at the top. It&#8217;s pretty self-explanatory and we already have this in the Cover block, but it starts to extend it out into other blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wonderful. Excellent. Also, there is not a Card block per se, but there is a component there, but I think with the minimum height, you actually could use that Card block for all kinds of different content there. The Miscellaneous Editor changes in WordPress 6 is that that place where all the little things go in. There are a few little things that are not new features, but they are extending existing features. The first one is the fluid typography now also has a minimum font size in the UI that you can set, I think is it UI? Yeah, I think so. You could always do this for the theme. How you can use it, I read 13,000 words in three days or something like that, forgive me for that. That&#8217;s why in 6.1, there was a minimum, but there was a hard coded minimum and now it&#8217;s you can set this as a theme developer, as well, in the theme.json. Of course, it&#8217;s not in the UI yet, fluid topography is not that yet in the style things, I guess.</p>\n\n\n\n<p><em>Rich Tabor</em>: For another Miscellaneous improvement, we have sizing controls for flex layout children. This means that when you have Container blocks, like the Group block and Row and Stack blocks, you can set a flex-type layout which provides controls for the blocks within those. If your blocks are stacked vertically, then it would be a height control, if they&#8217;re stacked horizontally, it&#8217;s a width control, so it&#8217;s dynamic in that sense. You can set, I believe it&#8217;s fit, fill, and fixed, so that&#8217;s where it either hugs the content, fills the available space, or is a fixed value. This plays into the intrinsic design that we were talking about earlier in starting to add more controls that allow a block to either try to take up only a space as it needs, fill up all the space that is available, or stay within constrained value, so it&#8217;s one of those improvements in that direction.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The next one is there is a new CSS class attributed to every Heading block, so now you can control the Heading block more granularly for each of the levels, and you can, for instance, say a blue background for all the H1s and a pink one for all the H2s, which is now easily done through the theme.json by adding the other style for the elements. You have style elements, each one, color, background, that would be the latter, and the other one would be styles for blocks and then Heading and then the elements, then each one, and the background, so it&#8217;s quite granular in the controls, that&#8217;s pretty cool.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yeah, I agree. I believe the last one for the Miscellaneous Editor improvements is the ability to edit block style variations from theme.json. This is a new theme.json API that allows existing core block style variations to be styled directly from theme.json. For example, the Image block has a rounded variation, so you could target the rounded variation and set its border width or border radius within theme.json now, which is pretty neat.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I believe then, was it in 15.3, we also get the UI for it in the style?</p>\n\n\n\n<p><em>Rich Tabor</em>: That&#8217;s right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, we&#8217;ll come to that. But that is our WordPress 6.2 rundown on the developer notes. Of course, there&#8217;s more, look at the Field Guide, the links will be in the show notes, of course.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Gutenberg 15.2 and 15.3</strong></h3>\n\n\n\n<p>We&#8217;re coming to the last, to Gutenberg releases 15.2 and 15.3. Gutenberg 15.2 was released on February 23rd. Yes, it&#8217;s been that long that we heard each other, I know, and I&#8217;m really sorry about that. Daisy Olsen was release lead for that and it contained 197 PRs merged by 57 contributors, four of them were new. It was mostly fixing bug fixes, because WordPress 6.2 will contain all the features that came out in 14.2 to 15.1, that&#8217;s the whole range, 10 Gutenberg plugin releases, the features all come into core. But then after the beta release, there are a lot&nbsp; more people testing it, they find bugs, and they are still also finished the last little bit on some of the features, so many things in the Gutenberg 5.2 release or in the bug fix category. The new features probably didn&#8217;t make it into 6.2, but we can tackle each one of them and find out.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes, I&#8217;ll kick us off here. The first bit here is that there is a new nested level when selecting templates or template parts in the Site Editor, which is an enhancement that right now is a little bit it&#8217;s in a middle ground, where it&#8217;s basically a placeholder state for future contents to go. Some ideas are when you focus in on a template part, we could potentially have the different template parts that you could replace with that one, for example, or even some other different controls, like assigning it a category, having its name present, so it&#8217;s right now, a place to start thinking of what controls we can put there to control that template part.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The second part I want to point out is there&#8217;s now a modal to choose a start pattern for particular templates. The biggest problem users have is they want to start a new template, but how do they start? Now, theme developers and also plugin developers can actually add patterns to the site that now opens a modal and then can be selected. Also, the selection is a little bit better to view because you have more space to see all the patterns that are available for that. There is also an API in the works that lets you target certain templates with your patterns, but that has not been released yet, that&#8217;s still in the works.</p>\n\n\n\n<p><em>Rich Tabor</em>: This next one here is pretty interesting, it&#8217;s the UI for template revisions. Now, we have a button to open up the revisions for templates and template parts, which is quite powerful because previously, it was very difficult or nearly impossible to find those revisions for your actual template parts. Say you&#8217;re focused in on your header and you changed some of your navigation items and then you changed maybe the background color of your header and then saved it all, but wanted to go back to a different version the next day or so, say it didn&#8217;t really sit well, you can now access those revisions and make those requests to change them back to what it was previously. I think it&#8217;s pretty neat on the template level and again on the template part.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Revisions, I always need to change my mind once back and forth, this revision is really helpful, having access to it to know what my former self was thinking with that and go back to a previous one. The next one with 15.2, it came a global save button to the Site Editor, so when you make changes to multiple templates and all that, it tracks them and then you can save all at once, but it&#8217;s not anymore to the right, it&#8217;s going to be on the left. I think it makes it, actually, in 6.2, you can have that, that was….</p>\n\n\n\n<p><em>Rich Tabor</em>: Yeah, I believe so. We have another one here for the Post Excerpt block that allows you to control the length of the excerpt. There&#8217;s a range control now where you could slide it left or right, or I think you could also enter an integer value, as well. It would essentially truncate to the Post Excerpt within the Query Loop block, so now you can define how long you want those to be instead of falling back on the default number of characters, which was pretty large, so it&#8217;s a nice quality of life improvement for designing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I&#8217;m just hesitating and I need to verify this, there is the possibility that that was actually reversed in a later version.</p>\n\n\n\n<p><em>Rich Tabor</em>: I think the change, it was affecting if a post type didn&#8217;t support Post Excerpts. I don&#8217;t know that it actually reverted the control itself, but it is still a work in progress, that&#8217;s why I don&#8217;t think it landed in 6.2.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No, it didn&#8217;t.</p>\n\n\n\n<p><em>Rich Tabor</em>: It could be tidied up a little bit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We definitely need to test this, as well, in a real-life situation.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Do you have a site that&#8217;s on Nightly or on trunk, where you have all the latest versions in production or so?</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes. I&#8217;m running it dangerously, I&#8217;m running everything. The whole eat your own dog food stuff, I just really want to see the problems before they get big.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I changed over, I don&#8217;t know, a year ago for the Gutenberg Times to run on WordPress Nightly and also on the trunk version of the Gutenberg Nightly, which is a plugin coming every day from the current version.</p>\n\n\n\n<p><em>Rich Tabor</em>: That&#8217;s right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: On the website, on the Gutenberg Times, you can see the Nightly, if you need to live on the edge.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The next item on the list is that the Post Featured Image block now has aspect ratio controls, so you can determine that and it makes your post table, the list of posts, much nicer to control that so when you have different sizes and images, you can actually say which aspect ratio you want to have in there. That&#8217;s a long-time want of mine to get that. There are themes who manage that quite well, but now you can do this, as well, in the block editor site templates thing.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes. There&#8217;s some more follow-ups on aspect ratio. I think it can be quite a powerful tool for not just a Post Featured Image block, but also just Image blocks or even Cover block maybe, I think there&#8217;s other ways to continue to push that forward, for sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I see from my agency days, which are not that long ago, see users adding featured images or even just images when they&#8217;re just changed the size of it and they didn&#8217;t change the aspect ratio with it, it was just very distorted. It&#8217;s very hard to teach that who is not dealing with it on a day-to-day basis and does not have an image dimension feel for it, it&#8217;s very hard to teach that, so if that works out as it should be in the editor, it makes for a much better web.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Bug Fixes</strong></h3>\n\n\n\n<p><em>Rich Tabor</em>: Yes, yes. I think that&#8217;s it for the highlights, for the enhancements. There was a whole slew of bugs that were fixed in 15.2, so I&#8217;ll call out this one here. The ToolsPanel needed a couple of tweaks, there&#8217;s a new feature in 6.2 for copy and pasting styles so you can design a heading or design a button, design anything, and copy its styling and then paste it onto another like block, so copy the heading styles to another heading or button to another button, for example. We needed a way to ensure that those values were properly propagated to these other blocks so there were some minor tweaks to fix that, but now, it&#8217;s all good and when you copy and paste those styles, you see those applied properly within the tools.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s such a phenomenal feature, that copy styles over, that you can have it. It&#8217;s in-between block-oriented or block on this post and global styles, it&#8217;s in-between, and sometimes you need that to make the same things look the same, but not the other things. It&#8217;s really good to just do copy paste on that. I think that was it for 15.2, unless I&#8217;m overlooking something. I&#8217;m scrolling, scrolling, scrolling. Scrolling, scrolling, scrolling.</p>\n\n\n\n<p><em>Rich Tabor</em>: This is a pretty big Changelog, yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I find one, though. You could use, so that&#8217;s for the build tools, the WP Scripts has now another flag that you can actually run it in development without having the watch from apply every build on your development system. I think that&#8217;s a good flag to point out for people who use those internal script for that. That&#8217;s the Gutenberg 15.2 for us. Let&#8217;s dive right in to 15.3. You&#8217;re coming right off of releasing it, Rich, so what was your first experience with&#8230; Was this your first experience releasing a Gutenberg plugin?</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Gutenberg 15.3</strong></h3>\n\n\n\n<p><em>Rich Tabor</em>: Yes, it was, but I did co-release it with Hector, so he&#8217;s a team member of mine. He helped me, he guided me quite a bit on this one, but it was pretty smooth, to be honest, especially there&#8217;s a little bit of tension around getting the immediate bug fixes in for 6.2 and backporting and keeping that in line. But generally speaking, I think it&#8217;s a well-oiled machine and moving forward.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Definitely. It&#8217;s the 153rd release, so you hope that everything is well-oiled by then.</p>\n\n\n\n<p><em>Rich Tabor</em>: That&#8217;s right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I like when you say backport and not only to 6.2, but also there are bug fixes for the release after the Release Candidate. There is an expression that I really like that&#8217;s cherry picking, which is an interesting thing to do.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enhancements</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But it&#8217;s just a little joke. People talk about it with cherry emojis. The release had 161 PRs in there, so almost as big as 15.2, and also a lot of bug fixes in there, but it also had some enhancements to the Duotone, quite a few. The Duotone CSS is now not created in line, that&#8217;s the expression, right?</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes. It&#8217;s not applied in line.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: In line, it&#8217;s now in the style engine, so it can also be controlled through all the different levels. There is a control for the global size control for the Duotone and CSS variables instead of slugs, which helps it to propagate it over different to use the presets, as well, so Duotone is quite interesting. There is actually a bug in the backwards compatibility, it&#8217;s already noted that when you have a Cover block with Duotone and you upgrade it to 15.3, you get the heart attack kind of thing, oh, my Duotone is missing. If you apply them again on the same Cover block, it will appear again. That&#8217;s something that we found while we were testing it, but the bug fix is in the works.</p>\n\n\n\n<p><em>Rich Tabor</em>: Nice. It also means that by using these slugs instead of hardcoded hex values for colors, that when you do switch to variations, for example, those Duotones can actually map now to the new variations. If they use the same slugs, then you&#8217;ll get the new styles instead of in previous versions, where if you applied a Duotone reset from a theme, like say it was yellow and blue and then you switched to a variation or changed your theme up to one that was green, they would still be yellow and blue, so now it can receive the new ones if there are there. I think it&#8217;s a pretty cool improvement on something that is one of those things that should have always worked this way and now that we&#8217;ve explored a little bit more, it&#8217;s like, &#8220;Let&#8217;s go ahead and knock that out,&#8221; so a lot of effort went into that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The style versions are very, very interesting in that regard, that sometimes you want the thing to come over, take over your site, but then you want certain things that stay the same. It&#8217;s very hard to read the user&#8217;s mind as a developer, as a designer.</p>\n\n\n\n<p><em>Rich Tabor</em>: The way I look at it is if you&#8217;re using a preset, then that&#8217;s game for a theme to manipulate. But if you&#8217;ve applied your own colors, I believe in these Duotone PRs, even if you applied a red and black, by picking the actual colors yourself, then those will stay hex value, so when you switch to a different theme, they&#8217;ll still remain red and black. But if it&#8217;s a preset, I would say that it&#8217;s open for interpretation by the theme designer.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think there is a bug in there. 15.3 also brings us a new block. It&#8217;s been a while since we had new blocks, but this one is a very tiny block, but it&#8217;s very powerful. People know that in a list view, you can see the number of blocks and the number of words and the time to read and several people asked, &#8220;Can we have that also show up as a block so we can add it to our post template or for the single post?&#8221; Yes, this was now implemented. It&#8217;s a very basic block, it only shows one minute or three minutes, well, 15 minutes, that&#8217;s all it does, but I really like that, because first, it can be translated in any language, and if you use it together with a Paragraph block in a Row, then you can have any string in front of it or after it that you as a site owner want to put in there. I tested that and it worked really nice.</p>\n\n\n\n<p><em>Rich Tabor</em>: I think there&#8217;s some follow-up PRs to do on that to add some of the design tooling that exists on other blocks, but it&#8217;s a great start and just nice, another piece of meta that can help readers know what to expect, investment-wise, like how much time am I going to invest on this? I think it&#8217;s great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That was the one point where I really needed and was so happy that they have now, the custom CSS, because on the blog where I used it, I wanted to have that line reading time, one minute or three minute, be smaller than the rest of the excerpt in the post list. I was able to, of course, use the typography controls for the paragraph part, but not for the time to read, so I created, there is an advanced section where I can add a new class. I set a T2R and then went to the custom styles and then created the custom style for the T2R and made it font size small, which is pretty much the same as the reading time. It worked out of the box and with the rows, I could align it. The row controls were really nice, I like that. Now, I see that you could do some of the other shortcuts that are out there that are actually strings that are in a paragraph can now be blocks that need some design controls, but you don&#8217;t have to use the shortcuts anymore.</p>\n\n\n\n<p><em>Rich Tabor</em>: That&#8217;s right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I&#8217;m thinking a little bit more in that direction.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I know that some of the developers actually were exploring having a token system to take care of those string-related in the middle of a paragraph kind of thing. I&#8217;m not sure if that is needed or just introduces another complication or complexity to the system and it&#8217;s hard for users to use. If you have a block meta for it, it&#8217;s so much easier to get it into the system.</p>\n\n\n\n<p><em>Rich Tabor</em>: Yes, I agree. 15.3, I would say these are the big hitters on these, but there were a bunch of small improvements like making the Site Logo block placeholder just a little bit smaller so it fits better within headers, especially around the new header patterns included in 6.2. There&#8217;s been some quite a few bug fixes around template parts, resetting all for typography, making sure the Site Editor&#8217;s a little bit more tightened up, so some of the alignment parts and then the design units within the Site Editor have been tweaked and it looks and feels like it&#8217;s coming together quite well, but generally, I think those are the big hitters.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Let me go a little bit, I&#8217;m scrolling, scrolling, scrolling. Oh, what also happened, say, for some of the developers there wanted to know if there are new theme.json filters came into 6.1, but they were not yet in the documentation and they are now. There is a page in the how to guides of the Block Editor Handbook that is titled Curating the Editor Experience that has all the different ways how you can control or disable some of the features that are either in the sidebar available for your user or not or show up or are not. Now, you can also do this for the theme.json filters, they are now listed there. I believe one of the writers on the Developer Blog is actually looking at writing about them and having some good examples that are a little bit more closer to the real-life situations. I used the release candidate Changelog, but I think that was it, right, we all done?</p>\n\n\n\n<p><em>Rich Tabor</em>: Yeah, I think so.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. That&#8217;s all we wanted you to know about 15.3, the rest you need to discover yourself. Of course, we have the What&#8217;s New in Gutenberg 15.3 post will be in the show notes. I don&#8217;t know if you published them yet or is it still in the works?</p>\n\n\n\n<p><em>Rich Tabor</em>: It should be out soon, yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I wait for the episode to be published for that post, of course, so we can get it in there. Almost at the end of our Changelog episode, so what&#8217;s next for you in next week or next month?</p>\n\n\n\n<p><em>Rich Tabor</em>: 6.2, the idea is that it sums up the culmination of Phase 2 and the kickoff of Phase 3. It doesn&#8217;t mean that there isn&#8217;t quite a bit more customization and design tooling that we need to continue to bake in, even like I was saying with the time to read block, as well, but that means that there&#8217;s now some more thinking going into what workflow-oriented processes look like for Phase 3, what type of collaboration can we start looking at. Making those plans and start writing about them and sharing ideas with everyone and really getting folks on focus and on point with Phase 3, I think is really important, so I&#8217;m going to start digging into that a little bit more, making sure the about page assets are tightened up and looking good for 6.2, and continuing to explore around designing block themes within the editor.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. I very much looking forward to the Phase 3 collaboration because it also will catapult your WordPress a little bit ahead of all of the other content management systems, because that&#8217;s what we are actually waiting for the last 25 years, is collaborating on our websites and not using all the other tools where you have to copy paste things over once you&#8217;re done with the collaboration. Now, you can do it all on the website, so I am really excited about that. Thank you so much for being on the show and walking us through all the great design and interface changes. When people want to reach you, where can they reach out?</p>\n\n\n\n<p><em>Rich Tabor</em>: I write and share everything I know on my blog, richtabor, that&#8217;s T-A-B-O-R, .com. I am on Twitter, so Richard, R-I-C-H-A-R-D, _Tabor. I like to explore the fringes of WordPress and experience and try to push ideas around and see what resonates with folks, so feel free to chime in and ask questions or ping me anywhere.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: As always, the show notes will be published on the gutenbergtimes.com/podcast. This is the 80th episode. If you have questions, suggestions, or news you want us to talk about, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. Thank you all for listening and thank you again, Rich, for spending time with me on this. Goodbye, everybody.</p>\n\n\n\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Mar 2023 12:27: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:113:\"Gutenberg Times: Fieldguide for WordPress 6.2, Community theme project, Theme.json and PHP—Weekend Edition #246\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=23549\";s:7:\"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:119:\"https://gutenbergtimes.com/fieldguide-for-wordpress-6-2-community-theme-project-theme-json-and-php-weekend-edition-246/\";s: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:19244:\"<p>Howdy, howdy! </p>\n\n\n\n<p>This has been a busy week! Phew. The contributors published twelve Dev Notes related to the Block Editor together with the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">Release candidate 1 version</a> of WordPress 6.2. The <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\"><strong>Field Guide</strong></a> has all the developer related updates. It&#8217;s time for plugin and theme developers to test their products for compatibility with the new WordPress version. The final version is scheduled for March 28th, 2023. </p>\n\n\n\n<p>The release squad for documentation, Milana Cap, Abha Thakor, Femy Praseet, and yours truly, wrangled the developer notes from two tracking systems, WordPress Trac and Gutenberg Repo. After the posts were drafted, we took turns reviewing them before publishing, all 13,150 words. </p>\n\n\n\n<p>Then there were the posts for the <a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a>, that needed editing and reviewing. That was lot of reading already, and then I kept an eye out for interesting content in the community to assemble this week&#8217;s round up post. The good news is, I am done for the week. 😎  🏖️</p>\n\n\n\n<p>Enjoy and don&#8217;t take it in all at once. Keep some for later. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#dev62\">Dev Notes WordPress 6.2 (Block Editor)</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-theme-related\">For Theme developers</a></li></ul></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/marybaum\">Mary Baum</a></strong> published a follow-up to the Preview of 6.2 which ran out of time for numerous questions.  <a href=\"https://make.wordpress.org/core/2023/03/10/6-2-live-product-demo-qa/\">6.2 Live Product Demo Q &amp; A</a>. </p>\n\n\n\n<a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\"><img /></a><a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">Preview of WordPress 6.2</a>\n\n\n\n<p><strong>Dave Smith</strong> and <strong>Rich Tabor</strong> chatted about the <a href=\"https://www.youtube.com/watch?v=ibEvgw88lls\"><strong>Top Five features coming to WordPress 6.2</strong></a>, with some cool demos of Site Editor browsing, the Style Book, Media inserter and Distraction-free mode in the post editor. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the post, <strong><a href=\"https://developer.wordpress.org/news/2023/03/whats-new-for-developers-march-2023/\">What’s new for developers? (March 2023)</a></strong>, Justin Tadlock collected a myriad of interesting updates to WordPress that are specifically relevant for developers. &#8220;If you’re a developer who builds on top of the WordPress platform, this news is for you. The goal is to make it easier to navigate the fast-paced development cycle, narrowing down the list of must-read content into a single digestible source.&#8221; Tadlock wrote. </p>\n\n\n\n<p><em>It&#8217;s the second edition of this monthly round-up. If the roundup posts are all you require to stay on top of changes of WordPress, you can subscribe to the <a href=\"https://developer.wordpress.org/news/tag/roundup/feed/\">Roundup Tag Feed</a> with your favorite Feed Reader. </em></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"dev62\">Dev Notes WordPress 6.2 (Block Editor)</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/add-new-prop-to-serversiderender-component/\">Add new prop to ServerSideRender component</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a>  </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introduction-of-block-inspector-tabs/\">Introduction of Block Inspector Tabs</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/introducing-the-html-api-in-wordpress-6-2/\">Introducing the HTML API in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/upgrading-to-react-18-and-common-pitfalls-of-concurrent-mode/\">Upgrading to React 18 and common pitfalls of concurrent mode</a> </li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"2-theme-related\">For Theme developers</h4>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/custom-css-for-global-styles-and-per-block/\">Custom CSS for global styles and per block</a>  </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/miscellaneous-editor-changes-in-wordpress-6-2/\">Miscellaneous Editor changes in WordPress 6.2</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/28/custom-settings-wordpress-6-2/\">Customize settings for any block in WordPress 6.2</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/shadows-in-global-styles-with-wordpress-6-2/\">Shadows in Global Styles with WordPress 6.2</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/sticky-position-block-support/\">Sticky position block support</a>  </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/minimum-height-dimensions-block-support/\">Minimum height dimensions block support</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/19/style-book-preview-of-blocks-in-global-styles/\">Style Book preview of blocks in global styles</a> </li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-80-wordpress-6-2-preview-gutenberg-15-2-and-15-3/\">Gutenberg Changelog #80 – WordPress 6.2 Preview, Gutenberg 15.2 and 15.3</a> with Birgit Pauli-Haack and special guest Rich Tabor  </p>\n</div></div>\n\n\n\n<p>On Friday, Rich Tabor, joined me on the Gutenberg Changelog episode #80 recording. We had great fun geeking out over the upcoming release of WordPress 6.2, Gutenberg 15.2 and 15.3. The recording will appear at your favorite podcast app over the weekend. </p>\n\n\n\n<img />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Quite a few new Block themes arrived at the Theme Directory. </p>\n\n\n\n<p><strong>Sarah Gooding</strong> at the WPTavern reviewed <a href=\"https://wptavern.com/lemmony-a-free-wordpress-block-theme-with-30-patterns\"><strong>Lemmony: A Free WordPress Block Theme with 30+ Patterns</strong></a>, a magazine style theme for publishers and bloggers alike. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Gooding also reviewed: <a href=\"https://wptavern.com/lettre-newsletter-theme-now-available-on-wordpress-org\"><strong>Lettre Newsletter Theme Now Available on WordPress.org</strong></a>, a theme suitable for writers and publishers to style their newsletters. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/maneshtimilsina\"><strong>Manesh Timilsina</strong></a>, a plugin developer from Nepal, and new member of the WordPress Theme team, published his first theme for the Theme directory and made it a Block Theme. Congratulations! The theme is called <a href=\"https://wordpress.org/themes/zino/\">Zino </a>and described as a minimal,  lightweight, and speed optimized. It&#8217;s still a pre-release version 0.0.2, though. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The team at Automattic also released a new theme: <a href=\"https://wordpress.org/themes/bibimbap/\">Bibimbap</a>, named after a Korean dish, is a simple and fun restaurant theme. Sarah Gooding has the details in <a href=\"https://wptavern.com/automattic-releases-bibimbap-a-free-block-theme-for-restaurants\"><strong>Automattic Releases Bibimbap, a Free Block Theme for Restaurants</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brad Hogan</strong>, at <a href=\"https://blockthemespro.com/\">Block Themes Pro</a> published the first Theme in the Theme directory as well. It&#8217;s call <a href=\"https://wordpress.org/themes/blockster/\">Blockster</a>, &#8220;a simple, clean, easy to manage block theme meant for non-profits, bloggers, freelancers and agencies&#8221; with four Style Variatons. It&#8217;s also used as a starter theme for #node site builders, creating websites for others. </p>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Snow </strong>and <strong>Kathryn Presner</strong> were the hosts of the workshop <strong><a href=\"https://wordpress.tv/2023/02/23/how-to-confidently-migrate-from-a-classic-theme-to-a-block-theme/\">How to Confidently Migrate from a Classic Theme to a Block&nbsp;Theme</a></strong>. The description reads: &#8220;Are you are worried about potential down-time on your live website if you make a mistake when switching from theme to theme? Would you like to learn how to move widget areas from your classic theme to a new block theme? If this sounds exciting, please join Sarah Snow in a live workshop to learn how to safely and comfortably migrate from a classic theme to a block theme.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/tetsuaki_hamano\">Aki Hamano</a></strong>  released version 3.2 of his plugin <strong>Custom HTML Block Extension</strong>, which extends  custom HTML blocks into a code editor, allows you to write code on a larger screen via a modal component! </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>WordPress doesn&#8217;t have a Pattern manager/editor for site&#8217;s yet. The plugin <a href=\"https://wordpress.org/plugins/blockmeister/\">Block Pattern Builder by Block Meister</a> has been my go-to tool for a few years now. I also use the pattern builder of Newsletter Glue. Now the developers at WP Engine released their Pattern Manager Plugin. <strong>Sarah Gooding</strong> has the skinny: <a href=\"https://wptavern.com/wp-engine-pattern-manager-plugin-now-in-beta\"><strong>WP Engine Pattern Manager Plugin Now in Beta</strong></a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>Learn.WordPress published a new course: <strong><a href=\"https://learn.wordpress.org/course/develop-your-first-low-code-block-theme/\">Develop Your First Low-Code Block Theme</a>.</strong> &#8220;By the end of this course, you will be able to&nbsp;build a fully functional, custom WordPress theme using very little code.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> published the <strong><a href=\"https://make.wordpress.org/themes/2023/03/10/summary-community-themes-project-kickoff/\">Summary: Community Themes Project Kickoff</a>.</strong> &#8220;Over 20 members of the WordPress theming community gathered for an initial discussion on the proposed Community Themes project on March 7, 2023. The primary goal of the conversation was to gauge interest and discuss what this project might look like.&#8221; There were also a few outcomes, and a few open questions. Further Discussion will happen in the <a href=\"https://wordpress.slack.com/archives/C03T2GLB97W\">#core-theme-projects</a> channel on the Making WordPress Slack space. </p>\n\n\n\n<p><em>If you want to follow along but don&#8217;t have an account yet, <a href=\"https://make.wordpress.org/chat/\">here are the instructions on how to gain access</a>. </em> </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p><strong>Carolina Nymark </strong>published another lesson on her site: <a href=\"https://fullsiteediting.com/lessons/how-to-filter-theme-json-with-php/\"><strong>How to filter theme.json with PHP</strong></a>. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Here is how it works: WordPress loads a&nbsp;<a href=\"https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/theme.json\">default theme.json file (source)</a>. This file has all the default settings including colors and gradients. WordPress merges this data with settings from other sources, in the following order:</p>\n\n\n\n<ul>\n<li>The block itself (block supports)</li>\n\n\n\n<li>The theme.json file in the active theme (and parent theme if applicable)</li>\n\n\n\n<li>User settings: The options in the Styles sidebar in the Site Editor</li>\n</ul>\n<cite>Caroline Nymark, fullsiteediting.com</cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/felixarntz\">Felix Arntz</a>,</strong> software engineer at Google,  shared his experience switching his site from a classic theme to a block theme in his post: <a href=\"https://felix-arntz.me/blog/rebuilding-my-website-using-a-block-theme/\"><strong>Rebuilding my website using a block theme</strong></a> He recounts all the steps in details, and the minimal code editing he had to do. Arntz is also a member of the WordPress Performance team, so his study on the before and after performance piqued my interest. An excellent read.</p>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><a href=\"https://twitter.com/michaelburridge\"><strong>Michael Burridge</strong></a> wrote <a href=\"https://developer.wordpress.org/news/2023/03/block-deprecation-a-tutorial/\"><strong>Block deprecation – a tutorial</strong></a> for the WordPress Developer blog. It walks you through the mechanics of block deprecation of static blocks, with step-by-step instructions. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Earlier this month, the team of the Block Protocol published their<a href=\"https://wordpress.org/plugins/blockprotocol/\"> WordPress plugin</a>. <strong>Eric Karkovack</strong> reported on it in his post: <a href=\"https://thewpminute.com/digging-into-the-wordpress-block-protocol-plugin/\"><strong>Digging Into the WordPress Block Protocol Plugin</strong></a> with an interview with David Wilkinson, CEO of Hash, the company behind the Block Protocol. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;Although Block Protocol blocks are developed with&nbsp;<em>no knowledge&nbsp;</em>of the applications that embed them, through&nbsp;the&nbsp;<a href=\"https://blockprotocol.org/docs/spec/hook-module\">hook module</a>&nbsp;they can tap into the embedding application’s native functionality anyway.</p>\n\n\n\n<p>This means that things like WordPress’s native image gallery, file uploading, text editing, and so on all work seamlessly within Block Protocol blocks, as if they were native Gutenberg ones.&#8221;</p>\n<cite>David Wilkinson, CEO of Hash</cite></blockquote>\n\n\n\n<p><em>Are you experimenting with the Block Protocol, too? I would love to connect with you and compare notes! Email at <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a></em> or<em> share some information  in the comments online </em></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Bangkok Taxi Ride by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Mar 2023 09:25:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:105:\"WPTavern: Toot the Word Survey Finds Mastodon Increasingly Important to WordPress’ Community of Tooters\";s:7:\"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:30:\"https://wptavern.com/?p=142628\";s:7:\"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:113:\"https://wptavern.com/toot-the-word-survey-finds-mastodon-increasingly-important-to-wordpress-community-of-tooters\";s: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:5939:\"<p>More than 200 users on Mastodon who consider themselves part of the WordPress community, responded to the recent Toot the Word 2023 Survey, which was conducted by the admins of five WordPress-oriented Mastodon instances. The purpose of the survey was to help those running these instances understand how important Mastodon is for the WordPress community and what they can do to improve their instances to foster a better meeting place.</p>\n\n\n\n<p>Key findings from the survey have been <a href=\"https://github.com/danielauener/toot-the-word\">published</a> alongside the <a href=\"https://github.com/danielauener/toot-the-word/blob/main/toot-the-word-survey-2023.raw.csv\">raw data</a> on GitHub for anyone to analyze. More than 82% of respondents (172/209) said they frequently use Mastodon. The community is active and Mastodon is an important social channel for those who have adopted it in addition to their other networks.</p>\n\n\n\n<p>A few other highlights from the published findings include: </p>\n\n\n\n<ul>\n<li>Nearly all participants of the survey expect Mastodon to have some kind of influence on the WordPress community in the future, a majority thinks Mastodon will be very influential or extremely influential. Most of the participants want to see more WordPress content and community discussions on Mastodon in the future.</li>\n\n\n\n<li>Generally, users on WordPress-oriented instances state that the communication with the community on Mastodon is important to their WordPress-related social media activity. They also are working with the community, or state that they are WordPress Community influencers, more often than users on common instances.</li>\n</ul>\n\n\n\n<p>The survey also found that the respondents who rated themselves as important to the WordPress community seem higher in WordPress-related instances, which may mean that those looking for more relevant WordPress-related content and interactions are better-suited joining these existing instances rather than unrelated ones or creating their own.</p>\n\n\n\n<p>&#8220;For me as an instance admin, it&#8217;s important to know that all the work I&#8217;m doing means something for the tooters on my instance and the entire community,&#8221; wptoot.social administrator Daniel Auener told the Tavern. &#8220;I think the survey has shown that many in the still small WP/Mastodon community see this network as important as I do. So I&#8217;m quite confident (as many of the surveys participants) that Mastodon will have its place in the WordPress community.&#8221; </p>\n\n\n\n<p>Administrating a Mastodon instance is not trivial. The users depend on the administrator to keep everything up and running with system updates, hosting, community moderation, curating community lists, and other housekeeping tasks. Auener said his current hosting costs are $20-30/month and they are 70-80% covered by <a href=\"https://www.buymeacoffee.com/wptoots\">one-time donations</a> and commitments on Patreon.</p>\n\n\n\n<p>&#8220;If nothing more, the [survey] results will keep me and my wptoots-instance going,&#8221; Auener said. &#8220;I even hope that the results will show others within the community that Mastodon as a social network is worth supporting and finding their own ways to contribute.&#8221;</p>\n\n\n\n<p>Auener hasn&#8217;t planned anything specific yet but based on the results it is clear that participants want to have more WordPress content in their timelines. </p>\n\n\n\n<p>&#8220;I think one of the best ways of achieving that would be to onboard more WordPress sites to the fediverse via ActivityPub,&#8221; he said. &#8220;Working in that direction is something I&#8217;m thinking about.&#8221;</p>\n\n\n\n<p>There is an <a href=\"https://wordpress.org/plugins/activitypub/\">ActivityPub</a> plugin for WordPress that implements the ActivityPub protocol for so that readers can follow your site&#8217;s posts on Mastodon and other federated platforms that support ActivityPub. It is currently used by more than 2,000 WordPress sites and is one avenue for users to automate sharing their content  across the fediverse. A search for Mastodon plugins turns up <a href=\"https://wordpress.org/plugins/search/mastodon/\">several other auto sharing plugins</a> and Jetpack is also considering <a href=\"https://github.com/Automattic/jetpack/issues/7790\">adding Mastodon support to Publicize</a> after many requests on a ticket opened in 2017.</p>\n\n\n\n<p>Some Mastodon users on other instances have considered switching to a WordPress-oriented instance, so increasing education for users on how to move to a new instance is another improvement Auener is considering.</p>\n\n\n\n<p>&#8220;The data even seems to support that the quality of (WordPress-)conversation is better on our instances,&#8221; he said. &#8220;So spreading that information, helping people to move and keeping our instances a safe space for great WordPress discussions is another cause for action.&#8221;</p>\n\n\n\n<p>Joining Mastodon&#8217;s federated network is still intimidating for some who are not familiar with how the instances work and are not sure which one to join. Others fear they may lose out on interactions and connections by moving to a lesser-used social network. This survey indicates that the WordPress-related instances are active and important to the community interacting there. Auener has created a document called <a href=\"https://www.danielauener.com/the-wordpressers-guide-to-the-fediverse/\">The WordPressers Guide to the Fediverse</a> for those who are new and want to learn more.</p>\n\n\n\n<p>&#8220;I would like to align my work more with the WordPress community and the work all the amazing people in the community teams and initiatives do,&#8221; he said. &#8220;I&#8217;m quite new in the game and think I can learn a lot from people working within the community for years. I think Mastodon/the Fediverse aligns very well with WordPress values but there is still a lot of convincing to do.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Mar 2023 22:43:55 +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:\"\";}}}}}}}}}}}}}}}}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:\"Mon, 03 Apr 2023 03:08:17 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Mon, 03 Apr 2023 03:00:29 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(152, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1680534498', 'no'),
(153, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1680491298', 'no'),
(154, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1680534498', 'no'),
(155, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/03/dolphy/\'>WordPress 6.2 “Dolphy”</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\'>WP Briefing: Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/woocommerce-to-host-virtual-contributor-day-april-19-2023\'>WPTavern: WooCommerce to Host Virtual Contributor Day April 19, 2023</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-contributors-propose-new-interactivity-api-for-frontend-blocks\'>WPTavern: WordPress Contributors Propose New Interactivity API for Frontend Blocks</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/launching-a-wordpress-product-in-public-session-7/\'>Post Status: Launching a WordPress Product in Public: Session 7</a></li></ul></div>', 'no'),
(157, 'recently_activated', 'a:0:{}', 'yes'),
(158, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1680502110', 'no'),
(159, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6045;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4818;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2784;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2667;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2049;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1914;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1903;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1632;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1566;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1552;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1547;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1515;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1503;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1474;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1362;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1268;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1175;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1155;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1146;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1050;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1019;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:998;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:964;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:903;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:885;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:876;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:876;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:874;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:866;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:866;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:824;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:794;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:783;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:781;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:777;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:765;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:765;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:732;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:729;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:729;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:725;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:723;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:687;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:685;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:685;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:674;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:666;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:632;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:622;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:617;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:608;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:607;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:607;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:596;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:592;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:591;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:588;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:577;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:568;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:567;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:565;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:561;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:554;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:554;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:542;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:539;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:534;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:531;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:530;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:526;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:517;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:511;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:509;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:507;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:504;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:480;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:474;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:471;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:468;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:449;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:449;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:448;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:437;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:432;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:424;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:423;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:419;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:419;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:418;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:417;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:417;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:412;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:406;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:398;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:395;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:394;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:388;}}', 'no'),
(163, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"naga99slot@gmail.com\";s:7:\"version\";s:3:\"6.2\";s:9:\"timestamp\";i:1680491321;}', 'no'),
(167, 'finished_updating_comment_type', '1', 'yes'),
(168, '_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:57:\"https://downloads.wordpress.org/release/wordpress-6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.2.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.2-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.2\";s:7:\"version\";s:3:\"6.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1680491432;s:15:\"version_checked\";s:3:\"6.2\";s:12:\"translations\";a:0:{}}', 'no'),
(169, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1680491432;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{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:3:\"5.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.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:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.12.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{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:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}}', 'no'),
(171, 'elementor_active_kit', '5', 'yes'),
(172, 'elementor_font_display', 'swap', 'yes'),
(175, 'elementor_version', '3.12.1', 'yes'),
(176, 'elementor_install_history', 'a:1:{s:6:\"3.12.1\";i:1680491358;}', 'yes'),
(177, 'elementor_events_db_version', '1.0.0', 'no'),
(180, 'elementor_log', 'a:5:{s:32:\"1e2a5d831979788414e94322fb26435a\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-04-03 03:09:19\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:88:\"version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 03:09:19\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:88:\"version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated\";s:4:\"file\";s:85:\"C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\core\\upgrade\\manager.php\";s:4:\"line\";i:62;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:85:\"C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\core\\upgrade\\manager.php\";s:7:\"\0*\0line\";i:62;}s:32:\"9922aa815ba7fa54eb225c9719f632d9\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-04-03 03:13:49\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1895:\"Uncaught Error: Cannot use object of type WP_Error as array in C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\core\\files\\uploads-manager.php:88\nStack trace:\n#0 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\import.php(588): Elementor\\Core\\Files\\Uploads_Manager-&gt;extract_and_validate_zip(&#039;C:\\\\xampp\\\\htdocs...&#039;, Array)\n#1 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\import.php(152): Elementor\\App\\Modules\\ImportExport\\Processes\\Import-&gt;extract_zip(&#039;C:\\\\xampp\\\\htdocs...&#039;)\n#2 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php(302): Elementor\\App\\Modules\\ImportExport\\Processes\\Import-&gt;__construct(&#039;C:\\\\xampp\\\\htdocs...&#039;, Array)\n#3 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php(563): Elementor\\App\\Modules\\ImportExport\\Module-&gt;upload_kit(&#039;C:\\\\xampp\\\\htdocs...&#039;, &#039;kit-library&#039;)\n#4 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php(507): Elementor\\App\\Modules\\ImportExport\\Module-&gt;handle_upload_kit()\n#5 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php(430): Elementor\\App\\Modules\\ImportExport\\Module-&gt;maybe_handle_ajax()\n#6 C:\\xampp\\htdocs\\naga99slot.info\\wp-includes\\class-wp-hook.php(308): Elementor\\App\\Modules\\ImportExport\\Module-&gt;Elementor\\App\\Modules\\ImportExport\\{closure}(&#039;&#039;)\n#7 C:\\xampp\\htdocs\\naga99slot.info\\wp-includes\\class-wp-hook.php(332): WP_Hook-&gt;apply_filters(NULL, Array)\n#8 C:\\xampp\\htdocs\\naga99slot.info\\wp-includes\\plugin.php(517): WP_Hook-&gt;do_action(Array)\n#9 C:\\xampp\\htdocs\\naga99slot.info\\wp-admin\\admin-ajax.php(45): do_action(&#039;admin_init&#039;)\n#10 {main}\n  thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2023-04-03 03:13:49\";i:1;s:19:\"2023-04-03 03:14:46\";i:2;s:19:\"2023-04-03 03:16:10\";i:3;s:19:\"2023-04-03 03:16:55\";i:4;s:19:\"2023-04-03 03:17:00\";i:5;s:19:\"2023-04-03 03:17:04\";i:6;s:19:\"2023-04-03 03:17:19\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1798:\"Uncaught Error: Cannot use object of type WP_Error as array in C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\core\\files\\uploads-manager.php:88\nStack trace:\n#0 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\import.php(588): Elementor\\Core\\Files\\Uploads_Manager->extract_and_validate_zip(\'C:\\\\xampp\\\\htdocs...\', Array)\n#1 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\processes\\import.php(152): Elementor\\App\\Modules\\ImportExport\\Processes\\Import->extract_zip(\'C:\\\\xampp\\\\htdocs...\')\n#2 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php(302): Elementor\\App\\Modules\\ImportExport\\Processes\\Import->__construct(\'C:\\\\xampp\\\\htdocs...\', Array)\n#3 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php(563): Elementor\\App\\Modules\\ImportExport\\Module->upload_kit(\'C:\\\\xampp\\\\htdocs...\', \'kit-library\')\n#4 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php(507): Elementor\\App\\Modules\\ImportExport\\Module->handle_upload_kit()\n#5 C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\app\\modules\\import-export\\module.php(430): Elementor\\App\\Modules\\ImportExport\\Module->maybe_handle_ajax()\n#6 C:\\xampp\\htdocs\\naga99slot.info\\wp-includes\\class-wp-hook.php(308): Elementor\\App\\Modules\\ImportExport\\Module->Elementor\\App\\Modules\\ImportExport\\{closure}(\'\')\n#7 C:\\xampp\\htdocs\\naga99slot.info\\wp-includes\\class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)\n#8 C:\\xampp\\htdocs\\naga99slot.info\\wp-includes\\plugin.php(517): WP_Hook->do_action(Array)\n#9 C:\\xampp\\htdocs\\naga99slot.info\\wp-admin\\admin-ajax.php(45): do_action(\'admin_init\')\n#10 {main}\n  thrown\";s:4:\"file\";s:91:\"C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\core\\files\\uploads-manager.php\";s:4:\"line\";i:88;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:91:\"C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\core\\files\\uploads-manager.php\";s:7:\"\0*\0line\";i:88;}s:32:\"20176940ae701dbf14a5ea3ef67073e8\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-04-03 06:30:30\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:58:\"Cannot read properties of null (reading &#039;clone&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:168;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-04-03 06:30:37\";i:1;s:19:\"2023-04-03 06:30:37\";i:2;s:19:\"2023-04-03 06:30:37\";i:3;s:19:\"2023-04-03 06:30:37\";i:4;s:19:\"2023-04-03 06:30:37\";i:5;s:19:\"2023-04-03 06:30:37\";i:6;s:19:\"2023-04-03 06:30:37\";i:7;s:19:\"2023-04-03 06:30:37\";i:8;s:19:\"2023-04-03 06:30:37\";i:9;s:19:\"2023-04-03 06:30:37\";i:10;s:19:\"2023-04-03 06:30:37\";i:11;s:19:\"2023-04-03 06:30:37\";i:12;s:19:\"2023-04-03 06:30:37\";i:13;s:19:\"2023-04-03 06:30:37\";i:14;s:19:\"2023-04-03 06:30:37\";i:15;s:19:\"2023-04-03 06:30:38\";i:16;s:19:\"2023-04-03 06:30:38\";i:17;s:19:\"2023-04-03 06:30:38\";i:18;s:19:\"2023-04-03 06:30:38\";i:19;s:19:\"2023-04-03 06:30:38\";i:20;s:19:\"2023-04-03 06:30:38\";i:21;s:19:\"2023-04-03 06:30:38\";i:22;s:19:\"2023-04-03 06:30:38\";i:23;s:19:\"2023-04-03 06:30:38\";i:24;s:19:\"2023-04-03 06:30:38\";i:25;s:19:\"2023-04-03 06:30:38\";i:26;s:19:\"2023-04-03 06:30:38\";i:27;s:19:\"2023-04-03 06:30:38\";i:28;s:19:\"2023-04-03 06:30:38\";i:29;s:19:\"2023-04-03 06:30:38\";i:30;s:19:\"2023-04-03 06:30:38\";i:31;s:19:\"2023-04-03 06:30:38\";i:32;s:19:\"2023-04-03 06:30:38\";i:33;s:19:\"2023-04-03 06:30:38\";i:34;s:19:\"2023-04-03 06:30:38\";i:35;s:19:\"2023-04-03 06:30:38\";i:36;s:19:\"2023-04-03 06:30:38\";i:37;s:19:\"2023-04-03 06:30:38\";i:38;s:19:\"2023-04-03 06:30:38\";i:39;s:19:\"2023-04-03 06:30:38\";i:40;s:19:\"2023-04-03 06:30:38\";i:41;s:19:\"2023-04-03 06:30:38\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1680503430\";s:7:\"message\";s:48:\"Cannot read properties of null (reading \'clone\')\";s:3:\"url\";s:101:\"http://localhost/naga99slot.info/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"16820\";}s:7:\"\0*\0file\";s:101:\"http://localhost/naga99slot.info/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"16820\";}s:32:\"0a997826a2fbc91e2cea3d61324d249d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-04-03 06:30:35\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of null (reading &#039;changestop&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 06:30:35\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1680503435\";s:7:\"message\";s:53:\"Cannot read properties of null (reading \'changestop\')\";s:3:\"url\";s:101:\"http://localhost/naga99slot.info/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"21012\";}s:7:\"\0*\0file\";s:101:\"http://localhost/naga99slot.info/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"21012\";}s:32:\"d45737fd4aff3db0c00260efe66d57d2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-04-03 06:30:43\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:35:\"Undefined array key &quot;url&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 06:30:43\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:25:\"Undefined array key \"url\"\";s:4:\"file\";s:85:\"C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\core\\logger\\items\\js.php\";s:4:\"line\";i:17;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:85:\"C:\\xampp\\htdocs\\naga99slot.info\\wp-content\\plugins\\elementor\\core\\logger\\items\\js.php\";s:7:\"\0*\0line\";i:17;}}', 'no'),
(181, 'elementor_onboarded', '1', 'yes'),
(182, 'elementor_connect_site_key', '7c5476192c9ea1e10c23862b869cd158', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(183, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:178;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:183;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:187;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:191;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:196;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:207;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:215;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:224;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:228;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:233;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:236;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:238;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:246;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:250;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:262;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:266;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:267;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:270;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:275;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:276;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:282;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:283;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:284;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:291;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:313;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:316;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:319;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:322;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:353;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:359;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:362;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:367;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:376;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:386;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:404;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:409;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:410;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:413;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:416;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:419;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:464;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:475;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:498;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(184, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:77:\"Introducing New Nested Elements - the Future of Design with Elementor widgets\";s:7:\"excerpt\";s:416:\"Elementor and Elementor Pro 3.10 include new design capabilities that will unlock a whole new world of creativity when it comes to designing your websites with Nested Elements, and introduces a new custom unit in sizing controls that will enable you to reach a higher level of accuracy when it comes to designing your websites. These versions also include a new container-based library, and performance improvements.\";s:7:\"created\";i:1674137711;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:137:\"https://elementor.com/blog/new-nested-elements-tabs-custom-units/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:98:\"Introducing Elementor 3.9: New Save as Default Option for Elements To Enhance Your Design Workflow\";s:7:\"excerpt\";s:253:\"Elementor 3.9 includes the new Save as a Default option, broadens the capabilities of the Loop Builder to support WooCommerce and the section-based layout, and several additional features that improve the design of your website and its user experience. \";s:7:\"created\";i:1670943042;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:141:\"https://elementor.com/blog/introducing-elementor-3-9-save-as-default/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(185, '_transient_timeout_elementor_remote_info_api_data_3.12.1', '1680534621', 'no'),
(186, '_transient_elementor_remote_info_api_data_3.12.1', 'a:4:{s:9:\"timestamp\";s:10:\"1680489023\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'no'),
(188, 'current_theme', 'Hello Elementor', 'yes'),
(189, 'theme_mods_hello-elementor', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:11:\"custom_logo\";i:7;s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(190, 'theme_switched', '', 'yes'),
(191, 'hello_theme_version', '2.7.1', 'yes'),
(192, 'site_logo', '7', 'yes'),
(193, '_transient_timeout_elementor_remote_kits_taxonomies', '1680534672', 'no'),
(194, '_transient_elementor_remote_kits_taxonomies', 'O:8:\"stdClass\":6:{s:10:\"complexity\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}}s:4:\"tags\";a:272:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:805;s:4:\"name\";s:7:\"Payment\";s:4:\"type\";s:4:\"tags\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:828;s:4:\"name\";s:10:\"Tour Guide\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:688;s:4:\"name\";s:11:\"Accessories\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:571;s:4:\"name\";s:13:\"Accommodation\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:436;s:4:\"name\";s:10:\"Accounting\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:654;s:4:\"name\";s:9:\"Adventure\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:554;s:4:\"name\";s:10:\"Adventures\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:592;s:4:\"name\";s:7:\"Advisor\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:437;s:4:\"name\";s:8:\"Advocate\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:492;s:4:\"name\";s:6:\"Agency\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:585;s:4:\"name\";s:6:\"Albums\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:417;s:4:\"name\";s:7:\"Animals\";s:4:\"type\";s:4:\"tags\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:609;s:4:\"name\";s:3:\"App\";s:4:\"type\";s:4:\"tags\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:611;s:4:\"name\";s:11:\"Application\";s:4:\"type\";s:4:\"tags\";}i:14;O:8:\"stdClass\":3:{s:3:\"_id\";i:456;s:4:\"name\";s:12:\"Architecture\";s:4:\"type\";s:4:\"tags\";}i:15;O:8:\"stdClass\":3:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";s:4:\"type\";s:4:\"tags\";}i:16;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:17;O:8:\"stdClass\":3:{s:3:\"_id\";i:621;s:4:\"name\";s:9:\"Assistant\";s:4:\"type\";s:4:\"tags\";}i:18;O:8:\"stdClass\":3:{s:3:\"_id\";i:439;s:4:\"name\";s:8:\"Attorney\";s:4:\"type\";s:4:\"tags\";}i:19;O:8:\"stdClass\":3:{s:3:\"_id\";i:518;s:4:\"name\";s:10:\"Automobile\";s:4:\"type\";s:4:\"tags\";}i:20;O:8:\"stdClass\":3:{s:3:\"_id\";i:517;s:4:\"name\";s:10:\"Automotive\";s:4:\"type\";s:4:\"tags\";}i:21;O:8:\"stdClass\":3:{s:3:\"_id\";i:504;s:4:\"name\";s:4:\"Baby\";s:4:\"type\";s:4:\"tags\";}i:22;O:8:\"stdClass\":3:{s:3:\"_id\";i:670;s:4:\"name\";s:6:\"Bakery\";s:4:\"type\";s:4:\"tags\";}i:23;O:8:\"stdClass\":3:{s:3:\"_id\";i:451;s:4:\"name\";s:4:\"Band\";s:4:\"type\";s:4:\"tags\";}i:24;O:8:\"stdClass\":3:{s:3:\"_id\";i:559;s:4:\"name\";s:3:\"Bar\";s:4:\"type\";s:4:\"tags\";}i:25;O:8:\"stdClass\":3:{s:3:\"_id\";i:545;s:4:\"name\";s:8:\"Baseball\";s:4:\"type\";s:4:\"tags\";}i:26;O:8:\"stdClass\":3:{s:3:\"_id\";i:481;s:4:\"name\";s:10:\"Basketball\";s:4:\"type\";s:4:\"tags\";}i:27;O:8:\"stdClass\":3:{s:3:\"_id\";i:580;s:4:\"name\";s:5:\"Beans\";s:4:\"type\";s:4:\"tags\";}i:28;O:8:\"stdClass\":3:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";s:4:\"type\";s:4:\"tags\";}i:29;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:30;O:8:\"stdClass\":3:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:4:\"tags\";}i:31;O:8:\"stdClass\":3:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";s:4:\"type\";s:4:\"tags\";}i:32;O:8:\"stdClass\":3:{s:3:\"_id\";i:486;s:4:\"name\";s:5:\"Books\";s:4:\"type\";s:4:\"tags\";}i:33;O:8:\"stdClass\":3:{s:3:\"_id\";i:677;s:4:\"name\";s:7:\"Bottles\";s:4:\"type\";s:4:\"tags\";}i:34;O:8:\"stdClass\":3:{s:3:\"_id\";i:484;s:4:\"name\";s:8:\"Boutique\";s:4:\"type\";s:4:\"tags\";}i:35;O:8:\"stdClass\":3:{s:3:\"_id\";i:669;s:4:\"name\";s:5:\"Bread\";s:4:\"type\";s:4:\"tags\";}i:36;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:37;O:8:\"stdClass\":3:{s:3:\"_id\";i:617;s:4:\"name\";s:5:\"Cakes\";s:4:\"type\";s:4:\"tags\";}i:38;O:8:\"stdClass\":3:{s:3:\"_id\";i:573;s:4:\"name\";s:4:\"Calm\";s:4:\"type\";s:4:\"tags\";}i:39;O:8:\"stdClass\":3:{s:3:\"_id\";i:664;s:4:\"name\";s:4:\"Camp\";s:4:\"type\";s:4:\"tags\";}i:40;O:8:\"stdClass\":3:{s:3:\"_id\";i:515;s:4:\"name\";s:10:\"Car Repair\";s:4:\"type\";s:4:\"tags\";}i:41;O:8:\"stdClass\":3:{s:3:\"_id\";i:567;s:4:\"name\";s:9:\"Carpenter\";s:4:\"type\";s:4:\"tags\";}i:42;O:8:\"stdClass\":3:{s:3:\"_id\";i:514;s:4:\"name\";s:4:\"Cars\";s:4:\"type\";s:4:\"tags\";}i:43;O:8:\"stdClass\":3:{s:3:\"_id\";i:563;s:4:\"name\";s:6:\"Casual\";s:4:\"type\";s:4:\"tags\";}i:44;O:8:\"stdClass\":3:{s:3:\"_id\";i:625;s:4:\"name\";s:8:\"Catering\";s:4:\"type\";s:4:\"tags\";}i:45;O:8:\"stdClass\":3:{s:3:\"_id\";i:512;s:4:\"name\";s:7:\"Ceramic\";s:4:\"type\";s:4:\"tags\";}i:46;O:8:\"stdClass\":3:{s:3:\"_id\";i:624;s:4:\"name\";s:4:\"Chef\";s:4:\"type\";s:4:\"tags\";}i:47;O:8:\"stdClass\":3:{s:3:\"_id\";i:429;s:4:\"name\";s:7:\"Classes\";s:4:\"type\";s:4:\"tags\";}i:48;O:8:\"stdClass\":3:{s:3:\"_id\";i:565;s:4:\"name\";s:5:\"Clean\";s:4:\"type\";s:4:\"tags\";}i:49;O:8:\"stdClass\":3:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";s:4:\"type\";s:4:\"tags\";}i:50;O:8:\"stdClass\":3:{s:3:\"_id\";i:519;s:4:\"name\";s:5:\"Coach\";s:4:\"type\";s:4:\"tags\";}i:51;O:8:\"stdClass\":3:{s:3:\"_id\";i:578;s:4:\"name\";s:6:\"Coffee\";s:4:\"type\";s:4:\"tags\";}i:52;O:8:\"stdClass\":3:{s:3:\"_id\";i:579;s:4:\"name\";s:14:\"Coffee Roaster\";s:4:\"type\";s:4:\"tags\";}i:53;O:8:\"stdClass\":3:{s:3:\"_id\";i:642;s:4:\"name\";s:13:\"Collaboration\";s:4:\"type\";s:4:\"tags\";}i:54;O:8:\"stdClass\":3:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";s:4:\"type\";s:4:\"tags\";}i:55;O:8:\"stdClass\":3:{s:3:\"_id\";i:658;s:4:\"name\";s:8:\"Computer\";s:4:\"type\";s:4:\"tags\";}i:56;O:8:\"stdClass\":3:{s:3:\"_id\";i:465;s:4:\"name\";s:10:\"Conference\";s:4:\"type\";s:4:\"tags\";}i:57;O:8:\"stdClass\":3:{s:3:\"_id\";i:384;s:4:\"name\";s:12:\"Construction\";s:4:\"type\";s:4:\"tags\";}i:58;O:8:\"stdClass\":3:{s:3:\"_id\";i:623;s:4:\"name\";s:10:\"Consultant\";s:4:\"type\";s:4:\"tags\";}i:59;O:8:\"stdClass\":3:{s:3:\"_id\";i:531;s:4:\"name\";s:12:\"Consultation\";s:4:\"type\";s:4:\"tags\";}i:60;O:8:\"stdClass\":3:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";s:4:\"type\";s:4:\"tags\";}i:61;O:8:\"stdClass\":3:{s:3:\"_id\";i:626;s:4:\"name\";s:4:\"Cook\";s:4:\"type\";s:4:\"tags\";}i:62;O:8:\"stdClass\":3:{s:3:\"_id\";i:491;s:4:\"name\";s:7:\"Courses\";s:4:\"type\";s:4:\"tags\";}i:63;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:64;O:8:\"stdClass\":3:{s:3:\"_id\";i:616;s:4:\"name\";s:8:\"Cupcakes\";s:4:\"type\";s:4:\"tags\";}i:65;O:8:\"stdClass\":3:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";s:4:\"type\";s:4:\"tags\";}i:66;O:8:\"stdClass\":3:{s:3:\"_id\";i:553;s:4:\"name\";s:5:\"Dance\";s:4:\"type\";s:4:\"tags\";}i:67;O:8:\"stdClass\":3:{s:3:\"_id\";i:684;s:4:\"name\";s:4:\"Deal\";s:4:\"type\";s:4:\"tags\";}i:68;O:8:\"stdClass\":3:{s:3:\"_id\";i:373;s:4:\"name\";s:5:\"Decor\";s:4:\"type\";s:4:\"tags\";}i:69;O:8:\"stdClass\":3:{s:3:\"_id\";i:526;s:4:\"name\";s:10:\"Decoration\";s:4:\"type\";s:4:\"tags\";}i:70;O:8:\"stdClass\":3:{s:3:\"_id\";i:587;s:4:\"name\";s:8:\"Delivery\";s:4:\"type\";s:4:\"tags\";}i:71;O:8:\"stdClass\":3:{s:3:\"_id\";i:472;s:4:\"name\";s:6:\"Dental\";s:4:\"type\";s:4:\"tags\";}i:72;O:8:\"stdClass\":3:{s:3:\"_id\";i:471;s:4:\"name\";s:7:\"Dentist\";s:4:\"type\";s:4:\"tags\";}i:73;O:8:\"stdClass\":3:{s:3:\"_id\";i:668;s:4:\"name\";s:7:\"Deserts\";s:4:\"type\";s:4:\"tags\";}i:74;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:75;O:8:\"stdClass\":3:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";s:4:\"type\";s:4:\"tags\";}i:76;O:8:\"stdClass\":3:{s:3:\"_id\";i:618;s:4:\"name\";s:8:\"Desserts\";s:4:\"type\";s:4:\"tags\";}i:77;O:8:\"stdClass\":3:{s:3:\"_id\";i:613;s:4:\"name\";s:9:\"Developer\";s:4:\"type\";s:4:\"tags\";}i:78;O:8:\"stdClass\":3:{s:3:\"_id\";i:614;s:4:\"name\";s:11:\"Development\";s:4:\"type\";s:4:\"tags\";}i:79;O:8:\"stdClass\":3:{s:3:\"_id\";i:605;s:4:\"name\";s:4:\"Diet\";s:4:\"type\";s:4:\"tags\";}i:80;O:8:\"stdClass\":3:{s:3:\"_id\";i:607;s:4:\"name\";s:9:\"Dietician\";s:4:\"type\";s:4:\"tags\";}i:81;O:8:\"stdClass\":3:{s:3:\"_id\";i:475;s:4:\"name\";s:7:\"Digital\";s:4:\"type\";s:4:\"tags\";}i:82;O:8:\"stdClass\":3:{s:3:\"_id\";i:448;s:4:\"name\";s:15:\"Digital Content\";s:4:\"type\";s:4:\"tags\";}i:83;O:8:\"stdClass\":3:{s:3:\"_id\";i:528;s:4:\"name\";s:8:\"Disabled\";s:4:\"type\";s:4:\"tags\";}i:84;O:8:\"stdClass\":3:{s:3:\"_id\";i:548;s:4:\"name\";s:2:\"DJ\";s:4:\"type\";s:4:\"tags\";}i:85;O:8:\"stdClass\":3:{s:3:\"_id\";i:540;s:4:\"name\";s:6:\"Doctor\";s:4:\"type\";s:4:\"tags\";}i:86;O:8:\"stdClass\":3:{s:3:\"_id\";i:576;s:4:\"name\";s:11:\"Dog Walkers\";s:4:\"type\";s:4:\"tags\";}i:87;O:8:\"stdClass\":3:{s:3:\"_id\";i:574;s:4:\"name\";s:4:\"Dogs\";s:4:\"type\";s:4:\"tags\";}i:88;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:89;O:8:\"stdClass\":3:{s:3:\"_id\";i:589;s:4:\"name\";s:5:\"Drone\";s:4:\"type\";s:4:\"tags\";}i:90;O:8:\"stdClass\":3:{s:3:\"_id\";i:487;s:4:\"name\";s:7:\"E-Books\";s:4:\"type\";s:4:\"tags\";}i:91;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:92;O:8:\"stdClass\":3:{s:3:\"_id\";i:673;s:4:\"name\";s:7:\"Ecology\";s:4:\"type\";s:4:\"tags\";}i:93;O:8:\"stdClass\":3:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";s:4:\"type\";s:4:\"tags\";}i:94;O:8:\"stdClass\":3:{s:3:\"_id\";i:646;s:4:\"name\";s:9:\"Employees\";s:4:\"type\";s:4:\"tags\";}i:95;O:8:\"stdClass\":3:{s:3:\"_id\";i:560;s:4:\"name\";s:11:\"English Pub\";s:4:\"type\";s:4:\"tags\";}i:96;O:8:\"stdClass\":3:{s:3:\"_id\";i:450;s:4:\"name\";s:13:\"Entertainment\";s:4:\"type\";s:4:\"tags\";}i:97;O:8:\"stdClass\":3:{s:3:\"_id\";i:459;s:4:\"name\";s:13:\"Environmental\";s:4:\"type\";s:4:\"tags\";}i:98;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:99;O:8:\"stdClass\":3:{s:3:\"_id\";i:650;s:4:\"name\";s:10:\"Exhibition\";s:4:\"type\";s:4:\"tags\";}i:100;O:8:\"stdClass\":3:{s:3:\"_id\";i:541;s:4:\"name\";s:6:\"Family\";s:4:\"type\";s:4:\"tags\";}i:101;O:8:\"stdClass\":3:{s:3:\"_id\";i:581;s:4:\"name\";s:4:\"Farm\";s:4:\"type\";s:4:\"tags\";}i:102;O:8:\"stdClass\":3:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";s:4:\"type\";s:4:\"tags\";}i:103;O:8:\"stdClass\":3:{s:3:\"_id\";i:452;s:4:\"name\";s:8:\"Festival\";s:4:\"type\";s:4:\"tags\";}i:104;O:8:\"stdClass\":3:{s:3:\"_id\";i:455;s:4:\"name\";s:4:\"Firm\";s:4:\"type\";s:4:\"tags\";}i:105;O:8:\"stdClass\":3:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";s:4:\"type\";s:4:\"tags\";}i:106;O:8:\"stdClass\":3:{s:3:\"_id\";i:600;s:4:\"name\";s:5:\"Flair\";s:4:\"type\";s:4:\"tags\";}i:107;O:8:\"stdClass\":3:{s:3:\"_id\";i:483;s:4:\"name\";s:6:\"Flower\";s:4:\"type\";s:4:\"tags\";}i:108;O:8:\"stdClass\":3:{s:3:\"_id\";i:590;s:4:\"name\";s:3:\"Fly\";s:4:\"type\";s:4:\"tags\";}i:109;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:110;O:8:\"stdClass\":3:{s:3:\"_id\";i:544;s:4:\"name\";s:8:\"Football\";s:4:\"type\";s:4:\"tags\";}i:111;O:8:\"stdClass\":3:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";s:4:\"type\";s:4:\"tags\";}i:112;O:8:\"stdClass\":3:{s:3:\"_id\";i:552;s:4:\"name\";s:3:\"Fun\";s:4:\"type\";s:4:\"tags\";}i:113;O:8:\"stdClass\":3:{s:3:\"_id\";i:522;s:4:\"name\";s:7:\"Gadgets\";s:4:\"type\";s:4:\"tags\";}i:114;O:8:\"stdClass\":3:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";s:4:\"type\";s:4:\"tags\";}i:115;O:8:\"stdClass\":3:{s:3:\"_id\";i:539;s:4:\"name\";s:6:\"Gaming\";s:4:\"type\";s:4:\"tags\";}i:116;O:8:\"stdClass\":3:{s:3:\"_id\";i:516;s:4:\"name\";s:6:\"Garage\";s:4:\"type\";s:4:\"tags\";}i:117;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:118;O:8:\"stdClass\":3:{s:3:\"_id\";i:537;s:4:\"name\";s:7:\"Glasses\";s:4:\"type\";s:4:\"tags\";}i:119;O:8:\"stdClass\":3:{s:3:\"_id\";i:601;s:4:\"name\";s:4:\"Glow\";s:4:\"type\";s:4:\"tags\";}i:120;O:8:\"stdClass\":3:{s:3:\"_id\";i:509;s:4:\"name\";s:16:\"Graphic Designer\";s:4:\"type\";s:4:\"tags\";}i:121;O:8:\"stdClass\":3:{s:3:\"_id\";i:595;s:4:\"name\";s:5:\"Green\";s:4:\"type\";s:4:\"tags\";}i:122;O:8:\"stdClass\":3:{s:3:\"_id\";i:506;s:4:\"name\";s:3:\"Gym\";s:4:\"type\";s:4:\"tags\";}i:123;O:8:\"stdClass\":3:{s:3:\"_id\";i:478;s:4:\"name\";s:4:\"Hair\";s:4:\"type\";s:4:\"tags\";}i:124;O:8:\"stdClass\":3:{s:3:\"_id\";i:631;s:4:\"name\";s:9:\"Hamburger\";s:4:\"type\";s:4:\"tags\";}i:125;O:8:\"stdClass\":3:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";s:4:\"type\";s:4:\"tags\";}i:126;O:8:\"stdClass\":3:{s:3:\"_id\";i:495;s:4:\"name\";s:8:\"Handyman\";s:4:\"type\";s:4:\"tags\";}i:127;O:8:\"stdClass\":3:{s:3:\"_id\";i:577;s:4:\"name\";s:5:\"Happy\";s:4:\"type\";s:4:\"tags\";}i:128;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:129;O:8:\"stdClass\":3:{s:3:\"_id\";i:542;s:4:\"name\";s:10:\"Healthcare\";s:4:\"type\";s:4:\"tags\";}i:130;O:8:\"stdClass\":3:{s:3:\"_id\";i:490;s:4:\"name\";s:12:\"Healthy Food\";s:4:\"type\";s:4:\"tags\";}i:131;O:8:\"stdClass\":3:{s:3:\"_id\";i:527;s:4:\"name\";s:4:\"Help\";s:4:\"type\";s:4:\"tags\";}i:132;O:8:\"stdClass\":3:{s:3:\"_id\";i:466;s:4:\"name\";s:7:\"Hi Tech\";s:4:\"type\";s:4:\"tags\";}i:133;O:8:\"stdClass\":3:{s:3:\"_id\";i:427;s:4:\"name\";s:7:\"Hobbies\";s:4:\"type\";s:4:\"tags\";}i:134;O:8:\"stdClass\":3:{s:3:\"_id\";i:525;s:4:\"name\";s:4:\"Home\";s:4:\"type\";s:4:\"tags\";}i:135;O:8:\"stdClass\":3:{s:3:\"_id\";i:482;s:4:\"name\";s:10:\"Home Decor\";s:4:\"type\";s:4:\"tags\";}i:136;O:8:\"stdClass\":3:{s:3:\"_id\";i:612;s:4:\"name\";s:14:\"Identification\";s:4:\"type\";s:4:\"tags\";}i:137;O:8:\"stdClass\":3:{s:3:\"_id\";i:588;s:4:\"name\";s:10:\"Industrial\";s:4:\"type\";s:4:\"tags\";}i:138;O:8:\"stdClass\":3:{s:3:\"_id\";i:538;s:4:\"name\";s:11:\"Interactive\";s:4:\"type\";s:4:\"tags\";}i:139;O:8:\"stdClass\":3:{s:3:\"_id\";i:454;s:4:\"name\";s:15:\"Interior Design\";s:4:\"type\";s:4:\"tags\";}i:140;O:8:\"stdClass\":3:{s:3:\"_id\";i:460;s:4:\"name\";s:11:\"Involvement\";s:4:\"type\";s:4:\"tags\";}i:141;O:8:\"stdClass\":3:{s:3:\"_id\";i:494;s:4:\"name\";s:5:\"Japan\";s:4:\"type\";s:4:\"tags\";}i:142;O:8:\"stdClass\":3:{s:3:\"_id\";i:419;s:4:\"name\";s:4:\"Kids\";s:4:\"type\";s:4:\"tags\";}i:143;O:8:\"stdClass\":3:{s:3:\"_id\";i:594;s:4:\"name\";s:9:\"Landscape\";s:4:\"type\";s:4:\"tags\";}i:144;O:8:\"stdClass\":3:{s:3:\"_id\";i:374;s:4:\"name\";s:3:\"Law\";s:4:\"type\";s:4:\"tags\";}i:145;O:8:\"stdClass\":3:{s:3:\"_id\";i:635;s:4:\"name\";s:5:\"Learn\";s:4:\"type\";s:4:\"tags\";}i:146;O:8:\"stdClass\":3:{s:3:\"_id\";i:442;s:4:\"name\";s:7:\"Leisure\";s:4:\"type\";s:4:\"tags\";}i:147;O:8:\"stdClass\":3:{s:3:\"_id\";i:453;s:4:\"name\";s:11:\"Leisure Spa\";s:4:\"type\";s:4:\"tags\";}i:148;O:8:\"stdClass\":3:{s:3:\"_id\";i:566;s:4:\"name\";s:7:\"Lessons\";s:4:\"type\";s:4:\"tags\";}i:149;O:8:\"stdClass\":3:{s:3:\"_id\";i:550;s:4:\"name\";s:4:\"Life\";s:4:\"type\";s:4:\"tags\";}i:150;O:8:\"stdClass\":3:{s:3:\"_id\";i:511;s:4:\"name\";s:4:\"Live\";s:4:\"type\";s:4:\"tags\";}i:151;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:152;O:8:\"stdClass\":3:{s:3:\"_id\";i:710;s:4:\"name\";s:4:\"Love\";s:4:\"type\";s:4:\"tags\";}i:153;O:8:\"stdClass\":3:{s:3:\"_id\";i:498;s:4:\"name\";s:6:\"Luxury\";s:4:\"type\";s:4:\"tags\";}i:154;O:8:\"stdClass\":3:{s:3:\"_id\";i:379;s:4:\"name\";s:8:\"Magazine\";s:4:\"type\";s:4:\"tags\";}i:155;O:8:\"stdClass\":3:{s:3:\"_id\";i:651;s:4:\"name\";s:6:\"Makers\";s:4:\"type\";s:4:\"tags\";}i:156;O:8:\"stdClass\":3:{s:3:\"_id\";i:479;s:4:\"name\";s:6:\"Makeup\";s:4:\"type\";s:4:\"tags\";}i:157;O:8:\"stdClass\":3:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";s:4:\"type\";s:4:\"tags\";}i:158;O:8:\"stdClass\":3:{s:3:\"_id\";i:413;s:4:\"name\";s:7:\"Medical\";s:4:\"type\";s:4:\"tags\";}i:159;O:8:\"stdClass\":3:{s:3:\"_id\";i:520;s:4:\"name\";s:6:\"Mental\";s:4:\"type\";s:4:\"tags\";}i:160;O:8:\"stdClass\":3:{s:3:\"_id\";i:627;s:4:\"name\";s:4:\"Menu\";s:4:\"type\";s:4:\"tags\";}i:161;O:8:\"stdClass\":3:{s:3:\"_id\";i:524;s:4:\"name\";s:5:\"Merch\";s:4:\"type\";s:4:\"tags\";}i:162;O:8:\"stdClass\":3:{s:3:\"_id\";i:523;s:4:\"name\";s:11:\"Merchandise\";s:4:\"type\";s:4:\"tags\";}i:163;O:8:\"stdClass\":3:{s:3:\"_id\";i:521;s:4:\"name\";s:11:\"Mindfulness\";s:4:\"type\";s:4:\"tags\";}i:164;O:8:\"stdClass\":3:{s:3:\"_id\";i:489;s:4:\"name\";s:7:\"Mindset\";s:4:\"type\";s:4:\"tags\";}i:165;O:8:\"stdClass\":3:{s:3:\"_id\";i:586;s:4:\"name\";s:6:\"Moving\";s:4:\"type\";s:4:\"tags\";}i:166;O:8:\"stdClass\":3:{s:3:\"_id\";i:418;s:4:\"name\";s:5:\"Music\";s:4:\"type\";s:4:\"tags\";}i:167;O:8:\"stdClass\":3:{s:3:\"_id\";i:602;s:4:\"name\";s:5:\"Nails\";s:4:\"type\";s:4:\"tags\";}i:168;O:8:\"stdClass\":3:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";s:4:\"type\";s:4:\"tags\";}i:169;O:8:\"stdClass\":3:{s:3:\"_id\";i:547;s:4:\"name\";s:4:\"News\";s:4:\"type\";s:4:\"tags\";}i:170;O:8:\"stdClass\":3:{s:3:\"_id\";i:458;s:4:\"name\";s:3:\"NGO\";s:4:\"type\";s:4:\"tags\";}i:171;O:8:\"stdClass\":3:{s:3:\"_id\";i:549;s:4:\"name\";s:10:\"Night Club\";s:4:\"type\";s:4:\"tags\";}i:172;O:8:\"stdClass\":3:{s:3:\"_id\";i:661;s:4:\"name\";s:10:\"Night Life\";s:4:\"type\";s:4:\"tags\";}i:173;O:8:\"stdClass\":3:{s:3:\"_id\";i:606;s:4:\"name\";s:9:\"Nutrition\";s:4:\"type\";s:4:\"tags\";}i:174;O:8:\"stdClass\":3:{s:3:\"_id\";i:643;s:4:\"name\";s:6:\"Office\";s:4:\"type\";s:4:\"tags\";}i:175;O:8:\"stdClass\":3:{s:3:\"_id\";i:445;s:4:\"name\";s:6:\"Online\";s:4:\"type\";s:4:\"tags\";}i:176;O:8:\"stdClass\":3:{s:3:\"_id\";i:647;s:4:\"name\";s:10:\"Open Space\";s:4:\"type\";s:4:\"tags\";}i:177;O:8:\"stdClass\":3:{s:3:\"_id\";i:622;s:4:\"name\";s:9:\"Organiser\";s:4:\"type\";s:4:\"tags\";}i:178;O:8:\"stdClass\":3:{s:3:\"_id\";i:674;s:4:\"name\";s:8:\"Painting\";s:4:\"type\";s:4:\"tags\";}i:179;O:8:\"stdClass\":3:{s:3:\"_id\";i:551;s:4:\"name\";s:5:\"Party\";s:4:\"type\";s:4:\"tags\";}i:180;O:8:\"stdClass\":3:{s:3:\"_id\";i:583;s:4:\"name\";s:11:\"Performance\";s:4:\"type\";s:4:\"tags\";}i:181;O:8:\"stdClass\":3:{s:3:\"_id\";i:665;s:4:\"name\";s:18:\"Personal Assistant\";s:4:\"type\";s:4:\"tags\";}i:182;O:8:\"stdClass\":3:{s:3:\"_id\";i:666;s:4:\"name\";s:13:\"Personal Blog\";s:4:\"type\";s:4:\"tags\";}i:183;O:8:\"stdClass\":3:{s:3:\"_id\";i:667;s:4:\"name\";s:13:\"Personal Chef\";s:4:\"type\";s:4:\"tags\";}i:184;O:8:\"stdClass\":3:{s:3:\"_id\";i:593;s:4:\"name\";s:19:\"Personal Consultant\";s:4:\"type\";s:4:\"tags\";}i:185;O:8:\"stdClass\":3:{s:3:\"_id\";i:507;s:4:\"name\";s:16:\"Personal Trainer\";s:4:\"type\";s:4:\"tags\";}i:186;O:8:\"stdClass\":3:{s:3:\"_id\";i:575;s:4:\"name\";s:8:\"Pet Care\";s:4:\"type\";s:4:\"tags\";}i:187;O:8:\"stdClass\":3:{s:3:\"_id\";i:485;s:4:\"name\";s:4:\"Pets\";s:4:\"type\";s:4:\"tags\";}i:188;O:8:\"stdClass\":3:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";s:4:\"type\";s:4:\"tags\";}i:189;O:8:\"stdClass\":3:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";s:4:\"type\";s:4:\"tags\";}i:190;O:8:\"stdClass\":3:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";s:4:\"type\";s:4:\"tags\";}i:191;O:8:\"stdClass\":3:{s:3:\"_id\";i:610;s:4:\"name\";s:6:\"Plants\";s:4:\"type\";s:4:\"tags\";}i:192;O:8:\"stdClass\":3:{s:3:\"_id\";i:496;s:4:\"name\";s:7:\"Plumber\";s:4:\"type\";s:4:\"tags\";}i:193;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:194;O:8:\"stdClass\":3:{s:3:\"_id\";i:636;s:4:\"name\";s:14:\"Private Lesson\";s:4:\"type\";s:4:\"tags\";}i:195;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:196;O:8:\"stdClass\":3:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";s:4:\"type\";s:4:\"tags\";}i:197;O:8:\"stdClass\":3:{s:3:\"_id\";i:683;s:4:\"name\";s:9:\"Promotion\";s:4:\"type\";s:4:\"tags\";}i:198;O:8:\"stdClass\":3:{s:3:\"_id\";i:473;s:4:\"name\";s:10:\"Properties\";s:4:\"type\";s:4:\"tags\";}i:199;O:8:\"stdClass\":3:{s:3:\"_id\";i:530;s:4:\"name\";s:10:\"Psychology\";s:4:\"type\";s:4:\"tags\";}i:200;O:8:\"stdClass\":3:{s:3:\"_id\";i:532;s:4:\"name\";s:13:\"Psychotherapy\";s:4:\"type\";s:4:\"tags\";}i:201;O:8:\"stdClass\":3:{s:3:\"_id\";i:558;s:4:\"name\";s:3:\"Pub\";s:4:\"type\";s:4:\"tags\";}i:202;O:8:\"stdClass\":3:{s:3:\"_id\";i:383;s:4:\"name\";s:11:\"Real Estate\";s:4:\"type\";s:4:\"tags\";}i:203;O:8:\"stdClass\":3:{s:3:\"_id\";i:678;s:4:\"name\";s:9:\"Recycling\";s:4:\"type\";s:4:\"tags\";}i:204;O:8:\"stdClass\":3:{s:3:\"_id\";i:500;s:4:\"name\";s:6:\"Resort\";s:4:\"type\";s:4:\"tags\";}i:205;O:8:\"stdClass\":3:{s:3:\"_id\";i:464;s:4:\"name\";s:10:\"Restaurant\";s:4:\"type\";s:4:\"tags\";}i:206;O:8:\"stdClass\":3:{s:3:\"_id\";i:711;s:4:\"name\";s:7:\"Romance\";s:4:\"type\";s:4:\"tags\";}i:207;O:8:\"stdClass\":3:{s:3:\"_id\";i:682;s:4:\"name\";s:4:\"Sale\";s:4:\"type\";s:4:\"tags\";}i:208;O:8:\"stdClass\":3:{s:3:\"_id\";i:599;s:4:\"name\";s:5:\"Salon\";s:4:\"type\";s:4:\"tags\";}i:209;O:8:\"stdClass\":3:{s:3:\"_id\";i:570;s:4:\"name\";s:13:\"Save The Date\";s:4:\"type\";s:4:\"tags\";}i:210;O:8:\"stdClass\":3:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";s:4:\"type\";s:4:\"tags\";}i:211;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:212;O:8:\"stdClass\":3:{s:3:\"_id\";i:644;s:4:\"name\";s:12:\"Shared Space\";s:4:\"type\";s:4:\"tags\";}i:213;O:8:\"stdClass\":3:{s:3:\"_id\";i:671;s:4:\"name\";s:8:\"Shipping\";s:4:\"type\";s:4:\"tags\";}i:214;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:215;O:8:\"stdClass\":3:{s:3:\"_id\";i:582;s:4:\"name\";s:6:\"Singer\";s:4:\"type\";s:4:\"tags\";}i:216;O:8:\"stdClass\":3:{s:3:\"_id\";i:663;s:4:\"name\";s:5:\"Skate\";s:4:\"type\";s:4:\"tags\";}i:217;O:8:\"stdClass\":3:{s:3:\"_id\";i:604;s:4:\"name\";s:4:\"Skin\";s:4:\"type\";s:4:\"tags\";}i:218;O:8:\"stdClass\":3:{s:3:\"_id\";i:603;s:4:\"name\";s:8:\"Skincare\";s:4:\"type\";s:4:\"tags\";}i:219;O:8:\"stdClass\":3:{s:3:\"_id\";i:505;s:4:\"name\";s:5:\"Sleep\";s:4:\"type\";s:4:\"tags\";}i:220;O:8:\"stdClass\":3:{s:3:\"_id\";i:615;s:4:\"name\";s:6:\"Slides\";s:4:\"type\";s:4:\"tags\";}i:221;O:8:\"stdClass\":3:{s:3:\"_id\";i:546;s:4:\"name\";s:6:\"Soccer\";s:4:\"type\";s:4:\"tags\";}i:222;O:8:\"stdClass\":3:{s:3:\"_id\";i:533;s:4:\"name\";s:6:\"Social\";s:4:\"type\";s:4:\"tags\";}i:223;O:8:\"stdClass\":3:{s:3:\"_id\";i:529;s:4:\"name\";s:7:\"Society\";s:4:\"type\";s:4:\"tags\";}i:224;O:8:\"stdClass\":3:{s:3:\"_id\";i:584;s:4:\"name\";s:5:\"Songs\";s:4:\"type\";s:4:\"tags\";}i:225;O:8:\"stdClass\":3:{s:3:\"_id\";i:596;s:4:\"name\";s:16:\"Speech Therapist\";s:4:\"type\";s:4:\"tags\";}i:226;O:8:\"stdClass\":3:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";s:4:\"type\";s:4:\"tags\";}i:227;O:8:\"stdClass\":3:{s:3:\"_id\";i:656;s:4:\"name\";s:5:\"Stage\";s:4:\"type\";s:4:\"tags\";}i:228;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:229;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:230;O:8:\"stdClass\":3:{s:3:\"_id\";i:467;s:4:\"name\";s:6:\"Studio\";s:4:\"type\";s:4:\"tags\";}i:231;O:8:\"stdClass\":3:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";s:4:\"type\";s:4:\"tags\";}i:232;O:8:\"stdClass\":3:{s:3:\"_id\";i:628;s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:4:\"tags\";}i:233;O:8:\"stdClass\":3:{s:3:\"_id\";i:591;s:4:\"name\";s:7:\"Stylist\";s:4:\"type\";s:4:\"tags\";}i:234;O:8:\"stdClass\":3:{s:3:\"_id\";i:640;s:4:\"name\";s:17:\"Summer Activities\";s:4:\"type\";s:4:\"tags\";}i:235;O:8:\"stdClass\":3:{s:3:\"_id\";i:660;s:4:\"name\";s:7:\"Support\";s:4:\"type\";s:4:\"tags\";}i:236;O:8:\"stdClass\":3:{s:3:\"_id\";i:632;s:4:\"name\";s:6:\"Sweets\";s:4:\"type\";s:4:\"tags\";}i:237;O:8:\"stdClass\":3:{s:3:\"_id\";i:468;s:4:\"name\";s:5:\"Tatoo\";s:4:\"type\";s:4:\"tags\";}i:238;O:8:\"stdClass\":3:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";s:4:\"type\";s:4:\"tags\";}i:239;O:8:\"stdClass\":3:{s:3:\"_id\";i:659;s:4:\"name\";s:10:\"Technician\";s:4:\"type\";s:4:\"tags\";}i:240;O:8:\"stdClass\":3:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";s:4:\"type\";s:4:\"tags\";}i:241;O:8:\"stdClass\":3:{s:3:\"_id\";i:637;s:4:\"name\";s:6:\"Tennis\";s:4:\"type\";s:4:\"tags\";}i:242;O:8:\"stdClass\":3:{s:3:\"_id\";i:638;s:4:\"name\";s:11:\"Tennis Camp\";s:4:\"type\";s:4:\"tags\";}i:243;O:8:\"stdClass\":3:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";s:4:\"type\";s:4:\"tags\";}i:244;O:8:\"stdClass\":3:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";s:4:\"type\";s:4:\"tags\";}i:245;O:8:\"stdClass\":3:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";s:4:\"type\";s:4:\"tags\";}i:246;O:8:\"stdClass\":3:{s:3:\"_id\";i:543;s:4:\"name\";s:9:\"Treatment\";s:4:\"type\";s:4:\"tags\";}i:247;O:8:\"stdClass\":3:{s:3:\"_id\";i:652;s:4:\"name\";s:8:\"Trekking\";s:4:\"type\";s:4:\"tags\";}i:248;O:8:\"stdClass\":3:{s:3:\"_id\";i:655;s:4:\"name\";s:5:\"Treks\";s:4:\"type\";s:4:\"tags\";}i:249;O:8:\"stdClass\":3:{s:3:\"_id\";i:630;s:4:\"name\";s:5:\"Truck\";s:4:\"type\";s:4:\"tags\";}i:250;O:8:\"stdClass\":3:{s:3:\"_id\";i:634;s:4:\"name\";s:5:\"Tutor\";s:4:\"type\";s:4:\"tags\";}i:251;O:8:\"stdClass\":3:{s:3:\"_id\";i:561;s:4:\"name\";s:5:\"Urban\";s:4:\"type\";s:4:\"tags\";}i:252;O:8:\"stdClass\":3:{s:3:\"_id\";i:633;s:4:\"name\";s:3:\"USA\";s:4:\"type\";s:4:\"tags\";}i:253;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:254;O:8:\"stdClass\":3:{s:3:\"_id\";i:497;s:4:\"name\";s:8:\"Vacation\";s:4:\"type\";s:4:\"tags\";}i:255;O:8:\"stdClass\":3:{s:3:\"_id\";i:510;s:4:\"name\";s:5:\"Venue\";s:4:\"type\";s:4:\"tags\";}i:256;O:8:\"stdClass\":3:{s:3:\"_id\";i:597;s:4:\"name\";s:8:\"Vineyard\";s:4:\"type\";s:4:\"tags\";}i:257;O:8:\"stdClass\":3:{s:3:\"_id\";i:536;s:4:\"name\";s:15:\"Virtual Reality\";s:4:\"type\";s:4:\"tags\";}i:258;O:8:\"stdClass\":3:{s:3:\"_id\";i:461;s:4:\"name\";s:9:\"Volunteer\";s:4:\"type\";s:4:\"tags\";}i:259;O:8:\"stdClass\":3:{s:3:\"_id\";i:534;s:4:\"name\";s:2:\"VR\";s:4:\"type\";s:4:\"tags\";}i:260;O:8:\"stdClass\":3:{s:3:\"_id\";i:676;s:4:\"name\";s:5:\"Water\";s:4:\"type\";s:4:\"tags\";}i:261;O:8:\"stdClass\":3:{s:3:\"_id\";i:569;s:4:\"name\";s:7:\"Wedding\";s:4:\"type\";s:4:\"tags\";}i:262;O:8:\"stdClass\":3:{s:3:\"_id\";i:462;s:4:\"name\";s:15:\"Wedding Planner\";s:4:\"type\";s:4:\"tags\";}i:263;O:8:\"stdClass\":3:{s:3:\"_id\";i:608;s:4:\"name\";s:11:\"Weight Loss\";s:4:\"type\";s:4:\"tags\";}i:264;O:8:\"stdClass\":3:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";s:4:\"type\";s:4:\"tags\";}i:265;O:8:\"stdClass\":3:{s:3:\"_id\";i:598;s:4:\"name\";s:4:\"Wine\";s:4:\"type\";s:4:\"tags\";}i:266;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:267;O:8:\"stdClass\":3:{s:3:\"_id\";i:568;s:4:\"name\";s:4:\"Wood\";s:4:\"type\";s:4:\"tags\";}i:268;O:8:\"stdClass\":3:{s:3:\"_id\";i:645;s:4:\"name\";s:7:\"Workers\";s:4:\"type\";s:4:\"tags\";}i:269;O:8:\"stdClass\":3:{s:3:\"_id\";i:675;s:4:\"name\";s:8:\"Workshop\";s:4:\"type\";s:4:\"tags\";}i:270;O:8:\"stdClass\":3:{s:3:\"_id\";i:641;s:4:\"name\";s:9:\"Workspace\";s:4:\"type\";s:4:\"tags\";}i:271;O:8:\"stdClass\":3:{s:3:\"_id\";i:572;s:4:\"name\";s:4:\"Yoga\";s:4:\"type\";s:4:\"tags\";}}s:10:\"categories\";a:5:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";s:4:\"type\";s:10:\"categories\";}}s:15:\"minimum_version\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:804;s:4:\"name\";s:6:\"3.10.0\";s:4:\"type\";s:15:\"minimum_version\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:806;s:4:\"name\";s:6:\"3.11.0\";s:4:\"type\";s:15:\"minimum_version\";}}s:6:\"origin\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:752;s:4:\"name\";s:6:\"Envato\";s:4:\"type\";s:6:\"origin\";}}s:5:\"types\";a:4:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:5:\"types\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}}}', 'no'),
(195, '_transient_timeout_elementor_remote_kits', '1680534673', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(196, '_transient_elementor_remote_kits', 'a:121:{i:0;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60bcabe2810f3b0019c900be\";s:14:\"featured_index\";i:47;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-63\";s:5:\"title\";s:24:\"Digital Marketing Agency\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.41\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/marketing-digital-agency/wp-content/uploads/sites/63/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-06-06T11:05:06.294Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.825Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:1081;s:16:\"popularity_index\";i:27791;}i:1;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60bcad9b3d876b001906ef12\";s:14:\"featured_index\";i:71;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-65\";s:5:\"title\";s:3:\"Gym\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.1.35\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/gym-club/wp-content/uploads/sites/65/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-06-06T11:12:27.096Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.114Z\";s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:429;s:4:\"name\";s:7:\"Classes\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:427;s:4:\"name\";s:7:\"Hobbies\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:429;s:4:\"name\";s:7:\"Classes\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:427;s:4:\"name\";s:7:\"Hobbies\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:226;s:16:\"popularity_index\";i:4080;}i:2;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60bdd89ff13c4300122bf236\";s:14:\"featured_index\";i:53;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-68\";s:5:\"title\";s:24:\"UX/UI Designer Portfolio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.1.35\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/designer-portfolio/wp-content/uploads/sites/68/2020/03/Home_ux.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-06-07T08:28:15.595Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.894Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:165;s:16:\"popularity_index\";i:5802;}i:3;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60bde05315d1580012c373f4\";s:14:\"featured_index\";i:49;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-87\";s:5:\"title\";s:20:\"Interior Design Firm\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.31\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/interior-design-company/wp-content/uploads/sites/87/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-06-07T09:01:07.593Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.849Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:456;s:4:\"name\";s:12:\"Architecture\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:373;s:4:\"name\";s:5:\"Decor\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:455;s:4:\"name\";s:4:\"Firm\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:454;s:4:\"name\";s:15:\"Interior Design\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:456;s:4:\"name\";s:12:\"Architecture\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:373;s:4:\"name\";s:5:\"Decor\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:455;s:4:\"name\";s:4:\"Firm\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:454;s:4:\"name\";s:15:\"Interior Design\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:698;s:16:\"popularity_index\";i:13310;}i:4;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60bde51115d1580012c373f5\";s:14:\"featured_index\";i:39;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-70\";s:5:\"title\";s:8:\"Law Firm\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.27\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/law/wp-content/uploads/sites/70/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-06-07T09:21:21.841Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.217Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:436;s:4:\"name\";s:10:\"Accounting\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:437;s:4:\"name\";s:8:\"Advocate\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:439;s:4:\"name\";s:8:\"Attorney\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:531;s:4:\"name\";s:12:\"Consultation\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:455;s:4:\"name\";s:4:\"Firm\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:374;s:4:\"name\";s:3:\"Law\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:436;s:4:\"name\";s:10:\"Accounting\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:437;s:4:\"name\";s:8:\"Advocate\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:439;s:4:\"name\";s:8:\"Attorney\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:531;s:4:\"name\";s:12:\"Consultation\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:455;s:4:\"name\";s:4:\"Firm\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:374;s:4:\"name\";s:3:\"Law\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:752;s:16:\"popularity_index\";i:15944;}i:5;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60bdeffbf13c4300122bf239\";s:14:\"featured_index\";i:66;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-74\";s:5:\"title\";s:13:\"Private Tours\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.28\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/travel-private-tours/wp-content/uploads/sites/74/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-06-07T10:07:55.016Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.060Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:442;s:4:\"name\";s:7:\"Leisure\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:5:\"types\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:442;s:4:\"name\";s:7:\"Leisure\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:125;s:16:\"popularity_index\";i:4702;}i:6;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60bdf4c4f13c4300122bf23b\";s:14:\"featured_index\";i:46;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-80\";s:5:\"title\";s:18:\"Nature Photography\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.27\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/nature-photographer/wp-content/uploads/sites/80/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-06-07T10:28:20.005Z\";s:10:\"updated_at\";s:24:\"2023-02-26T13:31:12.219Z\";s:10:\"taxonomies\";a:14:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:417;s:4:\"name\";s:7:\"Animals\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:448;s:4:\"name\";s:15:\"Digital Content\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:10:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:417;s:4:\"name\";s:7:\"Animals\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:448;s:4:\"name\";s:15:\"Digital Content\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:666;s:16:\"popularity_index\";i:12048;}i:7;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60bdf76d15d1580012c373f6\";s:14:\"featured_index\";i:61;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-91\";s:5:\"title\";s:18:\"Real Estate Agency\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/real-estate/wp-content/uploads/sites/91/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-06-07T10:39:41.540Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.000Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:384;s:4:\"name\";s:12:\"Construction\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:473;s:4:\"name\";s:10:\"Properties\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:383;s:4:\"name\";s:11:\"Real Estate\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:384;s:4:\"name\";s:12:\"Construction\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:473;s:4:\"name\";s:10:\"Properties\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:383;s:4:\"name\";s:11:\"Real Estate\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:244;s:16:\"popularity_index\";i:5572;}i:8;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60bdfa1ff13c4300122bf23c\";s:14:\"featured_index\";i:73;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-109\";s:5:\"title\";s:11:\"Travel Blog\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.24\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/travel-blog/wp-content/uploads/sites/109/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-06-07T10:51:11.788Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.137Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:654;s:4:\"name\";s:9:\"Adventure\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:5:\"types\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:654;s:4:\"name\";s:9:\"Adventure\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:150;s:16:\"popularity_index\";i:4105;}i:9;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e16f498daaa10019e3b618\";s:14:\"featured_index\";i:109;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-155\";s:5:\"title\";s:12:\"Bread Bakery\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.53\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/bread-bakery/wp-content/uploads/sites/155/2021/07/Homepage.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2021-07-04T08:20:25.931Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.472Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:670;s:4:\"name\";s:6:\"Bakery\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:669;s:4:\"name\";s:5:\"Bread\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:626;s:4:\"name\";s:4:\"Cook\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:670;s:4:\"name\";s:6:\"Bakery\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:669;s:4:\"name\";s:5:\"Bread\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:626;s:4:\"name\";s:4:\"Cook\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:1548;s:16:\"popularity_index\";i:39870;}i:10;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e171618daaa10019e3b61b\";s:14:\"featured_index\";i:107;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-85\";s:5:\"title\";s:21:\"Illustrator Portfolio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:100:\"https://library.elementor.com/illustrator-portfolio/wp-content/uploads/sites/85/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-04T08:29:21.304Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.448Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:509;s:4:\"name\";s:16:\"Graphic Designer\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:509;s:4:\"name\";s:16:\"Graphic Designer\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:200;s:16:\"popularity_index\";i:3528;}i:11;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e181458daaa10019e3b61c\";s:14:\"featured_index\";i:56;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-67\";s:5:\"title\";s:14:\"Music Festival\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.47\";s:9:\"thumbnail\";s:100:\"https://library.elementor.com/electronic-music-festival/wp-content/uploads/sites/67/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-04T09:37:09.206Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.927Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:451;s:4:\"name\";s:4:\"Band\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:450;s:4:\"name\";s:13:\"Entertainment\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:452;s:4:\"name\";s:8:\"Festival\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:442;s:4:\"name\";s:7:\"Leisure\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:418;s:4:\"name\";s:5:\"Music\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:451;s:4:\"name\";s:4:\"Band\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:450;s:4:\"name\";s:13:\"Entertainment\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:452;s:4:\"name\";s:8:\"Festival\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:442;s:4:\"name\";s:7:\"Leisure\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:418;s:4:\"name\";s:5:\"Music\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:394;s:16:\"popularity_index\";i:8457;}i:12;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e183eb8daaa10019e3b61d\";s:14:\"featured_index\";i:58;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-81\";s:5:\"title\";s:19:\"Health & Beauty Spa\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/spa/wp-content/uploads/sites/81/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-04T09:48:27.121Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.947Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:442;s:4:\"name\";s:7:\"Leisure\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:453;s:4:\"name\";s:11:\"Leisure Spa\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:413;s:4:\"name\";s:7:\"Medical\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:442;s:4:\"name\";s:7:\"Leisure\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:453;s:4:\"name\";s:11:\"Leisure Spa\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:413;s:4:\"name\";s:7:\"Medical\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:199;s:16:\"popularity_index\";i:5606;}i:13;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e184b88daaa10019e3b61e\";s:14:\"featured_index\";i:77;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-88\";s:5:\"title\";s:9:\"Nonprofit\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:5:\"1.1.4\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/ngo-environment/wp-content/uploads/sites/88/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-04T09:51:52.316Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.171Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:459;s:4:\"name\";s:13:\"Environmental\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:460;s:4:\"name\";s:11:\"Involvement\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:458;s:4:\"name\";s:3:\"NGO\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:461;s:4:\"name\";s:9:\"Volunteer\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:459;s:4:\"name\";s:13:\"Environmental\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:460;s:4:\"name\";s:11:\"Involvement\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:458;s:4:\"name\";s:3:\"NGO\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:461;s:4:\"name\";s:9:\"Volunteer\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:206;s:16:\"popularity_index\";i:4114;}i:14;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e197378daaa10019e3b621\";s:14:\"featured_index\";i:85;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-71\";s:5:\"title\";s:15:\"Wedding Planner\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wedding-planning/wp-content/uploads/sites/71/2021/04/Home-1.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-04T11:10:47.904Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.246Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:450;s:4:\"name\";s:13:\"Entertainment\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:569;s:4:\"name\";s:7:\"Wedding\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:462;s:4:\"name\";s:15:\"Wedding Planner\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:450;s:4:\"name\";s:13:\"Entertainment\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:569;s:4:\"name\";s:7:\"Wedding\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:462;s:4:\"name\";s:15:\"Wedding Planner\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:163;s:16:\"popularity_index\";i:3411;}i:15;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e198768daaa10019e3b622\";s:14:\"featured_index\";i:42;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-89\";s:5:\"title\";s:18:\"Italian Restaurant\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/italian-cuisine/wp-content/uploads/sites/89/2022/08/Home-04082022.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-04T11:16:06.120Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.249Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:464;s:4:\"name\";s:10:\"Restaurant\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:464;s:4:\"name\";s:10:\"Restaurant\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:311;s:16:\"popularity_index\";i:6401;}i:16;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e199ba8daaa10019e3b623\";s:14:\"featured_index\";i:65;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-90\";s:5:\"title\";s:21:\"Technology Conference\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/tech-design-event/wp-content/uploads/sites/90/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-04T11:21:30.462Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.043Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:465;s:4:\"name\";s:10:\"Conference\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:466;s:4:\"name\";s:7:\"Hi Tech\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:465;s:4:\"name\";s:10:\"Conference\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:466;s:4:\"name\";s:7:\"Hi Tech\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:169;s:16:\"popularity_index\";i:4654;}i:17;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e19a63b76b9100199766cb\";s:14:\"featured_index\";i:82;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-73\";s:5:\"title\";s:13:\"Tattoo Studio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.35\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/tattoo-shop/wp-content/uploads/sites/73/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-04T11:24:19.494Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.219Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:467;s:4:\"name\";s:6:\"Studio\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:468;s:4:\"name\";s:5:\"Tatoo\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:467;s:4:\"name\";s:6:\"Studio\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:468;s:4:\"name\";s:5:\"Tatoo\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:99;s:16:\"popularity_index\";i:2705;}i:18;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e19b248daaa10019e3b624\";s:14:\"featured_index\";i:87;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-75\";s:5:\"title\";s:13:\"Dental Clinic\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.22\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/dentist-clinic/wp-content/uploads/sites/75/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-04T11:27:32.238Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.261Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:472;s:4:\"name\";s:6:\"Dental\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:471;s:4:\"name\";s:7:\"Dentist\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:413;s:4:\"name\";s:7:\"Medical\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:472;s:4:\"name\";s:6:\"Dental\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:471;s:4:\"name\";s:7:\"Dentist\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:413;s:4:\"name\";s:7:\"Medical\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:107;s:16:\"popularity_index\";i:2847;}i:19;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e2efad7d99c60019296969\";s:14:\"featured_index\";i:45;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-76\";s:5:\"title\";s:20:\"Construction Company\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/construction/wp-content/uploads/sites/76/2022/05/Home_img.jpeg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T11:40:29.035Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.283Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:384;s:4:\"name\";s:12:\"Construction\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:473;s:4:\"name\";s:10:\"Properties\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:383;s:4:\"name\";s:11:\"Real Estate\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:384;s:4:\"name\";s:12:\"Construction\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:473;s:4:\"name\";s:10:\"Properties\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:383;s:4:\"name\";s:11:\"Real Estate\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:629;s:16:\"popularity_index\";i:11359;}i:20;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e2f5c27d99c6001929696a\";s:14:\"featured_index\";i:93;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-97\";s:5:\"title\";s:19:\"Online Fashion Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.31\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/fashion-shop/wp-content/uploads/sites/97/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T12:06:26.779Z\";s:10:\"updated_at\";s:24:\"2023-02-27T15:51:39.891Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:96;s:16:\"popularity_index\";i:2218;}i:21;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e2f8997d99c6001929696b\";s:14:\"featured_index\";i:68;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-95\";s:5:\"title\";s:21:\"Digital Design School\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/digital-design-courses/wp-content/uploads/sites/95/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T12:18:33.274Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.086Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:475;s:4:\"name\";s:7:\"Digital\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:475;s:4:\"name\";s:7:\"Digital\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:122;s:16:\"popularity_index\";i:3768;}i:22;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e2fa0d8b01d5001968f91d\";s:14:\"featured_index\";i:103;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-92\";s:5:\"title\";s:13:\"Makeup Artist\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/makeup/wp-content/uploads/sites/92/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T12:24:45.600Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.410Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:478;s:4:\"name\";s:4:\"Hair\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:479;s:4:\"name\";s:6:\"Makeup\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:478;s:4:\"name\";s:4:\"Hair\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:479;s:4:\"name\";s:6:\"Makeup\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:58;s:16:\"popularity_index\";i:1751;}i:23;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e2fee78b01d5001968f91f\";s:14:\"featured_index\";i:64;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-61\";s:5:\"title\";s:18:\"Basketball Academy\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.22\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/basketball-coaching/wp-content/uploads/sites/61/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T12:45:27.567Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.035Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:481;s:4:\"name\";s:10:\"Basketball\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:481;s:4:\"name\";s:10:\"Basketball\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:216;s:16:\"popularity_index\";i:4873;}i:24;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e305158b01d5001968f920\";s:14:\"featured_index\";i:125;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-78\";s:5:\"title\";s:11:\"Flower Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/boutique-flower-shop/wp-content/uploads/sites/78/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T13:11:49.378Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.605Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:484;s:4:\"name\";s:8:\"Boutique\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:483;s:4:\"name\";s:6:\"Flower\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:482;s:4:\"name\";s:10:\"Home Decor\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:484;s:4:\"name\";s:8:\"Boutique\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:483;s:4:\"name\";s:6:\"Flower\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:482;s:4:\"name\";s:10:\"Home Decor\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:75;s:16:\"popularity_index\";i:1392;}i:25;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e30ed1c032b90012d7a616\";s:14:\"featured_index\";i:123;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-57\";s:5:\"title\";s:17:\"Veterinary Clinic\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/animals-veterinary-clinic/wp-content/uploads/sites/57/2021/04/Homepage.png\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T13:53:21.037Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.587Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:417;s:4:\"name\";s:7:\"Animals\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:413;s:4:\"name\";s:7:\"Medical\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:575;s:4:\"name\";s:8:\"Pet Care\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:485;s:4:\"name\";s:4:\"Pets\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:417;s:4:\"name\";s:7:\"Animals\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:413;s:4:\"name\";s:7:\"Medical\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:575;s:4:\"name\";s:8:\"Pet Care\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:485;s:4:\"name\";s:4:\"Pets\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:37;s:16:\"popularity_index\";i:1265;}i:26;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e30fe162b47e0012f78419\";s:14:\"featured_index\";i:99;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-79\";s:5:\"title\";s:10:\"Barbershop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/boutique-barbershop/wp-content/uploads/sites/79/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T13:57:53.863Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.375Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:478;s:4:\"name\";s:4:\"Hair\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:478;s:4:\"name\";s:4:\"Hair\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:14;s:16:\"popularity_index\";i:384;}i:27;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e310a246a9ff0012ecd451\";s:14:\"featured_index\";i:72;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-93\";s:5:\"title\";s:24:\"Health and Fitness eBook\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/ebook-health/wp-content/uploads/sites/93/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T14:01:06.373Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.125Z\";s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:486;s:4:\"name\";s:5:\"Books\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:487;s:4:\"name\";s:7:\"E-Books\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:490;s:4:\"name\";s:12:\"Healthy Food\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:489;s:4:\"name\";s:7:\"Mindset\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:486;s:4:\"name\";s:5:\"Books\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:487;s:4:\"name\";s:7:\"E-Books\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:490;s:4:\"name\";s:12:\"Healthy Food\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:489;s:4:\"name\";s:7:\"Mindset\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:184;s:16:\"popularity_index\";i:4154;}i:28;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e311cf62b47e0012f7841c\";s:14:\"featured_index\";i:74;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-94\";s:5:\"title\";s:14:\"Online Courses\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/online-course/wp-content/uploads/sites/94/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-05T14:06:07.206Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.145Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:491;s:4:\"name\";s:7:\"Courses\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:475;s:4:\"name\";s:7:\"Digital\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:466;s:4:\"name\";s:7:\"Hi Tech\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:445;s:4:\"name\";s:6:\"Online\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:491;s:4:\"name\";s:7:\"Courses\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:475;s:4:\"name\";s:7:\"Digital\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:466;s:4:\"name\";s:7:\"Hi Tech\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:445;s:4:\"name\";s:6:\"Online\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:166;s:16:\"popularity_index\";i:3727;}i:29;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e3fffd92dba30012b6cc6e\";s:14:\"featured_index\";i:57;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-60\";s:5:\"title\";s:20:\"Business Consultancy\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.26\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/business-consulting-services/wp-content/uploads/sites/60/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T07:02:21.965Z\";s:10:\"updated_at\";s:24:\"2023-03-12T13:46:00.745Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:492;s:4:\"name\";s:6:\"Agency\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:492;s:4:\"name\";s:6:\"Agency\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:489;s:16:\"popularity_index\";i:8126;}i:30;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e4010792dba30012b6cc6f\";s:14:\"featured_index\";i:97;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-62\";s:5:\"title\";s:19:\"Japanese Restaurant\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:101:\"https://library.elementor.com/japanese-fusion-restaurant/wp-content/uploads/sites/62/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T07:06:47.260Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.358Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:494;s:4:\"name\";s:5:\"Japan\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:464;s:4:\"name\";s:10:\"Restaurant\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:494;s:4:\"name\";s:5:\"Japan\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:464;s:4:\"name\";s:10:\"Restaurant\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:68;s:16:\"popularity_index\";i:1634;}i:31;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e404ae92dba30012b6cc70\";s:14:\"featured_index\";i:106;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-82\";s:5:\"title\";s:8:\"Handyman\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.27\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/handyman-service/wp-content/uploads/sites/82/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T07:22:22.993Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.439Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:384;s:4:\"name\";s:12:\"Construction\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:373;s:4:\"name\";s:5:\"Decor\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:495;s:4:\"name\";s:8:\"Handyman\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:496;s:4:\"name\";s:7:\"Plumber\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:384;s:4:\"name\";s:12:\"Construction\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:373;s:4:\"name\";s:5:\"Decor\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:495;s:4:\"name\";s:8:\"Handyman\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:496;s:4:\"name\";s:7:\"Plumber\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:173;s:16:\"popularity_index\";i:4536;}i:32;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e4069692dba30012b6cc71\";s:14:\"featured_index\";i:104;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-64\";s:5:\"title\";s:12:\"Luxury Hotel\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.27\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/resort-hotel/wp-content/uploads/sites/64/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T07:30:30.715Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.420Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:498;s:4:\"name\";s:6:\"Luxury\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:500;s:4:\"name\";s:6:\"Resort\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:497;s:4:\"name\";s:8:\"Vacation\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:498;s:4:\"name\";s:6:\"Luxury\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:500;s:4:\"name\";s:6:\"Resort\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:497;s:4:\"name\";s:8:\"Vacation\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:352;s:16:\"popularity_index\";i:6996;}i:33;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e4122992dba30012b6cc72\";s:14:\"featured_index\";i:133;s:8:\"keywords\";a:1:{i:0;s:0:\"\";}s:4:\"slug\";s:6:\"kit-52\";s:5:\"title\";s:21:\"Baby Sleep Consultant\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:5:\"1.1.6\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/baby-sleep-consultant/wp-content/uploads/sites/52/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T08:19:53.723Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.668Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:504;s:4:\"name\";s:4:\"Baby\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:505;s:4:\"name\";s:5:\"Sleep\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:504;s:4:\"name\";s:4:\"Baby\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:505;s:4:\"name\";s:5:\"Sleep\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:31;s:16:\"popularity_index\";i:999;}i:34;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e412fdb9a9500012eb4dad\";s:14:\"featured_index\";i:105;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-66\";s:5:\"title\";s:16:\"Personal Trainer\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/fitness-trainer/wp-content/uploads/sites/66/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T08:23:25.695Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.429Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:506;s:4:\"name\";s:3:\"Gym\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:507;s:4:\"name\";s:16:\"Personal Trainer\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:506;s:4:\"name\";s:3:\"Gym\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:507;s:4:\"name\";s:16:\"Personal Trainer\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:77;s:16:\"popularity_index\";i:1666;}i:35;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e41468b9a9500012eb4dae\";s:14:\"featured_index\";i:120;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-69\";s:5:\"title\";s:17:\"Design Conference\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/creative-conference/wp-content/uploads/sites/69/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T08:29:28.079Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.563Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:465;s:4:\"name\";s:10:\"Conference\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:511;s:4:\"name\";s:4:\"Live\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:510;s:4:\"name\";s:5:\"Venue\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:465;s:4:\"name\";s:10:\"Conference\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:511;s:4:\"name\";s:4:\"Live\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:510;s:4:\"name\";s:5:\"Venue\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:65;s:16:\"popularity_index\";i:1567;}i:36;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e417ca0332830012fcad9d\";s:14:\"featured_index\";i:43;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-83\";s:5:\"title\";s:13:\"Ceramics Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.31\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/handmade-ceramics-shop/wp-content/uploads/sites/83/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T08:43:54.451Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.264Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:512;s:4:\"name\";s:7:\"Ceramic\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:512;s:4:\"name\";s:7:\"Ceramic\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:609;s:16:\"popularity_index\";i:14013;}i:37;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e41a550332830012fcad9f\";s:14:\"featured_index\";i:62;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-86\";s:5:\"title\";s:15:\"Car Restoration\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.25\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/classic-car-restoration/wp-content/uploads/sites/86/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T08:54:45.624Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.013Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:518;s:4:\"name\";s:10:\"Automobile\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:517;s:4:\"name\";s:10:\"Automotive\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:515;s:4:\"name\";s:10:\"Car Repair\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:514;s:4:\"name\";s:4:\"Cars\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:516;s:4:\"name\";s:6:\"Garage\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:518;s:4:\"name\";s:10:\"Automobile\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:517;s:4:\"name\";s:10:\"Automotive\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:515;s:4:\"name\";s:10:\"Car Repair\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:514;s:4:\"name\";s:4:\"Cars\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:516;s:4:\"name\";s:6:\"Garage\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:223;s:16:\"popularity_index\";i:5432;}i:38;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e41bc20332830012fcada0\";s:14:\"featured_index\";i:89;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-99\";s:5:\"title\";s:10:\"Life Coach\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.24\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/life-coaching/wp-content/uploads/sites/99/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T09:00:50.993Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.282Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:519;s:4:\"name\";s:5:\"Coach\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:520;s:4:\"name\";s:6:\"Mental\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:521;s:4:\"name\";s:11:\"Mindfulness\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:489;s:4:\"name\";s:7:\"Mindset\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:519;s:4:\"name\";s:5:\"Coach\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:520;s:4:\"name\";s:6:\"Mental\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:521;s:4:\"name\";s:11:\"Mindfulness\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:489;s:4:\"name\";s:7:\"Mindset\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:98;s:16:\"popularity_index\";i:2307;}i:39;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e456942b49a600126051e6\";s:14:\"featured_index\";i:50;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-72\";s:5:\"title\";s:16:\"Merchandise Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.28\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/swag-online-shop/wp-content/uploads/sites/72/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T13:11:48.980Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.861Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:522;s:4:\"name\";s:7:\"Gadgets\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:524;s:4:\"name\";s:5:\"Merch\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:523;s:4:\"name\";s:11:\"Merchandise\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:522;s:4:\"name\";s:7:\"Gadgets\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:524;s:4:\"name\";s:5:\"Merch\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:523;s:4:\"name\";s:11:\"Merchandise\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:716;s:16:\"popularity_index\";i:10984;}i:40;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e458e52b49a600126051e7\";s:14:\"featured_index\";i:101;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-58\";s:5:\"title\";s:16:\"Flooring Company\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:102:\"https://library.elementor.com/unique-flooring-company/wp-content/uploads/sites/58/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T13:21:41.986Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.393Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:373;s:4:\"name\";s:5:\"Decor\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:525;s:4:\"name\";s:4:\"Home\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:454;s:4:\"name\";s:15:\"Interior Design\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:373;s:4:\"name\";s:5:\"Decor\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:525;s:4:\"name\";s:4:\"Home\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:454;s:4:\"name\";s:15:\"Interior Design\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:141;s:16:\"popularity_index\";i:2732;}i:41;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e45a282b49a600126051e8\";s:14:\"featured_index\";i:67;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-96\";s:5:\"title\";s:3:\"NGO\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.24\";s:9:\"thumbnail\";s:101:\"https://library.elementor.com/ngo-independent-living/wp-content/uploads/sites/96/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T13:27:04.102Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.074Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:528;s:4:\"name\";s:8:\"Disabled\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:527;s:4:\"name\";s:4:\"Help\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:460;s:4:\"name\";s:11:\"Involvement\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:458;s:4:\"name\";s:3:\"NGO\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:529;s:4:\"name\";s:7:\"Society\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:461;s:4:\"name\";s:9:\"Volunteer\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:528;s:4:\"name\";s:8:\"Disabled\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:527;s:4:\"name\";s:4:\"Help\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:460;s:4:\"name\";s:11:\"Involvement\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:458;s:4:\"name\";s:3:\"NGO\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:529;s:4:\"name\";s:7:\"Society\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:461;s:4:\"name\";s:9:\"Volunteer\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:173;s:16:\"popularity_index\";i:4333;}i:42;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e45b4fa345b70013a08fbf\";s:14:\"featured_index\";i:79;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-102\";s:5:\"title\";s:21:\"Clinical Psychologist\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/psychologists/wp-content/uploads/sites/102/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T13:31:59.125Z\";s:10:\"updated_at\";s:24:\"2023-02-27T15:44:13.892Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:520;s:4:\"name\";s:6:\"Mental\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:593;s:4:\"name\";s:19:\"Personal Consultant\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:530;s:4:\"name\";s:10:\"Psychology\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:532;s:4:\"name\";s:13:\"Psychotherapy\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:533;s:4:\"name\";s:6:\"Social\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:520;s:4:\"name\";s:6:\"Mental\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:593;s:4:\"name\";s:19:\"Personal Consultant\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:530;s:4:\"name\";s:10:\"Psychology\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:532;s:4:\"name\";s:13:\"Psychotherapy\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:533;s:4:\"name\";s:6:\"Social\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:186;s:16:\"popularity_index\";i:3514;}i:43;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e45ce8a345b70013a08fc0\";s:14:\"featured_index\";i:95;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-111\";s:5:\"title\";s:19:\"VR Gaming Equipment\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/vr-headset/wp-content/uploads/sites/111/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T13:38:48.291Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.339Z\";s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:539;s:4:\"name\";s:6:\"Gaming\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:537;s:4:\"name\";s:7:\"Glasses\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:466;s:4:\"name\";s:7:\"Hi Tech\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:538;s:4:\"name\";s:11:\"Interactive\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:536;s:4:\"name\";s:15:\"Virtual Reality\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:534;s:4:\"name\";s:2:\"VR\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:539;s:4:\"name\";s:6:\"Gaming\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:537;s:4:\"name\";s:7:\"Glasses\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:466;s:4:\"name\";s:7:\"Hi Tech\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:538;s:4:\"name\";s:11:\"Interactive\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:536;s:4:\"name\";s:15:\"Virtual Reality\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:534;s:4:\"name\";s:2:\"VR\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:68;s:16:\"popularity_index\";i:1845;}i:44;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e469352b49a600126051ea\";s:14:\"featured_index\";i:52;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-56\";s:5:\"title\";s:13:\"Family Doctor\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/family-doctor/wp-content/uploads/sites/56/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T14:31:17.697Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.880Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:540;s:4:\"name\";s:6:\"Doctor\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:541;s:4:\"name\";s:6:\"Family\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:542;s:4:\"name\";s:10:\"Healthcare\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:413;s:4:\"name\";s:7:\"Medical\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:543;s:4:\"name\";s:9:\"Treatment\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:540;s:4:\"name\";s:6:\"Doctor\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:541;s:4:\"name\";s:6:\"Family\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:542;s:4:\"name\";s:10:\"Healthcare\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:413;s:4:\"name\";s:7:\"Medical\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:543;s:4:\"name\";s:9:\"Treatment\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:452;s:16:\"popularity_index\";i:8888;}i:45;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e46a4ba345b70013a08fc2\";s:14:\"featured_index\";i:59;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-105\";s:5:\"title\";s:11:\"Sports Blog\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/sport-blog/wp-content/uploads/sites/105/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T14:35:55.812Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.968Z\";s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:545;s:4:\"name\";s:8:\"Baseball\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:481;s:4:\"name\";s:10:\"Basketball\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:544;s:4:\"name\";s:8:\"Football\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:379;s:4:\"name\";s:8:\"Magazine\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:547;s:4:\"name\";s:4:\"News\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:546;s:4:\"name\";s:6:\"Soccer\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:5:\"types\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:545;s:4:\"name\";s:8:\"Baseball\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:481;s:4:\"name\";s:10:\"Basketball\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:544;s:4:\"name\";s:8:\"Football\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:379;s:4:\"name\";s:8:\"Magazine\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:547;s:4:\"name\";s:4:\"News\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:546;s:4:\"name\";s:6:\"Soccer\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:755;s:16:\"popularity_index\";i:8610;}i:46;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e46b4ea345b70013a08fc3\";s:14:\"featured_index\";i:90;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:6:\"kit-59\";s:5:\"title\";s:8:\"Event DJ\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/dj-events/wp-content/uploads/sites/59/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T14:40:14.256Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.289Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:553;s:4:\"name\";s:5:\"Dance\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:548;s:4:\"name\";s:2:\"DJ\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:552;s:4:\"name\";s:3:\"Fun\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:418;s:4:\"name\";s:5:\"Music\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:549;s:4:\"name\";s:10:\"Night Club\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:661;s:4:\"name\";s:10:\"Night Life\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:551;s:4:\"name\";s:5:\"Party\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:553;s:4:\"name\";s:5:\"Dance\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:548;s:4:\"name\";s:2:\"DJ\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:552;s:4:\"name\";s:3:\"Fun\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:418;s:4:\"name\";s:5:\"Music\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:549;s:4:\"name\";s:10:\"Night Club\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:661;s:4:\"name\";s:10:\"Night Life\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:551;s:4:\"name\";s:5:\"Party\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:163;s:16:\"popularity_index\";i:2778;}i:47;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e46c77a345b70013a08fc6\";s:14:\"featured_index\";i:100;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-104\";s:5:\"title\";s:20:\"Portrait Photography\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.22\";s:9:\"thumbnail\";s:100:\"https://library.elementor.com/portrait-photography/wp-content/uploads/sites/104/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T14:45:11.279Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.384Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:96;s:16:\"popularity_index\";i:1768;}i:48;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e46e312b49a600126051eb\";s:14:\"featured_index\";i:141;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-101\";s:5:\"title\";s:11:\"English Pub\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.25\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/english-pub/wp-content/uploads/sites/101/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-06T14:52:33.317Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.731Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:559;s:4:\"name\";s:3:\"Bar\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:560;s:4:\"name\";s:11:\"English Pub\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:558;s:4:\"name\";s:3:\"Pub\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:464;s:4:\"name\";s:10:\"Restaurant\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:559;s:4:\"name\";s:3:\"Bar\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:560;s:4:\"name\";s:11:\"English Pub\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:558;s:4:\"name\";s:3:\"Pub\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:464;s:4:\"name\";s:10:\"Restaurant\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:66;s:16:\"popularity_index\";i:1210;}i:49;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e54a052b49a600126051f4\";s:14:\"featured_index\";i:81;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-112\";s:5:\"title\";s:10:\"Skate Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.24\";s:9:\"thumbnail\";s:101:\"https://library.elementor.com/urban-shop/wp-content/uploads/sites/112/2021/05/Home_featured_image.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T06:30:29.947Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.206Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:563;s:4:\"name\";s:6:\"Casual\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:663;s:4:\"name\";s:5:\"Skate\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:561;s:4:\"name\";s:5:\"Urban\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:563;s:4:\"name\";s:6:\"Casual\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:663;s:4:\"name\";s:5:\"Skate\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:561;s:4:\"name\";s:5:\"Urban\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:73;s:16:\"popularity_index\";i:2637;}i:50;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e54b732b49a600126051f5\";s:14:\"featured_index\";i:131;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-100\";s:5:\"title\";s:16:\"Cleaning Company\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/cleaning-company/wp-content/uploads/sites/100/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T06:36:35.386Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.652Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:565;s:4:\"name\";s:5:\"Clean\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:525;s:4:\"name\";s:4:\"Home\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:565;s:4:\"name\";s:5:\"Clean\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:525;s:4:\"name\";s:4:\"Home\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:88;s:16:\"popularity_index\";i:1360;}i:51;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e54c462b49a600126051f6\";s:14:\"featured_index\";i:140;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-114\";s:5:\"title\";s:12:\"Dance Studio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/dance-floor-studio/wp-content/uploads/sites/114/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T06:40:06.075Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.722Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:429;s:4:\"name\";s:7:\"Classes\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:553;s:4:\"name\";s:5:\"Dance\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:566;s:4:\"name\";s:7:\"Lessons\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:467;s:4:\"name\";s:6:\"Studio\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:429;s:4:\"name\";s:7:\"Classes\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:553;s:4:\"name\";s:5:\"Dance\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:566;s:4:\"name\";s:7:\"Lessons\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:467;s:4:\"name\";s:6:\"Studio\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:54;s:16:\"popularity_index\";i:983;}i:52;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e54d552b49a600126051f7\";s:14:\"featured_index\";i:142;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-107\";s:5:\"title\";s:9:\"Carpenter\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/carpenter/wp-content/uploads/sites/107/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T06:44:37.859Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.739Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:567;s:4:\"name\";s:9:\"Carpenter\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:495;s:4:\"name\";s:8:\"Handyman\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:568;s:4:\"name\";s:4:\"Wood\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:567;s:4:\"name\";s:9:\"Carpenter\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:495;s:4:\"name\";s:8:\"Handyman\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:568;s:4:\"name\";s:4:\"Wood\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:85;s:16:\"popularity_index\";i:998;}i:53;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e54ef7a345b70013a08fca\";s:14:\"featured_index\";i:84;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-108\";s:5:\"title\";s:18:\"Wedding Invitation\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/save-the-date/wp-content/uploads/sites/108/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T06:51:35.082Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.235Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:571;s:4:\"name\";s:13:\"Accommodation\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:570;s:4:\"name\";s:13:\"Save The Date\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:510;s:4:\"name\";s:5:\"Venue\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:569;s:4:\"name\";s:7:\"Wedding\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:571;s:4:\"name\";s:13:\"Accommodation\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:570;s:4:\"name\";s:13:\"Save The Date\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:510;s:4:\"name\";s:5:\"Venue\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:569;s:4:\"name\";s:7:\"Wedding\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:169;s:16:\"popularity_index\";i:1389;}i:54;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e562792b49a600126051f9\";s:14:\"featured_index\";i:144;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-110\";s:5:\"title\";s:11:\"Yoga Studio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/yoga-studio/wp-content/uploads/sites/110/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T08:14:49.401Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.755Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:573;s:4:\"name\";s:4:\"Calm\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:520;s:4:\"name\";s:6:\"Mental\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:521;s:4:\"name\";s:11:\"Mindfulness\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:489;s:4:\"name\";s:7:\"Mindset\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:572;s:4:\"name\";s:4:\"Yoga\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:573;s:4:\"name\";s:4:\"Calm\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:520;s:4:\"name\";s:6:\"Mental\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:521;s:4:\"name\";s:11:\"Mindfulness\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:489;s:4:\"name\";s:7:\"Mindset\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:572;s:4:\"name\";s:4:\"Yoga\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:43;s:16:\"popularity_index\";i:807;}i:55;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e56381a345b70013a08fcc\";s:14:\"featured_index\";i:111;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-118\";s:5:\"title\";s:16:\"Pet Care Company\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/pet-care/wp-content/uploads/sites/118/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T08:19:13.490Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.489Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:417;s:4:\"name\";s:7:\"Animals\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:574;s:4:\"name\";s:4:\"Dogs\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:577;s:4:\"name\";s:5:\"Happy\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:575;s:4:\"name\";s:8:\"Pet Care\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:485;s:4:\"name\";s:4:\"Pets\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:543;s:4:\"name\";s:9:\"Treatment\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:417;s:4:\"name\";s:7:\"Animals\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:574;s:4:\"name\";s:4:\"Dogs\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:577;s:4:\"name\";s:5:\"Happy\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:575;s:4:\"name\";s:8:\"Pet Care\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:485;s:4:\"name\";s:4:\"Pets\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:543;s:4:\"name\";s:9:\"Treatment\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:69;s:16:\"popularity_index\";i:1492;}i:56;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e56662a345b70013a08fcd\";s:14:\"featured_index\";i:92;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-115\";s:5:\"title\";s:18:\"Online Coffee Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/coffee-roasters/wp-content/uploads/sites/115/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T08:31:30.352Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.313Z\";s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:580;s:4:\"name\";s:5:\"Beans\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:578;s:4:\"name\";s:6:\"Coffee\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:579;s:4:\"name\";s:14:\"Coffee Roaster\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:581;s:4:\"name\";s:4:\"Farm\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:580;s:4:\"name\";s:5:\"Beans\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:578;s:4:\"name\";s:6:\"Coffee\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:579;s:4:\"name\";s:14:\"Coffee Roaster\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:581;s:4:\"name\";s:4:\"Farm\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:157;s:16:\"popularity_index\";i:2474;}i:57;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e56a882b49a600126051fa\";s:14:\"featured_index\";i:149;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-116\";s:5:\"title\";s:6:\"Singer\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/music-artist/wp-content/uploads/sites/116/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T08:49:12.871Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.793Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:585;s:4:\"name\";s:6:\"Albums\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:418;s:4:\"name\";s:5:\"Music\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:583;s:4:\"name\";s:11:\"Performance\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:582;s:4:\"name\";s:6:\"Singer\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:584;s:4:\"name\";s:5:\"Songs\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:585;s:4:\"name\";s:6:\"Albums\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:418;s:4:\"name\";s:5:\"Music\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:583;s:4:\"name\";s:11:\"Performance\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:582;s:4:\"name\";s:6:\"Singer\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:584;s:4:\"name\";s:5:\"Songs\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:45;s:16:\"popularity_index\";i:529;}i:58;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e56c4a2b49a600126051fb\";s:14:\"featured_index\";i:113;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-117\";s:5:\"title\";s:14:\"Moving Company\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.18\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/moving-company/wp-content/uploads/sites/117/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T08:56:42.949Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.503Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:587;s:4:\"name\";s:8:\"Delivery\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:586;s:4:\"name\";s:6:\"Moving\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:587;s:4:\"name\";s:8:\"Delivery\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:586;s:4:\"name\";s:6:\"Moving\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:77;s:16:\"popularity_index\";i:1631;}i:59;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e56d9ba345b70013a08fd1\";s:14:\"featured_index\";i:94;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-119\";s:5:\"title\";s:5:\"Drone\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.27\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/drone-product/wp-content/uploads/sites/119/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T09:02:19.390Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.331Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:589;s:4:\"name\";s:5:\"Drone\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:450;s:4:\"name\";s:13:\"Entertainment\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:590;s:4:\"name\";s:3:\"Fly\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:589;s:4:\"name\";s:5:\"Drone\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:450;s:4:\"name\";s:13:\"Entertainment\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:590;s:4:\"name\";s:3:\"Fly\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:100;s:16:\"popularity_index\";i:2350;}i:60;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e571572b49a600126051fd\";s:14:\"featured_index\";i:128;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-120\";s:5:\"title\";s:17:\"Fashion Portfolio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:101:\"https://library.elementor.com/fashion-stylist-portfolio/wp-content/uploads/sites/120/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T09:18:15.046Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.628Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:379;s:4:\"name\";s:8:\"Magazine\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:591;s:4:\"name\";s:7:\"Stylist\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:379;s:4:\"name\";s:8:\"Magazine\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:591;s:4:\"name\";s:7:\"Stylist\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:32;s:16:\"popularity_index\";i:1292;}i:61;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e57396a345b70013a08fd3\";s:14:\"featured_index\";i:54;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-122\";s:5:\"title\";s:21:\"Business Advisor Blog\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.35\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/growth-advisor-blog/wp-content/uploads/sites/122/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T09:27:50.936Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.906Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:592;s:4:\"name\";s:7:\"Advisor\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:531;s:4:\"name\";s:12:\"Consultation\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:593;s:4:\"name\";s:19:\"Personal Consultant\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:5:\"types\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:592;s:4:\"name\";s:7:\"Advisor\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:531;s:4:\"name\";s:12:\"Consultation\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:593;s:4:\"name\";s:19:\"Personal Consultant\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:438;s:16:\"popularity_index\";i:7886;}i:62;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e59ab2a345b70013a08fd6\";s:14:\"featured_index\";i:115;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-125\";s:5:\"title\";s:16:\"Landscape Design\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/landscape-design/wp-content/uploads/sites/125/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T12:14:42.731Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.520Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:581;s:4:\"name\";s:4:\"Farm\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:595;s:4:\"name\";s:5:\"Green\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:594;s:4:\"name\";s:9:\"Landscape\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:581;s:4:\"name\";s:4:\"Farm\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:595;s:4:\"name\";s:5:\"Green\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:594;s:4:\"name\";s:9:\"Landscape\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:115;s:16:\"popularity_index\";i:1867;}i:63;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e59be3a345b70013a08fd7\";s:14:\"featured_index\";i:118;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-123\";s:5:\"title\";s:22:\"Architecture Portfolio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:106:\"https://library.elementor.com/architectural-photographer/wp-content/uploads/sites/123/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T12:19:47.330Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.544Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:108;s:16:\"popularity_index\";i:1886;}i:64;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e59f0313f8f60019a1a63d\";s:14:\"featured_index\";i:98;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-126\";s:5:\"title\";s:16:\"Speech Therapist\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.30\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/speech-therapist/wp-content/uploads/sites/126/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T12:33:07.896Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.367Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:552;s:4:\"name\";s:3:\"Fun\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:419;s:4:\"name\";s:4:\"Kids\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:533;s:4:\"name\";s:6:\"Social\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:596;s:4:\"name\";s:16:\"Speech Therapist\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:552;s:4:\"name\";s:3:\"Fun\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:419;s:4:\"name\";s:4:\"Kids\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:533;s:4:\"name\";s:6:\"Social\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:596;s:4:\"name\";s:16:\"Speech Therapist\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:44;s:16:\"popularity_index\";i:1739;}i:65;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5a18e13f8f60019a1a63e\";s:14:\"featured_index\";i:145;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-128\";s:5:\"title\";s:6:\"Winery\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.29\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/boutique-vineyard/wp-content/uploads/sites/128/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T12:43:58.301Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.763Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:597;s:4:\"name\";s:8:\"Vineyard\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:598;s:4:\"name\";s:4:\"Wine\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:597;s:4:\"name\";s:8:\"Vineyard\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:598;s:4:\"name\";s:4:\"Wine\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:42;s:16:\"popularity_index\";i:859;}i:66;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5a28c13f8f60019a1a63f\";s:14:\"featured_index\";i:83;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-124\";s:5:\"title\";s:12:\"Beauty Salon\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/hair-salon/wp-content/uploads/sites/124/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T12:48:12.140Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.227Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:600;s:4:\"name\";s:5:\"Flair\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:601;s:4:\"name\";s:4:\"Glow\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:478;s:4:\"name\";s:4:\"Hair\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:479;s:4:\"name\";s:6:\"Makeup\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:602;s:4:\"name\";s:5:\"Nails\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:599;s:4:\"name\";s:5:\"Salon\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:604;s:4:\"name\";s:4:\"Skin\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:603;s:4:\"name\";s:8:\"Skincare\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:10:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:600;s:4:\"name\";s:5:\"Flair\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:601;s:4:\"name\";s:4:\"Glow\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:478;s:4:\"name\";s:4:\"Hair\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:479;s:4:\"name\";s:6:\"Makeup\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:602;s:4:\"name\";s:5:\"Nails\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:599;s:4:\"name\";s:5:\"Salon\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:604;s:4:\"name\";s:4:\"Skin\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:603;s:4:\"name\";s:8:\"Skincare\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:199;s:16:\"popularity_index\";i:3422;}i:67;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5a3af13f8f60019a1a640\";s:14:\"featured_index\";i:96;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-130\";s:5:\"title\";s:12:\"Nutritionist\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.32\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/dietitian-nutritionist/wp-content/uploads/sites/130/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T12:53:03.900Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.349Z\";s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:605;s:4:\"name\";s:4:\"Diet\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:607;s:4:\"name\";s:9:\"Dietician\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:542;s:4:\"name\";s:10:\"Healthcare\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:606;s:4:\"name\";s:9:\"Nutrition\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:608;s:4:\"name\";s:11:\"Weight Loss\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:605;s:4:\"name\";s:4:\"Diet\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:607;s:4:\"name\";s:9:\"Dietician\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:542;s:4:\"name\";s:10:\"Healthcare\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:606;s:4:\"name\";s:9:\"Nutrition\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:608;s:4:\"name\";s:11:\"Weight Loss\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:104;s:16:\"popularity_index\";i:2023;}i:68;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5a4f613f8f60019a1a641\";s:14:\"featured_index\";i:70;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-134\";s:5:\"title\";s:10:\"App & SaaS\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/product-app-tech/wp-content/uploads/sites/134/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T12:58:30.418Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.102Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:609;s:4:\"name\";s:3:\"App\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:611;s:4:\"name\";s:11:\"Application\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:612;s:4:\"name\";s:14:\"Identification\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:610;s:4:\"name\";s:6:\"Plants\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:609;s:4:\"name\";s:3:\"App\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:611;s:4:\"name\";s:11:\"Application\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:612;s:4:\"name\";s:14:\"Identification\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:610;s:4:\"name\";s:6:\"Plants\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:182;s:16:\"popularity_index\";i:4122;}i:69;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5a76813f8f60019a1a643\";s:14:\"featured_index\";i:121;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-129\";s:5:\"title\";s:12:\"CV Portfolio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.28\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/cv-portfolio/wp-content/uploads/sites/129/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:08:56.778Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.571Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:613;s:4:\"name\";s:9:\"Developer\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:614;s:4:\"name\";s:11:\"Development\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:615;s:4:\"name\";s:6:\"Slides\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:613;s:4:\"name\";s:9:\"Developer\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:614;s:4:\"name\";s:11:\"Development\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:615;s:4:\"name\";s:6:\"Slides\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:76;s:16:\"popularity_index\";i:1601;}i:70;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5a90913f8f60019a1a644\";s:14:\"featured_index\";i:146;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-131\";s:5:\"title\";s:17:\"Handmade Cupcakes\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.27\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/cupcake-bakeshop/wp-content/uploads/sites/131/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:15:53.951Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.769Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:617;s:4:\"name\";s:5:\"Cakes\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:616;s:4:\"name\";s:8:\"Cupcakes\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:668;s:4:\"name\";s:7:\"Deserts\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:632;s:4:\"name\";s:6:\"Sweets\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:617;s:4:\"name\";s:5:\"Cakes\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:616;s:4:\"name\";s:8:\"Cupcakes\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:668;s:4:\"name\";s:7:\"Deserts\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:632;s:4:\"name\";s:6:\"Sweets\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:29;s:16:\"popularity_index\";i:655;}i:71;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5a9dba1c2a5001923ad46\";s:14:\"featured_index\";i:110;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-133\";s:5:\"title\";s:17:\"Virtual Assistant\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:102:\"https://library.elementor.com/virtual-personal-assistant/wp-content/uploads/sites/133/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:19:23.196Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.481Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:527;s:4:\"name\";s:4:\"Help\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:622;s:4:\"name\";s:9:\"Organiser\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:665;s:4:\"name\";s:18:\"Personal Assistant\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:593;s:4:\"name\";s:19:\"Personal Consultant\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:527;s:4:\"name\";s:4:\"Help\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:622;s:4:\"name\";s:9:\"Organiser\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:665;s:4:\"name\";s:18:\"Personal Assistant\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:593;s:4:\"name\";s:19:\"Personal Consultant\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:88;s:16:\"popularity_index\";i:1530;}i:72;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5abf613f8f60019a1a645\";s:14:\"featured_index\";i:137;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-138\";s:5:\"title\";s:13:\"Personal Chef\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.29\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/personal-chef/wp-content/uploads/sites/138/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:28:22.954Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.702Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:625;s:4:\"name\";s:8:\"Catering\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:624;s:4:\"name\";s:4:\"Chef\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:626;s:4:\"name\";s:4:\"Cook\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:627;s:4:\"name\";s:4:\"Menu\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:667;s:4:\"name\";s:13:\"Personal Chef\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:625;s:4:\"name\";s:8:\"Catering\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:624;s:4:\"name\";s:4:\"Chef\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:626;s:4:\"name\";s:4:\"Cook\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:627;s:4:\"name\";s:4:\"Menu\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:667;s:4:\"name\";s:13:\"Personal Chef\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:60;s:16:\"popularity_index\";i:1275;}i:73;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5ac9713f8f60019a1a646\";s:14:\"featured_index\";i:37;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-132\";s:5:\"title\";s:12:\"Fashion Blog\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.36\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/fashion-blogger/wp-content/uploads/sites/132/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:31:03.098Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.187Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:666;s:4:\"name\";s:13:\"Personal Blog\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:628;s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:666;s:4:\"name\";s:13:\"Personal Blog\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:628;s:4:\"name\";s:7:\"Styling\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:116;s:16:\"popularity_index\";i:1384;}i:74;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5adfaa1c2a5001923ad48\";s:14:\"featured_index\";i:102;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-135\";s:5:\"title\";s:10:\"Food Truck\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/cool-food-truck/wp-content/uploads/sites/135/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:36:58.693Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.400Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:631;s:4:\"name\";s:9:\"Hamburger\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:632;s:4:\"name\";s:6:\"Sweets\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:633;s:4:\"name\";s:3:\"USA\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:631;s:4:\"name\";s:9:\"Hamburger\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:632;s:4:\"name\";s:6:\"Sweets\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:633;s:4:\"name\";s:3:\"USA\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:99;s:16:\"popularity_index\";i:1873;}i:75;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5aeb7a1c2a5001923ad49\";s:14:\"featured_index\";i:86;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-137\";s:5:\"title\";s:13:\"Private Tutor\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/online-private-lessons/wp-content/uploads/sites/137/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:40:07.756Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.253Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:419;s:4:\"name\";s:4:\"Kids\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:635;s:4:\"name\";s:5:\"Learn\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:636;s:4:\"name\";s:14:\"Private Lesson\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:634;s:4:\"name\";s:5:\"Tutor\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:419;s:4:\"name\";s:4:\"Kids\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:635;s:4:\"name\";s:5:\"Learn\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:636;s:4:\"name\";s:14:\"Private Lesson\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:634;s:4:\"name\";s:5:\"Tutor\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:135;s:16:\"popularity_index\";i:2948;}i:76;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5af5e13f8f60019a1a647\";s:14:\"featured_index\";i:130;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-140\";s:5:\"title\";s:14:\"Tennis Academy\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.18\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/tennis-academy/wp-content/uploads/sites/140/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:42:54.221Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.643Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:664;s:4:\"name\";s:4:\"Camp\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:640;s:4:\"name\";s:17:\"Summer Activities\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:637;s:4:\"name\";s:6:\"Tennis\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:638;s:4:\"name\";s:11:\"Tennis Camp\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:664;s:4:\"name\";s:4:\"Camp\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:640;s:4:\"name\";s:17:\"Summer Activities\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:637;s:4:\"name\";s:6:\"Tennis\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:638;s:4:\"name\";s:11:\"Tennis Camp\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:52;s:16:\"popularity_index\";i:1144;}i:77;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5b0a313f8f60019a1a649\";s:14:\"featured_index\";i:75;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-141\";s:5:\"title\";s:16:\"Shared Workspace\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/shared-workspace/wp-content/uploads/sites/141/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:48:19.151Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.152Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:642;s:4:\"name\";s:13:\"Collaboration\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:646;s:4:\"name\";s:9:\"Employees\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:643;s:4:\"name\";s:6:\"Office\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:647;s:4:\"name\";s:10:\"Open Space\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:645;s:4:\"name\";s:7:\"Workers\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:641;s:4:\"name\";s:9:\"Workspace\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:642;s:4:\"name\";s:13:\"Collaboration\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:646;s:4:\"name\";s:9:\"Employees\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:643;s:4:\"name\";s:6:\"Office\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:647;s:4:\"name\";s:10:\"Open Space\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:645;s:4:\"name\";s:7:\"Workers\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:641;s:4:\"name\";s:9:\"Workspace\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:164;s:16:\"popularity_index\";i:3465;}i:78;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5b15c13f8f60019a1a64a\";s:14:\"featured_index\";i:147;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-139\";s:5:\"title\";s:11:\"Art Gallery\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/art-gallery/wp-content/uploads/sites/139/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:51:24.194Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.777Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:650;s:4:\"name\";s:10:\"Exhibition\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:651;s:4:\"name\";s:6:\"Makers\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:650;s:4:\"name\";s:10:\"Exhibition\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:651;s:4:\"name\";s:6:\"Makers\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:53;s:16:\"popularity_index\";i:802;}i:79;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5b246a1c2a5001923ad4a\";s:14:\"featured_index\";i:69;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-144\";s:5:\"title\";s:20:\"Hiking Tours Company\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:101:\"https://library.elementor.com/trekking-tour-company/wp-content/uploads/sites/144/2021/04/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:55:18.416Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.094Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:654;s:4:\"name\";s:9:\"Adventure\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:652;s:4:\"name\";s:8:\"Trekking\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:655;s:4:\"name\";s:5:\"Treks\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:654;s:4:\"name\";s:9:\"Adventure\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:652;s:4:\"name\";s:8:\"Trekking\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:655;s:4:\"name\";s:5:\"Treks\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:311;s:16:\"popularity_index\";i:5380;}i:80;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5b2d5a1c2a5001923ad4b\";s:14:\"featured_index\";i:143;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-146\";s:5:\"title\";s:10:\"Music Band\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/music-band/wp-content/uploads/sites/146/2021/05/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T13:57:41.006Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.746Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:451;s:4:\"name\";s:4:\"Band\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:511;s:4:\"name\";s:4:\"Live\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:418;s:4:\"name\";s:5:\"Music\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:583;s:4:\"name\";s:11:\"Performance\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:582;s:4:\"name\";s:6:\"Singer\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:656;s:4:\"name\";s:5:\"Stage\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:451;s:4:\"name\";s:4:\"Band\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:511;s:4:\"name\";s:4:\"Live\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:418;s:4:\"name\";s:5:\"Music\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:583;s:4:\"name\";s:11:\"Performance\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:582;s:4:\"name\";s:6:\"Singer\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:656;s:4:\"name\";s:5:\"Stage\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:51;s:16:\"popularity_index\";i:1059;}i:81;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e5b3b913f8f60019a1a64b\";s:14:\"featured_index\";i:60;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-145\";s:5:\"title\";s:19:\"Computer Technician\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.22\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/computer-technician/wp-content/uploads/sites/145/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-07T14:01:29.879Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.986Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:658;s:4:\"name\";s:8:\"Computer\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:445;s:4:\"name\";s:6:\"Online\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:660;s:4:\"name\";s:7:\"Support\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:659;s:4:\"name\";s:10:\"Technician\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:658;s:4:\"name\";s:8:\"Computer\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:445;s:4:\"name\";s:6:\"Online\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:660;s:4:\"name\";s:7:\"Support\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:535;s:4:\"name\";s:4:\"Tech\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:659;s:4:\"name\";s:10:\"Technician\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:424;s:4:\"name\";s:10:\"Technology\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:385;s:16:\"popularity_index\";i:5973;}i:82;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e6a24d856bd80019ae1edf\";s:14:\"featured_index\";i:78;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-156\";s:5:\"title\";s:21:\"3D Designer Portfolio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.21\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/3d-designer-portfolio/wp-content/uploads/sites/156/2021/07/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-08T06:59:25.440Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.179Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:108;s:16:\"popularity_index\";i:3082;}i:83;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e6a528e67d290019ed402c\";s:14:\"featured_index\";i:51;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-159\";s:5:\"title\";s:8:\"Eco Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.30\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/eco-shop/wp-content/uploads/sites/159/2021/07/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-08T07:11:36.083Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.869Z\";s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:673;s:4:\"name\";s:7:\"Ecology\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:459;s:4:\"name\";s:13:\"Environmental\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:673;s:4:\"name\";s:7:\"Ecology\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:459;s:4:\"name\";s:13:\"Environmental\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:217;s:16:\"popularity_index\";i:6727;}i:84;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e6a68dc7916e001955030d\";s:14:\"featured_index\";i:55;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-162\";s:5:\"title\";s:11:\"Health Blog\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.20\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/health-and-mindfulness-blog/wp-content/uploads/sites/162/2021/07/Hero.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-08T07:17:33.756Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.915Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:521;s:4:\"name\";s:11:\"Mindfulness\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:666;s:4:\"name\";s:13:\"Personal Blog\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:521;s:4:\"name\";s:11:\"Mindfulness\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:666;s:4:\"name\";s:13:\"Personal Blog\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:323;s:16:\"popularity_index\";i:7101;}i:85;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60e6a7e0c7916e001955030e\";s:14:\"featured_index\";i:80;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-158\";s:5:\"title\";s:16:\"Delivery Company\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/delivery-company/wp-content/uploads/sites/158/2021/07/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-08T07:23:12.432Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.197Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:587;s:4:\"name\";s:8:\"Delivery\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:671;s:4:\"name\";s:8:\"Shipping\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:587;s:4:\"name\";s:8:\"Delivery\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:671;s:4:\"name\";s:8:\"Shipping\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:171;s:16:\"popularity_index\";i:3085;}i:86;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60eb14217837d70019d3e9ee\";s:14:\"featured_index\";i:63;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-121\";s:5:\"title\";s:16:\"Design Portfolio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.12\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/industrial-design-portfolio/wp-content/uploads/sites/121/2021/04/Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-07-11T15:54:09.683Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.025Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:588;s:4:\"name\";s:10:\"Industrial\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:588;s:4:\"name\";s:10:\"Industrial\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:208;s:16:\"popularity_index\";i:4663;}i:87;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60ec0438ba0b7d00199f2719\";s:14:\"featured_index\";i:112;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-154\";s:5:\"title\";s:20:\"Wedding Photographer\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.17\";s:9:\"thumbnail\";s:100:\"https://library.elementor.com/wedding-photographer/wp-content/uploads/sites/154/2021/07/Homepage.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2021-07-12T08:58:32.362Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.496Z\";s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:569;s:4:\"name\";s:7:\"Wedding\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:569;s:4:\"name\";s:7:\"Wedding\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:1564;s:16:\"popularity_index\";i:30798;}i:88;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60ec0aaa4f7712001a407fa1\";s:14:\"featured_index\";i:135;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-157\";s:5:\"title\";s:16:\"Painting Company\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.29\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/painting-company/wp-content/uploads/sites/157/2021/07/Home.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2021-07-12T09:26:02.090Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.685Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:526;s:4:\"name\";s:10:\"Decoration\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:454;s:4:\"name\";s:15:\"Interior Design\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:674;s:4:\"name\";s:8:\"Painting\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:526;s:4:\"name\";s:10:\"Decoration\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:454;s:4:\"name\";s:15:\"Interior Design\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:674;s:4:\"name\";s:8:\"Painting\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:1789;s:16:\"popularity_index\";i:37186;}i:89;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60ec0b864f7712001a407fa2\";s:14:\"featured_index\";i:116;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-164\";s:5:\"title\";s:14:\"Ceramic Studio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.18\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/ceramic-workshops/wp-content/uploads/sites/164/2021/07/Home.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2021-07-12T09:29:42.271Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.528Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:512;s:4:\"name\";s:7:\"Ceramic\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:635;s:4:\"name\";s:5:\"Learn\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:467;s:4:\"name\";s:6:\"Studio\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:675;s:4:\"name\";s:8:\"Workshop\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:512;s:4:\"name\";s:7:\"Ceramic\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:635;s:4:\"name\";s:5:\"Learn\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:467;s:4:\"name\";s:6:\"Studio\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:675;s:4:\"name\";s:8:\"Workshop\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:753;s:16:\"popularity_index\";i:18004;}i:90;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"60ec2938ad6a5a001975408d\";s:14:\"featured_index\";i:122;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-165\";s:5:\"title\";s:26:\"Eco-Friendly Water Bottles\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.23\";s:9:\"thumbnail\";s:106:\"https://library.elementor.com/eco-friendly-water-bottles/wp-content/uploads/sites/165/2021/07/Homepage.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2021-07-12T11:36:24.110Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.579Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:677;s:4:\"name\";s:7:\"Bottles\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:673;s:4:\"name\";s:7:\"Ecology\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:459;s:4:\"name\";s:13:\"Environmental\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:678;s:4:\"name\";s:9:\"Recycling\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:676;s:4:\"name\";s:5:\"Water\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:677;s:4:\"name\";s:7:\"Bottles\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:673;s:4:\"name\";s:7:\"Ecology\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:459;s:4:\"name\";s:13:\"Environmental\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:678;s:4:\"name\";s:9:\"Recycling\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:676;s:4:\"name\";s:5:\"Water\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:481;s:16:\"popularity_index\";i:11129;}i:91;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"616fc9f9e533b30011d3e541\";s:14:\"featured_index\";i:91;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-171\";s:5:\"title\";s:12:\"Black Friday\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.31\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/black-friday/wp-content/uploads/sites/171/2021/10/Neon-Abstract-Vibe-1.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-10-20T07:49:13.582Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.303Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:684;s:4:\"name\";s:4:\"Deal\";s:4:\"type\";s:4:\"tags\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:683;s:4:\"name\";s:9:\"Promotion\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:682;s:4:\"name\";s:4:\"Sale\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:684;s:4:\"name\";s:4:\"Deal\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:683;s:4:\"name\";s:9:\"Promotion\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:682;s:4:\"name\";s:4:\"Sale\";}}s:10:\"categories\";a:0:{}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:21;s:16:\"popularity_index\";i:1338;}i:92;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6190f2bdbfcfa6001143c47e\";s:14:\"featured_index\";i:76;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-174\";s:5:\"title\";s:10:\"Art Museum\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.60\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/art-museum/wp-content/uploads/sites/174/2021/11/Home_400_380.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-11-14T11:27:57.810Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.161Z\";s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:650;s:4:\"name\";s:10:\"Exhibition\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:650;s:4:\"name\";s:10:\"Exhibition\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:101;s:16:\"popularity_index\";i:2793;}i:93;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"619115bff639540011a91f72\";s:14:\"featured_index\";i:108;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-175\";s:5:\"title\";s:19:\"Urban Clothing Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.66\";s:9:\"thumbnail\";s:120:\"https://library.elementor.com/urban-clothing-shop/wp-content/uploads/sites/175/2021/11/Urban-Clothing-Shop-Home-page.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-11-14T13:57:19.294Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.464Z\";s:10:\"taxonomies\";a:10:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:688;s:4:\"name\";s:11:\"Accessories\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:688;s:4:\"name\";s:11:\"Accessories\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:480;s:4:\"name\";s:5:\"Style\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:33;s:16:\"popularity_index\";i:1575;}i:94;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"619ce0a016ffa00011b9a93d\";s:14:\"featured_index\";i:148;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-172\";s:5:\"title\";s:9:\"Halloween\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.52\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/halloween/wp-content/uploads/sites/172/2021/11/Its-Alive-Thriving.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-11-23T12:37:52.270Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.785Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:684;s:4:\"name\";s:4:\"Deal\";s:4:\"type\";s:4:\"tags\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:683;s:4:\"name\";s:9:\"Promotion\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:682;s:4:\"name\";s:4:\"Sale\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:684;s:4:\"name\";s:4:\"Deal\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:683;s:4:\"name\";s:9:\"Promotion\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:682;s:4:\"name\";s:4:\"Sale\";}}s:10:\"categories\";a:0:{}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:34;s:16:\"popularity_index\";i:569;}i:95;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61a748deeeaa6e0011f0cff0\";s:14:\"featured_index\";i:88;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-176\";s:5:\"title\";s:9:\"Christmas\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.16\";s:9:\"thumbnail\";s:108:\"https://library.elementor.com/christmas/wp-content/uploads/sites/176/2021/12/The-Big-Reveal-Landing-Page.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2021-12-01T10:05:18.658Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.272Z\";s:10:\"taxonomies\";a:7:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:684;s:4:\"name\";s:4:\"Deal\";s:4:\"type\";s:4:\"tags\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:683;s:4:\"name\";s:9:\"Promotion\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:682;s:4:\"name\";s:4:\"Sale\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:5:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:684;s:4:\"name\";s:4:\"Deal\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:683;s:4:\"name\";s:9:\"Promotion\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:682;s:4:\"name\";s:4:\"Sale\";}}s:10:\"categories\";a:0:{}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:8;s:16:\"popularity_index\";i:1662;}i:96;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61e3ec6873d6800011dc2ced\";s:14:\"featured_index\";i:136;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-178\";s:5:\"title\";s:15:\"Valentine\'s Day\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.29\";s:9:\"thumbnail\";s:102:\"https://library.elementor.com/valentines-day/wp-content/uploads/sites/178/2022/01/Retro-Romance-LP.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-01-16T09:59:04.035Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.694Z\";s:10:\"taxonomies\";a:9:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:684;s:4:\"name\";s:4:\"Deal\";s:4:\"type\";s:4:\"tags\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:710;s:4:\"name\";s:4:\"Love\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:683;s:4:\"name\";s:9:\"Promotion\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:711;s:4:\"name\";s:7:\"Romance\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:682;s:4:\"name\";s:4:\"Sale\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:727;s:4:\"name\";s:8:\"Advanced\";s:4:\"type\";s:10:\"complexity\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:684;s:4:\"name\";s:4:\"Deal\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:449;s:4:\"name\";s:6:\"Events\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:710;s:4:\"name\";s:4:\"Love\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:683;s:4:\"name\";s:9:\"Promotion\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:711;s:4:\"name\";s:7:\"Romance\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:682;s:4:\"name\";s:4:\"Sale\";}}s:10:\"categories\";a:0:{}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:52;s:16:\"popularity_index\";i:886;}i:97;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6b287b3df350011ebb385\";s:14:\"featured_index\";i:41;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-185\";s:5:\"title\";s:16:\"Blog Wireframe 1\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.19\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/blog-wireframe-1/wp-content/uploads/sites/185/2022/01/Homepage-400_380.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-01-30T15:45:11.147Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.240Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:666;s:4:\"name\";s:13:\"Personal Blog\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:5:\"types\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:666;s:4:\"name\";s:13:\"Personal Blog\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:545;s:16:\"popularity_index\";i:7721;}i:98;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6b40cb3df350011ebb3e5\";s:14:\"featured_index\";i:44;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-188\";s:5:\"title\";s:21:\"Ecommerce Wireframe 1\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.14\";s:9:\"thumbnail\";s:101:\"https://library.elementor.com/ecommerce-wireframe-1/wp-content/uploads/sites/188/2022/01/HOMEPAGE.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-01-30T15:51:40.915Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.274Z\";s:10:\"taxonomies\";a:14:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:726;s:4:\"name\";s:8:\"Moderate\";s:4:\"type\";s:10:\"complexity\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:584;s:16:\"popularity_index\";i:10232;}i:99;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6b5bdb3df350011ebb438\";s:14:\"featured_index\";i:38;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-186\";s:5:\"title\";s:23:\"Local Brand Wireframe 1\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.13\";s:9:\"thumbnail\";s:111:\"https://library.elementor.com/local-brand-wireframe-1/wp-content/uploads/sites/186/2022/01/Homepage-400_380.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-01-30T15:58:53.545Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.200Z\";s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:6:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:292;s:16:\"popularity_index\";i:3972;}i:100;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6b701b3df350011ebb48d\";s:14:\"featured_index\";i:32;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-161\";s:5:\"title\";s:26:\"Local Services Wireframe 1\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.79\";s:9:\"thumbnail\";s:114:\"https://library.elementor.com/local-services-wireframe-1/wp-content/uploads/sites/161/2022/01/Homepage-400_380.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-01-30T16:04:17.469Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.137Z\";s:10:\"taxonomies\";a:14:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:2519;s:16:\"popularity_index\";i:28770;}i:101;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6b897b3df350011ebb4e4\";s:14:\"featured_index\";i:48;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-193\";s:5:\"title\";s:21:\"Portfolio Wireframe 1\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.12\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/portfolio-wireframe-1/wp-content/uploads/sites/193/2022/01/Homepage-400_380.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-01-30T16:11:03.736Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:52.836Z\";s:10:\"taxonomies\";a:14:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:120;s:16:\"popularity_index\";i:1695;}i:102;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6c213b3df350011ebb72b\";s:14:\"featured_index\";i:117;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-189\";s:5:\"title\";s:21:\"Portfolio Wireframe 2\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.10\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/portfolio-wireframe-2/wp-content/uploads/sites/189/2022/01/Homepage-400_380.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-01-30T16:51:31.691Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.534Z\";s:10:\"taxonomies\";a:15:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:14;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:10:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:432;s:4:\"name\";s:2:\"CV\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:3265;s:16:\"popularity_index\";i:42783;}i:103;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6c332b3df350011ebb770\";s:14:\"featured_index\";i:114;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-190\";s:5:\"title\";s:26:\"Local Services Wireframe 2\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.13\";s:9:\"thumbnail\";s:114:\"https://library.elementor.com/local-services-wireframe-2/wp-content/uploads/sites/190/2022/01/Homepage-400_380.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-01-30T16:56:18.461Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.512Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:6150;s:16:\"popularity_index\";i:88823;}i:104;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6c406b3df350011ebb7b0\";s:14:\"featured_index\";i:134;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-191\";s:5:\"title\";s:26:\"Local Services Wireframe 3\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.11\";s:9:\"thumbnail\";s:114:\"https://library.elementor.com/local-services-wireframe-3/wp-content/uploads/sites/191/2022/01/Homepage-400_380.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-01-30T16:59:50.184Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.677Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:1925;s:16:\"popularity_index\";i:15783;}i:105;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6d229523f8500112f1102\";s:14:\"featured_index\";i:138;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-192\";s:5:\"title\";s:23:\"Local Brand Wireframe 2\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.11\";s:9:\"thumbnail\";s:111:\"https://library.elementor.com/local-brand-wireframe-2/wp-content/uploads/sites/192/2022/01/Homepage-400_380.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-01-30T18:00:09.183Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.710Z\";s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:1143;s:16:\"popularity_index\";i:12634;}i:106;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"61f6d2c7523f8500112f1132\";s:14:\"featured_index\";i:119;s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-194\";s:5:\"title\";s:27:\"Local Workshops Wireframe 1\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.10\";s:9:\"thumbnail\";s:115:\"https://library.elementor.com/local-workshops-wireframe-1/wp-content/uploads/sites/194/2022/01/Homepage-400_380.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-01-30T18:02:47.529Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.554Z\";s:10:\"taxonomies\";a:15:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:429;s:4:\"name\";s:7:\"Classes\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:491;s:4:\"name\";s:7:\"Courses\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:635;s:4:\"name\";s:5:\"Learn\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:566;s:4:\"name\";s:7:\"Lessons\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";s:4:\"type\";s:4:\"tags\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:675;s:4:\"name\";s:8:\"Workshop\";s:4:\"type\";s:4:\"tags\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:14;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:11:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:714;s:4:\"name\";s:9:\"Beginning\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:429;s:4:\"name\";s:7:\"Classes\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:491;s:4:\"name\";s:7:\"Courses\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:716;s:4:\"name\";s:15:\"Getting Started\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:635;s:4:\"name\";s:5:\"Learn\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:566;s:4:\"name\";s:7:\"Lessons\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:715;s:4:\"name\";s:7:\"Starter\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:433;s:4:\"name\";s:5:\"UX/UI\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:713;s:4:\"name\";s:9:\"Wireframe\";}i:10;O:8:\"stdClass\":2:{s:3:\"_id\";i:675;s:4:\"name\";s:8:\"Workshop\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:817;s:4:\"name\";s:9:\"Wireframe\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:1149;s:16:\"popularity_index\";i:19198;}i:107;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6242d5f21475e1001dc794ae\";s:14:\"featured_index\";i:31;s:10:\"taxonomies\";a:16:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:492;s:4:\"name\";s:6:\"Agency\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:475;s:4:\"name\";s:7:\"Digital\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:448;s:4:\"name\";s:15:\"Digital Content\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:467;s:4:\"name\";s:6:\"Studio\";s:4:\"type\";s:4:\"tags\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:14;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:15;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-179\";s:5:\"title\";s:24:\"Digital Marketing Studio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.79\";s:9:\"thumbnail\";s:125:\"https://library.elementor.com/digital-marketing-studio/wp-content/uploads/sites/179/2022/03/Digital-Marketing-Agency-Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-03-29T09:48:34.758Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.124Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:12:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:492;s:4:\"name\";s:6:\"Agency\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:475;s:4:\"name\";s:7:\"Digital\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:448;s:4:\"name\";s:15:\"Digital Content\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:414;s:4:\"name\";s:9:\"Marketing\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";}i:10;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:11;O:8:\"stdClass\":2:{s:3:\"_id\";i:467;s:4:\"name\";s:6:\"Studio\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:889;s:16:\"popularity_index\";i:10596;}i:108;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6243029b1475e1001dc79b23\";s:14:\"featured_index\";i:35;s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:436;s:4:\"name\";s:10:\"Accounting\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:592;s:4:\"name\";s:7:\"Advisor\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:492;s:4:\"name\";s:6:\"Agency\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:623;s:4:\"name\";s:10:\"Consultant\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:531;s:4:\"name\";s:12:\"Consultation\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-199\";s:5:\"title\";s:19:\"Business Consulting\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.11\";s:9:\"thumbnail\";s:122:\"https://library.elementor.com/business-consulting-agency/wp-content/uploads/sites/199/2022/03/Business-Consulting-Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-03-29T12:59:07.323Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.165Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:436;s:4:\"name\";s:10:\"Accounting\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:592;s:4:\"name\";s:7:\"Advisor\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:492;s:4:\"name\";s:6:\"Agency\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:623;s:4:\"name\";s:10:\"Consultant\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:531;s:4:\"name\";s:12:\"Consultation\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:798;s:16:\"popularity_index\";i:7726;}i:109;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"62432a1e1475e1001dc7a186\";s:14:\"featured_index\";i:34;s:10:\"taxonomies\";a:14:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:669;s:4:\"name\";s:5:\"Bread\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:626;s:4:\"name\";s:4:\"Cook\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:605;s:4:\"name\";s:4:\"Diet\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:490;s:4:\"name\";s:12:\"Healthy Food\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:5:\"types\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-195\";s:5:\"title\";s:9:\"Food Blog\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.78\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/food-blog/wp-content/uploads/sites/195/2022/03/Food-Blog-Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-03-29T15:47:42.379Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.157Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:10:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:380;s:4:\"name\";s:4:\"Blog\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:629;s:4:\"name\";s:7:\"Blogger\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:669;s:4:\"name\";s:5:\"Bread\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:626;s:4:\"name\";s:4:\"Cook\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:605;s:4:\"name\";s:4:\"Diet\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:490;s:4:\"name\";s:12:\"Healthy Food\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:819;s:4:\"name\";s:16:\"Blog or Magazine\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:730;s:4:\"name\";s:4:\"Blog\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:253;s:16:\"popularity_index\";i:3306;}i:110;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"62442f2e3b7ef3001c5a4e1b\";s:14:\"featured_index\";i:40;s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:594;s:4:\"name\";s:9:\"Landscape\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-200\";s:5:\"title\";s:21:\"Photography Portfolio\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.47\";s:9:\"thumbnail\";s:130:\"https://library.elementor.com/landscape-photography-portfolio/wp-content/uploads/sites/200/2022/03/Landscape-photographer-Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-03-30T10:21:34.459Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.228Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:557;s:4:\"name\";s:10:\"Freelancer\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:594;s:4:\"name\";s:9:\"Landscape\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:106;s:16:\"popularity_index\";i:1319;}i:111;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6244469a3b7ef3001c5a5102\";s:14:\"featured_index\";i:36;s:10:\"taxonomies\";a:19:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:688;s:4:\"name\";s:11:\"Accessories\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:577;s:4:\"name\";s:5:\"Happy\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:419;s:4:\"name\";s:4:\"Kids\";s:4:\"type\";s:4:\"tags\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:498;s:4:\"name\";s:6:\"Luxury\";s:4:\"type\";s:4:\"tags\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:14;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:15;O:8:\"stdClass\":3:{s:3:\"_id\";i:591;s:4:\"name\";s:7:\"Stylist\";s:4:\"type\";s:4:\"tags\";}i:16;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:17;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:18;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-198\";s:5:\"title\";s:18:\"Handmade Kids Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.16\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/handmade-kids-shop/wp-content/uploads/sites/198/2022/03/Handmade-Kid-Shop-Home.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-03-30T12:01:30.273Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.175Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:15:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:688;s:4:\"name\";s:11:\"Accessories\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:493;s:4:\"name\";s:7:\"Company\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:370;s:4:\"name\";s:8:\"Creative\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:577;s:4:\"name\";s:5:\"Happy\";}i:10;O:8:\"stdClass\":2:{s:3:\"_id\";i:419;s:4:\"name\";s:4:\"Kids\";}i:11;O:8:\"stdClass\":2:{s:3:\"_id\";i:498;s:4:\"name\";s:6:\"Luxury\";}i:12;O:8:\"stdClass\":2:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";}i:13;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:14;O:8:\"stdClass\":2:{s:3:\"_id\";i:591;s:4:\"name\";s:7:\"Stylist\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:364;s:16:\"popularity_index\";i:4608;}i:112;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"62446bb93b7ef3001c5a571a\";s:14:\"featured_index\";i:33;s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:512;s:4:\"name\";s:7:\"Ceramic\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:373;s:4:\"name\";s:5:\"Decor\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:482;s:4:\"name\";s:10:\"Home Decor\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:628;s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";s:4:\"type\";s:5:\"types\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-203\";s:5:\"title\";s:18:\"Ceramic Decor Shop\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.11\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/ceramic-decor-shop/wp-content/uploads/sites/203/2022/03/Homepage.jpg\";s:12:\"access_level\";i:1;s:10:\"created_at\";s:24:\"2022-03-30T14:39:53.269Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:35:15.148Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:512;s:4:\"name\";s:7:\"Ceramic\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:373;s:4:\"name\";s:5:\"Decor\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:501;s:4:\"name\";s:10:\"E-commerce\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:619;s:4:\"name\";s:8:\"Handmade\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:482;s:4:\"name\";s:10:\"Home Decor\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:513;s:4:\"name\";s:8:\"Products\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:628;s:4:\"name\";s:7:\"Styling\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:818;s:4:\"name\";s:12:\"Online Store\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:731;s:4:\"name\";s:12:\"Online store\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:447;s:16:\"popularity_index\";i:4831;}i:113;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6252c4687b132a001c143721\";s:14:\"featured_index\";i:139;s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:585;s:4:\"name\";s:6:\"Albums\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:5:\"types\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-208\";s:5:\"title\";s:24:\"Contemporary Photography\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:5:\"1.0.8\";s:9:\"thumbnail\";s:127:\"https://library.elementor.com/contemporary-photography/wp-content/uploads/sites/208/2022/04/Photographer-portfolio-134-Home.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-04-10T11:50:00.177Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.716Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:8:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:585;s:4:\"name\";s:6:\"Albums\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:434;s:4:\"name\";s:3:\"Art\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:648;s:4:\"name\";s:7:\"Gallery\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:555;s:4:\"name\";s:12:\"Photographer\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:381;s:4:\"name\";s:11:\"Photography\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:556;s:4:\"name\";s:6:\"Photos\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:729;s:4:\"name\";s:9:\"Portfolio\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:353;s:16:\"popularity_index\";i:4401;}i:114;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6252d7177b132a001c1438d7\";s:14:\"featured_index\";i:124;s:10:\"taxonomies\";a:15:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:427;s:4:\"name\";s:7:\"Hobbies\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:442;s:4:\"name\";s:7:\"Leisure\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:566;s:4:\"name\";s:7:\"Lessons\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:636;s:4:\"name\";s:14:\"Private Lesson\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:637;s:4:\"name\";s:6:\"Tennis\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:638;s:4:\"name\";s:11:\"Tennis Camp\";s:4:\"type\";s:4:\"tags\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";s:4:\"type\";s:4:\"tags\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:14;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-202\";s:5:\"title\";s:11:\"Tennis Club\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:5:\"1.0.7\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/tennis-club/wp-content/uploads/sites/202/2022/04/Home.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-04-10T13:09:43.246Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.595Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:12:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:428;s:4:\"name\";s:7:\"Fitness\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:427;s:4:\"name\";s:7:\"Hobbies\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:442;s:4:\"name\";s:7:\"Leisure\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:566;s:4:\"name\";s:7:\"Lessons\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:636;s:4:\"name\";s:14:\"Private Lesson\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:410;s:4:\"name\";s:6:\"School\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:488;s:4:\"name\";s:6:\"Sports\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:637;s:4:\"name\";s:6:\"Tennis\";}i:10;O:8:\"stdClass\":2:{s:3:\"_id\";i:638;s:4:\"name\";s:11:\"Tennis Camp\";}i:11;O:8:\"stdClass\":2:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:736;s:16:\"popularity_index\";i:7725;}i:115;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6252dbec7b132a001c143979\";s:14:\"featured_index\";i:126;s:10:\"taxonomies\";a:13:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:573;s:4:\"name\";s:4:\"Calm\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:552;s:4:\"name\";s:3:\"Fun\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:577;s:4:\"name\";s:5:\"Happy\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:419;s:4:\"name\";s:4:\"Kids\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:550;s:4:\"name\";s:4:\"Life\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:533;s:4:\"name\";s:6:\"Social\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:543;s:4:\"name\";s:9:\"Treatment\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-204\";s:5:\"title\";s:13:\"Child Daycare\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:5:\"1.0.7\";s:9:\"thumbnail\";s:111:\"https://library.elementor.com/child-daycare/wp-content/uploads/sites/204/2022/04/129-Kindercare-Design-HP_1.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-04-10T13:30:20.797Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.613Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:10:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:573;s:4:\"name\";s:4:\"Calm\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:474;s:4:\"name\";s:9:\"Education\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:552;s:4:\"name\";s:3:\"Fun\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:577;s:4:\"name\";s:5:\"Happy\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:419;s:4:\"name\";s:4:\"Kids\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:550;s:4:\"name\";s:4:\"Life\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:533;s:4:\"name\";s:6:\"Social\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:543;s:4:\"name\";s:9:\"Treatment\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:976;s:16:\"popularity_index\";i:11767;}i:116;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6252dd687b132a001c1439a6\";s:14:\"featured_index\";i:132;s:10:\"taxonomies\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:484;s:4:\"name\";s:8:\"Boutique\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:627;s:4:\"name\";s:4:\"Menu\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-206\";s:5:\"title\";s:9:\"Juice Bar\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:6:\"1.0.40\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/juice-bar/wp-content/uploads/sites/206/2022/04/HOME.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-04-10T13:36:40.418Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.660Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:9:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:484;s:4:\"name\";s:8:\"Boutique\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:463;s:4:\"name\";s:6:\"Drinks\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:430;s:4:\"name\";s:14:\"Local Business\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:627;s:4:\"name\";s:4:\"Menu\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:382;s:4:\"name\";s:6:\"Nature\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:503;s:4:\"name\";s:4:\"Shop\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:672;s:4:\"name\";s:5:\"Store\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:741;s:16:\"popularity_index\";i:7560;}i:117;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6252e5cb7b132a001c143a9b\";s:14:\"featured_index\";i:127;s:10:\"taxonomies\";a:14:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:519;s:4:\"name\";s:5:\"Coach\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:623;s:4:\"name\";s:10:\"Consultant\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:626;s:4:\"name\";s:4:\"Cook\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:605;s:4:\"name\";s:4:\"Diet\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:607;s:4:\"name\";s:9:\"Dietician\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:490;s:4:\"name\";s:12:\"Healthy Food\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:608;s:4:\"name\";s:11:\"Weight Loss\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";s:4:\"type\";s:4:\"tags\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-207\";s:5:\"title\";s:20:\"Nutrition Consultant\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:5:\"1.0.7\";s:9:\"thumbnail\";s:117:\"https://library.elementor.com/nutrition-consultant/wp-content/uploads/sites/207/2022/04/Nutrition-Consultant-Home.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-04-10T14:12:27.308Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.620Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:11:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:519;s:4:\"name\";s:5:\"Coach\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:623;s:4:\"name\";s:10:\"Consultant\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:626;s:4:\"name\";s:4:\"Cook\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:605;s:4:\"name\";s:4:\"Diet\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:607;s:4:\"name\";s:9:\"Dietician\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:420;s:4:\"name\";s:4:\"Food\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:425;s:4:\"name\";s:6:\"Health\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:490;s:4:\"name\";s:12:\"Healthy Food\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:608;s:4:\"name\";s:11:\"Weight Loss\";}i:10;O:8:\"stdClass\":2:{s:3:\"_id\";i:426;s:4:\"name\";s:8:\"Wellness\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:1172;s:16:\"popularity_index\";i:14083;}i:118;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6252e784ce5061001c926e9b\";s:14:\"featured_index\";i:129;s:10:\"taxonomies\";a:8:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:565;s:4:\"name\";s:5:\"Clean\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";s:4:\"type\";s:5:\"types\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}}s:8:\"keywords\";a:0:{}s:4:\"slug\";s:7:\"kit-201\";s:5:\"title\";s:12:\"Dry Cleaning\";s:6:\"status\";s:6:\"active\";s:7:\"version\";s:5:\"1.0.8\";s:9:\"thumbnail\";s:101:\"https://library.elementor.com/dry-cleaning/wp-content/uploads/sites/201/2022/04/Dry-Cleaning-Home.jpg\";s:12:\"access_level\";i:0;s:10:\"created_at\";s:24:\"2022-04-10T14:19:48.542Z\";s:10:\"updated_at\";s:24:\"2023-01-24T16:05:53.635Z\";s:18:\"editor_layout_type\";s:0:\"\";s:4:\"tags\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:422;s:4:\"name\";s:8:\"Business\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:565;s:4:\"name\";s:5:\"Clean\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:502;s:4:\"name\";s:8:\"Clothing\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:732;s:4:\"name\";s:28:\"Business / Corporate website\";}}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:1289;s:16:\"popularity_index\";i:12588;}i:119;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"6411fd867aae99c7194bd45f\";s:4:\"slug\";s:7:\"kit-260\";s:5:\"title\";s:16:\"Personal Stylist\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"status\";s:6:\"active\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/personal-stylist/wp-content/uploads/sites/260/2023/03/Personal-Stylist-Home.jpg\";s:12:\"access_level\";i:1;s:14:\"featured_index\";i:1;s:10:\"taxonomies\";a:17:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:10:\"categories\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:519;s:4:\"name\";s:5:\"Coach\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";s:4:\"type\";s:4:\"tags\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:4:\"tags\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";s:4:\"type\";s:4:\"tags\";}i:11;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:12;O:8:\"stdClass\":3:{s:3:\"_id\";i:628;s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:4:\"tags\";}i:13;O:8:\"stdClass\":3:{s:3:\"_id\";i:591;s:4:\"name\";s:7:\"Stylist\";s:4:\"type\";s:4:\"tags\";}i:14;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:15;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}i:16;O:8:\"stdClass\":3:{s:3:\"_id\";i:804;s:4:\"name\";s:6:\"3.10.0\";s:4:\"type\";s:15:\"minimum_version\";}}s:8:\"keywords\";a:0:{}s:18:\"editor_layout_type\";s:0:\"\";s:10:\"created_at\";s:24:\"2023-03-15T17:16:54.953Z\";s:10:\"updated_at\";s:24:\"2023-03-20T20:55:00.187Z\";s:4:\"tags\";a:12:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:469;s:4:\"name\";s:6:\"Artist\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:411;s:4:\"name\";s:6:\"Beauty\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:519;s:4:\"name\";s:5:\"Coach\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:375;s:4:\"name\";s:10:\"Consulting\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:371;s:4:\"name\";s:6:\"Design\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:508;s:4:\"name\";s:8:\"Designer\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:421;s:4:\"name\";s:7:\"Fashion\";}i:7;O:8:\"stdClass\":2:{s:3:\"_id\";i:431;s:4:\"name\";s:9:\"Portfolio\";}i:8;O:8:\"stdClass\":2:{s:3:\"_id\";i:435;s:4:\"name\";s:8:\"Projects\";}i:9;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:10;O:8:\"stdClass\":2:{s:3:\"_id\";i:628;s:4:\"name\";s:7:\"Styling\";}i:11;O:8:\"stdClass\":2:{s:3:\"_id\";i:591;s:4:\"name\";s:7:\"Stylist\";}}s:10:\"categories\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:820;s:4:\"name\";s:9:\"Portfolio\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:95;s:16:\"popularity_index\";i:95;}i:120;O:8:\"stdClass\":19:{s:3:\"_id\";s:24:\"641209208e1351db14a2f219\";s:4:\"slug\";s:7:\"kit-261\";s:5:\"title\";s:18:\"Private Tour Guide\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"status\";s:6:\"active\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/private-tour-guide/wp-content/uploads/sites/261/2023/03/Private-Tour-Guide-Home.jpg\";s:12:\"access_level\";i:1;s:14:\"featured_index\";i:1;s:10:\"taxonomies\";a:11:{i:0;O:8:\"stdClass\":3:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";s:4:\"type\";s:10:\"categories\";}i:1;O:8:\"stdClass\":3:{s:3:\"_id\";i:828;s:4:\"name\";s:10:\"Tour Guide\";s:4:\"type\";s:4:\"tags\";}i:2;O:8:\"stdClass\":3:{s:3:\"_id\";i:654;s:4:\"name\";s:9:\"Adventure\";s:4:\"type\";s:4:\"tags\";}i:3;O:8:\"stdClass\":3:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";s:4:\"type\";s:4:\"tags\";}i:4;O:8:\"stdClass\":3:{s:3:\"_id\";i:640;s:4:\"name\";s:17:\"Summer Activities\";s:4:\"type\";s:4:\"tags\";}i:5;O:8:\"stdClass\":3:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";s:4:\"type\";s:4:\"tags\";}i:6;O:8:\"stdClass\":3:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";s:4:\"type\";s:4:\"tags\";}i:7;O:8:\"stdClass\":3:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";s:4:\"type\";s:4:\"tags\";}i:8;O:8:\"stdClass\":3:{s:3:\"_id\";i:725;s:4:\"name\";s:5:\"Basic\";s:4:\"type\";s:10:\"complexity\";}i:9;O:8:\"stdClass\":3:{s:3:\"_id\";i:751;s:4:\"name\";s:9:\"Elementor\";s:4:\"type\";s:6:\"origin\";}i:10;O:8:\"stdClass\":3:{s:3:\"_id\";i:804;s:4:\"name\";s:6:\"3.10.0\";s:4:\"type\";s:15:\"minimum_version\";}}s:8:\"keywords\";a:0:{}s:18:\"editor_layout_type\";s:0:\"\";s:10:\"created_at\";s:24:\"2023-03-15T18:06:24.731Z\";s:10:\"updated_at\";s:24:\"2023-03-20T20:55:34.609Z\";s:4:\"tags\";a:7:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:828;s:4:\"name\";s:10:\"Tour Guide\";}i:1;O:8:\"stdClass\":2:{s:3:\"_id\";i:654;s:4:\"name\";s:9:\"Adventure\";}i:2;O:8:\"stdClass\":2:{s:3:\"_id\";i:423;s:4:\"name\";s:8:\"Services\";}i:3;O:8:\"stdClass\":2:{s:3:\"_id\";i:640;s:4:\"name\";s:17:\"Summer Activities\";}i:4;O:8:\"stdClass\":2:{s:3:\"_id\";i:385;s:4:\"name\";s:7:\"Tourism\";}i:5;O:8:\"stdClass\":2:{s:3:\"_id\";i:376;s:4:\"name\";s:5:\"Tours\";}i:6;O:8:\"stdClass\":2:{s:3:\"_id\";i:377;s:4:\"name\";s:6:\"Travel\";}}s:10:\"categories\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"_id\";i:816;s:4:\"name\";s:14:\"Simple Website\";}}s:5:\"types\";a:0:{}s:8:\"features\";a:0:{}s:11:\"trend_index\";i:134;s:16:\"popularity_index\";i:134;}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(197, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1680502772;s:7:\"checked\";a:4:{s:15:\"hello-elementor\";s:5:\"2.7.1\";s:15:\"twentytwentyone\";s:3:\"1.7\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.8.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.1\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.1.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.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.4.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"2.7.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.2.7.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no'),
(198, '_elementor_installed_time', '1680491537', 'yes'),
(203, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(204, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(205, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(206, '_elementor_assets_data', 'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:3:{s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.12.1\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.12.1\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.12.1\";}}}}', 'yes'),
(208, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1680495123;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'yes'),
(211, '_site_transient_timeout_theme_roots', '1680503888', 'no'),
(212, '_site_transient_theme_roots', 'a:4:{s:15:\"hello-elementor\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'no'),
(213, '_site_transient_timeout_wp_remote_block_patterns_70faba806cb72474aad6d437de1091da', '1680505689', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(214, '_site_transient_wp_remote_block_patterns_70faba806cb72474aad6d437de1091da', 'a:33:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6986:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><ul style=\"text-transform:none;\" class=\"wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-2 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-1 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:31:35+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-5 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-7 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-6 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:30:31+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-10 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-12 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-11 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-05T21:29:00+00:00\">Jul 5, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-15 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><nav class=\"wp-block-query-pagination is-content-justification-left is-nowrap is-layout-flex wp-container-18 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.2&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-31-page=2\" style=\"text-transform:uppercase;\" class=\"wp-block-query-pagination-next has-small-font-size\">Next</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:277260;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:18:\"Left aligned posts\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6549:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><ul style=\"text-transform:none;\" class=\"wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-24 wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-23 wp-block-group-is-layout-flex\" style=\"padding-bottom:var(--wp--preset--spacing--80)\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:0.9rem;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5599b62b56904c5408ce764ba1a18b73\"><time datetime=\"2021-07-06T21:31:35+00:00\">7/6/2021</time></div>\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0\"><h2 style=\"font-size:4.6rem;font-style:normal;font-weight:600;line-height:1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-6c63676d444148112043a3d23d59cf70 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2>\n\n<div style=\"line-height:1.7;\" class=\"wp-block-post-excerpt has-small-font-size\"><p class=\"wp-block-post-excerpt__excerpt\">Let us bow respectfully before Jupiter, the giant of the worlds. This glorious planet is indeed King of the Solar System. While Mercury measures only 4,750 kilometers (2,946 miles) in diameter, and Mars 6,728 kilometers (4,172), Jupiter is no less than 140,920 kilometers (87,400 miles) in breadth; that is to say, eleven times larger than&hellip; </p></div></div>\n</div>\n</div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-28 wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-27 wp-block-group-is-layout-flex\" style=\"padding-bottom:var(--wp--preset--spacing--80)\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:0.9rem;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5599b62b56904c5408ce764ba1a18b73\"><time datetime=\"2021-07-06T21:30:31+00:00\">7/6/2021</time></div>\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0\"><h2 style=\"font-size:4.6rem;font-style:normal;font-weight:600;line-height:1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-6c63676d444148112043a3d23d59cf70 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2>\n\n<div style=\"line-height:1.7;\" class=\"wp-block-post-excerpt has-small-font-size\"><p class=\"wp-block-post-excerpt__excerpt\">Smaller than either star-clouds or star-swarms, and differing from both in their organization, are star-clusters. These, unlike the others, are found outside as well as inside the Milky Way, although they are more numerous inside its boundaries than elsewhere. The term star-cluster is sometimes applied, though improperly, to assemblages which are rather groups, such, for&hellip; </p></div></div>\n</div>\n</div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-32 wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-31 wp-block-group-is-layout-flex\" style=\"padding-bottom:var(--wp--preset--spacing--80)\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:0.9rem;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5599b62b56904c5408ce764ba1a18b73\"><time datetime=\"2021-07-05T21:29:00+00:00\">7/5/2021</time></div>\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0\"><h2 style=\"font-size:4.6rem;font-style:normal;font-weight:600;line-height:1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-6c63676d444148112043a3d23d59cf70 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2>\n\n<div style=\"line-height:1.7;\" class=\"wp-block-post-excerpt has-small-font-size\"><p class=\"wp-block-post-excerpt__excerpt\">Son of Uranus and Vesta, Saturn was the God of Time and Fate. He is generally represented as an aged man bearing a scythe. His mythological character is only the expression of his celestial aspect, as we have seen for the brilliant Jupiter, for the pale Venus, the ruddy Mars, and the agile Mercury. The&hellip; </p></div></div>\n</div>\n</div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-36 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><nav class=\"wp-block-query-pagination is-content-justification-left is-nowrap is-layout-flex wp-container-35 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.2&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-31-page=2\" style=\"font-size:0.9rem;text-transform:uppercase;letter-spacing:1px;\" class=\"wp-block-query-pagination-next wp-elements-165a8aa96a7546446f11c5f70728c230\">Next Page</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:77:\"A fullwidth, left-aligned posts pattern with large titles, excerpts and date.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:169:\"core/group,core/post-date,core/post-excerpt,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3327:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"780px\",\"justifyContent\":\"left\",\"wideSize\":\"780px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\",\"padding\":{\"bottom\":\"var:preset|spacing|80\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--80)\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"n/j/Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"0.9rem\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"typography\":{\"lineHeight\":\"1.7\"}},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"780px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"0.9rem\",\"textTransform\":\"uppercase\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"0.9rem\",\"textTransform\":\"uppercase\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6508:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><ul style=\"text-transform:none;\" class=\"alignfull wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-40 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-38 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:31:35+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:31:35+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-43 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-41 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:30:31+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:30:31+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-46 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-44 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-05T21:29:00+00:00\">07.5</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-05T21:29:00+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><nav class=\"wp-block-query-pagination is-content-justification-space-between is-nowrap is-layout-flex wp-container-49 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.2&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-1-page=2\" style=\"font-size:2rem;font-style:normal;font-weight:600;text-transform:uppercase;letter-spacing:1px;\" class=\"wp-block-query-pagination-next\">Next Page</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2509:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-54 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-53 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open always-shown\" data-micromodal-trigger=\"modal-52\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container hidden-by-default \" style=\"\" id=\"modal-52\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-52-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3835:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-59 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-56 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-55 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title has-medium-font-size wp-elements-234e57400cf5587740bb7caa261d6fc4\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-58 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-57\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-57\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-57-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3874:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-65 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-white-color wp-block-site-title has-medium-font-size wp-elements-e24c80986e13ab3d929b38d6b46e3019\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-64 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-63\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-63\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-63-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2977:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-4956719e1d36ae31d9fb9c185b0a148a is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-71 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-f1e98d6c897e424c7d4e8232ded39f0a\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-70 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-69\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-69\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-69-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1232:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2737:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-76 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-75 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-74\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-74\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-74-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3264:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-82 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-79 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-78 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-81 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-80\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-80\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-80-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2803:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-86 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-contrast-color wp-block-site-title has-large-font-size wp-elements-9728cce79011b64628d7f6beff066787\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-center is-fallback wp-block-navigation is-content-justification-center is-layout-flex wp-container-85 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-84\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-84\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-84-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2597:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-90 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-89 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-88\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-88\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-88-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2839:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-94 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-91 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-93 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-92\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-92\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-92-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4175:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-98 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-97 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-96 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2953:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-105 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-100 is-content-justification-left is-layout-constrained wp-container-101 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"><label for=\"wp-block-search__input-99\" class=\"wp-block-search__label screen-reader-text\">Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input type=\"search\" id=\"wp-block-search__input-99\" class=\"wp-block-search__input\" name=\"s\" value=\"\" placeholder=\"\"  style=\"border-width: 1px\" required /><button type=\"submit\" class=\"wp-block-search__button has-icon wp-element-button\"  style=\"border-width: 1px\" aria-label=\"Search\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z\"></path>\n				</svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-104 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-103 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-102 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-107 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:840:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-110 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2709:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-115 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-113 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-112\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-112\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-112-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2847:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-9b8d4600cf36da05c1f90c6e6319e18d is-vertical is-content-justification-stretch is-layout-flex wp-container-125 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-123 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Location</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-center is-nowrap is-layout-flex wp-container-119 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Follow us</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-121 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facbook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-124 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3224:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facbook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4117:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-127 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-126 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4595:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-133 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-128\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-129 is-vertical is-content-justification-center is-layout-flex wp-container-130 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-131 is-content-justification-right is-nowrap is-layout-flex wp-container-132 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2722:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-143 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-135 is-vertical is-layout-flex wp-container-136 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-142 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-139 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-138 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-141 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-140 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1330:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-147 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1078:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-151 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3155:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-153 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color wp-block-heading\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-157 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-160 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2240:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-164 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-168 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1445:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1508:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-175 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1321:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-179 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:688:\"\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\">\n<p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p>\n<cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:51:\"core/image,core/paragraph,core/quote,core/separator\";}s:14:\"category_slugs\";a:2:{i:0;s:12:\"testimonials\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1102:\"<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><!-- wp:paragraph -->\n<p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p>\n<!-- /wp:paragraph --><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1518:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-183 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:572:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-184 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(215, '_site_transient_timeout_wp_remote_block_patterns_0f7c9ba0f9ffdc00897d801e642caf32', '1680505690', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(216, '_site_transient_wp_remote_block_patterns_0f7c9ba0f9ffdc00897d801e642caf32', 'a:15:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6458:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-2 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:961:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3717:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-10 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2281:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1687:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:566;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Event announcement and details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1832:\"\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color wp-elements-b69341fa8ca2b5011df7156020136c46 is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n\n\n\n<h3 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-18 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2622:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1830:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-28 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-26 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2907:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-38 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-31 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-32 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-29\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-30 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-35 is-vertical is-layout-flex wp-container-36 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-34 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1665:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-43 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-46 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1684:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-51 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1077:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-55 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3152:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-57 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color wp-block-heading\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-61 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-64 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1320:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-68 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(217, '_transient_timeout_feed_71a7765c3d553e44aaa308159b5a2ba6', '1680545769', 'no'),
(218, '_transient_feed_71a7765c3d553e44aaa308159b5a2ba6', 'a:3:{s:3:\"url\";s:22:\"https://wordpress.org/\";s:8:\"feed_url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"build\";s:14:\"20211220193300\";}', 'no'),
(219, '_transient_timeout_feed_mod_71a7765c3d553e44aaa308159b5a2ba6', '1680545769', 'no'),
(220, '_transient_feed_mod_71a7765c3d553e44aaa308159b5a2ba6', '1680502569', 'no'),
(221, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1680545769', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(222, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Mar 2023 19:15:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.3-alpha-55617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.2 “Dolphy”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2023/03/dolphy/\";s: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 Mar 2023 18:57:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14659\";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:202:\"WordPress 6.2 \"Dolphy\" is here! Named for Eric Allen Dolphy Jr. the celebrated jazz woodwind player and ensemblist. Over 600 contributors made this release possible. Download WordPress 6.2 Dolphy 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: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:63133:\"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"WordPress 6.2 &quot;Dolphy&quot;\" class=\"wp-image-14732\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=2048%2C1365&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Say hello to WordPress 6.2 “Dolphy,&#8221; named for the woodwind jazz wiz, the multi-instrumentalist—<a href=\"https://en.wikipedia.org/wiki/Eric_Dolphy\">Eric Allan Dolphy Jr</a>. Dolphy is acclaimed for having brought the bass clarinet to prominence in the jazz scene, creating a place for the flute and extending the lexicon of the alto saxophone. In a career that spanned continents, his artistry was at the forefront of pushing improvisational boundaries, ensemble work, and partnerships with well-respected artists like Charles Mingus and John Coltrane.</p>\n\n\n\n<p>This latest version of WordPress reimagines your site editing experience, introduces more ways to style your site, and offers a new distraction-free way to write. Discover improvements that give you more control and freedom to express your creative vision. There’s something for everyone, whether you’re a content creator, developer, site builder, or designer. Let the <a href=\"https://open.spotify.com/artist/6rxxu32JCGDpKKMPHxnSJp?si=UEYO5JU5TXyEeINuuhN6aQ\">music of Eric Dolphy</a> delight you as you take in all that 6.2 has to offer.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.2.zip\">Download WordPress 6.2 today</a></div>\n</div>\n\n\n\n<p>WordPress 6.2 is the first major release of 2023, covering over 900 enhancements and fixes. It’s also a transition point in the WordPress project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>, shifting focus from customization to <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">early exploration of workflows and collaboration</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s inside</h2>\n\n\n\n<h4 class=\"wp-block-heading\">Meet&nbsp;the reimagined Site Editor</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=536%2C536&#038;ssl=1\" alt=\"Image inlay of the reimagined Site Editor. WordPress 6.2 Dolphy\" class=\"wp-image-14661\" width=\"536\" height=\"536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 536px) 100vw, 536px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Ready for you to dive in and explore: 6.2 is your invitation to discover what the next generation of WordPress—and block themes—can do.&nbsp;</p>\n\n\n\n<p>Now out of beta, the Site Editor has an updated interface, giving you a new way to interact with your entire site. Explore full previews of your templates and template parts, then jump in and get to editing your site from wherever you choose.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Manage menus in more ways with the Navigation block</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=532%2C532&#038;ssl=1\" alt=\"Image inlay of menu management from the Navigation block\" class=\"wp-image-14662\" width=\"532\" height=\"532\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 532px) 100vw, 532px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Add, remove, and reorder menu items faster—with a new sidebar experience that makes editing your site’s navigation easier.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Discover a smoother experience for the Block Inserter</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=536%2C536&#038;ssl=1\" alt=\"Image inlay of the Block Inserter\" class=\"wp-image-14663\" width=\"536\" height=\"536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 536px) 100vw, 536px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>A refreshed design gives you easier access to the content you need. Use the Media tab to quickly drag and drop content from your existing Media Library. Find patterns faster with a split view that lets you navigate categories and see previews all at once.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Find the controls you want when you need them</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=540%2C540&#038;ssl=1\" alt=\"Tab between settings and styles in the block settings sidebar\" class=\"wp-image-14664\" width=\"540\" height=\"540\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 540px) 100vw, 540px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Your block settings sidebar is better organized with tabs for Settings and Styles. So the tools you need are easy to identify and access.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">Build faster with headers and footers for block themes</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=534%2C534&#038;ssl=1\" alt=\"\" class=\"wp-image-14671\" width=\"534\" height=\"534\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 534px) 100vw, 534px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Discover a new collection of header and footer patterns. Use them with any block theme as a quick, high-quality starting point for your site’s templates.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Explore Openverse media right from the Editor</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=544%2C544&#038;ssl=1\" alt=\"\" class=\"wp-image-14670\" width=\"544\" height=\"544\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 544px) 100vw, 544px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Openverse’s library catalogs over 700 million+ free, openly licensed stock images and audio—and now it’s directly integrated into the WordPress experience through the Inserter.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">Focus on writing with Distraction Free mode</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=542%2C542&#038;ssl=1\" alt=\"\" class=\"wp-image-14665\" width=\"542\" height=\"542\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?w=872&amp;ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 542px) 100vw, 542px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>For those times you want to be alone with your ideas. You can now hide all your panels and controls, leaving you free to bring your content to life.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Meet the new Style Book</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=560%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-14667\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?w=560&amp;ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Get a complete overview of how every block in your site’s library looks. All in one place, all at a glance, directly in the Site Editor.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Copy and paste styles</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=560%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-14666\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?w=560&amp;ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Perfect the design on one type of block, then copy and paste those styles to other blocks to get just the look you want.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Custom CSS</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=560%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-14669\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?w=560&amp;ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Power up your site any way you wish with design tools and custom CSS for another level of control over your site’s look and feel for maximum creativity and artistry in your designs.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other highlights in 6.2</h3>\n\n\n\n<ul>\n<li><strong>Sticky positioning</strong>: Choose to keep top-level group blocks fixed to the top of a page as visitors scroll.</li>\n\n\n\n<li><strong>Importing widgets</strong>: Options to import your favorite widgets from Classic themes to Block themes.</li>\n\n\n\n<li><strong>Local fonts in themes</strong>: Default WordPress themes offer better privacy with Google Fonts now included.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Performance highlights</h3>\n\n\n\n<p>“Dolphy” includes several impressive performance improvements. You’ll note overall faster load times for block themes of 14 to 18%, and for classic themes, speed increases of 2 to 5%. Server-side performance is also significantly boosted, with an increase of 17 to 23% for block themes and 3 to 5% for classic themes, 3 to 5%. The performance team is dedicated to these kinds of improvements. You can learn more about their work by following the Making WordPress blog using the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"></blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.2</h2>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/workshops/\">Learn WordPress</a> for quick how-to videos, courses, and other resources for the latest features in WordPress. Or join a free <a href=\"https://learn.wordpress.org/social-learning/\">live interactive online workshop</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for detailed developer notes to help you build with WordPress and get the most out of the latest release. Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-2/\">6.2 release notes</a> for additional technical details about this release, including installation information, updates, fixes, file changes, and more.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.2 release squad</h2>\n\n\n\n<p>6.2 is made possible by the many folks who have enthusiastically helped keep the release on track and moving forward:</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li>\n\n\n\n<li>Core Tech Co-Leads: <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Editor Tech Co-Leads: <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a></li>\n\n\n\n<li>Core Triage Co-Leads: <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a></li>\n\n\n\n<li>Editor Triage Co-Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Documentation Co-Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseet</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li>\n\n\n\n<li>Marketing &amp; Communications Co-Leads: <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Test Co-Leads: <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a>, <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>WordPress 6.2 couldn’t be here without the countless effort and passion of more than 600 contributors in at least 50 countries. A special thank you to the 178 new contributors who joined a release for the first time. Their collaboration helped deliver hundreds of enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/10upsimon/\">10upsimon</a> · <a href=\"https://profiles.wordpress.org/254volkan/\">254volkan</a> · <a href=\"https://profiles.wordpress.org/mercime/\">@mercime</a> · <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a> · <a href=\"https://profiles.wordpress.org/aeg0125/\">Aaron Graham</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abidhasan112/\">Abid Hasan</a> · <a href=\"https://profiles.wordpress.org/abitofmind/\">abitofmind</a> · <a href=\"https://profiles.wordpress.org/abtop/\">ABTOP</a> · <a href=\"https://profiles.wordpress.org/ace100/\">ace100</a> · <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/admwgn/\">Adam Wiltgen</a> · <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/adityaarora010196/\">adityaarora010196</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/ajmaurya/\">Ajay Maurya</a> · <a href=\"https://profiles.wordpress.org/ajayver/\">ajayver</a> · <a href=\"https://profiles.wordpress.org/seakashdiu/\">Akash Mia</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/albarin/\">albarin</a> · <a href=\"https://profiles.wordpress.org/alberuni-azad/\">Alberuni Azad.</a> · <a href=\"https://profiles.wordpress.org/alecgeatches/\">alecgeatches</a> · <a href=\"https://profiles.wordpress.org/aleksganev/\">Aleks Ganev</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alvastar/\">alvastar</a> · <a href=\"https://profiles.wordpress.org/alvitazwar052/\">Alvi Tazwar</a> · <a href=\"https://profiles.wordpress.org/amin7/\">amin</a> · <a href=\"https://profiles.wordpress.org/amirrezatm/\">amirrezatm</a> · <a href=\"https://profiles.wordpress.org/amitbarai013/\">Amit Barai Alit</a> · <a href=\"https://profiles.wordpress.org/paulamit/\">Amit Paul</a> · <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andreaboe/\">andreaboe</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/apmatthe/\">Andrew Matthews</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/aniketpatel/\">Aniket Patel</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonyagrios/\">Antony Agrios</a> · <a href=\"https://profiles.wordpress.org/aparnajl/\">Aparna Adhun</a> · <a href=\"https://profiles.wordpress.org/arrasel403/\">AR Rasel</a> · <a href=\"https://profiles.wordpress.org/arafatjamil01/\">Arafat Jamil</a> · <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnolp/\">arnolp</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/artz91/\">ArtZ91</a> · <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a> · <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a> · <a href=\"https://profiles.wordpress.org/ashrafulsarkar/\">Ashraful Sarkar Naiem</a> · <a href=\"https://profiles.wordpress.org/nmutua/\">Autumn</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azurseisme/\">azurseisme</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bart/\">Bart</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benish74/\">benish74</a> · <a href=\"https://profiles.wordpress.org/benjgrolleau/\">Benjamin Grolleau</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a> · <a href=\"https://profiles.wordpress.org/bgin/\">bgin</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bjorn2404/\">bjorn2404</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/bonjour52/\">bonjour52</a> · <a href=\"https://profiles.wordpress.org/bookwyrm/\">bookwyrm</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/buutqn/\">buutqn</a> · <a href=\"https://profiles.wordpress.org/cameronjonesweb/\">Cameron Jones</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/mcaskill/\">Chauncey McAskill</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/chiragrathod103/\">Chirag Rathod</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chocofc1/\">chocofc1</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/chrisbaltazar/\">chrisbaltazar</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/chrystl/\">Chrystl</a> · <a href=\"https://profiles.wordpress.org/ckanderson22/\">ckanderson22</a> · <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a> · <a href=\"https://profiles.wordpress.org/cnspecialcolor/\">cnspecialcolor</a> · <a href=\"https://profiles.wordpress.org/codesdnc/\">codesdnc</a> · <a href=\"https://profiles.wordpress.org/codingchicken/\">Coding Chicken</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/copons/\">Copons</a> · <a href=\"https://profiles.wordpress.org/corentingautier/\">corentingautier</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">Cory Birdsong</a> · <a href=\"https://profiles.wordpress.org/craigfrancis/\">Craig Francis</a> · <a href=\"https://profiles.wordpress.org/craiglpeters/\">craiglpeters</a> · <a href=\"https://profiles.wordpress.org/geisthanen/\">Creative Andrew</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/dperonne/\">D.PERONNE</a> · <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a> · <a href=\"https://profiles.wordpress.org/dalirajab/\">dali-rajab</a> · <a href=\"https://profiles.wordpress.org/dalleyne/\">Damien Alleyne</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/wirecat/\">Daniel Johnson</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/datagutten/\">datagutten</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/davefx/\">David Mar&#237;n Carre&#241;o</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davidvongries/\">David Vongries</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">derekblank</a> · <a href=\"https://profiles.wordpress.org/devanshijoshi/\">Devanshi Joshi</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/doctorlai/\">doctorlai</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donncha/\">Donncha</a> · <a href=\"https://profiles.wordpress.org/drzraf/\">drzraf</a> · <a href=\"https://profiles.wordpress.org/d-signed/\">DSIGNED</a> · <a href=\"https://profiles.wordpress.org/dustinrue/\">dustinrue</a> · <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/emanuelx/\">emanuelx</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a> · <a href=\"https://profiles.wordpress.org/edanzer/\">Erick Danzer</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/esratpopy/\">Esrat Sultana Popy</a> · <a href=\"https://profiles.wordpress.org/manuilov/\">Eugene M</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/fosuahmed/\">Faisal Ahmed</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fasuto/\">fasuto</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/felipelavinz/\">Felipe Lav&#237;n</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/fpodhorsky/\">fpodhorsky</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/bueltge/\">Frank Bueltge</a> · <a href=\"https://profiles.wordpress.org/franz00/\">franzaurus</a> · <a href=\"https://profiles.wordpress.org/fuadragib/\">Fuad Ragib</a> · <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a> · <a href=\"https://profiles.wordpress.org/gamecreature/\">gamecreature</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gisgeo/\">gisgeo</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Zi&#243;łkowski</a> · <a href=\"https://profiles.wordpress.org/grl570810/\">grl570810</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a> · <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a> · <a href=\"https://profiles.wordpress.org/hanshenrik/\">hanshenrik</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/hasanmisbah/\">Hasan Misbah</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/ehtmlu/\">Helmut Wandl</a> · <a href=\"https://profiles.wordpress.org/luehrsen/\">Hendrik Luehrsen</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hiren1094/\">hiren sanja</a> · <a href=\"https://profiles.wordpress.org/patelhitesh/\">Hitesh Patel</a> · <a href=\"https://profiles.wordpress.org/hughiemolloy/\">hughie.molloy</a> · <a href=\"https://profiles.wordpress.org/hugodevos/\">hugodevos</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">hztyfoon</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/polevaultweb/\">Iain Poulson</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/iazel/\">Iazel</a> · <a href=\"https://profiles.wordpress.org/ignatggeorgiev/\">Ignat Georgiev</a> · <a href=\"https://profiles.wordpress.org/imanish003/\">imanish003</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">ingeniumed</a> · <a href=\"https://profiles.wordpress.org/innovext/\">Innovext</a> · <a href=\"https://profiles.wordpress.org/inwerpsel/\">inwerpsel</a> · <a href=\"https://profiles.wordpress.org/iqbalrony/\">iqbalrony</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/ivanjeronimo/\">ivanjeronimo</a> · <a href=\"https://profiles.wordpress.org/jhoffmann/\">j.hoffmann</a> · <a href=\"https://profiles.wordpress.org/jackreichert/\">Jack Reichert</a> · <a href=\"https://profiles.wordpress.org/jaedm97/\">Jaed Mosharraf</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/outrankjames/\">James</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james-roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a> · <a href=\"https://profiles.wordpress.org/janusdev/\">janusdev</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">Jarko Piironen</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/carazo/\">Javier Carazo</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jchambo/\">jchambo</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jeanphilippegreen/\">Jean-Philippe Green</a> · <a href=\"https://profiles.wordpress.org/jeawhanlee/\">jeawhanlee</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/lobeless14/\">Jeremy Lind</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joelmadigan/\">joelmadigan</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jokerrs/\">Jokerrs</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a> · <a href=\"https://profiles.wordpress.org/jongycastillo/\">Jong</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/jornp/\">jornp</a> · <a href=\"https://profiles.wordpress.org/dunhakdis/\">Joseph G.</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> · <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jsh4/\">jsh4</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/welenofsky/\">Justin Welenofsky</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kacper3355/\">kacper3355</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kaneva/\">kaneva</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn P.</a> · <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/konyoldeath/\">konyoldeath</a> · <a href=\"https://profiles.wordpress.org/kowsar89/\">Kowsar Hossain</a> · <a href=\"https://profiles.wordpress.org/krunal265/\">Krunal Bhimajiyani</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kmadhak/\">Kunal Madhak</a> · <a href=\"https://profiles.wordpress.org/lanacodes/\">Lana Codes</a> · <a href=\"https://profiles.wordpress.org/larsmqller/\">larsmqller</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">Lena Stergatou</a> · <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leo Milo</a> · <a href=\"https://profiles.wordpress.org/lifeboat/\">lifeboat</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/webaxones/\">Lo&#239;c Antignac</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/dreadlox/\">Lox</a> · <a href=\"https://profiles.wordpress.org/lozula/\">lozula</a> · <a href=\"https://profiles.wordpress.org/lucius0101/\">lucius0101</a> · <a href=\"https://profiles.wordpress.org/lucymtc/\">Lucy Tomas</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">M&#225;rcio Duarte</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mahbubshovan/\">Mahbub Shovan</a> · <a href=\"https://profiles.wordpress.org/mahekkalola/\">Mahek Kalola</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojkpatil/\">Manoj Patil</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/marissamakes/\">Marissa Matthews</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/marksabbath/\">marksabbath</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/matclayton/\">matclayton</a> · <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu Paapst</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/matthiasreinholz/\">Matthias Reinholz</a> · <a href=\"https://profiles.wordpress.org/h4l9k/\">Mauricio</a> · <a href=\"https://profiles.wordpress.org/wppunk/\">Max</a> · <a href=\"https://profiles.wordpress.org/cadic/\">Max Lyuchin</a> · <a href=\"https://profiles.wordpress.org/maximej/\">Maxime J.</a> · <a href=\"https://profiles.wordpress.org/jamilbd07/\">MD Jamil Uddin</a> · <a href=\"https://profiles.wordpress.org/kawserz/\">Md Kawser Ahmed Khan Jami</a> · <a href=\"https://profiles.wordpress.org/rakibwordpress/\">Md Rakib Hossain</a> · <a href=\"https://profiles.wordpress.org/abirhasandipu/\">Md. Abir Hasan Dipu</a> · <a href=\"https://profiles.wordpress.org/reduanmasud/\">Md. Reduan Masud</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a> · <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a> · <a href=\"https://profiles.wordpress.org/meyegui/\">meyerdev.ch</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/michael-kelly/\">Michael Kelly</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michelmany/\">Michel Many</a> · <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikestraw/\">Mike Straw</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mitchellaustin/\">mitchellaustin</a> · <a href=\"https://profiles.wordpress.org/presents111/\">miya</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/tanjimtc71/\">Musarrat Anjum Chowdhury</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/mw108/\">mw108</a> · <a href=\"https://profiles.wordpress.org/naeemhaque/\">Naeem Haque</a> · <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/nazmulhasan103/\">Nazmul Hasan</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nicholaswilson/\">nicholaswilson</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nick_thegeek/\">Nick the Geek</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/itsnikhilpatel/\">NikhilPatel</a> · <a href=\"https://profiles.wordpress.org/dhrupo/\">Niluthpal Purkayastha</a> · <a href=\"https://profiles.wordpress.org/dasnitesh780/\">Nitesh Das</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/rnitinb/\">Nitin Rathod</a> · <a href=\"https://profiles.wordpress.org/nitman43/\">nitman43</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/nuvopoint/\">nuvoPoint</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/obayedmamur/\">Obayed Mamur</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/oh_hello/\">oh_hello</a> · <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoney/\">PabloHoney</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/phil-webster/\">Phil Webster</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/iapial/\">Pial</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/knowingart_com/\">PJ Brunet</a> · <a href=\"https://profiles.wordpress.org/pkolenbr/\">pkolenbr</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/ptahdunbar/\">Ptah Dunbar</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/raduiason/\">raduiason</a> · <a href=\"https://profiles.wordpress.org/initsogar/\">Rafael Agostini</a> · <a href=\"https://profiles.wordpress.org/rafinkhan/\">Rafin</a> · <a href=\"https://profiles.wordpress.org/rajanpanchal2028/\">Rajan Panchal</a> · <a href=\"https://profiles.wordpress.org/rajeshraval786/\">Rajesh Raval</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/razthee007/\">Razthee Md. Yakini</a> · <a href=\"https://profiles.wordpress.org/renatoagds/\">Renato Augusto Gama dos Santos</a> · <a href=\"https://profiles.wordpress.org/rezakhan995/\">Reza Khan</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/riccardodicurti/\">Riccardo Di Curti</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rinkychowdhury9/\">Rinky Chowdhury</a> · <a href=\"https://profiles.wordpress.org/ritteshpatel/\">Ritesh Patel</a> · <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/robin-labadie/\">Robin Labadie</a> · <a href=\"https://profiles.wordpress.org/rodage/\">rodage</a> · <a href=\"https://profiles.wordpress.org/rodricus/\">rodricus</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/digical/\">Ross Gile</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/re_enter_rupok/\">Rupok</a> · <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a> · <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sereedmedia/\">S&#233; Reed</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/andy786/\">Sahil B.</a> · <a href=\"https://profiles.wordpress.org/stalukder03/\">Sajib Talukder</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a> · <a href=\"https://profiles.wordpress.org/sam1el/\">sam1el</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/samruddhikhandale/\">samruddhikhandale</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sanjucta/\">sanjucta</a> · <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a> · <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a> · <a href=\"https://profiles.wordpress.org/sapayth/\">sapayth</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/saumil1611/\">Saumil Nerpagar</a> · <a href=\"https://profiles.wordpress.org/ira2910/\">Sazia Faizunnessa Ira</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/countrymusicchicago/\">Scott Winterroth</a> · <a href=\"https://profiles.wordpress.org/hiyascout/\">Scout James</a> · <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/seriouslysenpai/\">seriouslysenpai</a> · <a href=\"https://profiles.wordpress.org/wandering-aramean/\">Seth Miller</a> · <a href=\"https://profiles.wordpress.org/shahidul95/\">Shahidul Islam</a> · <a href=\"https://profiles.wordpress.org/shamayel007/\">Shamayel</a> · <a href=\"https://profiles.wordpress.org/shamimmiashuhagh/\">Shamim Mia</a> · <a href=\"https://profiles.wordpress.org/smeunus/\">Sharif Mohammad Eunus</a> · <a href=\"https://profiles.wordpress.org/shraboni/\">Shraboni</a> · <a href=\"https://profiles.wordpress.org/shubham1gupta/\">shubham1gupta</a> · <a href=\"https://profiles.wordpress.org/silicium23/\">Silicium</a> · <a href=\"https://profiles.wordpress.org/simongomes02/\">Simon Gomes</a> · <a href=\"https://profiles.wordpress.org/slieschke/\">Simon Lieschke</a> · <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/calvinalkan/\">snicco.io</a> · <a href=\"https://profiles.wordpress.org/sruthi90/\">sruthi90</a> · <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stentibbing/\">stentibbing</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephym/\">Stephy Miehle</a> · <a href=\"https://profiles.wordpress.org/stephymiehle/\">stephymiehle</a> · <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sun/\">sun</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva (a11n)</a> · <a href=\"https://profiles.wordpress.org/codemonksuvro/\">Suvro</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/afrin29/\">Syeda Sanjida Afrin</a> · <a href=\"https://profiles.wordpress.org/syhc/\">syhc</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/syntaxart/\">syntaxart</a> · <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/tahminar27/\">Tahmina Rahman</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/tanazmasaba/\">Tanaz Masaba</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/tanner-m/\">Tanner Moushey</a> · <a href=\"https://profiles.wordpress.org/rahmantasnia/\">Tasnia Rahman Raima</a> · <a href=\"https://profiles.wordpress.org/teebee/\">teebee</a> · <a href=\"https://profiles.wordpress.org/tekapo/\">tekapo</a> · <a href=\"https://profiles.wordpress.org/thedaysse/\">thedaysse</a> · <a href=\"https://profiles.wordpress.org/iamjaydip/\">thejaydip</a> · <a href=\"https://profiles.wordpress.org/theode/\">theode</a> · <a href=\"https://profiles.wordpress.org/griffinjt/\">Thomas Griffin</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/thomask/\">thomask</a> · <a href=\"https://profiles.wordpress.org/timbroddin/\">timbroddin</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/dziudek/\">Tomasz Dziuda</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a> · <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a> · <a href=\"https://profiles.wordpress.org/travisaxton/\">travisaxton</a> · <a href=\"https://profiles.wordpress.org/triumvirate/\">triumvirate</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a> · <a href=\"https://profiles.wordpress.org/vtad/\">vtad</a> · <a href=\"https://profiles.wordpress.org/vykesmac/\">vykesmac</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/webrocker/\">Webrocker</a> · <a href=\"https://profiles.wordpress.org/websitegenii/\">websitegenii</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/winterpsv/\">winterpsv</a> · <a href=\"https://profiles.wordpress.org/wojsmol/\">wojsmol</a> · <a href=\"https://profiles.wordpress.org/wojtekn/\">Wojtek Naruniec</a> · <a href=\"https://profiles.wordpress.org/wojtekszkutnik/\">Wojtek Szkutnik</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/zebaafiashama/\">Zeba Afia Shama</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/zevilz/\">zevilz</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, <a href=\"https://translate.wordpress.org/stats/\">70 locales had translated 90 percent</a> or more of WordPress 6.2 in their language. Community translators are hard at work ensuring more translations are on their way. Thank you to everyone who helps to make WordPress 6.2 available in 200 languages.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A release haiku for 6.2&nbsp;</h2>\n\n\n\n<p>Six point two, so new<br>Shiny and ready for you<br>Congrats on hard work!</p>\n\n\n\n<p class=\"has-text-align-left has-tiny-font-size\"><em>* Portrait of Eric Allen Dolphy Jr. discovered via <a href=\"https://openverse.org/image/36720968-690c-4287-a2dd-619573cc23a6\">Openverse</a>. Colorization by D. Pountain; Original by F. Wolff</em>.<br>&#8220;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00/39509743850\" target=\"_blank\">eric dolphy</a>&#8221; by&nbsp;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00\" target=\"_blank\">dick_pountain</a>&nbsp;is licensed under&nbsp;<a rel=\"noreferrer noopener\" href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=openverse\" target=\"_blank\">CC BY-NC-SA 2.0</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14659\";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:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WP Briefing: Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\";s: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 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14697\";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:147:\"On this week\'s episode, special guest Héctor Prieto joins Josepha in a discussion about phase three and why it\'s more than collaborative editing. \";s: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:60:\"https://wordpress.org/news/files/2023/03/WP-Briefing-052.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s: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:25748:\"\n<p>On Episode fifty-two of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy and special guest Héctor Prieto as they discuss phase three and why it&#8217;s more than just collaborative editing!</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://riad.blog/2020/06/11/write-as-blocks-in-an-encrypted-collaborative-environment/\">Write as Blocks in an Encrypted Collaborative Environment by Riad Benguella</a> </li>\n\n\n\n<li><a href=\"https://github.com/youknowriad/asblocks\" data-type=\"URL\" data-id=\"https://github.com/youknowriad/asblocks\">Riad Benguella’s collaborative editing GitHub repository</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella&#8217;s WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/23129\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/pull/23129\">Block Collab: New package, a framework for collaborative editing GitHub PR</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3: Collaboration</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/48457\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/issues/48457\">Matías Ventura Quick Search GH Issue</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-day-process/\">WordPress 6.2 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\">WordCamp Europe Contributor Day Registration</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\" data-type=\"URL\" data-id=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\">WP20 Wapuu Coloring Giveaway</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14697\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]<br><br>I have with me today Hécto Prieto. You all may know him from the WordPress Slack. He recently was, I believe, a release coordinator, maybe for the last release. Was that for 6.1?</p>\n\n\n\n<p>[Héctor Prieto 00:00:51]<br><br>Yes. It was for 6.1 and also 6.0, in fact.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:54]<br><br>All right. Well, welcome to the WordPress Briefing today. How are you doing?</p>\n\n\n\n<p>[Héctor Prieto 00:00:59]&nbsp;</p>\n\n\n\n<p>Well, I&#8217;m excited to be here. I&#8217;m a longtime listener of the podcast since the first episode. So I&#8217;m super excited to be here with you today.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:06]<br><br>Yes. Longtime listener. First-time caller. All right, well, we&#8217;re gonna have a topic that just dumps you right in the soup, as they say in the United States. So we are actually here to talk about phase three of Gutenberg. It&#8217;s been a long time coming, and there are a lot of questions that folks have about what&#8217;s going into it and what&#8217;s not going into it.</p>\n\n\n\n<p>And as someone who works really closely with our Gutenberg technical architect, Matías Ventura, I figured you would be exactly the right person to come and talk about your favorite things. From your perspective, what is going to be the biggest enhancement that we start to approach in phase three?</p>\n\n\n\n<p>Like which thing, which API is gonna take the most work, do you think?</p>\n\n\n\n<p>[Héctor Prieto 00:01:53]<br><br>Well, the most work, that&#8217;s a very hard question to answer because we are still we are going to start an exploration phase to determine how far we want to go with each of these APIs. So, in general, all these APIs and these products are standalone projects. And some of them are shorter, and some of them are longer.</p>\n\n\n\n<p>I would say, in general, the real-time collaboration sounds the most technically challenging because of what it represents and all the changes needed to how we interact with WordPress from async to sync, basically. That would be the hardest part. I think there are also already a few prototypes working, but we need to see how that scales, for example.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:32]</p>\n\n\n\n<p>Yeah. So speaking of a few prototypes, I know that there are two or three different prototypes specifically for collaborative editing, but do we have people or groups, working groups in the community that have built any other prototypes? Or is it just kind of first passes at collaborative editing that we&#8217;ve seen?</p>\n\n\n\n<p>[Héctor Prieto 00:02:52]<br><br>Well, apart from Riad Benguella’s exploration, there&#8217;s a public repository with that exploration, there are a few plugins trying the same, trying real-time collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:03]<br><br>Yeah, I can think of co-blocks and as blocks, and then I feel like there was a third one.</p>\n\n\n\n<p>[Héctor Prieto 00:03:09]&nbsp;</p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:09]<br><br>We&#8217;ll find the links to all these</p>\n\n\n\n<p>[Héctor Prieto 00:03:12]</p>\n\n\n\n<p>Yeah. Let&#8217;s add them to the show notes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:14]<br><br>Excellent. So that&#8217;s going to be the biggest one. Is there, of the list of APIs, and this is based on the post that Matías sent out last week. If you all haven&#8217;t seen that, we&#8217;ll put that in the show notes as well. But from the APIs that Matías sort of helped us to identify last week, is there any one that you are particularly excited about for fixing things in WordPress or just generally like an interesting topic of development for you?</p>\n\n\n\n<p>[Héctor Prieto 00:03:42]<br><br>Well, I would say all of them and how they all play together. But, if I need to pick one of them…</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:48]<br><br>Everything&#8217;s the best!&nbsp;</p>\n\n\n\n<p>[Héctor Prieto 00:03:50]<br><br>I&#8217;ll cheat anyway, and I will going to pick two out of them because they solve issues at different levels. I&#8217;m very excited about visual revisions. I think it helps a lot of users, and it affects even non-technical users.</p>\n\n\n\n<p>So it&#8217;s one of the projects that lower how hard or complex WordPress can be to use sometimes. It&#8217;s going to be a huge improvement. It&#8217;s going to, I mean, bringing blocks to the revision system. I mean, it&#8217;s just a dream come true for me. I&#8217;m also going to highlight the search everywhere or quick search feature Matías already opened an issue in the GitHub repository right now.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:28]<br><br>Mm-hmm.</p>\n\n\n\n<p>[Héctor Prieto 00:04:28]<br><br>So the idea for this product is to have a power user shortcut that opens searching, an Alfred-like or Spotlight-like interface for those familiar with MacOS operating systems.</p>\n\n\n\n<p>When you can type anything, any place you want to go, or you want to search for any specific text in a document. And it&#8217;s supposed to be your power user command tool. So that you can do most things there.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:53]<br><br>Oh, and I mean not only power user command tool, but also there are some applications there for folks who have mobility issues, people who are using primarily keyboard as opposed to keyboard and mouse, all that kind of stuff, right?</p>\n\n\n\n<p>[Héctor Prieto 00:05:07]<br><br>Exactly. And just thinking long term with the rise of AI, it could be possible even to add some natural language processing to this interface so that users could just write in, in plain text, in natural language, what they want to do, and WordPress would provide the action for them.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:23]<br><br>Very nice. My two favorites, since you gave two favorites and I can&#8217;t just give one at that point, my two favorite projects, which are also probably really, really hard projects, are those explorations around fixing notifications. That is a really big project. And one that I think that, in general, the WordPress project is going to be really excited to have some input on.&nbsp;</p>\n\n\n\n<p>And so that&#8217;s one that I really will have an eye on. And the other one that I&#8217;m going to definitely have my eye on is the media gallery redesign. I realize that this shows, between you and I, that shows our two specific focuses. Because, of course, you work directly with guiding all of our developers. And I am very much like our user advocate. And WordPress “everyman.”</p>\n\n\n\n<p>I don&#8217;t know if that&#8217;s a term that makes sense outside the US. But I do a lot of advocacy for folks who are using WordPress from the user side as opposed to from the developer side because, of course, we have a lot of excellent developers. So y&#8217;all don&#8217;t need my help with your advocacy.</p>\n\n\n\n<p>But yeah, that really shows that you and I have different focuses, which I think is good too.</p>\n\n\n\n<p>[Héctor Prieto 00:06:32]<br><br>Yes. Also, it’s worth noting that at the end of the day, any improvement we make for developers is so that developers can build better things for users. So, at the end of the day, everything is in the best interest of the users.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:45]&nbsp;</p>\n\n\n\n<p>That&#8217;s right. That&#8217;s definitely a good point. Yeah. So, a final question about this particular thing because we&#8217;re trying to keep it a little brief and also because we&#8217;ll have a few other podcasts that are specifically about phase three as our explorations get going. Final question here: If you felt like there was one API or one project in particular that could benefit from a lot of community involvement which would you guess that was?</p>\n\n\n\n<p>[Héctor Prieto 00:07:20]<br><br>I don&#8217;t think I can single out any of them. I think getting user feedback is going to be a vital part of this phase, as always. So I would encourage our listeners to just participate in discussions and provide feedback as we start releasing the first prototypes in the Gutenberg plugin. I don&#8217;t think I can pick one of them for you, completely honest.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:43]&nbsp;</p>\n\n\n\n<p>Yeah. My guess for that is going to be the rework of the dashboard, the admin, WP admin. I think that a lot of people are gonna have a lot to say about what they use it for, what they would like to be able to use it for, how to make it look more modern, how to make it feel more modern. I think that that probably is going to benefit from a lot of early testing and possibly some specific user testing around the concepts of design in there.</p>\n\n\n\n<p>And so that&#8217;s one that that I think probably is going to take a lot of feedback from the community. And community, in this case, I think, is not only our developers and designers and copy folks who are working to build the CMS, but probably also all of our folks who are extending WordPress, everybody who is working in agencies, things like that.</p>\n\n\n\n<p>[Héctor Prieto 00:08:35]<br><br>Hmm, well, if I need to pick one, I would say the publishing flows could use also lots of feedback and testing because we are going to implement editorial requirements and customized user flows. And, of course, there are many, many different workflows out there that we might not be able to think of ourselves.</p>\n\n\n\n<p>So just imagine the sheer amount of different use cases. There&#8217;s going to be, or there currently is with customizations of third-party plugins. So, yeah. I would like to listen to how people would like the publishing flows to be. What are the specific use cases?&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:09]<br><br>So really, just everything, we need a lot of user feedback on everything.</p>\n\n\n\n<p>[Héctor Prieto 00:09:13]<br><br>Yes. That&#8217;s the summary.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:15]</p>\n\n\n\n<p>I don&#8217;t think that&#8217;s a bad summary. I know that we talk a bit about how WordPress is made better by the activity of our co-creators, the people who are using the software and testing the software, and telling us how it could be better. Those are the groups of people that make sure that we are the best version or headed in the best direction on any of our things with the software.</p>\n\n\n\n<p>And so I guess it&#8217;s probably not super unusual for everyone to hear like we need your feedback on everything because that&#8217;s probably what we do half the time.</p>\n\n\n\n<p>[Héctor Prieto 00:09:44]<br><br>Yeah, absolutely.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:47]<br><br>So the publishing workflows, that reminds me that there has been a little bit of a conversation lately around the naming of this phase, basically.</p>\n\n\n\n<p>And I know that the phases don&#8217;t necessarily need names. Like that&#8217;s why they&#8217;re numbered, and that&#8217;s a great idea. Like numbers are wonderful ways to reference things, but it also is just easier to reference it in kind of general conversation.</p>\n\n\n\n<p>So the first phase was easier editing, and it really focused on the editing experience itself. The second one was customization, and now the third phase has been called collaboration for quite a bit of time.</p>\n\n\n\n<p>But as we got closer and closer to this phase and we had more and more conversations that were coming out of phases one and two, it became really clear that really what we&#8217;re looking at here is more around workflows. And I love that that is an option for how to refer to this. Probably that&#8217;s how I will refer to it for most of the time that I talk about it as we are looking at phase three. </p>\n\n\n\n<p>Because I remember that when we were first building the prototypes of Gutenberg, one of the big flags that I had was that breaking changes are not just about what we can see or any sort of visual regressions or what causes the white screen of death. Also, some of the things that are breaking changes should be considered in those workflows when we change where things are or how you accomplish a task.</p>\n\n\n\n<p>And our users weren&#8217;t ready for it. That is something that is breaking for them, right?</p>\n\n\n\n<p>[Héctor Prieto 00:11:25]&nbsp;<br><br>Yes. As you mentioned, this phase was referenced as collaboration, real-time collaboration, for a long time, but if we think of how this collaboration looks, it&#8217;s much more than just editing at the same time. A very big part of collaboration is also asynchronous collaboration by adding in-line comments and improving these notifications when you have a comment in your draft. I think the power of this phase is how everything comes together. These individual pieces come together.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 0:11:51]<br><br>Yes, and I don&#8217;t know where that first flag that sparked the discussion around, like, okay, but collaborative editing is not quite big enough and also means a bunch of different things for a bunch of different people. It depends on the size of your organization or the type of content you&#8217;re writing.</p>\n\n\n\n<p>Like, I don&#8217;t know where that conversation started. My guess is, you know, some WordCamp somewhere, and an attendee was like, did you, did anybody ever think about these problems? And then they kind of worked their way around the Make Core site or otherwise made their way around to Matias&#8217;s ears.</p>\n\n\n\n<p>But yeah, I think that was a really smart choice. And you&#8217;re exactly right, collaborative editing; that can refer to the synchronous kind or the asynchronous kind, and both of those types of collaboration are equally valuable and probably equally used.</p>\n\n\n\n<p>[Héctor Prieto 00:12:40]<br><br>Yes. And one important point to note here is that this editorial flows, and this collaboration is crucial to implement multilingualism going into phase four. We need to think that as soon as we have posts and pages in different languages, there are going to be requirements in terms of how to translate these pieces of content.</p>\n\n\n\n<p>So this will need collaboration, all forms of collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:13:02]<br><br>Yeah, absolutely. This maybe was before your time with the project, but I was team multilingual-first for a long time. Or at least thinking that we could do the multilingual part of this work alongside the collaborative editing part of the work. I&#8217;ve spent a lot of time trying to understand what we think is going in phase three versus what probably we need to be able to do as far as having native multilingual support in the project.</p>\n\n\n\n<p>And I have softened my very hard position on that. You know, we&#8217;re big fans of strong positions loosely held, strong opinions loosely held. And this was one of those moments where I had that really strong opinion that we could just do them concurrently. We can do them at the same time.</p>\n\n\n\n<p>And I think it was a conversation that you and I were having when you were pointing out the complexities of translating WordPress at all, let alone being able to translate all your content as well. And it makes a lot of sense, and you&#8217;re right. I think that there are a lot of interactions, a lot of workflows that we&#8217;re gonna have to kind of refresh or redesign or rebuild before it really makes sense for us to help make that a nice streamlined option for multilingual offerings.</p>\n\n\n\n<p>[Héctor Prieto 00:14:17]<br><br>Yes, absolutely. As a Spanish-speaking person, I&#8217;m super excited about having multilingual in Core, but I also understand that we need some tooling ready before implementing multilingual in Core.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:14:29]&nbsp;</p>\n\n\n\n<p>There are no, there really are no easy problems left in WordPress, right? Like, we all agree on this now?</p>\n\n\n\n<p>[Héctor Prieto 00:14:36]<br><br>That&#8217;s correct. And we&#8217;re creating something incrementally. If we look at the phases, they are ordered sequentially. But that doesn&#8217;t mean that when we start phase three, we are, finishing phase two completely in the same way. We have not finished phase one.</p>\n\n\n\n<p>That will be like saying, when is WordPress finished, when is the development finished? So it&#8217;s an incremental project, and it&#8217;s always going to be to need refining. So it&#8217;s of course, multilingual needs to come after collaboration because we need those tools.</p>\n\n\n\n<p>But that doesn&#8217;t mean we need to finish the collaboration phase or have it very advanced phase three before we can start phase four. That will be determined in the next month as we start explorations.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:15:17]&nbsp;</p>\n\n\n\n<p>So if you all, which I know you are, are interested in better workflows, more streamlined ways of working inside WordPress, and or interested in how we are gonna get multilingual settled in the future, this is a great time to get involved in this project and in the community. Like I said, we&#8217;ve got that post up that Matías shipped last week, which, again, if you have not read it, go read it because it&#8217;s got excellent, excellent information in there for you.&nbsp;</p>\n\n\n\n<p>Héctor, before we head out, is there anything that you wanna make sure that you let the listeners know, either about phase three or just about WordPress in general?</p>\n\n\n\n<p>[Héctor Prieto 00:15:57]<br><br>Well, tomorrow is WordPress 6.2 release day. So happy 6.2, everybody!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:04]<br><br>Happy 6.2. Oh, yeah. Yeah. Which means today is the dry run; probably in three hours, we&#8217;re doing the dry run.</p>\n\n\n\n<p>[Héctor Prieto 00:16:14]<br><br>Depends on when we&#8217;re listening to this, but yes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:18]&nbsp;</p>\n\n\n\n<p>Oh, that&#8217;s a good point. Right? Not everybody listens to this the second it becomes available. Time zones. That&#8217;s right. Oh, man. Look at us being a global project and just pretending like everybody listens to this particular thing the moment that it&#8217;s available.</p>\n\n\n\n<p>I apologize to everybody who&#8217;s listening to it after the release or in the middle of the release party or whatever you&#8217;re doing. Regardless, tomorrow, if you&#8217;re listening to it today, is the WordPress 6.2 release, and it&#8217;s gonna be great.</p>\n\n\n\n<p>Well, Héctor, thank you so much for joining me today. I really enjoyed having you on, and thanks for letting me interview you.</p>\n\n\n\n<p>[Héctor Prieto 00:16:59]<br><br>Thank you for having me. It was my pleasure to be here.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:17:10]</p>\n\n\n\n<p>So that brings us now to our small list of big things, and as is frequently the case, it&#8217;s actually kind of a big list of big things. So we&#8217;re gonna hop right in here. As Héctor and I mentioned in the episode, the release WordPress 6.2 is coming out tomorrow, depending on when you&#8217;re listening to this. If you listen to it on the 27th, it comes out on the 28th of March.&nbsp;</p>\n\n\n\n<p>If you have a chance to drop by the release party. I would encourage you to; they&#8217;re pretty interesting just to get an idea of everything that it takes to build WordPress. It is, of course, the last few hours before a release, and so you don&#8217;t get a full scope.</p>\n\n\n\n<p>But it&#8217;s always nice to see the way that everybody in the community works together, especially there in that last moment when we&#8217;re trying to package something and test it in a bunch of environments all across the world.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:18:00]&nbsp;</p>\n\n\n\n<p>I love attending those. And so I encourage it. The next episode of the WordPress Briefing is going to have the release rundown.</p>\n\n\n\n<p>I&#8217;ll go through the key features and highlights that finally made it into 6.2. The reason we don&#8217;t do those beforehand is just in case we have to remove anything at the last minute from a release. It doesn&#8217;t happen too often, but it does happen sometimes. And so, next episode of WP Briefing, that&#8217;s what we&#8217;ll be talking about.</p>\n\n\n\n<p>The next thing on my list is a new developer blog. So there is a brand new developer blog. It was launched last Wednesday. It&#8217;s a great resource for WordPress developers to stay up to date and hear the latest in the WordPress development world. And also, we had been hearing some feedback from our developers in recent years that if you are like exploring how to extend WordPress, if you&#8217;re in that group of extenders, people who are building themes or building plugins, you&#8217;ve kind of feel like you&#8217;ve lost a place where you can have those exploratory conversations.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:19:00]&nbsp;</p>\n\n\n\n<p>This is gonna be one of those places. We&#8217;ll put a link in the show notes. So far, the content that&#8217;s planned, I think, is really interesting.</p>\n\n\n\n<p>Next thing on our small list, big list, of big things is WordCamp Europe&#8217;s Contributor Day.</p>\n\n\n\n<p>So registration for Contributor Day is now open, and it does require a separate registration than regular attendance at WordCamp Europe. So if you are registered for WordCamp Europe, you already have your ticket for that, but you are not registered for Contributor Day, click the link in the show notes and come on down to spend a little time giving back to the WordPress Project.</p>\n\n\n\n<p>And the last thing on our list today is that we have a WP20 Wapuu coloring giveaway. So put on your little party hats, and grab your crayons. The 20th anniversary Wapuu coloring giveaway is here. There is an opportunity to color in your own community-driven Wapuu and tweet it to us using #WapuuWP20 for your chance to win a sweet haul of WP20 swag items.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:20:00]</p>\n\n\n\n<p>You can check out the full rules at the link in our show notes.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14697\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Introducing the WordPress Developer 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-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:\"Wed, 22 Mar 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"Developer content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14649\";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:137:\"The WordPr Developer blog, a dedicated   space to support devs, is available to help ideas sharing, ways of using new features, and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s: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:4661:\"\n<p>With much activity happening in the WordPress development space every day, keeping up-to-date with the latest updates can be challenging. The new <a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a> is a developer-focused resource to help you stay on top of the latest software features, tutorials, and learning materials relevant to the open source project.</p>\n\n\n\n<p>This blog is the culmination of a community effort that began last year. Formed by experienced WordPress community members and developers, the <a href=\"https://developer.wordpress.org/news/about/\">editorial group</a> has since worked on a wide range of content already available—from theme and block development tutorials to tips and tricks for leveraging WordPress in the site editing era.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A new home for developers</h2>\n\n\n\n<p>As a complementary resource to the WordPress documentation, the Developer Blog aims to provide a shared space to stay informed of development-related updates, keep up with ongoing discussions and ideas, and explore cutting-edge use cases.</p>\n\n\n\n<p>In other words, <strong>consider it as a central hub for developers and </strong><a href=\"https://make.wordpress.org/updates/2020/05/01/care-and-influence-a-theory-about-the-wordpress-community/\"><strong>extenders</strong></a> of different backgrounds and skill levels to learn with quality content from reliable sources, share knowledge, and drive WordPress development forward.</p>\n\n\n\n<p>True to the open source way, the blog will likely evolve. As its editors and readers learn and create more content, it will adapt in response to the needs of community members like you.</p>\n\n\n\n<p>Everyone is welcome to chime in on-topic discussions, share ideas or contribute. <a href=\"https://developer.wordpress.org/news/how-to-contribute/\">Learn more about how to get involved</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What about the content?</h2>\n\n\n\n<p>Content on the WordPress Developer Blog covers many topics, including tutorials on <a href=\"https://developer.wordpress.org/news/category/themes/\">theme development</a>, <a href=\"https://developer.wordpress.org/news/category/plugins/\">plugins</a>, and <a href=\"https://developer.wordpress.org/news/category/block-development/\">block development</a>. You can also expect posts on WordPress APIs, best practices for working with WordPress, updates on upcoming releases, and <a href=\"https://developer.wordpress.org/news/category/learning/\">learning resources</a> for beginners and seasoned developers.</p>\n\n\n\n<p>These articles offer a good hint at what&#8217;s already in store for you:</p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2022/11/17/demystifying-home-and-posts-templates-in-wordpress-theme-development/\">Demystifying home and posts templates in WordPress theme development</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2022/11/creating-themes-from-a-pattern-first-mindset/\">Creating themes from a pattern-first mindset</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\">Static vs. dynamic blocks: What’s the difference?</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/creating-custom-block-styles-in-wordpress-themes/\">Creating custom block styles in WordPress themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/whats-new-for-developers-march-2023/\">What’s new for developers? (March 2023)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sounds interesting? </h2>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/#subscribe\">Subscribe to the Developer Blog</a> to keep up with the latest content in the WordPress development space.</p>\n\n\n\n<p><em>Props for content and peer review <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/mburridge/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mburridge</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/bph/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bph</a>&nbsp;<a href=\'https://profiles.wordpress.org/greenshady/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>greenshady</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14649\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Mar 2023 17:43: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:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s: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:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14685\";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:315:\"WordPress 6.2 Release Candidate 3 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:4918:\"\n<p>It’s the final countdown: the third (and last) scheduled <a href=\"https://make.wordpress.org/core/handbook/glossary/#release-candidate\">release candidate</a> (RC3) for WordPress 6.2 is ready! </p>\n\n\n\n<p>The WordPress 6.2 release is scheduled for March 28, 2023—just one week away! Now is your last opportunity to test it before the general release.&nbsp;</p>\n\n\n\n<p>Just tuning in now? Catch up on the featured highlights, and dig into more 6.2 details in the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 RC1 release announcement</a>.</p>\n\n\n\n<p>Thanks to all the Beta and RC testers who have assisted in this release. Since <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\">RC2</a> was released on March 14, there have been about 21 issues resolved in <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=03%2F15%2F2023..03%2F21%2F2023&amp;milestone=6.2&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">GitHub</a>.</p>\n\n\n\n<p>Your feedback and help in filing bug reports keep the WordPress experience stable, smooth, and delightful. It’s critical work and a great way to contribute to the project.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to install RC3 for testing</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC3.zip\">RC3 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-RC3</code></p>\n\n\n\n<h2 class=\"wp-block-heading\">A shout out to plugin and theme developers</h2>\n\n\n\n<p>Your products are the reason WordPress does so many things for more people across the world. As you test your latest versions against RC3, make sure you update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for more details about the major changes in this release.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Keep WordPress bug-free—help with testing</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If you’re new to testing, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> can help you get started.&nbsp;</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Wow, we’re oh so close<br>Test, test. Get it out the door.<br>Please no RC 4.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14685\";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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Mar 2023 17:59: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:8:\"category\";a:6:{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:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s: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:3;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;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:5;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14640\";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:315:\"WordPress 6.2 Release Candidate 2 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC2 on a test server and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:4681:\"\n<p>Here it is: the second release candidate (RC2) for WordPress 6.2 is ready! </p>\n\n\n\n<p>WordPress 6.2 is scheduled for release on March 28, 2023—which is only two weeks away. Now is your perfect opportunity if you haven’t tried it out yet. Your feedback and help filing bug reports are what keep the WordPress experience stable, smooth, and delightful. It’s important work and a great way to contribute to the project.&nbsp;</p>\n\n\n\n<p>Thanks to everyone who tested the Beta and RC releases so far. Since RC1 was released on March 9, there have been about 36 issues resolved in <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=03%2F07%2F2023..03%2F13%2F2023&amp;milestone=6.2&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">GitHub</a>.&nbsp;</p>\n\n\n\n<p>Catch up on the featured highlights, and dig into more 6.2 details, in the <a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2 RC1 release announcement</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to install RC2 for testing</h2>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC2 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC2.zip\">RC2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-RC2</code></p>\n\n\n\n<h2 class=\"wp-block-heading\">A shoutout to plugin and theme developers</h2>\n\n\n\n<p>Your products are the reason WordPress does so many more things for more people across the world. As you test your latest versions against RC2, make sure you update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2. If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for more details about the major changes in this release.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Join the bug hunt—test, test, test</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If you’re new to testing, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> can help you get started.&nbsp;</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>Listen, we are close<br>One step to final RC<br>Breathe, and keep going</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a></em></p>\n\n\n\n<p><em>Haiku by <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WP Briefing: Episode 51: Is Routine a Rut?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2023/03/episode-51-is-routine-a-rut/\";s: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 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14621\";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:103:\"Join Josepha as she discussed the benefits of routine and what role it plays in the WordPress project. \";s: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:60:\"https://wordpress.org/news/files/2023/03/WP-Briefing-051.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s: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:9299:\"\n<p>On Episode fifty-one of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy as she makes a case for why routine is a good thing&#8211; in life and in the WordPress project. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/06/wordpress-6-2-rc1-postponed-additional-beta-5-added/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2023/03/06/wordpress-6-2-rc1-postponed-additional-beta-5-added/\">Beta 5, Additional Beta Released</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\">WordPress 6.2, Release Candidate 1</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wp20-celebrations/\" data-type=\"URL\" data-id=\"https://wp20.wordpress.net/wp20-celebrations/\">Join WordPress 20th Anniversary Celebrations</a></li>\n\n\n\n<li><a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\" data-type=\"URL\" data-id=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\">Organizing Diverse and Inclusive WordPress Events</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">Events News Widget Modification Proposal</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14621\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:29]</p>\n\n\n\n<p>All right, my WordPress wonders; it&#8217;s time to join me for one of my gentle rants on basic leadership principles. Today we&#8217;re talking about the importance of routine and predictability in everyday life. But don&#8217;t worry, I&#8217;m gonna tie it all together with WordPress, too. So by now you&#8217;re probably aware that I don&#8217;t really consider myself one of those “born leaders.”&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:00]&nbsp;</p>\n\n\n\n<p>Over the years, I&#8217;ve put a lot of effort into researching characteristics of good leaders and general leadership methods overall. But one of the things I encountered early on in my leadership learning journey was the concept of routine.</p>\n\n\n\n<p>As with most leadership practices I hold, routine has more than one purpose. From a very pragmatic standpoint, routines provide predictability and the more predictable something is, the lower the cognitive load becomes, which in turn lets you use your thinking power for something better. For instance, if you know that in every check-in with your team lead, she&#8217;s gonna ask you what you were proud to have shipped last week, what you want to ship next week, and what things stand in the way of your plans, then you know that that is what you have to prepare for.&nbsp;</p>\n\n\n\n<p>The knowledge work, the thinking part. The thinking part stops being, what is my team lead going to ask me and starts being what is the problem that she can help me solve?&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:00]&nbsp;</p>\n\n\n\n<p>But from a more human standpoint, that kind of predictability helps us to understand when something that happened is out of the ordinary. Whether it&#8217;s a notification of a comment left on your blog or syntactical highlighting that lets you know that you&#8217;ve written something that&#8217;s out of voice or against grammar standards, it just lets you know that something is unusual there and deserves your attention.&nbsp;</p>\n\n\n\n<p>Now for me, this has a lot of applications across the WordPress project. There are the obvious things like the cadence of our major release cycles or our notification system, which honestly could use a bit of TLC, a little bit of elbow grease.</p>\n\n\n\n<p>But there are also less obvious things that this idea still applies to simply because of the way our brains work, the information architecture on our sites, for instance. It should make sense visually and semantically because that makes it easy for us to skim and predict where the highest value content is for us. Or the user interface across the back end of our software.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:00]&nbsp;</p>\n\n\n\n<p>Having familiar tasks or actions across any type of content or area of content makes it easier for a site maintainer to flow from one area of a site to the next, fixing things as they find them without necessarily having to stop and put down their hammer and pick up a screwdriver or whatever metaphor works for you. Or if you&#8217;re doing more nuanced work, like put down your timpani mallets and pick up your xylophone mallets.&nbsp;</p>\n\n\n\n<p>So, yeah, consistency. Consistency is the topic of today&#8217;s gentle rant. I get really worked up about it because I feel like consistency ends up being this euphemism for being boring. But I honestly believe that it&#8217;s the consistency and the dependability that make it clear what is supposed to be exciting, the things that are different enough that they merit our attention.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:38]&nbsp;</p>\n\n\n\n<p>Which, fortunately, now brings us to our small list of big things. It&#8217;s actually a pretty big list today and also a bunch of pretty big things. So first thing to know, there was an additional beta added to this release cycle.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:00]&nbsp;</p>\n\n\n\n<p>It was beta five; it came out last week, I think. There was a bit of a regression that we worked our way through. And so RC1, release candidate one, is going to be postponed a little bit because of that. But don&#8217;t wait until RC to start testing, obviously RC is tomorrow, so that means you get to test, like, today!</p>\n\n\n\n<p>The second thing on our small list of big things is that we have the WordPress 20th anniversary coming up. That&#8217;s May 27th. And you can join in the celebrations. So at WordPress&#8217;s 10th anniversary and 15th anniversary, we had like a big, ongoing global set of parties, like Meetup events got together and made cakes, or did a concert, or did a hackathon for various reasons.</p>\n\n\n\n<p>Like they all got together on May 27th or thereabouts and did some really fun, like celebration of how far WordPress has gotten them and how far they hope to be able to go with WordPress.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:00]&nbsp;</p>\n\n\n\n<p>So if you are from the before times WordCamp kind of organizing timeframe, you know that we always consider WordCamps to be like an annual celebration of the excellence of your community and how much you all come together and how different you are as part of this overall big WordPress-y thingy.&nbsp;</p>\n\n\n\n<p>All right. Third item that we have is that, I know that I mentioned this in the last WP Briefing as well, but we have another session of the diverse and inclusive WordPress events coming up that&#8217;s happening on March 16th. So coming up really fast, we&#8217;ll put a link to that in the show notes as well.</p>\n\n\n\n<p>And the final thing, I don&#8217;t remember what list number we&#8217;re at, but the final thing is that there is a proposal out there right now to modify the events and news widget that we use inside the WordPress dashboard. If you&#8217;re not familiar with it, it is a place where all of the local-to-you Meetup events get listed.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:00]&nbsp;</p>\n\n\n\n<p>It&#8217;s where all of the news items from various WordPress media outlets get published. We just have a link to it there. And so, we would like to make some changes to that so that we&#8217;re able to include not only specific location types of events but also events that are location agnostic because they&#8217;re online but might have a specific, identifying niche that you particularly find interesting.</p>\n\n\n\n<p>So it might be for Spanish speakers or for women in particular, or whatever it might be. There&#8217;s a proposal out for that. We&#8217;ll put a link to that in the show notes as well.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14621\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.2 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/03/wordpress-6-2-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Mar 2023 17:39:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14619\";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:316:\"WordPress 6.2 Release Candidate 1 is now available for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC 1 on a test server and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10157:\"\n<p>WordPress 6.2’s first release candidate (RC1) is here and ready for testing.</p>\n\n\n\n<p>Reaching this part of the release cycle is a key milestone. While we consider release candidates ready for final release, additional testing and use by the community can only make it better.</p>\n\n\n\n<p>The official release of 6.2 is just three short weeks away on March 28. In open source, we say with <a href=\"https://en.wiktionary.org/wiki/given_enough_eyeballs,_all_bugs_are_shallow\">many eyes, all bugs are shallow</a>, so we ask everyone across the WordPress ecosystem—theme and plugin developers, educators, agencies, and creators—<a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">to jump in and help test</a>.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.2 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1</strong>: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2</strong>: Direct download the <a href=\"https://wordpress.org/wordpress-6.2-RC1.zip\">RC1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3</strong>: Use the following WP-CLI command:</p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">wp core update --version=6.2-RC1</code></pre>\n\n\n\n<p><em>First-time tester? <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">Here&#8217;s a guide to getting started</a>.</em> </p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.2 RC1</h2>\n\n\n\n<p>This release includes over 900 enhancements and fixes and is the first major release of 2023.&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.2\">Gutenberg commits on GitHub</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=2023-02-21..2023-03-01&amp;milestone=6.2&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Core Trac Tickets</a></li>\n</ul>\n\n\n\n<p>WordPress 6.2 comes packed with enhancements to make everything you do smoother, faster and a little more inspired:</p>\n\n\n\n<ul>\n<li>A refreshed Site Editor for easier template browsing</li>\n\n\n\n<li>A new sidebar experience in the Navigation block for simpler menu management</li>\n\n\n\n<li>Reorganized block settings with separate tabs for Settings and Styles</li>\n\n\n\n<li>New inserter design that lets you add Media—including Openverse and its more than 600-million-item catalog, plus your entire Media Library—and better categories</li>\n\n\n\n<li>More header and footer patterns for block themes</li>\n\n\n\n<li>A new Style Book that shows your entire site’s look and feel all in one place</li>\n\n\n\n<li>New controls to let you copy and paste block styles for faster, simpler design across your whole site</li>\n\n\n\n<li>Custom CSS you can add for those finishing touches, per block and globally</li>\n\n\n\n<li>Sticky positioning to keep important blocks fixed when scrolling</li>\n\n\n\n<li>Distraction Free mode for moments you want to focus on writing</li>\n\n\n\n<li>New options that let you import certain widgets from classic to block themes</li>\n\n\n\n<li>The removal of the Site Editor’s beta label—welcome to the next generation of WordPress</li>\n</ul>\n\n\n\n<p><em>Want to see some of these featured highlights in action? Check out the <a href=\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\">WordPress 6.2 Demo</a> recorded March 2, 2023.</em></p>\n\n\n\n<p>Do you crave a deep dive into tech specs? These recent posts cover a few of the latest technical updates. This is not an exhaustive list, but it should get you started:&nbsp;</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/07/patterns-api-expanded-to-include-template_types-property/\">Patterns API expanded to include template_types property</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNP\">Introduction of Block Inspector Tabs</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qR8\">Shadows in Global Styles</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qME\">Introducing the HTML API</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qM4\">Miscellaneous Editor Changes</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qNm\">Custom CSS for global styles and per block</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qLf\">Google Fonts are included locally in bundled themes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/03/editor-components-updates-in-wordpress-6-2/\">Editor Components updates in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qPp\">Enhanced accessibility</a></li>\n\n\n\n<li>And much, much more</li>\n</ul>\n\n\n\n<p>These are also compiled into a <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">comprehensive WordPress 6.2 Field Guide</a>.&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Let&#8217;s go on a bug hunt!</h2>\n\n\n\n<p>Without your testing support, hitting important product milestones would be a much bigger challenge. It’s also a meaningful way to contribute to the project. If it’s your first time, or it’s been a while, <a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">this detailed guide</a> is a great resource to lean on.&nbsp;</p>\n\n\n\n<p>From a global perspective, every time you test a pre-release version, you help secure the future of WordPress. How? By helping the community prove the software is stable, easy to use, and as bug-free as possible.&nbsp;</p>\n\n\n\n<p>Want to know more about testing releases in general? You can follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Interested in the details on the latest Gutenberg features? Find out what’s been included since WordPress 6.1 (the last major release of WordPress). You will find more details in these <em>What’s new in Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/\">15.1</a>, <a href=\"https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/\">15.0</a>, <a href=\"https://make.wordpress.org/core/2023/01/04/whats-new-in-gutenberg-14-9-4-january/\">14.9</a>, <a href=\"https://make.wordpress.org/core/2022/12/22/whats-new-in-gutenberg-14-8-21-december/\">14.8</a>, <a href=\"https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/\">14.7</a>, <a href=\"https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/\">14.6</a>, <a href=\"https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/\">14.5</a>, <a href=\"https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/\">14.4</a>, <a href=\"https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/\">14.3</a>, and <a href=\"https://make.wordpress.org/core/2022/09/30/whats-new-in-gutenberg-14-2-28-september/\">14.2</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A special thanks to WordPress plugin and theme developers</h2>\n\n\n\n<p>Do you build plugins and themes?&nbsp;Your products play a special role in helping WordPress do more things for more people across the world. In turn, more people in the WordPress Community mean a bigger, more robust open web.</p>\n\n\n\n<p>Chances are, you have already been testing your latest versions against the WordPress 6.2 betas. With RC1, you will want to finalize your testing and update the “<em>Tested up to”</em> version in your plugin’s readme file to 6.2.&nbsp;</p>\n\n\n\n<p>If you find compatibility problems, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Português? Русский? 日本? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.2 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hungry for even more?</h2>\n\n\n\n<p>Want to know more about what went into the making of WordPress 6.2? Please check out the <a href=\"https://make.wordpress.org/core/6-2/\">6.2 release cycle</a>, the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>, or search for <a href=\"https://make.wordpress.org/core/tag/6-2/\">all things 6.2 related</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Another haiku for 6.2—it’s tradition!&nbsp;</h2>\n\n\n\n<pre class=\"wp-block-verse\">Beta has left us<br>The code sings such happy songs<br>Six point two RC</pre>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: </em><a href=\"https://profiles.wordpress.org/laurlittle/\"><em>@laurlittle</em></a><em> </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">@jpantani</a>. Haiku by @<a href=\"https://github.com/nomad-skateboarding-dev\">nomad-skateboarding-dev</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14619\";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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Your WordPress 6.2 Preview\";s:7:\"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:62:\"https://wordpress.org/news/2023/03/your-wordpress-6-2-preview/\";s: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 Mar 2023 17: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14573\";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:179:\"Watch this ‘live product demo’ recording with release squad members Anne McCarthy and Rich Tabor as they share exciting enhancements anticipated for the WordPress 6.2 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Jonathan Pantani\";s: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:67367:\"\n<p>On March 2, release squad members <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> and <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> presented a live product demo of all the delights coming in WordPress 6.2, set to release on March 28, 2023.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-videopress wp-block-embed-videopress\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"VideoPress Video Player\" aria-label=\'VideoPress Video Player\' width=\'500\' height=\'315\' src=\'https://video.wordpress.com/embed/5nQlEknZ?at=31&amp;hd=1&amp;cover=1\' frameborder=\'0\' allowfullscreen allow=\'clipboard-write\'></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1674852142\'></script>\n</div></figure>\n\n\n\n<p>A first-of-its-kind event in the world of WordPress releases, the showcase was moderated by fellow community member <a href=\"https://profiles.wordpress.org/njwrigley/\">Nathan Wrigley</a> and joined by nearly 90 participants.&nbsp;</p>\n\n\n\n<p>During the demo, Anne and Rich highlighted some of the new features and enhancements that will continue to revolutionize the way you interact with WordPress. They gave a quick tour of the Site Editor’s refreshed interface, which lets you browse and preview templates before editing. They also covered all the new and highly anticipated ways to manage styles, as well as improvements to the Navigation block, new collections of header and footer patterns, the new distraction-free mode for focusing on writing, and plenty more.&nbsp;</p>\n\n\n\n<p>It was a jam-packed hour that sparked plenty of excitement—and a lively question and answer session that wrapped up the event on a high note. The presenters weren&#8217;t able to answer all the questions that were posed so they were <a href=\"https://a8c.slack.com/archives/C04S7RYK0F3/p1678330454722129?thread_ts=1678330090.320659&amp;cid=C04S7RYK0F3\">collected and answered in a follow-up post</a> on <a href=\"https://make.wordpress.org/core/\">Make.Wordpress.org/Core</a>.</p>\n\n\n\n<p>Watch the recording of the live demo in case you missed it, or want to relive the moment (and the funky fresh demo site designed by Rich). You can find a full transcript of the live demo below.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Referenced Resources</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/2https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/%201/6-2-live-product-demo/\">Live demo announcement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">6.2 release roadmap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Wrapping Phase 2 of the Gutenberg project</a><strong>&nbsp;</strong></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/\">6.2 release enters Beta 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">Beta 4 and the latest call for testing</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/47043\">Fixed/sticky positioning GitHub issue</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></li>\n\n\n\n<li>FSE theme developers on Twitch: <a href=\"https://www.twitch.tv/daisyonwp\">daisyonwp</a> and <a href=\"https://www.twitch.tv/ryanwelchercodes\">ryanwelchercodes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></li>\n\n\n\n<li><a href=\"https://github.com/annezazu\">Anne McCarthy on GitHub</a></li>\n\n\n\n<li>Learn WP workshop: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/291813021/?isFirstPublish=true\">How to create a website on mobile</a></li>\n</ul>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> and <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> for co-authoring and editing this post, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, and <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a> for captioning, and <a href=\'https://profiles.wordpress.org/robinwpdeveloper/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>robinwpdeveloper</a> for uploading the recording files to wordpress.tv.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14573\"></span>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>Nathan Wrigley </strong>0:22  <strong>\n</strong>How are we doing? Should we go for it?\n\n<strong>Anne McCarthy  </strong>0:24  <strong>\n</strong>I think we can start.\n\n<strong>Nathan Wrigley </strong> 0:26<strong> \n</strong>Why not? The recording has started. So let\'s get, let\'s get cracking.\n\nHello, welcome everybody to the WP 6.2 Live Demo outline. I\'m Nathan Wrigley. I do a few things around the WordPress community, mainly to do with video and podcasting and things like that. But it\'s not about me.\n\nToday, we\'ve got two fabulous guests. We\'ve got Anne McCarthy and Rich Tabor, and they\'re going to do a full on Product Demo. It\'s a little bit unlike things that you may have seen, because in the more recent past, lots of new features have been added. And so Rich, and Anne are going to spend the time on the screen in a moment, and they\'re going to show you all of the bits and pieces that you may find dropping into a WordPress install near you. Let\'s hope. There\'s been a lot that\'s been happening, so there really will be probably 20 or 30 minutes of live demos, so look forward to that. I\'ve got to get them to introduce themselves in a couple of moments.\n\nJust before that, though, a little bit of housekeeping. This is going to be recorded, so if you have to drop out halfway through and go elsewhere, completely fine. It\'s going to be posted at the Make/Core website, but it will also come fully complete with a transcript as well. So, if that\'s something that you\'re looking for, that will all be there. Also to say that if you want to post any questions, we\'d love that. In fact, there\'s a whole portion at the end when Rich and Anne have finished speaking, where we\'re going to field questions toward them. Now there\'s really two places to do that. If you\'re live with us on Zoom, then if you hit the Q&amp;A button at the bottom of the screen and post your questions in there, I guess specifity... specific... Whatever that word is, be specific. Help us out. Tell us exactly what you want to know and we\'ll get the questions to them. The other way to do that is to go into Slack. And there is a channel in there, #walkthrough. And if you want to post any questions in there as well, that would be great. So yeah, just to recap, Q&amp;A button if you\'re in Zoom, and use the Slack #walkthrough channel, if you are in the Making WordPress Slack. Okay, right. I think we\'ll take you guys one at a time if that\'s alright. First off a little bit of an introduction from both of you. Let\'s begin with with Anne McCarthy, shall we? Hello, Anne!\n\n<strong>Anne McCarthy  </strong>2:42<strong>\n</strong>Hello, hello. It\'s so good to be back on literally any sort of live stream with you.\n\nI appreciate that you\'re a part of this\n\n<strong>Nathan Wrigley </strong> 2:48<strong> \n</strong>Yeah, that\'s really nice.\n\n<strong>Anne McCarthy  </strong>2:49<strong>\n</strong>Well, I\'m Anne McCarthy. I\'m a product wrangler at Automattic. I live in Seattle. I also run the FSE Outreach Program, which is basically dedicated to testing all the latest and greatest of WordPress, which is part of why I\'m so excited to be part of this demo, is because so much neat stuff has come through this that I\'ve had the privilege of going through a little bit early on with the ever growing calls for testing. So that\'s a little bit about me, I\'ll pop it over to Rich.\n\n<strong>Nathan Wrigley  </strong>3:17<strong>\n</strong>Yeah. So Rich, if you want to take the baton there.\n\n<strong>Rich Tabor  </strong>3:21<strong>\n</strong>Yeah. Hey, everyone. I\'m Rich Tabor. I\'m a product manager at Automattic. And I work on WordPress and Gutenberg, in particular. From a little bit south of Atlanta, Georgia, in the US, and been building and tinkering with WordPress for I think, close to 11 years now. So it\'s, it\'s been a good run, and I\'m super stoked about where things are heading.\n\n<strong>Nathan Wrigley  </strong>3:43<strong>\n</strong>Yeah, and things definitely have been moving in a very much a forward direction, WordPress, 6.1. And WordPress 6.2. There\'s so much clear blue sky between the two of them. I think probably the best thing at this point is if we can have it, I don\'t know what whose screen is coming on. I think it might be Rich\'s, or maybe it\'s Anne\'s, I don\'t know.\n\n<strong>Rich Tabor  </strong>4:00<strong>\n</strong>Yeah.\n\n<strong>Nathan Wrigley  </strong>4:01<strong>\n</strong>If we can get that screen shared, then I will slide my way out of this call and say, Rich and Anne, it\'s... it\'s over to you. I\'ll be back soon as you\'re finished for any Q&amp;As.\n\n<strong>Anne McCarthy  </strong>4:14<strong>\n</strong>Awesome. Thank you.\n\n<strong>Rich Tabor  </strong>4:17<strong>\n</strong>Alright, everybody can see my screen right now?\n\n<strong>Anne McCarthy  </strong>4:19 <strong>\n</strong>Yes. Rich did an excellent job designing this. I do want to call this out that I love, absolutely love this.\n\n<strong>Rich Tabor  </strong>4:26<strong>\n</strong>Thanks, Anne. Yeah, this is actually running Twenty Twenty-Three. So it\'s kind of showcasing some of the things you can do just with the core theme. And some of the design tooling that we are, that has been built into 6.2. So this view here is the site editor. So I\'m going to orient you here. There\'s one big change here in particular, I want to call out visually, is this idea of the frame here on the right, and this will pull up the local template. So I\'m looking at my homepage of the site right now. If I navigate into other templates, I can pull those up here on the right as well. And then you can also navigate template parts. So this part\'s not very new to 6.2. But the idea of zooming in on different template parts and templates and having them appear here in the frame is. And that\'s important because of this concept of browse mode. And this is where you could dive into an actual page from the site editor. So here, I just pulled up the about page of the site, and I can click into it and actually start making changes. Now, the changes here within the post content block are going to be relative to this about page. But I can also modify the template which then changes the about, or changes the page on any instance of this particular template. So it\'s a new concept and how we can browse the site. But it\'s a very powerful, and really the first iteration of that way of managing a site.\n\n<strong>Anne McCarthy  </strong>5:50<strong>\n</strong>And also lightly introduced content editing in the site editor, as you mentioned. So it\'s a kind of a neat merging of the two worlds, which I know folks have long been wanting to see that unified. And same with the frame, it kind of adds a nice layer where instead of just being dropped in, like before, you kind of are given a more zoomed out view, which I think helps address a lot of the feedback that we saw around the orientation when you\'re entering the site editor.\n\n<strong>Rich Tabor  </strong>6:12 <strong>\n</strong>Yeah, exactly. And really, if we think a little bit further out than 6.2, this could also house setting to use. So we do have, you know, one view here that that is relative to 6.1, where you can see all of your different templates. But imagine if we had any other different types of settings and controls and different pages loaded within here, doesn\'t have to be just the front end templates and renders of your site.\n\nAlright, so we\'re gonna dive into this here. So you can go into it just by clicking on the frame. I\'ll do that one more time just to show, you just click on it. And now you entered right into it. You can edit it right off, so we can make changes, just as if we zoomed into it in the other way in 6.1. And then we have a bunch of styling tools that have been added to 6.2, so I want to kind of hone in on these. Like, this panel itself is not new. We have style variations, you can zoom in here, we\'ve got this new zoomed out view, where you can apply different ones at a time. And then we also have this icon here, which triggers the style book. Now the style book is a very interesting tool here that really lets you customize the theme\'s style guide, essentially. So I can go through each of these tabs, which are relative to the block categories, and see all of the blocks loaded on this particular site. So right here, I\'ve got like Button blocks and Columns block and whatnot. So if I click on one of these, it\'ll pull up the Style panel of that particular block. And then when I make changes over here, these are applied globally throughout my entire site. So if I want to change the way this button looks, let\'s say we do some smaller tags, maybe we\'ll add a little bit of letter spacing, and maybe make it capitalized. See, it\'s getting applied everywhere that the button is used. Also do some changes here to padding, perhaps. We\'ll do something custom here. I think that looks nice. And now...\n\n<strong>Anne McCarthy </strong> 8:13\nReal quick while you\'re doing this, I wanted to note that like this is something that folks have really struggled with previously with the site editor, where if you\'re editing a block that isn\'t in the template already, you\'re not able to see this. So as Rich is showing, you can actually look at any block that\'s being used in your theme and see how the change that you\'re making in styles will impact that. Where before, if the block wasn\'t present in that template that you were editing, it was hard to know exactly what was happening. And so now you have both the style book and this inline preview that you see in the Style section to rely upon, which is pretty neat.\n\n<strong>Rich Tabor</strong>  8:43\nYeah, exactly. And really, you could theoretically go in and design your entire theme with the style book. Now, I know there\'s some advantage to design in context of pages and whatnot. And I\'ll go into that in a bit. But the idea is that you really can quickly browse through all of the different blocks and tighten up what you want to within these controls. And it\'s not limited to the standard variation as well. There\'s also these style variations of each block that you can now manipulate as well. So we\'re gonna go in, say, we\'ll change the radius of this one. So we want it to be sharp like our other button. But we have these new controls. Like, this is a shadow control we\'ve added in 6.2, where you can apply, say, like this shadow here might be nice. This one here, and so some fallback shadows, within core that a theme can provide as well, its own values. But this now will apply for every single variation of the outline on my site here.\n\n<strong>Anne McCarthy  </strong>9:39 \nAnd you\'ll notice that it\'s not in the style book right now. And that\'s just part of the future feature development is showing the variations of blocks as well.\n\n<strong>Rich Tabor </strong> 9:47\nExactly, yes, I would imagine that this would this would show up the variations of the button block, yeah. Which is a nice way to really customize these, like it used to be only CSS would be used to manipulate these variations here. And now it kind of abstracts that away and you can do it within the editing experience. That\'s really nice. It really is. There\'s also this idea of block CSS, so you can add custom CSS that is scoped to a particular block. So if I add CSS here, it\'ll be applied for the button block wherever it\'s used. Now, I wouldn\'t recommend using additional CSS in most cases. I would, I would suggest using all the different controls that we\'ve built, that are built into 6.2. But the idea of using CSS to add a little pizzazz to this particular button block is fine. But just with that caveat that you wouldn\'t want to use it exclusively. Like I wouldn\'t apply a background color via CSS, I would rather use the background elements color here. There\'s also additional CSS, which emulates what was previously in the customizer. So we do have site wide CSS that can be applied within the site editor and also on the front end of your site. Again, I wouldn\'t emphasize using this exclusively, as there are a lot of new design tools that I would explore first, from the top level styles here where you can apply colors to the background, text and buttons. But if there was anything extra you wanted to add, you could do so within the stylesheet here.\n\n<strong>Anne McCarthy </strong> 11:21\nAnd I\'ll note we\'d love to hear feedback if there are certain things that you\'re repeatedly adding custom CSS for. So either commenting on a currently open issue, or if you don\'t find one, opening an issue would be super helpful, because it\'s neat to see what folks are using for CSS so we can fill those gaps.\n\n<strong>Rich Tabor </strong> 11:36\nYeah, exactly. So that\'s the global Style panel here. But there are some quite a few other improvements along with styling. So the first is the idea of pushing styles globally. So if I\'m in here, and I\'m designing, let\'s say I want to add a radius, I want to do some different typography as to appearance like this, like bold, italic look. And then we\'ll also...\n\n<strong>Anne McCarthy  </strong>12:07\nThat\'s cool.\n\n<strong>Rich Tabor  </strong>12:07\nThanks. Also, let me make the letter spacing, maybe we\'ll make it a little bit bigger, actually, and then, I think that\'ll work. Do these changes here and see I\'ve just styled this one particular block this button up here. And this button down here is still using the global styles that we designed earlier. But now I can go through my settings panel here and hit Apply globally. And I\'m going to here so we can see that happen. The styles are now pushed globally to all the other blocks. So this is really helpful for when you\'re designing in flow. And you don\'t necessarily want to abstract out into the style book and you want to push your changes that you just did here, because you like the way the button looks and want those applied everywhere, all at once. I think this is really powerful way to to quickly design within the editor. Another tool that is quite useful, I\'m going to take this heading here and manipulate this. It\'s the idea of copying and pasting styling. So we\'re going to use that same bold italic look, maybe we\'ll make that a little smaller, we can even manipulate this size to be a little bigger. Now we go here to copy styles. And then I can come all the way down here to this other heading that\'s very similar, and paste it in. And there we have that style applied just to these two headers. And you would do this when you don\'t necessarily want every single heading to have this effect. But perhaps there are like elements on this page that you want to push those changes to, specifically. So copying and pasting allows you to be very granular, whereas applying styling globally, lets you be more of a holistic design experience for pushing styles. Another neat...\n\n<strong>Anne McCarthy  </strong>13:57 \nOh, real quick, I just wanted to know like I think one of the things that\'s interesting is, as we\'ve added more design options to blocks like this is part of the experience of scaling things and making it easier to use. So when we think about like intuitive and delightful. Some of these tools coming into 6.2 really take you know, the tons of design tools that we\'ve added over the last couple releases and makes it easy so you can actually tweak things and then reuse. So I think that\'s one of the things I want to call out is it\'s kind of this crescendo. Where now the tools that are coming to 6.2 to really ease the experience and allow you to do a lot of neat stuff where rather than having to re-tweak everything through every single heading block. A lot of stuff is used. So...\n\n<strong>Rich Tabor  </strong>14:34\nYeah, exactly. WordPress is moving towards a design tool and less of like, what you see is what you can only have. It\'s more of an expression of creativity and it really does open up the doors for for designing beautiful pages on the web. I think it\'s really powerful.\n\nAnother cool bit that we\'ve added is the idea of sticky positioning. So headers would be nice sometimes if they stick to the top, so for top level group blocks, this is a group block here, there\'s this new position attribute where you can assign it to sticky. And as you can see, right in the editor, it\'s already showing me that this is sticky on the front end. And also here as well. It\'s only available for top level blocks for now, there\'s still some some odd stuff to figure out on how we communicate when something is not going to stick due to the the parent height of the elements around it. But for top level, it\'s still fine. So we have it here. But there are some iterations that are already happening for the next release that will kind of bring this into more, bring some more capabilities to this particular feature.\n\n<strong>Anne McCarthy  </strong>15:44 \nYeah, and I\'m very excited because one of the things I wanted to briefly call out was the how the header, the template part has that purple. So another neat thing coming to this release, that was a big part of feedback for the outreach program was having to look parts and reusable blocks having a different coloring, because there are different kinds of blocks are synced across the site, when you make little changes and impacts everything everywhere. So that\'s another neat thing that\'s coming with this release, is that you can kind of see those a bit differently in the List view as well as when you\'re in the editor. I see Nathan has his hand raised. Is that intentional? Oh, it\'s removed. Okay.\n\n<strong>Nathan Wrigley </strong> 16:23 \nIt was not intentional. That\'s my mistake. I\'m sorry.\n\n<strong>Rich Tabor </strong> 16:28 \nYeah, it helps you see quickly too like, what is the template part, particularly for headers and footers, it makes it easier to browse quickly.\n\nSo speaking of template parts, and patterns in particular, so headers and footers, are new patterns added within WordPress 6.2. And now that they\'re loaded, actually from the pattern directory, which is kind of neat. And I\'m going to show you how to replace a footer with one of those other patterns. So if you have your footer template parts selected, you can go to replace footer. Now this flow is not new to 6.2, but it\'s going to call out these other improvements. And then you just click one there, and you have it loaded here, that\'s the site logo that I\'m using up here as well. And you can modify this text without having to do any any funky PHP filters or moving actual templates. And if you want to change it again, you go back to replace say, let\'s pick this other one, let\'s try this one. It\'s kind of nice. And there\'s this focus view, or you can zoom in to just the footer itself. You can even check the responsiveness of it and see how it, how it reacts on mobile, and make any of your changes here and have those persist over to the actual template whenever you close it out. It\'s a nice way to really kind of clean up the editing experience. So you\'re not seeing this entire group of groups and instead kind of focusing on what you\'re actually wanting to complete. You can do the same for the header as well.\n\n<strong>Anne McCarthy  </strong>18:01\nYeah, and as Rich mentioned, there are some new patterns that are being bundled from the directory, which I think are really extensive. Regardless of what theme you\'re using, there\'s going to be some pattern for group patterns that help democratize design where you can use them in anything.\n\n<strong>Rich Tabor  </strong>18:15\nYes, that\'s right. All right. So navigation. Navigation has gone under a... quite a bit of work in the last a couple of months. And really, this is all about trying to make it easier to manage your site\'s navigation and also add pages and links and then even styling. So there\'s this new dedicated list view for the navigation block. So it\'s essentially emulating a little bit of what\'s available over here except for you had to kind of get down to it. Now it brings it top of mine and the surface area here. You can drag them around, move them up and down, even add submenu links and remove them as well. And then you can style it like normal. And now apply different styles via the styles tab to the block itself, or even individual page links and whatnot, you can dive into them and manage them all from here, instead of having to only manage them from up here. This really kind of abstracts the complexity from from this particular canvas interface into a more familiar interface here on the sidebar. It\'s really a great effort. And it\'s it\'s taken some time to refine but it\'s getting there and it\'s feels a lot nicer.\n\n<strong>Anne McCarthy  </strong>19:30 \nYeah, there\'s been a lot of good feedback about this as well just because it kind of is meant to marry the classic experience with bringing blocks into it. So it is in addition to being edit, editing on canvas, so if you really want to continue to edit as a block you still, you can continue to do that. But it does add a nice interface and the block settings where you\'re able to do it. And I\'ll briefly call out here the split settings, which we\'ll probably talk about later. But you\'ll see here for more complex blocks, there\'s some nice split settings making it a little bit easier, more intuitive to go through.\n\n<strong>Rich Tabor </strong> 20:02\nYeah, that\'s right. And if you take a look at navigation here, this is very similar to this component added here. And, and that\'s, that\'s purposeful, we want it to look and feel familiar. Either way you\'re managing navigation. So you can also add some menu items here, remove them and drag them around and reset them here, as well as browse into the individual pages. So that\'s what I have for the site editor portion of the demo. And did you have anything else you wanted to add to this, Anne?\n\n<strong>Anne McCarthy  </strong>20:37\nOh, could you resize the Browse mode for me? I just love the resizing. I think it\'s kind of cool. This is just like a fun, you know, thing to call out. But maybe you won\'t noticem but you can resize it. So as you\'re quickly going through your site, if you want to see how it looks in different ways, you can also do that. So that\'s the final thing I\'ll shout out.\n\n<strong>Rich Tabor  </strong>20:56\nYeah. So then, yeah, exactly. It\'s... there\'s a lot of fine, fine touches like that. Well, we can\'t obviously can\'t call them all out today. But it is really getting tightened up overall as an admin experience for the site.\n\n<strong>Anne McCarthy  </strong>21:12\nIt\'s such a great foundation in the future, for sure.\n\n<strong>Rich Tabor </strong> 21:15\nExactly, exactly. Alright, so if we press this back button here, it goes right back to the dashboard, I\'m gonna go and leave...\n\n<strong>Anne McCarthy </strong> 21:25\nThat back button was a big piece of feedback people had they would get into the site or not know how to get back out. So I appreciate you calling that out.\n\n<strong>Rich Tabor  </strong>21:32\nYeah, exactly. It\'s been through a number of iterations. And I think we\'ve settled on something that feels feels nice; it does feel nice.\n\n<strong>Anne McCarthy  </strong>21:41\nI agree.\n\n<strong>Rich Tabor  </strong>21:43\nSo...\n\n<strong>Anne McCarthy  </strong>21:44\nAh yes, the removal of the beta label.\n\n<strong>Rich Tabor  </strong>21:46\nYou want to talk to this, Anne?\n\n<strong>Anne McCarthy  </strong>21:48\nYeah, I would love to jump in on this actually. So you\'ll notice that the beta label is removed for this release. And part of why we wanted to show it now is to see how all the features, how the experience has changed, how much more you can do. And all of that has led to the removal of the beta label. And that doesn\'t mean that feature development is done that it\'s like, you know, gonna stay this way forever, it just means it\'s in a place where we invite you all to try to the site editor, it is out of beta. And a lot of development work has gone into testing this. So we\'ve had almost, I think, 20 calls for testing with the outreach program. It\'s been through multiple major WordPress release cycles, there is still more work to be done. But I\'m very excited to see the beta label removed, I think the features that are coming to 6.2. And the foundation that is set with 6.2 really marks a level of maturity. That is pretty exciting. So consider this an invitation to try out modern WordPress, and to check it out.\n\n<strong>Rich Tabor</strong>  22:43\nA hundred percent, I couldn\'t have said it better.\n\nAlright, so another neat part that\'s added recently for 6.2 is this idea of distraction free mode. So it\'s not turned on by default, but I have it on so we can see the results here. So you can go in and type right here. And then actually, I\'m gonna throw in some Lorem here. So you can see it in action. So this feels more like a text editor and less like a Block Editor. Whenever distraction free mode is on even the the multi block selection, it feels really nice. It doesn\'t there\'s not this idea of blocks, even it\'s kind of abstracted from here, there\'s less noise, there\'s less distraction. And just think that the idea is that it\'s just you and your words, it\'s just writing and publishing. And if you want to publish, you can hover over here, you\'ll see the toolbar come down, you can hit Publish or draft. And then this is how you would turn it off and back on here. And then you still have control of all the existing tool. And it\'s just a much simpler, streamlined interface. And you do have access to blocks, you can still add them if you\'d like to, but the idea is just being able to write without the distractions is really powerful. And a really nice publishing experience overall.\n\n<strong>Anne McCarthy  </strong>24:08 \nAnd this is for everyone. So this is like a lot of stuff we\'re coming to say it or using a block theme. This is available for anyone who\'s using the Block Editor. And to be honest, I use this for basically all my writing now. Especially for any post or page, I typically will go into this mode. So I\'m very excited about this. And I hope folks feel the same way.\n\n<strong>Rich Tabor  </strong>24:28\nYeah, exactly. I\'ve been using that too for quite a bit. But the thing is, is also not only for post editing, so I have a page here that I\'ve created. And I have distraction free mode turned on, which kind of removes all the extraneous tooling and it really lets me focus in on the actual blocks here so I can manipulate them to an extent. I can even drop in different imagery for these images here and modify the buttons and whatnot and even add more blocks but the idea is it\'s almost like a simplified editing experience for pages as well, not only for posts. And here, I\'ll come up here and turn off distraction free mode to see it all in real time.\n\n<strong>Anne McCarthy  </strong>25:13  \nAnd this isn\'t yet available for the site editor, but I have a feeling a number of folks are going to be keen to see that put in there as well.\n\n<strong>Rich Tabor </strong> 25:20  \nExactly, yeah, I don\'t see why it wouldn\'t work in the site editor as well. I think it\'d be very nice. Yeah. So we have some other improvements here that are fun. So this inserter here has gotten a couple of changes here. So blocks looks familiar, it\'s still the same, but patterns is where we started seeing some changes. Instead of having some featured patterns loaded in a block category selector, we\'ve split them out individually as their categories here, you\'re gonna load up some of the different header patterns that are loaded in WordPress 6.2. So you can load them here and see them in this tray, and then click to add them to your site. Which is really nice, it\'s a nice way to kind of go through them quickly and see a bunch of different ones. We also have the media tab up here, which is new, which splits out the images from your Media Library, videos, and audio as well, including the Openverse library. So this is a catalogue of, I believe, over 600 million free, openly licensed stock imagery. And you could search from right here in the inserter. So let\'s type in birds. And click on one, and it will add an image block with the image already added to it, we have got the caption down here. If you don\'t want the caption, you just turn it off right here, this little control that was added. And now you can manipulate it right off. So let\'s say this, drop it into here. Maybe we\'ll make these about the same size and move it over to something interesting.\n\n<strong>Anne McCarthy  </strong>26:53\nAnd I\'ll note that there was a GDPR concern around the images being properly uploaded rather than hotlinked. And I wanted to just note that that\'s been addressed. So the images are uploaded to your Media Library. That\'s why. So in case anyone has that question. Sorry, continue.\n\n<strong>Rich Tabor  </strong>27:08\nYeah, no, that\'s a good point. It\'s very important. A key benefit to have this flow here is that instead of instead of having to add an image block, and then open your Media Library, and then pick an image, and then you have it here, it\'s really this one flow of searching visually, and searching here, as well. And then having it added as an image block already. So it kind of skipping all the extra steps that you always have to do anyhow, it\'s really nice. And we have a couple of interface changes. So there\'s the settings icon up here that used to be a cog, and now it represents the sidebar itself. So when you open it, the sidebar is triggered, if that\'s closed. And that\'s changed for a couple of reasons. But one of the bigger reasons is, as I mentioned earlier, this idea of split tabs, so we have the cog for settings. And that\'s when a block has additional settings that are not per the norm of the styles that are available within WordPress, then you\'ll have a new settings tab pulled out here. And that\'s to keep the density nice whenever you\'re editing and it feels good instead of having everything kind of in your face all at once. Now for other blocks, like the paragraph block, there\'s not additional settings, so automatically not included. The tabs up top and just be everything top level. But  when a third party plugin adds like a different settings panel, or even if you extend one of these core blocks that does not have one, and a detects one should be auto added as well. So it\'s kind of just like a nice, fluid way to continue improving the experience of editing within WordPress.\n\n<strong>Anne McCarthy </strong> 28:49\nYeah, so plugin authors can also kind of make sure where they want settings and styles to show that it shows up correctly. And there\'s a dev note about that as well.\n\n<strong>Rich Tabor  </strong>28:58\nYes, that\'s right, you can you can decide as when you\'re extending or adding your own inspector controls. That\'s what these are called here, whether or not they\'re included within styles or settings as well. Yeah.\n\nThen another smaller change that\'s kind of nice is this idea of pulling the outline from its own toolbar item up here into the list view. It\'s because they\'re very relative, you know, a list of all the blocks on your page, also an outline of what\'s going on. So they\'re combined now into this one view. We also have time to read word count and character count here, which is nice. And then this is a little guide here that just helps you understand the structure of the importance of the structure of the document and making sure that it is properly structured. All right, was there anything else that we wanted to add you think, Anne?\n\n<strong>Anne McCarthy  </strong>29:51\nI\'ll add one last call out just because I\'m trying to think about like little dev tidbits if you want to disable it prefers there is a way to disable Openverse as well I know that\'s always a concern. We add something it\'s like, okay, how do we get rid of because I don\'t want a client getting into it, there is a way to disable that is documented as well. The other thing is the pattern. So there\'s new categories, the patterns. And so query is now posts, a couple of things were merged, there\'s no call to action. And there\'s also some lovely, which I\'m gonna brag on Rich, again, some new text based, query patterns. We have a lot of visual patterns for the query loop, and now there\'s wonderful, more text focused ones, which I think is really exciting. And just another great way where patterns have evolved and patterns is obviously a huge part of the future building with WordPress. So I\'m very excited about those and keen to see just more variation with query loop, I think it\'s really powerful block to make easier to use. So I\'m excited to see it. Otherwise, I think that\'s, I think that covers a lot of what we were trying to go through.\n\n<strong>Rich Tabor </strong> 30:57\nYeah, and there\'s certainly more. There\'s a lot of interesting, minute details that are, you know, quality of life improvements around editing and designing. And we can\'t cover them all today. But it\'s just, there\'s a lot of exploratory ideas and cool, interesting pieces that have been the result of lots of feedback and lots of testing, like I mentioned earlier. And, you know, it\'s really a testament to open source and contributing and really working together as a team to make this thing we call WordPress ours and making it a brilliant publishing experience. So just thank you to everyone who\'s put in time ideas, effort, code, design, marketing, copy, all of that, and more to making this what it is. It wouldn\'t be possible without you.\n\n<strong>Anne McCarthy  </strong>31:46\nTotally agree. And thank you, Rich, for doing such an excellent job building this site and demoing all this.\n\n<strong>Nathan Wrigley  </strong>31:51  \nYeah, indeed. Thank you, Rich. Thank you, Anne. Just to let you know that, in theory, there\'s possibly up to about 25 minutes left. If anybody wishes to pose a question, we\'re going to do our best to get the answer directly from Rich and Anne. Whether that means putting the screen back on, I don\'t really know. But we\'ve got a few that have come in. The place to put those, it would appear that some people have figured out how to do that in Zoom. But if you go to the walkthrough channel, in the making WordPress Slack, you can post some questions in there and all things being equal, we\'ll get them raised as quickly as we can. So we\'ve got a few. In all honesty, because they\'ve been copied and pasted from various different places, I can\'t necessarily say who the name of the person is that sent them. But first question I\'ve got over here for either of you. It says when you save globally, under the Advanced tab, does this change the stylesheet? Interesting.\n\n<strong>Rich Tabor  </strong>32:54 \nSo this will change the attributes of the blocks. So if I throw in that example, there, I pushed the attributes of that one block globally. So they\'re applied to every block. So it does affect some styles, but not writing any style sheet or writing to the core style sheets.\n\n<strong>Nathan Wrigley  </strong>33:11\nCan I ask the question? It\'s not something that\'s been submitted by anybody else, but it just occurred to me that as you were clicking the global button, I just wondered if there was a \"get out\" from there. In other words, if you inadvertently click the global button, is there an undo option in there? In other words, can you back away from all of the buttons suddenly changing or all of the H1s? \n\n<strong>Anne McCarthy  </strong>33:32 \nYou do have to hit save after. You can\'t just hit Apply globally. You have to hit save, and that\'s where the multi-entity saving pops up. The multi-entity saving is kind of strange in that it\'s not good at discarding changes. So you basically would just have to like leave. Like it would be like, Whoops, I hit that. You probably also have to hit the undo. Like there\'s - those are the two kind of options. So, yeah.\n\n<strong>Rich Tabor </strong> 33:54 \nYeah. The undo is like a global thing. It works there as well. Yes.\n\n<strong>Anne McCarthy</strong>  33:58 \nAnd there\'s a reason that feature is hidden, like under Advanced and collapsed. That\'s not necessarily for everyone. But for folks who do like to tinker, it is available.\n\n<strong>Rich Tabor  </strong>34:08  \nRight. And it\'s also only available in the site editor as well. So it\'s the more the global view of editing your site is where you can access that. \n\n<strong>Nathan Wrigley  </strong>34:17  \nPerfect.\n\nOkay, so I have a question from Zoom. Is copying and pasting styles as demonstrated just for core blocks? They go on to say more, which I\'ll read out. Some blocks collect, some block collections have their own C&amp;P, and I\'m curious what might carry over, if anything? And then there\'s a follow up. Also, if CSS classes are assigned to a block, will applying global styles to a block be to all of the same block, i.e. H2? Or, hopefully, will a custom class allow for a more granular global CSS? There\'s a lot in that question, but if we start with the: is copying and pasting styles demonstrated just for core blocks?\n\n<strong>Rich Tabor  </strong>34:56  \nSo it works for blocks that have leveraged the block support system within core. So if you have opted your block into using background color, and text color, link color, any of the layout settings, anything that was in the styles tab, then all of those would get pushed to or get copied or pasted or even pushed to the global application of styles as well. Now, if there\'s, if a block has done its own sort of background color attributes, I don\'t know that those would persist as well. But if you use what\'s available in core, it\'s really one or two lines of JSON will get you the background color support that you need. \n\n<strong>Nathan Wrigley</strong>  35:35\nAnything to add to that, Anne?\n\n<strong>Anne McCarthy  </strong>35:37  \nNo, just another reason to rely on what core is building. So it\'s a another great example of how these features will work together and how adoption helps whenever these new things come out.\n\n<strong>Nathan Wrigley  </strong>35:49  \nOkay, so we\'ll go on to the next question then. So this is from Zoom, and apologies, I don\'t know your name. Can we have this as a feature request? Can we have sticky sidebar block for some groups next release, please? \n\n<strong>Anne McCarthy </strong> 36:05 \nProbably would do a separate block, I\'m guessing. Yeah, do you have anything to add to that?\n\n<strong>Rich Tabor</strong>  36:11\nYeah, I would say we wouldn\'t need a sticky sidebar block. Right now that group lock in top level-only does support position sticky. And the only reason it was turned off like we did have it on for one of the Gutenberg releases for everything - for every group block - but it was turned off just because there was too much confusion around if you had a sticky element that wasn\'t didn\'t have enough space to stick for and enough height to stick. So it wouldn\'t actually be sticking. You wouldn\'t see a result of you applying a sticky position to it. So I think we can figure that out with some some UX to really clean that experience up so that you do expect and understand what\'s going on. When you apply that to a block. That\'s not the root level of the document. So it\'ll be there. It just takes a little bit more iteration.\n\n<strong>Nathan Wrigley</strong>  37:00\nOkay, another question. This time from Slack. When there are changes made in the site editor, are the templates still marked with the blue dots to indicate that the changes are in the database?\n\n<strong>Rich Tabor  </strong>37:14\nYes, from that Manage Templates view that I shared in the canvas, it will show up just like it did previously, when there are changes to one of the templates provided by the theme.\n\n<strong>Anne McCarthy </strong> 37:25\nYou can revert the changes, as well, as you\'re used to doing.\n\n<strong>Nathan Wrigley </strong> 37:30\nOkay, thank you. Anne\'s shared a link related to the question that we just posted. I don\'t know how Zoom works well enough to whether or not we can share the screen. \n\n<strong>Anne McCarthy  </strong>37:40\nI can briefly share my screen. \n\n<strong>Nathan Wrigley  </strong>37:42\nYeah, that\'d be great. Show us the GitHub.\n\n<strong>Anne McCarthy </strong> 37:43\nLet me try that. I just wanted to mention this in case people want to follow along in the follow up tasks related to this. I love to look at links. I\'m a nerd like that. So in case anyone else is, this is a lot of the follow up tasks and a great issue to chime in on or just follow if you\'re interested in this because there are some improvements to be made. But this is a neat report for now. So it\'s - oh, I just copied and pasted. So it\'s issue number 47043 in the GitHub repo.\n\n<strong>Nathan Wrigley </strong> 38:11\nSo 47043 related to the question that we just had. Okay, so another one from Zoom. This is Robin, who asked the question, can you show? It\'s just moved on my screen. There we go. Can you show us how to trigger the focus mode to view, say, for example, the footer on its own? So I guess we\'re back on the screen again.\n\n<strong>Rich Tabor  </strong>38:34\nSure. Everyone can see? Yep. So when you have a template part selected, you just hit the Edit button here and then it\'s focused into that as well. And then you have, again, the responsive controls here. All the existing controls, it\'s just localized to this template part.\n\n<strong>Nathan Wrigley  </strong>38:54\nHopefully that answers your question. Thank you, Robin. Just for anybody who\'s kind of lurking who has a question but hasn\'t yet posted it, please do. What are the chances that you\'re going to get Rich and Anne on the on the phone in the next few weeks? Pretty minimal, I\'d say, so make use of them while they\'re here. Ellen has done just that. She\'s in Slack. Ellen says, is there a plan to allow no title templates in the block editor as they are still included even in header and footer-only templates?\n\n<strong>Rich Tabor</strong>  39:28\nNo title templates. Like templates without a title? I\'m not quite.\n\n<strong>Anne McCarthy </strong> 39:35\nYou can just remove that block. \n\n<strong>Rich Tabor  </strong>39:36\nYeah, you can you can remove the post title block from a template. I\'m not quite sure if that\'s if that\'s what the question is asking.\n\n<strong>Nathan Wrigley  </strong>39:46\nEllen, if you\'re still in Slack and watching this, if you heard Rich and Anne queerying that, then if you can give some more clarity, we\'ll endeavor to get that answered.\n\n<strong>Anne McCarthy</strong>  39:57\nKnowing Ellen she knows exactly how to remove things. So I\'m like, I\'m curious. I\'m definitely - we\'re misinterpreting something because she\'s very - Not showing the title in the editor...?\n\n<strong>Nathan Wrigley  </strong>40:07\nYeah. Not showing the title in the editor. She says she\'s here. \n\n<strong>Anne McCarthy  </strong>40:12  \nI\'m like, \"Say more.\" \n\n<strong>Nathan Wrigley </strong> 40:14 \nYeah. Give us more. Give us more Ellen, and we\'ll get right back to you.\n\n<strong>Anne McCarthy  </strong>40:17\nLet\'s follow back up on that, because Ellen always has some good questions and good feedback.\n\n<strong>Nathan Wrigley</strong>  40:21\nAll right. We\'ll do just that. Again, another question from Zoom. This is posed by some anonymous person. Will the list views icon get the same treatment as settings?\n\n<strong>Rich Tabor  </strong>40:33\nI don\'t think it\'s in the plans. I don\'t think there are plans to change that. But list view icon, it\'s always the list view. So when you toggle it on and off, it\'s relative to what it is. Whereas on the other side, the settings can be block settings, page settings, template settings. Global styles is in that same area. So it\'s a little bit more context for the list view to stay a list view item.\n\n<strong>Anne McCarthy  </strong>40:58\nAnd I know that the question came up because the settings icon looks like there\'s that sidebar. And so there are who people have been asking like, will the same thing happened over here? Just for context. That was part of a discussion in a different GitHub issue.\n\n<strong>Nathan Wrigley </strong> 41:12\nOkay, thank you very much. I appreciate very much those people who are posing questions. That\'s really great. Again, just to prod you once more, feel free to add your own questions in no matter how big or small they are. We\'re here to help. So now we have a question on Zoom from Abdullah. And he coincides beautifully with a question I\'ve written down. Any good resources to learn FSE theme-based development? Can either of you point to a particularly good resource that you know of?\n\n<strong>Anne McCarthy  </strong>41:41\nYeah, Learn WordPress. There\'s tons of stuff on Learn WordPress that I would recommend. I also, Daisy Olson, who\'s Developer Relations at Automattic, has a Twitch stream going and some YouTube videos around block theme development. But I would recommend going to Learn WordPress. There\'s also some contributor-led initiatives. Carolina, who\'s one of the theme folks has, I think, it\'s fullsiteediting.com. And that was kind of like the original, go-to resource. And she\'s done an incredible job working on that and keeping it up to date. So yeah, there\'s tons of tons of resources. I will spare you from from sharing more, I don\'t know, Rich, you have more hands-on experience there. What\'s the most helpful for you?\n\n<strong>Rich Tabor</strong>  42:22\nYeah, there\'s some really great tutorials and guides on Learn that are relatively new, that are really helpful. And I see that the team there has been really cranking it out on the last year or two, like really putting a lot of effort into this. So I would, I would start there.\n\n<strong>Nathan Wrigley  </strong>42:38\nSo if you\'re not familiar with that, I guess it would be apropos to say go to your browser of choice and type in learn.wordpress.org and go and explore. Basically, there\'s a ton of materials that are getting updated on what feels like a daily basis at the moment. So, once more, learn.wordpress.org. Go and check that out. But also, Anne in the chat that we\'ve got going on here has linked to Daisy Olsen\'s Twitch channel, which - I\'m just going to read it out but hopefully I\'ll make it into the transcript. twitch.tv/DaisyonWP. And it\'s all one word. D-A-I-S-Y-O-N-W-P. Daisy on WP. So there\'s two great places to go. But the learn.wordpress.org is perfect.\n\n<strong>Anne McCarthy </strong> 43:24  \nI have to add one more thing, which is if you\'re not fully ready for block themes, one of the big things that I feel like needs to be emphasized more is you can gradually adopt. So all these features are being done. But maybe you want to only give access to a client to edit the header. You can do that. Maybe you want to leverage theme.json in your classic theme, you can do that. If you want to expose the template editor.\n\nBut use the rest of your themes across them, you can do that. So I want to also encourage folks to look into resources around gradual adoption, because it makes sense that this stuff isn\'t - From day one, there has been a focus on that. Adopt what you what you want, when you want and it\'s going to make sense to different people at different times. Matías once said that to me, and I think it rings really true. And so now that we\'re at this level of maturity, I think we\'re looking again and revisiting again, like okay, what can I use? What do I want to use? I think it\'s really important to mention. So if you\'re not ready to go all in, I encourage you not to just wipe it all away, but to think about how you can gradually adopt and also what would help you gradually adopt. So there is actually a label on GitHub started a couple months ago around - It\'s called blocks adoption. So if there\'s something that you see that you\'re trying to adopt the site editor, and it\'s preventing you from doing so, like we want to know about that. And you\'re welcome - I\'m going to just put this out here - @annezazu is my GitHub username, feel free to just like @ annezazu, \". This is blocking me from using the site editor.\" We want to know these things. Open issues. Please share, because that is also part of the phase of this work is making sure people can adopt as they can and that the tools are robust. There\'s a ton of resources as well. There\'s a page in the Theme Handbook around gradually adopting to block themes. So I just wanted to call that out.\n\n<strong>Nathan Wrigley </strong> 45:06 \nAnd just one more time, what was that? Give us, the give us the username.\n\n<strong>Anne McCarthy  </strong>45:11<strong>\n</strong>A-N-N-E-Z-A-Z-U. So like Zazu from The Lion King. It\'s an inside joke from middle school.\n\n<strong>Nathan Wrigley </strong> 45:19\nOkay, possibly the shortest question. This is from Sandy, I should say, Can Lotties be added to 6.2?\n\n<strong>Rich Tabor</strong>  45:28\nI would say that I did a quick search a few minutes ago and there are various blocks built by the community, which do allow you to add or embed LottieFiles to your site. I haven\'t tested any myself but feel free to dig into those. And if they\'re open source, they can contribute ideas or feedback on on those GitHub repos.\n\n<strong>Nathan Wrigley </strong> 45:49\nThank you very much. And Eagle has posted a question. When there are changes made in the site editor, are the templates still marked up - Did we have that one? We have, right? We\'ve done that. \n\n<strong>Anne McCarthy </strong> 46:01\nWe answered that one. Yeah.\n\n<strong>Nathan Wrigley</strong>  46:02\nI think we did. Okay, moving on directly then to Ian, what is - oh! Okay, what is the philosophy for mobile in the editor? Are there any plans to have a mobile view?\n\n<strong>Anne McCarthy </strong> 46:16\nThat\'s part of the dragging and resizing. And there\'s a lot of work being done around intrinsic design. And you can see on the developer.wordpress.org? What is the blog? I think it\'s /news. Do you hear audio?\n\n<strong>Nathan Wrigley  </strong>46:35\nI hear only your audio. I don\'t hear anything I don\'t wish.\n\n<strong>Anne McCarthy</strong>  46:36\nOkay, sorry. Something just started playing in the background out of nowhere and that just scared me. It\'s like all of a sudden, I was like, woah! Where was I?\n\n<strong>Nathan Wrigley </strong> 46:50\nSo we were talking about mobile views?\n\n<strong>Anne McCarthy </strong> 46:53\nYes, intrinsic design. There is a developer blog that if you\'re not following that, you definitely should, that addresses this around, basically showing that the mobile view points have exploded over time. It\'s now really not sustainable to try and have CSS and all this sort of stuff, mobile queries allowing for each view. So instead, how can we think about intrinsic design? And so that\'s like the best answer I can give. And for now, there is this nice resizing that you can do to kind of see how things scale. 6.1 introduced fluid typography, which was really exciting and part of this larger, intrinsic design set up. And I think we\'ll expect to see more of that over time. Sorry, for the brief mental break.\n\n<strong>Nathan Wrigley  </strong>47:36\nJust a quick reminder, we probably got 5, 6, 7 minutes or something like that before we start to wrap things up. So if you\'ve got any questions, please, please do post them in here. We have one from Paul who asks, is there any more work planned for pattern management in the future? And then WP Engine has released a plugin allowing easier management of patterns recently, I believe that was yesterday, it would be good to know if we should wait for core or assume that nothing else is coming soon.\n\n<strong>Rich Tabor  </strong>48:07\nYeah, I would say that pattern management is an important part of this new WordPress experience and having a way to create and manage local patterns, but also maybe push them to the pattern directory. And then on top of that, having a functionality built in where - it\'s kind of like a component based system where you have patterns where the design is the same across patterns, but content can change. All of that kind of falls into the same category of work. And that is something I believe WordPress will eventually do as well.\n\n<strong>Nathan Wrigley</strong>  48:41\nOkay, we\'ve got no more questions on the screen. So I\'m going to ask a question, if that\'s all right. You were demonstrating the distraction-free mode there where you could move things up, move things down, and resize pictures and images and so on. I was just wondering what the constraints on that are. So in the case of images, I could see that you could resize things. And with the text, I could see that you could, you know, highlight things and start typing wherever you wish. But I just wondered how the decisions had been made to set those parameters and those only. So yeah, around that, what\'s available in distraction-free mode? What limitations are there?\n\n<strong>Rich Tabor  </strong>49:17<strong>\n</strong>I would say, generally, it\'s what\'s available is what happens when you click on a block. The tooling is there available on the canvas before so resizing was available on the image but not the toolbar. So the resizing is still available when you\'re in distraction-free, but maybe not adding the caption piece or you know, those other toolings. It\'s almost like the content locking or content only locking API. It\'s very similar to that in a sense, but a little bit more tightened up.  Where just text and dropping in images - you can\'t necessarily open the Media Library from there unless you dive out of it. But you can drop another image onto that existing image to replace it. Some things like that.\n\n<strong>Nathan Wrigley  </strong>49:59<strong>\n</strong>It looks like a really excellent interface for people who just, well, want to concentrate on their writing. It sounds like Anne\'s all in on it.\n\n<strong>Anne McCarthy</strong>  50:05\nI use it every single day. It\'s amazing.\n\n<strong>Nathan Wrigley </strong> 50:09  \nIt almost felt like a Google doc minus all the bits and pieces at the top. Yeah, really, really nice. Okay, so we have some more questions. Weston is asking, what about optimizing the experience of editing using a mobile device on the web? So I guess that\'s a little bit maybe the question that we had earlier. How can... we how can we do things on a actual mobile device? \n\n<strong>Anne McCarthy </strong> 50:30\nThat\'s a great question. There are mobile apps. So there is the mobile team and using the mobile apps. I personally don\'t use mobile apps and sometimes will edit things from Safari on my iPhone SE 2.\n\nI actually was talking to someone - their username is Nomad Skateboarding. And from what I understand, he only builds client sites from his phone. And so one of the things I said to him, I was like, \"Give us your feedback. That\'s really cool. It\'s really unique. That\'s fantastic. Like, what pain points you\'re running into, what can we improve?\" Because there is obviously like, we are in a mobile first world. My phone is sitting right next to me. I would love to hear particular pain points folks have when trying to edit in that way. You can obviously use the apps. There are some quirks with the site editor, and that I know is partially being looked into and resolved. But yeah, I think there are probably - what we\'re building now should always translate back and there are teams trying to sync back and forth. And there was a recent post from the mobile team talking about what\'s the future of mobile editing. And so I would recommend - it\'s somewhere on Make/Core. I recommend digging that up and getting involved and honestly sharing your feedback. Because I don\'t think that is an experience that we talked about enough personally.\n\nIt\'s a great question. \n\n<strong>Nathan Wrigley  </strong>51:40\nRich, anything or should we move on?\n\n<strong>Rich Tabor  </strong>51:42 \nI think that was great.\n\n<strong>Nathan Wrigley </strong> 51:44 \nOkay, perfect. Um, um, um. Okay, we have an anonymous question. It says as page speed is a big challenge, how are we optimizing the blocks for better LCP score?\n\n<strong>Anne McCarthy</strong>  52:00 \nThere are, some interesting - sorry, Rich, I don\'t know if you wanted to jump in. I was going to start link dropping. \n\n<strong>Rich Tabor  </strong>52:05 \nYeah, you go ahead. Yeah. \n\n<strong>Anne McCarthy  </strong>52:07  \nYeah, there\'s some interesting work from André. Part of it involves actually adding tracking and making sure there\'s really good front end metrics. So there\'s kind of a twofer going on. In one fell swoop, we\'re focusing on better tracking and improving the tracking that we have for performance, particularly the front end. And then at the same time, also work is being done to optimize like style sheets. There\'s been some really neat stuff in previous releases that I bet I can pull up if you\'ll give me one moment.\n\n<strong>Nathan Wrigley  </strong>52:36\nYeah, whilst you try to find that, Anne, I think it\'s probably important to say that, if there are any questions which you wish to have answered which don\'t somehow get answered in the next few moments, then there will be posts created around this piece. So anything that goes missing, any question that is unanswered, there will be endeavours to get them answered. Right? Okay, show us what you got, Anne.\n\n<strong>Anne McCarthy  </strong>53:00  \nYeah. So this was a post I did for 5.9, in conjunction with a whole ton of folks who contributed and actually did this work, I just was kind of gathering it up. But you\'ll see sections here around block style sheets and CSS loading. And honestly, a lot of the work with the styles engine, which is part of the global styles project, can help give a lot of opportunity to actually improve this, I recommend checking out this post to see some of what\'s already been done. And then in the future, one of the discussions that we had recently with some folks across the community from Google, from Automattic, 10up, all over the place, including our lovely performance lead, Felix. We talked about some of this stuff and about how to talk about particularly themes and also just blocks in general. And thinking about some performance improvements and developer education and automated testing and all sorts of stuff. So I won\'t go too far into this. But I think a lot of work can be done. And some of it is being done around measuring more front end metrics and very recently, LCP was added and started to be tracked here, which I think is pretty exciting. \n\n<strong>Nathan Wrigley  </strong>54:05 \nI think following the performance team and Felix Arntz, in particular, would possibly get you quite a long way towards your answers there. Okay, a couple more. Firstly, there\'s a few people helping out in the Slack channel. So, appreciate that. We\'ve got Matías answering questions, and so on. So that\'s really amazing. Thank you. Another anonymous question, any plans to support CSS Grid?\n\n<strong>Rich Tabor  </strong>54:33 \nI think it\'s something worth exploring. Probably not the major priority coming up. But definitely some interesting aspects that we\'ve seen other... other building applications do that we can learn from for sure.\n\n<strong>Nathan Wrigley  </strong>54:47  \nOkay, we\'re very short on time now. I think we\'ve got to round it off at the top of the hour. So we\'ve got about four minutes left. I\'ve got to wrap it up a little bit. So try to get these last two done if we can. This is from Mary. What are the typography options as of 6.2? we have Google fonts and self-hosted. Any plans for solutions like Adobe Type and Monotype?\n\n<strong>Anne McCarthy  </strong>55:11 <strong>\n</strong>There\'s a Fonts API that got booted from 6.2 and is hopefully planned for 6.3. So I would just follow that effort. So right now, 6.2 is not introducing anything new or different there. Things are as they were. There\'s a private API that folks can can use with anything JSON. That\'s as concise as I can be.\n\n<strong>Nathan Wrigley </strong> 55:31\nNo, that\'s perfect. I think we\'re three minutes to go. That\'s probably the best time to wrap up the Q&amp;A. Apologies if you had a question and it didn\'t get answered. As I said, there will be a whole load of things created off the back of this. We will make sure that there\'s a transcript available and - just read something in the comment. Hopefully, any questions that have been asked but unanswered will be answered approaching that. Just very, very quickly, I have to say thank you to Anne and Rich in particular, for taking the time out of their busy schedules and demoing what 6.2 can do. It really looks like a transformational release. But also, thanks to Chloé and Jonathan and Lauren and Mary who are on the call, but, you know, you haven\'t necessarily seen them right now. So, appreciate them. That\'s really great. Following up off this, I\'ve got three points to mention. Following the 6.2 release on Make/Core for development updates and calls, there\'s going to be a post. It\'s make.wordpress.org/core/6-2. Also, if you\'ve been keeping a close eye on the Beta releases - I say beta, I know it\'s hysterical. The beta releases, we\'ve got version beta four has just been released. And anybody who wants to test that out would be most welcome. The URL for that is far too long for me to say out loud, but you can Google it, I\'m sure, and find out how to test for that. And also, if you are keen to follow WordPress, it\'s all over the social networks. And you can follow - basically, if you try to just follow @WordPress, then you\'ll get somewhere. So for example, on Twitter, it\'s WordPress - @WordPress. On LinkedIn, it\'s /company/WordPress. Instagram is @WordPress. And guess what? On Facebook, it\'s - what do you think it would be? It\'s @WordPress. So it\'s available all over there. And I think that\'s it. I think that\'s everything that we\'ve got to say. We\'re about one minute away from closing. So particular thanks to Rich and Anne, but thanks to everybody in the background making all of this happen. Thanks for showing up. If people don\'t show up, the work never gets done and the project never moves forward. So fully appreciate anybody who\'s given up their time to ask questions today and watch this presentation.\n\n<strong>Anne McCarthy </strong> 57:51 \nAnd thank you, Nathan. I want to call you out as being an excellent moderator and creating a safe space for us.\n\n<strong>Nathan Wrigley </strong> 57:57  \nVery, very welcome. I enjoyed doing it. I would gladly do it again. All right. I don\'t know how to end this call. So I\'m just gonna wave. Bye, everyone.\n</pre>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14573\";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:40:\"The Month in WordPress – February 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2023/03/the-month-in-wordpress-february-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2023 11:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=14550\";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:236:\"February has been an exciting month for the WordPress community, with the celebration of the first-ever WordCamp Asia bringing friends and contributors back together in person. But that\'s not all; read on for the latest project updates.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:13671:\"\n<p>February has been an exciting month for the WordPress community, with the celebration of the first-ever WordCamp Asia bringing friends and contributors back together in person. But that&#8217;s not all; read on for the latest project updates.</p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<h2 class=\"wp-block-heading\">Get ready for WordPress 6.2</h2>\n\n\n\n<p><strong>WordPress 6.2 Beta 4</strong> arrived earlier this week and is <a href=\"https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/\">ready for download and testing</a>. Work continues on track, with the first release candidate (RC1) due next week and the target for the final release on <strong>March 28, 2023</strong>—less than four weeks away!</p>\n\n\n\n<p>WordPress 6.2 is one of the last major releases planned for Phase 2 of Gutenberg, taking the Site Editor out of beta with a more polished user experience and refreshed interface.</p>\n\n\n\n<p>On March 2, members of the release squad hosted the <a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">6.2 live product demo</a>. The recording and transcript will be available soon. In the meantime, these resources will give you a taste of what&#8217;s to come:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/\">Roadmap to 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2, Finale</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/02/wordpress-6-2-accessibility-improvements/\">WordPress 6.2 Accessibility Improvements</a></li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\">Help test WordPress 6.2</a>. Your feedback is key to ensuring everything in this release is the best it can be.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Join WordPress&#8217; 20th anniversary celebrations</h2>\n\n\n\n<p>WordPress is turning 20, and the community is getting ready to celebrate!</p>\n\n\n\n<p>As part of the festivities, the project has released a <a href=\"https://wp20.wordpress.net/wordpresss-wapuu-joins-the-wp20-celebration/\">20th anniversary Wapuu</a>, a <a href=\"https://wp20.wordpress.net/download-the-wp20-commemorative-logos/\">set of commemorative logos</a>, and a <a href=\"https://wp20.wordpress.net/20-years-of-wordpress-jazz/\">special playlist with 46 tracks</a> from the jazz artists selected to represent WordPress releases. Official WP20 swag will also be available soon.</p>\n\n\n\n<p>In addition, the Museum of Block Art (MOBA) is <a href=\"https://block-museum.com/2023/02/21/lets-celebrate-20-years-of-wordpress/\">calling all artists</a> to submit block art themed on “20 years of WordPress.”</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\">Find out how to organize and participate in the WP20 celebrations</a>.</p>\n\n\n\n<p></p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-1-8-february/\"><strong>Gutenberg 15.1</strong></a> was released on February 8, 2023, with access to the Openverse library of openly-licensed media from the Editor. Other highlights include the ability to add custom CSS on a per-block basis and support for shadow presets in Global Styles. This is the last version of Gutenberg that will be <a href=\"https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/\">included in WordPress 6.2</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\"><strong>Gutenberg 15.2</strong></a><strong> </strong>is available for download as of February 22, 2023. Besides continued accessibility improvements, this release adds support for revisions when editing templates and template parts, and refines the navigation experience in the Site Editor.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Global community sponsors for 2023, contributor mentorship program, and more</h2>\n\n\n\n<ul>\n<li>The Community Team announced the <a href=\"https://make.wordpress.org/community/2023/02/08/2023-global-sponsors-announcement/\">global sponsors</a> that will support the WordPress community programs in 2023.</li>\n\n\n\n<li>A few months ago, Meetup.com removed an accessibility overlay in response to <a href=\"https://make.wordpress.org/community/2022/11/23/meetup-com-accessibility-overlay-update/\">some concerns</a> from the WordPress community. <a href=\"https://make.wordpress.org/community/2023/02/17/meetup-com-accessibility-overlay-february-update/\">A recent update</a> reports that the company has conducted an assessment and plans to address the issues identified.</li>\n\n\n\n<li>The Training Team launched a <a href=\"https://make.wordpress.org/training/2023/02/10/training-teams-new-onboarding-program-is-now-live/\">new onboarding program</a> for contributors. In addition, they worked on numerous lesson plans, online workshops, and tutorials last month. <a href=\"https://make.wordpress.org/updates/2023/03/01/whats-new-on-learnwp-in-february-2023/\">Check out what&#8217;s new on Learn WordPress</a>.</li>\n\n\n\n<li>The Documentation Team shared <a href=\"https://make.wordpress.org/docs/2023/02/07/future-plans-for-helphub/\">future plans for HelpHub</a>.</li>\n\n\n\n<li>Openverse moved to a standalone domain, <a href=\"https://openverse.org/\">openverse.org</a>, with improvements to the site’s homepage, header, and footer.</li>\n\n\n\n<li>The Plugin Review Team posted a notice to inform about <a href=\"https://make.wordpress.org/plugins/2023/02/03/twitter-api-changes/\">the latest Twitter API changes</a> and the types of plugins that might be affected.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/polyglots/2023/02/16/polyglots-monthly-newsletter-february-2023/\">February edition of the Polyglots monthly newsletter</a> highlights some recent enhancements to GlotPress’ functionality and the <a href=\"https://translate.wordpress.org/\">translate.wordpress.org</a> platform.</li>\n\n\n\n<li>The latest <a href=\"https://make.wordpress.org/community/2023/02/15/meetup-organizer-newsletter-february-2023/\">Meetup Organizer newsletter</a> shares tips on how to help your meetup group stay connected and engaged between events.</li>\n\n\n\n<li>Check out <a href=\"https://developer.wordpress.org/news/2023/02/whats-new-for-developers-february-2023/\">What’s new for developers? (February 2023)</a>, the first edition of a new monthly series with features and resources developers should know about.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2023/02/people-of-wordpress-hauwa-abashiya/\">Hauwa Abashiya</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Following discussions on <a href=\"https://make.wordpress.org/project/2023/01/09/request-for-feedback-how-can-we-improve-the-five-for-the-future-contributor-journey/\">improving the contributor journey</a>, a new <a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">WordPress contributor mentorship program</a> has been proposed to roll out this year.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>A new proposal from the Community Team seeks to <a href=\"https://make.wordpress.org/community/2023/02/27/proposal-modify-the-events-and-news-widget-to-show-topic-based-meetups-worldwide/\">modify the Events and News dashboard widget</a> to show topic-based meetups worldwide.</li>\n\n\n\n<li>Members of the Core Team suggested some <a href=\"https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/\">updates to the WordPress release cycle</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/03/mobile-team-update-march-2nd/\">Version 21.8</a> of the WordPress mobile app for iOS and Android is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Redesign work is <a href=\"https://make.wordpress.org/meta/2023/02/10/theme-directory-redesign-update/\">well underway</a> on the WordPress Theme Directory. Contributors can follow along on <a href=\"https://github.com/WordPress/wporg-theme-directory/\">the GitHub repository</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>Bangkok, Thailand, hosted a successful inaugural <a href=\"https://asia.wordcamp.org/2023/we-did-it/\">WordCamp Asia</a> on February 17-19. The event welcomed 1,299 attendees, and more than 600 participants joined the Contributor Day. At the event&#8217;s closure, organizers announced that <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia 2024</a> will take place in Taipei, Taiwan!</li>\n\n\n\n<li>The application to <a href=\"https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/\">attend the 2023 Community Summit</a> is now open to WordPress contributors. Learn more about the ins and outs of this working event in <a href=\"https://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/\">Episode 49 of WP Briefing</a>.</li>\n\n\n\n<li>WordCamp Europe 2023 is looking for <a href=\"https://europe.wordcamp.org/2023/call-for-media-partners-and-supporters/\">media partners and supporters</a>.</li>\n\n\n\n<li>Want to create diverse and inclusive WordPress events? Don’t miss <a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-ameremea-tickets-561034247537\">this free #WPDiversity workshop</a> happening March 16, 2023.</li>\n\n\n\n<li>Many WordCamps are coming up in the next weeks:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png\" alt=\"🇺🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://entebbe.wordcamp.org/2023/\">WordCamp Entebbe</a>, Uganda, on March 10-11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://torrelodones.wordcamp.org/2023/\">WordCamp Torrelodones</a>, Madrid, Spain, on March 11-12, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://phoenix.wordcamp.org/2023/\">WordCamp Phoenix</a>, Arizona, USA, on March 24-25, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"🇮🇳\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://kerala.wordcamp.org/2023/\">WordCamp Kerala</a>, India, on March 25, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1f4.png\" alt=\"🇨🇴\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://bogota.wordcamp.org/2023/\">WordCamp Bogotá</a>, Colombia, on March 31-April 1, 2023 (Online)</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://switzerland.wordcamp.org/2023/\">WordCamp Switzerland</a> on April 1, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she explores <a href=\"https://wordpress.org/news/2023/02/episode-50-3-interesting-trends-from-wordcamp-asia/\">three interesting trends from WordCamp Asia</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/ninianepress/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ninianepress</a>, <a href=\'https://profiles.wordpress.org/jpantani/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jpantani</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14550\";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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Let’s Party: Organize your WP20 Celebration!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\";s: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, 02 Mar 2023 20:21: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:8:\"category\";a:4:{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:6:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WP20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14546\";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:367:\"Join WordPress enthusiasts from across the globe on May 27, 2023, as they come together to celebrate its 20th anniversary!\n\nRegardless of how you use WordPress or where you call home, you are invited to celebrate this great milestone. Plan a larger party that includes your entire meetup, spend the day coworking with a group of friends, or hang out virtually online.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Cate DeRosia\";s: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:2720:\"\n<p>Join WordPress enthusiasts from across the globe on May 27, 2023, as they come together to celebrate its 20th anniversary!</p>\n\n\n\n<p>Regardless of how you use WordPress or where you call home, you are invited to celebrate this great milestone. Plan a larger party that includes your entire meetup, spend the day coworking with a group of friends, or hang out virtually online.</p>\n\n\n\n<p>Whatever your style, celebrate in your time zone, your way. WordPress has some resources to help you party.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/\">Meetup Organizer handbook</a> has a section dedicated to helping you plan your meetup’s <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/anniversary-celebrations/\">anniversary celebration</a>. You’ll find email and Meetup.com templates that make sending your announcements and creating your events simple, as well as tips for planning a fun, safe, and inclusive event, in-person or online.&nbsp;</p>\n\n\n\n<p>The <a href=\"https://wp20.wordpress.net/\">20th anniversary website</a> will list events as they are announced and scheduled by organizers, so check back regularly to see if there’s one in your area you’d like to join or help organize.</p>\n\n\n\n<p>Meetup organizers, once your meetup’s WP20 Celebration is scheduled, email <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> using the subject <strong>WP20 Celebration</strong> and include a link to your meetup event. Events will be reviewed to ensure they have all the necessary details before inclusion on wp20.wordpress.net.&nbsp;</p>\n\n\n\n<p>And don’t forget the new swag!</p>\n\n\n\n<p>Starting in April, meetup organizers can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/anniversary-celebrations/request-swag-for-in-person-anniversary-celebrations/\">order complimentary kits of official anniversary swag</a>, including limited-edition stickers, buttons, and pencils that can be shipped to your meetup at no cost to you. Additional items, such as pennants, shirts, hoodies, keychains, and more, are also available for purchase at the <a href=\"https://mercantile.wordpress.org/\">official WordPress store</a> while supplies last, beginning in early March.&nbsp;</p>\n\n\n\n<p>So, whether you’re sporting new anniversary swag or your old favorites from your closet, join WordPress enthusiasts on Saturday, May 27, for a globe-spanning WordPress celebration. Use hashtag #WP20 to share your passion for WordPress.</p>\n\n\n\n<p>Don’t have an active meetup in your area? It’s not too late to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/interest-form/\">start one</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 03 Apr 2023 06:16:08 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 30 Mar 2023 19:15:21 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211220193300\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(223, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1680545769', 'no'),
(224, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1680502569', 'no'),
(225, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(226, '_transient_timeout_elementor_remote_templates_data_3.12.1', '1680546372', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(227, '_transient_elementor_remote_templates_data_3.12.1', 'a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:178;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:183;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:187;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:191;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:196;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:207;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:215;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:224;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:228;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:233;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:236;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:238;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:246;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:250;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:262;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:266;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:267;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:270;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:275;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:276;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:282;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:283;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:284;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:291;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:313;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:316;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:319;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:322;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:353;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:359;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:362;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:367;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:376;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:386;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:404;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:409;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:410;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:413;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:416;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:419;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:464;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:475;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:498;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(228, '_site_transient_timeout_available_translations', '1680514429', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(229, '_site_transient_available_translations', 'a:130:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-02 03:21:35\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-27 11:24:00\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.22/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-02 20:30:15\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-30 16:46:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-31 20:04:21\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-29 09:00:46\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-02 21:24:11\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-29 21:14:35\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-28 07:33:50\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-28 07:37:41\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-02 19:47:35\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-02 18:57:06\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.2/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-30 08:55:04\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-14 20:43:46\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-15 01:41:53\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-14 16:14:11\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-31 12:55:54\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-08 23:51:37\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-31 07:22:32\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.17/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-14 22:16:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-15 19:52:49\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-31 15:47:17\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-21 17:46:00\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-23 13:41:49\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-01 18:43:33\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-29 07:54:36\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-01 09:53:57\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-21 13:20:47\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-29 07:41:04\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.29\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.29/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-14 21:14:16\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-29 07:56:18\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.2/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-31 08:24:10\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-18 05:35:23\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-29 20:05:55\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-30 13:21:15\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-24 08:01:09\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-01-21 21:13:06\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.17/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-30 09:50:37\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-02 17:34:43\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-02 00:14:51\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-09 01:41:47\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.11\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.11/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-28 17:21:06\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-01 07:50:04\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-02-22 21:20:14\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-01 11:43:30\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-30 10:02:03\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-31 08:04:21\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.30\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.30/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2022-10-01 12:16:29\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-29 21:22:43\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-31 02:01:44\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-30 23:24:56\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/6.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-28 17:06:00\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-28 17:03:54\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.12/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-29 07:03:49\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-04-02 16:07:23\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2022-11-11 12:48:55\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-22 14:36:21\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-30 00:17:48\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.14\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.14/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.6/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.21/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-28 20:25:07\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-03-04 10:46:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.12/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-10 01:15:33\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-26 03:34:37\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2023-03-28 17:14:41\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"6.2\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_elementor_edit_mode', 'builder'),
(4, 5, '_elementor_template_type', 'kit'),
(5, 6, '_elementor_edit_mode', 'builder'),
(6, 6, '_elementor_template_type', 'kit'),
(7, 5, '_wp_page_template', 'default'),
(8, 5, '_elementor_page_settings', 'a:1:{s:9:\"site_name\";s:6:\"Naga99\";}'),
(9, 7, '_wp_attached_file', '2023/04/indoslotttt.png'),
(10, 7, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:120;s:4:\"file\";s:23:\"2023/04/indoslotttt.png\";s:8:\"filesize\";i:45066;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:{}}}'),
(11, 7, '_wp_attachment_image_alt', 'indo slot 303'),
(12, 8, '_edit_lock', '1680503523:1'),
(14, 8, '_elementor_template_type', 'wp-page'),
(15, 8, '_elementor_version', '3.12.1'),
(16, 5, '_elementor_css', 'a:6:{s:4:\"time\";i:1680491857;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(17, 10, '_wp_attached_file', '2023/04/indoslot-303.jpg'),
(18, 10, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:612;s:4:\"file\";s:24:\"2023/04/indoslot-303.jpg\";s:8:\"filesize\";i:328715;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:{}}}'),
(19, 8, '_wp_page_template', 'default'),
(20, 8, '_elementor_data', '[{\"id\":\"ac712d8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#070000\"},\"elements\":[{\"id\":\"c72dc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641154c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#0E0101\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321c37d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]}},\"elements\":[{\"id\":\"221cba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"493ea8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"9ffa3d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa2652a\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fd8b46\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"e1cb034\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b422fdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d134286\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"57d796d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7723281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a42066a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"096f5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5734cce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"892b125\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a661880\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48360b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c40a020\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b80ca40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4df9388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae1da8c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"bcbb94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8490e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84ef22e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7db1fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c18f3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"159c5c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"c6a2a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0145a60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da04c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"61a6fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f13994\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(21, 8, '_elementor_page_assets', 'a:0:{}'),
(22, 11, '_wp_attached_file', '2023/04/INDOSLOT-303-NET.png'),
(23, 11, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:223;s:4:\"file\";s:28:\"2023/04/INDOSLOT-303-NET.png\";s:8:\"filesize\";i:56572;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:{}}}'),
(24, 12, '_wp_attached_file', '2023/04/INDO-SLOT.png'),
(25, 12, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1898;s:6:\"height\";i:442;s:4:\"file\";s:21:\"2023/04/INDO-SLOT.png\";s:8:\"filesize\";i:1366739;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:{}}}'),
(26, 13, '_wp_attached_file', '2023/04/indo-slot-3033.png'),
(27, 13, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:26:\"2023/04/indo-slot-3033.png\";s:8:\"filesize\";i:769839;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:{}}}'),
(30, 14, '_wp_attached_file', '2023/04/indoslotindo303.jpg'),
(31, 14, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1160;s:6:\"height\";i:549;s:4:\"file\";s:27:\"2023/04/indoslotindo303.jpg\";s:8:\"filesize\";i:109341;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(34, 15, '_elementor_edit_mode', 'builder'),
(35, 15, '_elementor_template_type', 'page'),
(36, 15, '_elementor_version', '3.12.1'),
(37, 16, '_elementor_edit_mode', 'builder'),
(38, 16, '_elementor_template_type', 'page'),
(39, 16, '_elementor_version', '3.12.1'),
(40, 15, '_wp_page_template', 'default'),
(41, 15, '_elementor_data', '[{\"id\":\"24c82406\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3257c26a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"326e2ddc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5253a74c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"51e44855\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"475f4974\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"67ebf8e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"11affd9e\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1912a624\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c6808de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b1c9283\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4690b41a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"224b5fc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4f0039\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b4ac7ee\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"28ec6750\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"74715e56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58078c71\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39839957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40cdaf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ac47f59\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"30381d9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"22a3b644\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3987ebb0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"54761dfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7277f885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16bedc3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"16165cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"600c4f14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"157cdfbb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"14f845be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72db2d6b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ecea72e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4bd31ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d9ae1f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(42, 17, '_elementor_edit_mode', 'builder'),
(43, 17, '_elementor_template_type', 'page'),
(44, 17, '_elementor_version', '3.12.1'),
(45, 17, '_wp_page_template', 'default'),
(46, 17, '_elementor_data', '[{\"id\":\"24c82406\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3257c26a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"326e2ddc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5253a74c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"51e44855\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"475f4974\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"67ebf8e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"11affd9e\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1912a624\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6c6808de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b1c9283\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4690b41a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"224b5fc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c4f0039\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b4ac7ee\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"28ec6750\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"74715e56\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58078c71\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39839957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40cdaf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ac47f59\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"30381d9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"22a3b644\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3987ebb0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"54761dfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7277f885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16bedc3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"16165cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"600c4f14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"157cdfbb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"14f845be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72db2d6b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ecea72e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4bd31ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d9ae1f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(47, 15, '_elementor_page_assets', 'a:0:{}'),
(48, 18, '_elementor_edit_mode', 'builder'),
(49, 18, '_elementor_template_type', 'wp-page'),
(50, 18, '_elementor_version', '3.12.1'),
(51, 18, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(52, 18, '_elementor_data', '[{\"id\":\"ac712d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c72dc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641154c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321c37d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"221cba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"493ea8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"9ffa3d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa2652a\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fd8b46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1cb034\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b422fdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d134286\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57d796d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7723281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a42066a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"096f5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5734cce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"892b125\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a661880\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48360b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c40a020\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b80ca40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4df9388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae1da8c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bcbb94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8490e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84ef22e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7db1fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c18f3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"159c5c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c6a2a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0145a60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da04c2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"61a6fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f13994\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(53, 18, '_elementor_page_assets', 'a:0:{}'),
(54, 18, '_elementor_css', 'a:6:{s:4:\"time\";i:1680501989;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(55, 19, '_elementor_edit_mode', 'builder'),
(56, 19, '_elementor_template_type', 'wp-page'),
(57, 19, '_elementor_version', '3.12.1'),
(58, 19, '_wp_page_template', 'default'),
(59, 19, '_elementor_data', '[{\"id\":\"ac712d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c72dc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641154c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321c37d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"221cba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"493ea8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"9ffa3d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa2652a\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fd8b46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1cb034\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b422fdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d134286\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57d796d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7723281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a42066a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"096f5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5734cce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"892b125\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a661880\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48360b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c40a020\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b80ca40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4df9388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae1da8c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bcbb94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8490e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84ef22e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7db1fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c18f3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"159c5c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c6a2a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0145a60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da04c2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"61a6fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f13994\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(60, 19, '_elementor_page_assets', 'a:0:{}'),
(61, 19, '_elementor_css', 'a:6:{s:4:\"time\";i:1680501989;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(62, 20, '_elementor_edit_mode', 'builder'),
(63, 20, '_elementor_template_type', 'wp-page'),
(64, 20, '_elementor_version', '3.12.1'),
(65, 20, '_wp_page_template', 'default'),
(66, 20, '_elementor_data', '[{\"id\":\"ac712d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c72dc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641154c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321c37d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"221cba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"493ea8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"9ffa3d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa2652a\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fd8b46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1cb034\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b422fdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d134286\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57d796d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7723281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a42066a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"096f5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5734cce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"892b125\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a661880\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48360b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c40a020\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b80ca40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4df9388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae1da8c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bcbb94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8490e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84ef22e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7db1fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c18f3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"159c5c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c6a2a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0145a60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da04c2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"61a6fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f13994\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(67, 20, '_elementor_page_assets', 'a:0:{}'),
(68, 20, '_elementor_css', 'a:6:{s:4:\"time\";i:1680501989;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(69, 2, '_wp_trash_meta_status', 'publish'),
(70, 2, '_wp_trash_meta_time', '1680502082'),
(71, 2, '_wp_desired_post_slug', 'sample-page'),
(78, 23, '_elementor_edit_mode', 'builder'),
(79, 23, '_elementor_template_type', 'wp-page'),
(80, 23, '_elementor_version', '3.12.1'),
(81, 23, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(82, 23, '_elementor_data', '[{\"id\":\"ac712d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c72dc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641154c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321c37d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"221cba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"493ea8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"9ffa3d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa2652a\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fd8b46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1cb034\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b422fdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d134286\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57d796d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7723281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a42066a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"096f5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5734cce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"892b125\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a661880\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48360b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c40a020\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b80ca40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4df9388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae1da8c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bcbb94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8490e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84ef22e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7db1fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c18f3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"159c5c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c6a2a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0145a60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da04c2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"61a6fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f13994\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(83, 23, '_elementor_page_assets', 'a:0:{}'),
(92, 8, '_elementor_edit_mode', 'builder'),
(94, 25, '_elementor_template_type', 'wp-page'),
(95, 25, '_elementor_version', '3.12.1'),
(96, 25, '_wp_page_template', 'default'),
(97, 25, '_elementor_data', '[{\"id\":\"ac712d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c72dc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641154c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321c37d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"221cba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"493ea8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"9ffa3d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa2652a\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fd8b46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1cb034\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b422fdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d134286\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57d796d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7723281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a42066a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"096f5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5734cce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"892b125\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a661880\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48360b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c40a020\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b80ca40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4df9388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae1da8c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bcbb94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8490e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84ef22e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7db1fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c18f3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"159c5c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c6a2a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0145a60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da04c2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"61a6fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f13994\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(98, 25, '_elementor_page_assets', 'a:0:{}'),
(99, 25, '_elementor_edit_mode', 'builder'),
(100, 25, '_elementor_css', 'a:6:{s:4:\"time\";i:1680503543;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(101, 26, '_elementor_template_type', 'wp-page'),
(102, 26, '_elementor_version', '3.12.1'),
(103, 26, '_wp_page_template', 'default'),
(104, 26, '_elementor_data', '[{\"id\":\"ac712d8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c72dc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641154c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321c37d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"221cba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"493ea8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"9ffa3d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa2652a\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fd8b46\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1cb034\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b422fdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d134286\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57d796d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7723281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a42066a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"096f5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5734cce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"892b125\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a661880\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48360b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c40a020\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b80ca40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4df9388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae1da8c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bcbb94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8490e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84ef22e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7db1fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c18f3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"159c5c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c6a2a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0145a60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da04c2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"61a6fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f13994\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(105, 26, '_elementor_page_assets', 'a:0:{}'),
(106, 26, '_elementor_edit_mode', 'builder'),
(107, 26, '_elementor_css', 'a:6:{s:4:\"time\";i:1680503543;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(108, 27, '_elementor_template_type', 'wp-page'),
(109, 27, '_elementor_version', '3.12.1'),
(110, 27, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(111, 27, '_elementor_data', '[{\"id\":\"ac712d8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#070000\"},\"elements\":[{\"id\":\"c72dc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641154c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#0E0101\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321c37d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]}},\"elements\":[{\"id\":\"221cba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"493ea8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"9ffa3d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa2652a\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fd8b46\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"e1cb034\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b422fdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d134286\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"57d796d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7723281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a42066a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"096f5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5734cce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"892b125\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a661880\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48360b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c40a020\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b80ca40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4df9388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae1da8c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"bcbb94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8490e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84ef22e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7db1fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c18f3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"159c5c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"c6a2a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0145a60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da04c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"61a6fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f13994\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(112, 27, '_elementor_page_assets', 'a:0:{}'),
(113, 27, '_elementor_edit_mode', 'builder'),
(114, 27, '_elementor_css', 'a:6:{s:4:\"time\";i:1680503543;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(115, 8, '_elementor_css', 'a:6:{s:4:\"time\";i:1680503557;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(116, 28, '_elementor_edit_mode', 'builder'),
(117, 28, '_elementor_template_type', 'page'),
(118, 28, '_elementor_version', '3.12.1'),
(119, 29, '_elementor_edit_mode', 'builder'),
(120, 29, '_elementor_template_type', 'page'),
(121, 29, '_elementor_version', '3.12.1'),
(122, 28, '_wp_page_template', 'default'),
(123, 28, '_elementor_data', '[{\"id\":\"d4070b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#070000\"},\"elements\":[{\"id\":\"662319fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b761f8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#0E0101\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54020231\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]}},\"elements\":[{\"id\":\"5f38ba39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"278a4a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"6ed4b6e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"212d13a3\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c77d89e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"14714f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"683f4e90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"591a139\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"2409266c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7e86a270\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"368db1eb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"229ad5ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c66f5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3344a76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"363fe70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5626abd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41126049\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6cc90efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65cb9605\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11cf66a5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"5149a1ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"110e3fef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"492adaca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"1c053396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"746c6e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73a2c81f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"68116157\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68708757\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d20d28a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"45379f68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"279478ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(124, 30, '_elementor_edit_mode', 'builder'),
(125, 30, '_elementor_template_type', 'page'),
(126, 30, '_elementor_version', '3.12.1'),
(127, 30, '_wp_page_template', 'default'),
(128, 30, '_elementor_data', '[{\"id\":\"d4070b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#070000\"},\"elements\":[{\"id\":\"662319fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b761f8c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#0E0101\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54020231\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]}},\"elements\":[{\"id\":\"5f38ba39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"278a4a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"6ed4b6e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"212d13a3\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c77d89e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"14714f46\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"683f4e90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"591a139\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"2409266c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7e86a270\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"368db1eb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"229ad5ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c66f5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3344a76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"363fe70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5626abd5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41126049\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6cc90efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65cb9605\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11cf66a5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"5149a1ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"110e3fef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"492adaca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"1c053396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"746c6e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73a2c81f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"68116157\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"68708757\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d20d28a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"45379f68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"279478ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(129, 28, '_elementor_page_assets', 'a:0:{}'),
(130, 31, '_elementor_template_type', 'wp-page'),
(131, 31, '_elementor_version', '3.12.1'),
(132, 31, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(133, 31, '_elementor_data', '[{\"id\":\"ac712d8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#070000\"},\"elements\":[{\"id\":\"c72dc44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641154c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslot-303.jpg\",\"id\":10,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#0E0101\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321c37d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]}},\"elements\":[{\"id\":\"221cba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"493ea8d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LOGIN\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#716F6F\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"-2\",\"bottom\":\"-2\",\"left\":\"-2\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"9ffa3d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa2652a\",\"elType\":\"widget\",\"settings\":{\"text\":\"DAFTAR\",\"align\":\"justify\",\"size\":\"xl\",\"button_text_color\":\"#000000\",\"background_color\":\"#737373\",\"border_border\":\"solid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0fd8b46\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"e1cb034\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b422fdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDOSLOT-303-NET.png\",\"id\":11,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d134286\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"57d796d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7723281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/INDO-SLOT.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a42066a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"096f5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5734cce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99<\\/h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br \\/>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.<\\/p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.<\\/p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.<\\/p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.<\\/p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br \\/>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,\\u00a0 situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.<\\/p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"892b125\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a661880\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48360b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indo-slot-3033.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":92,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c40a020\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"b80ca40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4df9388\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99<\\/h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.<\\/p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.<\\/p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.<\\/p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.<\\/p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.<\\/p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae1da8c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"bcbb94b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8490e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99<\\/h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br \\/>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.<\\/p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu<\\/h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan\\/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.<\\/p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan<\\/h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.<\\/p><h3>Bermain Dengan Pola Gacor<\\/h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.<\\/p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot<\\/h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br \\/>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.<\\/p><p>\\u00a0<\\/p>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100.089}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"84ef22e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7db1fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c18f3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023<\\/h2><h3>Mengapa harus memilih situs naga 99slot?<\\/h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.<\\/p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.<\\/h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br \\/>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :<\\/p><h5><strong>Fitur Demo Slot Online<\\/strong><\\/h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.<\\/p><h5><strong>Fitur RTP Live Update<\\/strong><\\/h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.<\\/p><h5><strong>Fitur Live Chat 24 jam Online<\\/strong><\\/h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap\\u00a0 membantu player selama 24jam nonstop.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"159c5c1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"c6a2a5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0145a60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4da04c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"61a6fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f13994\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/localhost\\/naga99slot.info\\/wp-content\\/uploads\\/2023\\/04\\/indoslotindo303.jpg\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(134, 31, '_elementor_page_assets', 'a:0:{}'),
(135, 31, '_elementor_edit_mode', 'builder'),
(136, 31, '_elementor_css', 'a:6:{s:4:\"time\";i:1680503557;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_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, '2023-04-03 03:07:52', '2023-04-03 03:07:52', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2023-04-03 03:07:52', '2023-04-03 03:07:52', '', 0, 'http://localhost/naga99slot.info/?p=1', 0, 'post', '', 1),
(2, 1, '2023-04-03 03:07:52', '2023-04-03 03:07:52', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://localhost/naga99slot.info/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'trash', 'closed', 'open', '', 'sample-page__trashed', '', '', '2023-04-03 06:08:02', '2023-04-03 06:08:02', '', 0, 'http://localhost/naga99slot.info/?page_id=2', 0, 'page', '', 0),
(3, 1, '2023-04-03 03:07:52', '2023-04-03 03:07:52', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://localhost/naga99slot.info.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2023-04-03 03:07:52', '2023-04-03 03:07:52', '', 0, 'http://localhost/naga99slot.info/?page_id=3', 0, 'page', '', 0),
(4, 1, '2023-04-03 03:08:14', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-04-03 03:08:14', '0000-00-00 00:00:00', '', 0, 'http://localhost/naga99slot.info/?p=4', 0, 'post', '', 0),
(5, 1, '2023-04-03 03:09:18', '2023-04-03 03:09:18', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2023-04-03 03:10:46', '2023-04-03 03:10:46', '', 0, 'http://localhost/naga99slot.info/?p=5', 0, 'elementor_library', '', 0),
(6, 1, '2023-04-03 03:10:46', '2023-04-03 03:10:46', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2023-04-03 03:10:46', '2023-04-03 03:10:46', '', 5, 'http://localhost/naga99slot.info/?p=6', 0, 'revision', '', 0),
(7, 1, '2023-04-03 03:10:52', '2023-04-03 03:10:52', '', 'indoslotttt', '', 'inherit', 'open', 'closed', '', 'indoslotttt', '', '', '2023-04-03 03:11:06', '2023-04-03 03:11:06', '', 0, 'http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotttt.png', 0, 'attachment', 'image/png', 0),
(8, 1, '2023-04-03 06:06:28', '2023-04-03 06:06:28', '<style>/*! elementor - v3.12.1 - 02-04-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\">\n<a href=\"#\" role=\"button\">\nLOGIN\n</a>\n<a href=\"#\" role=\"button\">\nDAFTAR\n</a>\n<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\">\n<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\">\n<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2>\nNaga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,\nsebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.\n\nNaga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.\n\nNaga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.\n\nOleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.\n\nnaga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,\nakan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,&nbsp; situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.\n\nNaga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.\n\n<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\">\n<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2>\nAgen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.\n\nkami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.\n\nsitus agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.\n\nFitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.\n\nyang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.\n\nJadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.\n<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2>\nUntuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,\nberikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.\n<h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3>\nFitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.\n<h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3>\nUntuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.\n<h3>Bermain Dengan Pola Gacor</h3>\nPola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.\n<h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3>\nNaga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.\njadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.\n<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2>\n<h3>Mengapa harus memilih situs naga 99slot?</h3>\nkarna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.\n<h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3>\nAda beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.\nBerikut ini adalah beberapa fitur yang dimiliki Naga 99slot :\n<h5><strong>Fitur Demo Slot Online</strong></h5>\nfitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.\n<h5><strong>Fitur RTP Live Update</strong></h5>\nMerupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.\n<h5><strong>Fitur Live Chat 24 jam Online</strong></h5>\nFitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap&nbsp; membantu player selama 24jam nonstop.\n\nBerikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.\n\n<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\">', '', '', 'publish', 'closed', 'closed', '', 'elementor-8', '', '', '2023-04-03 06:34:21', '2023-04-03 06:34:21', '', 0, 'http://localhost/naga99slot.info/?page_id=8', 0, 'page', '', 0),
(9, 1, '2023-04-03 03:17:36', '2023-04-03 03:17:36', '', 'Elementor #8', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-04-03 03:17:36', '2023-04-03 03:17:36', '', 8, 'http://localhost/naga99slot.info/?p=9', 0, 'revision', '', 0),
(10, 1, '2023-04-03 03:18:02', '2023-04-03 03:18:02', '', 'indoslot 303', '', 'inherit', 'open', 'closed', '', 'indoslot-303', '', '', '2023-04-03 03:18:02', '2023-04-03 03:18:02', '', 8, 'http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg', 0, 'attachment', 'image/jpeg', 0),
(11, 1, '2023-04-03 03:25:21', '2023-04-03 03:25:21', '', 'INDOSLOT 303 NET', '', 'inherit', 'open', 'closed', '', 'indoslot-303-net', '', '', '2023-04-03 03:25:21', '2023-04-03 03:25:21', '', 8, 'http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png', 0, 'attachment', 'image/png', 0),
(12, 1, '2023-04-03 03:27:37', '2023-04-03 03:27:37', '', 'INDO SLOT', '', 'inherit', 'open', 'closed', '', 'indo-slot', '', '', '2023-04-03 03:27:37', '2023-04-03 03:27:37', '', 8, 'http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png', 0, 'attachment', 'image/png', 0),
(13, 1, '2023-04-03 04:11:10', '2023-04-03 04:11:10', '', 'indo slot 3033', '', 'inherit', 'open', 'closed', '', 'indo-slot-3033', '', '', '2023-04-03 04:11:10', '2023-04-03 04:11:10', '', 8, 'http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png', 0, 'attachment', 'image/png', 0),
(14, 1, '2023-04-03 05:58:22', '2023-04-03 05:58:22', '', 'indoslotindo303', '', 'inherit', 'open', 'closed', '', 'indoslotindo303', '', '', '2023-04-03 05:58:22', '2023-04-03 05:58:22', '', 8, 'http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg', 0, 'attachment', 'image/jpeg', 0),
(15, 1, '2023-04-03 06:06:56', '2023-04-03 06:06:56', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						LOGIN\n					</a>\n			<a href=\"#\" role=\"button\">\n						DAFTAR\n					</a>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br />sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br />akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,  situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>		\n															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p><h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br />berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p><h3>Bermain Dengan Pola Gacor</h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br />jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p><p> </p><h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2><h3>Mengapa harus memilih situs naga 99slot?</h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br />Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p><h5><strong>Fitur Demo Slot Online</strong></h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p><h5><strong>Fitur RTP Live Update</strong></h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p><h5><strong>Fitur Live Chat 24 jam Online</strong></h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap  membantu player selama 24jam nonstop.</p><p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>		\n															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\" />', 'new templet', '', 'publish', 'closed', 'closed', '', 'new-templet', '', '', '2023-04-03 06:06:56', '2023-04-03 06:06:56', '', 0, 'http://localhost/naga99slot.info/?elementor_library=new-templet', 0, 'elementor_library', '', 0),
(16, 1, '2023-04-03 06:06:56', '2023-04-03 06:06:56', '', 'new templet', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2023-04-03 06:06:56', '2023-04-03 06:06:56', '', 15, 'http://localhost/naga99slot.info/?p=16', 0, 'revision', '', 0),
(17, 1, '2023-04-03 06:06:56', '2023-04-03 06:06:56', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						LOGIN\n					</a>\n			<a href=\"#\" role=\"button\">\n						DAFTAR\n					</a>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br />sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br />akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,  situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>		\n															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p><h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br />berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p><h3>Bermain Dengan Pola Gacor</h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br />jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p><p> </p><h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2><h3>Mengapa harus memilih situs naga 99slot?</h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br />Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p><h5><strong>Fitur Demo Slot Online</strong></h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p><h5><strong>Fitur RTP Live Update</strong></h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p><h5><strong>Fitur Live Chat 24 jam Online</strong></h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap  membantu player selama 24jam nonstop.</p><p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>		\n															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\" />', 'new templet', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2023-04-03 06:06:56', '2023-04-03 06:06:56', '', 15, 'http://localhost/naga99slot.info/?p=17', 0, 'revision', '', 0),
(18, 1, '2023-04-03 06:07:03', '2023-04-03 06:07:03', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						LOGIN\n					</a>\n			<a href=\"#\" role=\"button\">\n						DAFTAR\n					</a>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br />sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br />akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,  situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>		\n															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p><h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br />berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p><h3>Bermain Dengan Pola Gacor</h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br />jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p><p> </p><h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2><h3>Mengapa harus memilih situs naga 99slot?</h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br />Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p><h5><strong>Fitur Demo Slot Online</strong></h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p><h5><strong>Fitur RTP Live Update</strong></h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p><h5><strong>Fitur Live Chat 24 jam Online</strong></h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap  membantu player selama 24jam nonstop.</p><p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>		\n															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\" />', 'Elementor #8', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-04-03 06:07:03', '2023-04-03 06:07:03', '', 8, 'http://localhost/naga99slot.info/?p=18', 0, 'revision', '', 0);
INSERT INTO `wp_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
(19, 1, '2023-04-03 06:07:03', '2023-04-03 06:07:03', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						LOGIN\n					</a>\n			<a href=\"#\" role=\"button\">\n						DAFTAR\n					</a>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br />sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br />akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,  situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>		\n															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p><h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br />berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p><h3>Bermain Dengan Pola Gacor</h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br />jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p><p> </p><h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2><h3>Mengapa harus memilih situs naga 99slot?</h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br />Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p><h5><strong>Fitur Demo Slot Online</strong></h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p><h5><strong>Fitur RTP Live Update</strong></h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p><h5><strong>Fitur Live Chat 24 jam Online</strong></h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap  membantu player selama 24jam nonstop.</p><p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>		\n															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\" />', 'Elementor #8', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-04-03 06:07:03', '2023-04-03 06:07:03', '', 8, 'http://localhost/naga99slot.info/?p=19', 0, 'revision', '', 0),
(20, 1, '2023-04-03 06:07:03', '2023-04-03 06:07:03', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						LOGIN\n					</a>\n			<a href=\"#\" role=\"button\">\n						DAFTAR\n					</a>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br />sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br />akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,  situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>		\n															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p><h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br />berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p><h3>Bermain Dengan Pola Gacor</h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br />jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p><p> </p><h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2><h3>Mengapa harus memilih situs naga 99slot?</h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br />Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p><h5><strong>Fitur Demo Slot Online</strong></h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p><h5><strong>Fitur RTP Live Update</strong></h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p><h5><strong>Fitur Live Chat 24 jam Online</strong></h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap  membantu player selama 24jam nonstop.</p><p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>		\n															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\" />', 'Elementor #8', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-04-03 06:07:03', '2023-04-03 06:07:03', '', 8, 'http://localhost/naga99slot.info/?p=20', 0, 'revision', '', 0),
(21, 1, '2023-04-03 06:08:02', '2023-04-03 06:08:02', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://localhost/naga99slot.info/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-04-03 06:08:02', '2023-04-03 06:08:02', '', 2, 'http://localhost/naga99slot.info/?p=21', 0, 'revision', '', 0),
(23, 1, '2023-04-03 06:10:54', '2023-04-03 06:10:54', '<style>/*! elementor - v3.12.1 - 02-04-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\n<p>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\"><br>\n			<a href=\"#\" role=\"button\"><br>\n						LOGIN<br>\n					</a><br>\n			<a href=\"#\" role=\"button\"><br>\n						DAFTAR<br>\n					</a><br>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\"><br>\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\">															</p>\n<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2>\n<p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p>\n<p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p>\n<p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p>\n<p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p>\n<p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,&nbsp; situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p>\n<p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>\n<p>															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\">															</p>\n<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2>\n<p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p>\n<p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p>\n<p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p>\n<p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p>\n<p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p>\n<p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p>\n<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2>\n<p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p>\n<h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3>\n<p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p>\n<h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3>\n<p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p>\n<h3>Bermain Dengan Pola Gacor</h3>\n<p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p>\n<h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3>\n<p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p>\n<p></p>\n<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2>\n<h3>Mengapa harus memilih situs naga 99slot?</h3>\n<p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p>\n<h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3>\n<p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p>\n<h5><strong>Fitur Demo Slot Online</strong></h5>\n<p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p>\n<h5><strong>Fitur RTP Live Update</strong></h5>\n<p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p>\n<h5><strong>Fitur Live Chat 24 jam Online</strong></h5>\n<p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap&nbsp; membantu player selama 24jam nonstop.</p>\n<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>\n<p>															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\"></p>\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"></h2>\n<!-- /wp:heading -->', 'Naga99slot Situs Pertaruhan Online Terbaik 2023, Deposit Pulsa tanpa Potongan', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-04-03 06:10:54', '2023-04-03 06:10:54', '', 8, 'http://localhost/naga99slot.info/?p=23', 0, 'revision', '', 0),
(25, 1, '2023-04-03 06:32:34', '2023-04-03 06:32:34', '<style>/*! elementor - v3.12.1 - 02-04-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\n<p>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\"><br>\n			<a href=\"#\" role=\"button\"><br>\n						LOGIN<br>\n					</a><br>\n			<a href=\"#\" role=\"button\"><br>\n						DAFTAR<br>\n					</a><br>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\"><br>\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\">															</p>\n<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2>\n<p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p>\n<p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p>\n<p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p>\n<p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p>\n<p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,&nbsp; situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p>\n<p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>\n<p>															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\">															</p>\n<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2>\n<p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p>\n<p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p>\n<p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p>\n<p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p>\n<p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p>\n<p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p>\n<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2>\n<p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p>\n<h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3>\n<p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p>\n<h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3>\n<p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p>\n<h3>Bermain Dengan Pola Gacor</h3>\n<p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p>\n<h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3>\n<p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p>\n<p></p>\n<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2>\n<h3>Mengapa harus memilih situs naga 99slot?</h3>\n<p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p>\n<h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3>\n<p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p>\n<h5><strong>Fitur Demo Slot Online</strong></h5>\n<p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p>\n<h5><strong>Fitur RTP Live Update</strong></h5>\n<p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p>\n<h5><strong>Fitur Live Chat 24 jam Online</strong></h5>\n<p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap&nbsp; membantu player selama 24jam nonstop.</p>\n<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>\n<p>															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\"></p>\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"></h2>\n<!-- /wp:heading -->', 'Naga99slot Situs Pertaruhan Online Terbaik 2023, Deposit Pulsa tanpa Potongan', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-04-03 06:32:34', '2023-04-03 06:32:34', '', 8, 'http://localhost/naga99slot.info/?p=25', 0, 'revision', '', 0),
(26, 1, '2023-04-03 06:32:34', '2023-04-03 06:32:34', '<style>/*! elementor - v3.12.1 - 02-04-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\n<p>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\"><br>\n			<a href=\"#\" role=\"button\"><br>\n						LOGIN<br>\n					</a><br>\n			<a href=\"#\" role=\"button\"><br>\n						DAFTAR<br>\n					</a><br>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\"><br>\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\">															</p>\n<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2>\n<p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br>sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p>\n<p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p>\n<p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p>\n<p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p>\n<p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br>akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,&nbsp; situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p>\n<p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>\n<p>															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\">															</p>\n<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2>\n<p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p>\n<p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p>\n<p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p>\n<p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p>\n<p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p>\n<p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p>\n<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2>\n<p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br>berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p>\n<h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3>\n<p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p>\n<h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3>\n<p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p>\n<h3>Bermain Dengan Pola Gacor</h3>\n<p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p>\n<h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3>\n<p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br>jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p>\n<p></p>\n<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2>\n<h3>Mengapa harus memilih situs naga 99slot?</h3>\n<p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p>\n<h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3>\n<p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br>Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p>\n<h5><strong>Fitur Demo Slot Online</strong></h5>\n<p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p>\n<h5><strong>Fitur RTP Live Update</strong></h5>\n<p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p>\n<h5><strong>Fitur Live Chat 24 jam Online</strong></h5>\n<p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap&nbsp; membantu player selama 24jam nonstop.</p>\n<p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>\n<p>															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\"></p>\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"></h2>\n<!-- /wp:heading -->', 'Naga99slot Situs Pertaruhan Online Terbaik 2023, Deposit Pulsa tanpa Potongan', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-04-03 06:32:34', '2023-04-03 06:32:34', '', 8, 'http://localhost/naga99slot.info/?p=26', 0, 'revision', '', 0);
INSERT INTO `wp_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
(27, 1, '2023-04-03 06:32:34', '2023-04-03 06:32:34', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						LOGIN\n					</a>\n			<a href=\"#\" role=\"button\">\n						DAFTAR\n					</a>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br />sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br />akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,  situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>		\n															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p><h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br />berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p><h3>Bermain Dengan Pola Gacor</h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br />jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p><p> </p><h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2><h3>Mengapa harus memilih situs naga 99slot?</h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br />Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p><h5><strong>Fitur Demo Slot Online</strong></h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p><h5><strong>Fitur RTP Live Update</strong></h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p><h5><strong>Fitur Live Chat 24 jam Online</strong></h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap  membantu player selama 24jam nonstop.</p><p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>		\n															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\" />', 'Naga99slot Situs Pertaruhan Online Terbaik 2023, Deposit Pulsa tanpa Potongan', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-04-03 06:32:34', '2023-04-03 06:32:34', '', 8, 'http://localhost/naga99slot.info/?p=27', 0, 'revision', '', 0),
(28, 1, '2023-04-03 06:33:21', '2023-04-03 06:33:21', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						LOGIN\n					</a>\n			<a href=\"#\" role=\"button\">\n						DAFTAR\n					</a>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br />sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br />akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,  situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>		\n															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p><h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br />berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p><h3>Bermain Dengan Pola Gacor</h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br />jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p><p> </p><h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2><h3>Mengapa harus memilih situs naga 99slot?</h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br />Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p><h5><strong>Fitur Demo Slot Online</strong></h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p><h5><strong>Fitur RTP Live Update</strong></h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p><h5><strong>Fitur Live Chat 24 jam Online</strong></h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap  membantu player selama 24jam nonstop.</p><p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>		\n															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\" />', 'dsds', '', 'publish', 'closed', 'closed', '', 'dsds', '', '', '2023-04-03 06:33:21', '2023-04-03 06:33:21', '', 0, 'http://localhost/naga99slot.info/?elementor_library=dsds', 0, 'elementor_library', '', 0),
(29, 1, '2023-04-03 06:33:21', '2023-04-03 06:33:21', '', 'dsds', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2023-04-03 06:33:21', '2023-04-03 06:33:21', '', 28, 'http://localhost/naga99slot.info/?p=29', 0, 'revision', '', 0),
(30, 1, '2023-04-03 06:33:21', '2023-04-03 06:33:21', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						LOGIN\n					</a>\n			<a href=\"#\" role=\"button\">\n						DAFTAR\n					</a>\n															<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2><p>Naga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,<br />sebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.</p><p>Naga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.</p><p>Naga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.</p><p>Oleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.</p><p>naga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,<br />akan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,  situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.</p><p>Naga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.</p>		\n															<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\" />															\n		<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2><p>Agen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.</p><p>kami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.</p><p>situs agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.</p><p>Fitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.</p><p>yang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.</p><p>Jadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.</p><h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2><p>Untuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,<br />berikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.</p><h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3><p>Fitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.</p><h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3><p>Untuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.</p><h3>Bermain Dengan Pola Gacor</h3><p>Pola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.</p><h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3><p>Naga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.<br />jadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.</p><p> </p><h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2><h3>Mengapa harus memilih situs naga 99slot?</h3><p>karna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.</p><h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3><p>Ada beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.<br />Berikut ini adalah beberapa fitur yang dimiliki Naga 99slot :</p><h5><strong>Fitur Demo Slot Online</strong></h5><p>fitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.</p><h5><strong>Fitur RTP Live Update</strong></h5><p>Merupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.</p><h5><strong>Fitur Live Chat 24 jam Online</strong></h5><p>Fitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap  membantu player selama 24jam nonstop.</p><p>Berikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.</p>		\n															<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\" />', 'dsds', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2023-04-03 06:33:21', '2023-04-03 06:33:21', '', 28, 'http://localhost/naga99slot.info/?p=30', 0, 'revision', '', 0),
(31, 1, '2023-04-03 06:34:21', '2023-04-03 06:34:21', '<style>/*! elementor - v3.12.1 - 02-04-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"612\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslot-303.jpg\" alt=\"\" loading=\"lazy\">\n<a href=\"#\" role=\"button\">\nLOGIN\n</a>\n<a href=\"#\" role=\"button\">\nDAFTAR\n</a>\n<img width=\"1280\" height=\"223\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDOSLOT-303-NET.png\" alt=\"\" loading=\"lazy\">\n<img width=\"1898\" height=\"442\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/INDO-SLOT.png\" alt=\"\" loading=\"lazy\">\n<h2>Naga99 | Naga 99Slot | Link Alternatif Naga 99</h2>\nNaga99 slot merupakan situs dari indoslot303 yaitu adalah situs judi online terbaik dan tergacor di tahun 2023,\nsebagai tempat dengan perjudian uang asli dengan banyak permainan dan provider di dalamnya.\n\nNaga 99Slot akan memberikan pelayanan dan kemudahan bagi para player yang akan mendaftar dan menjadi player di situs kami.\n\nNaga99 akan memberikan kemudahan bagi semua player baik dalam pendaftaran maupun permainan,karna kami ingin selalu menjadi situs terdepan.\n\nOleh karna itu kemenangan yang mudah sudah pasti akan di dapat oleh Player baru maupun member lama, dan ditambah dengan kemudahan transaksi yang kami siapkan, jadi player tidak akan mengalami kesulitan dalam bertransaksi bersama kami.\n\nnaga99slot kami pun menyediakan banyak pelayanan dan fitur-fitur yang akan banyak membantu player pemula maupun member tetap di tempat kami,\nakan banyak sekali keuntungan yang pasti akan di dapat para player didalam situs Naga 99 slot ini,&nbsp; situs kami ini jelas adalah situs rekomendasi terbaik di tahun ini, player akan bisa membuktikan kepastiannya saat bergabung dengan situs kami ini.\n\nNaga 99 akan memberikan semua yang terbaik bagi player dan member, kami akan terus meningkatkan semua fasilitas kami demi mendukung player dan member kami dalam segi permainan dan pelayanan, dan kami akan menjamin keamanan player member dengan nama situs Naga99 slot.\n\n<img width=\"768\" height=\"768\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indo-slot-3033.png\" alt=\"\" loading=\"lazy\">\n<h2>Naga99Slot Agen Judi Resmi Dan Terpercaya Indonesia Naga 99</h2>\nAgen taruhan terbaik dan terpercaya di indonesia tahun ini Naga99 merupakan agen situs pertahuran yang berkembang cukup pesat ditahun ini, karna kami adalah agen situs resmi yang terpercaya dan terbaik di tahun ini.\n\nkami merupakan Agen situs resmi yang mendapatkan kepercayaan dari para member setia kami sebagai agen situs resmi pertaruhan uang asli, yang memiliki rating kemenangan yang cukup tinggi dan memberikan fasilitas pelayanan terbaik, kami pun selalu mengutamakan keuntungan para player kami dengan promo-promo dan event yang kami buat, tentu dan pastinya akan sangat menguntungkan player.\n\nsitus agen kami memilki beberapa fitur yang tentunya membantu player dalam meraih kemenangan seperti RTP live yaitu fitur yang dapat memperlihatkan persentase kemenangan player dalam sebuah game, jadi dengan adanya fitur yang satu ini player akan bisa memilih game mana yang akan memberikan hasil kemenangan terbaik.\n\nFitur selanjutnya di naga 99slot yaitu fitur Demo slot online, yaitu adalah fitur yang akan membantu player dalam mengetahui cara bermain dalam suatu game ,karna di fitur ini player mendapatkan kesempatan untuk bermain tanpa melakukan pertaruhan terlebih dahulu.\n\nyang ketiga fitur dari agen perjudian Naga99 slot adalah fitur Live Chat yang berguna untuk membantu para player dalam mengatasi kendala didalam situs maupun game yang dia mainkan dalam situs Naga 99 slot, jadi player tidak perlu takut apabila menghadapi kendala di dalam situs karna Fitur live Chat kami Online selama 24 jam non stop.\n\nJadi ikut bergabung menjadi member Agen situs Naga99slot adalah pilihan terbaik, dan situs kami adalah situs terbaik yang jadi rekomendasi anda kepada teman-teman terdekat anda para Pencinta game pertaruhan Online, karna anda pasti akan merasakan sensasi bermain dengan aman dan nyaman dengan semua fasilitas yang akan di dapat di Agen situs Naga 99slot.\n<h2>Petunjuk Tips dan Trik Bermain di Situs Pertaruhan Online Naga 99</h2>\nUntuk para player yang ingin mendapatkan hasil yang maksimal dalam permainan game pertaruhan slot Online, kami harapkan untuk mengikuti tips dan trick yang kami miliki, agar dapat menghasilkan kemenangan maksimal dalam permainan,\nberikut ini adalah beberapa tips dan trik yang akan membantu player dalam menghasilkan hasil yang maksimal dalam game pertaruhan uang asli di Naga99 slot.\n<h3>Sebelum Mulai Bermain Lihat Fitur RTP live Terlebih dahulu</h3>\nFitur RTP Live akan membantu anda dalam mempertinggi persentase kemenangan anda dalam suatu permainan/game, jadi player bisa memilih game mana yang akan memberikan persentase kemenangan tertinggi dalam permainan.\n<h3>Mengunakan Demo Slot Untuk Mengerti Cara Bermain Game yang Akan di Mainkan</h3>\nUntuk mendapatkan persentase kemenangan yang tinggi Player wajib mengerti terlebih dahulu game seperti apa yang akan dia mainkan,dengan fitur demo slot, player bisa mencoba terlebih dahulu game yang akan dia mainkan tanpa perlu melakukan pertaruhan terlebih dahulu.\n<h3>Bermain Dengan Pola Gacor</h3>\nPola Gacor adalah sebuah pola bermain yang biasanya dimainkan oleh para pemain senior yang memiliki pola gacornya masing-masing, namun tidak usah takut untuk pala pemula, di situs Naga99 kami bisa memberikan info tentang pola gacor yang bisa anda mainkan, cukup dengan anda menghubungi costumer servis kami via Live chat, anda akan di berikan beberapa pola gacor yang akan anda bisa mainkan dalam permainan.\n<h3>Event Dan Promo Menarik Dari Situs Pertaruhan Naga99 Slot</h3>\nNaga99 merupakan situs slot terbaik dan terpercaya, yang banyak memberikan promo dan event-event menarik yang sangat menguntungkan player dan member di situs Naga 99slot, promo dan event yang kami adakan mempunyai banyak hadiah menarik yang tentunya tidak akan di lewatkan oleh player.\njadi tidak hanya kemenangan dan kenyamanan yang akan player dan member kami dapat kan, banyak hadiah-hadiah lainya yang akan di dapat apabila bergabuing di dalam situs Naga99 slot.\n<h2>FAQ Seputar Situs Naga99 Slot Gacor 2023</h2>\n<h3>Mengapa harus memilih situs naga 99slot?</h3>\nkarna di situs Naga99slot kami memiliki banyak kelebihan yang akan player tidak akan player dapatkan di situs lain, baik segi pelayanan maupun Fitur, dan Di situs Naga99 slot palyer akan mendapatkan jaminan Keamanan yang akan membuat player bisa bermain dengan santai dan nyaman.\n<h3>Fitur-fitur Apa Saja yang dimiliki Situs Naga 99 Slot.</h3>\nAda beberapa Fitur yang di miliki situs Naga99 slot yang pasti akan membantu para player dalam permainan game slot Online.\nBerikut ini adalah beberapa fitur yang dimiliki Naga 99slot :\n<h5><strong>Fitur Demo Slot Online</strong></h5>\nfitur ini merupakan fitur yang dapat mainkan dalam mencoba sebuah game tanpa, melakukan pertaruhanterlebih dahulu, jadi disini player bisa mencoba memainkan game tersebut terlebih dahulu.\n<h5><strong>Fitur RTP Live Update</strong></h5>\nMerupakan Fitur yang akan berguna bagi player, dimana fitur ini bisa memperlihatkan persentase kemenangan seorang player dalam sebuah game yang akan dia mainkan.\n<h5><strong>Fitur Live Chat 24 jam Online</strong></h5>\nFitur yang satu ini sangat berguna untuk player yang menghadapi kendala di dlam situs baik dalam transaksi, maupun permainan, fitur ini siap&nbsp; membantu player selama 24jam nonstop.\n\nBerikut adalah pengenalan situs Naga99slot, situs dengan game Terlengkap dan tergacor di tahun 2023 ini, Deposit Pulsa tanpa adanya potongan dan situs Naga99 slot yang memiliki winrate yang tinggi.\n\n<img width=\"1160\" height=\"549\" src=\"http://localhost/naga99slot.info/wp-content/uploads/2023/04/indoslotindo303.jpg\" alt=\"\" loading=\"lazy\">', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-04-03 06:34:21', '2023-04-03 06:34:21', '', 8, 'http://localhost/naga99slot.info/?p=31', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'page', 'page', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(15, 2, 0),
(28, 2, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'elementor_library_type', '', 0, 2);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"bda77ab92a0217ce05292ceaddf9ccb3ac21c003ef2fba4a4d7503d6ec74b072\";a:4:{s:10:\"expiration\";i:1680664088;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\";s:5:\"login\";i:1680491288;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'wp_elementor_connect_common_data', 'a:6:{s:9:\"client_id\";s:32:\"PM7GLIgBp3Y4g1JB5rBfiDnvO3TOMVNI\";s:11:\"auth_secret\";s:32:\"enn2zMHWdwA41YaLbW44DahvpVm4jCn9\";s:12:\"access_token\";s:301:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjQ5NDcxNzUsImF1ZCI6Imh0dHA6Ly9sb2NhbGhvc3QvbmFnYTk5c2xvdC5pbmZvLyIsImNsaWVudF9pZCI6IlBNN0dMSWdCcDNZNGcxSkI1ckJmaURudk8zVE9NVk5JIiwiY29ubmVjdF90eXBlIjoibGlicmFyeSIsImlhdCI6MTY4MDQ5MTQxOCwiZXhwIjozMTcyMjQ5MzM4MTh9.odnBV5D7q0oOTXHa5eCZ6m092NHvX3viSUjawZrHRqQ\";s:19:\"access_token_secret\";s:32:\"Tdpq2oHWCcgDEZUlgdZoPjbHveLE58Gi\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:25:\"gilangandhyka10@gmail.com\";}}'),
(19, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce'),
(20, 1, 'wp_user-settings-time', '1680502064'),
(21, 1, 'wp_persisted_preferences', 'a:2:{s:14:\"core/edit-post\";a:8:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:5:{i:0;s:11:\"post-status\";i:1;s:14:\"featured-image\";i:2;s:12:\"post-excerpt\";i:3;s:16:\"discussion-panel\";i:4;s:15:\"page-attributes\";}s:14:\"fullscreenMode\";b:0;s:12:\"fixedToolbar\";b:0;s:15:\"distractionFree\";b:0;s:14:\"mostUsedBlocks\";b:1;s:20:\"keepCaretInsideBlock\";b:1;}s:9:\"_modified\";s:24:\"2023-04-03T06:17:59.121Z\";}'),
(22, 1, 'announcements_user_counter', '1');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', 'admin', 'admin', 'naga99slot@gmail.com', 'http://localhost/naga99slot.info', '2023-04-03 03:07:52', '', 0, 'admin');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wpoc_commentmeta`
--
ALTER TABLE `wpoc_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpoc_comments`
--
ALTER TABLE `wpoc_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wpoc_duplicator_packages`
--
ALTER TABLE `wpoc_duplicator_packages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `hash` (`hash`);

--
-- Indexes for table `wpoc_links`
--
ALTER TABLE `wpoc_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wpoc_litespeed_url`
--
ALTER TABLE `wpoc_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `wpoc_litespeed_url_file`
--
ALTER TABLE `wpoc_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- Indexes for table `wpoc_loginizer_logs`
--
ALTER TABLE `wpoc_loginizer_logs`
  ADD UNIQUE KEY `ip` (`ip`);

--
-- Indexes for table `wpoc_options`
--
ALTER TABLE `wpoc_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wpoc_postmeta`
--
ALTER TABLE `wpoc_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpoc_posts`
--
ALTER TABLE `wpoc_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wpoc_termmeta`
--
ALTER TABLE `wpoc_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpoc_terms`
--
ALTER TABLE `wpoc_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wpoc_term_relationships`
--
ALTER TABLE `wpoc_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wpoc_term_taxonomy`
--
ALTER TABLE `wpoc_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wpoc_usermeta`
--
ALTER TABLE `wpoc_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpoc_users`
--
ALTER TABLE `wpoc_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wpoc_yoast_indexable`
--
ALTER TABLE `wpoc_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  ADD KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`);

--
-- Indexes for table `wpoc_yoast_indexable_hierarchy`
--
ALTER TABLE `wpoc_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `wpoc_yoast_migrations`
--
ALTER TABLE `wpoc_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `wpoc_yoast_migrations_version` (`version`);

--
-- Indexes for table `wpoc_yoast_primary_term`
--
ALTER TABLE `wpoc_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `wpoc_yoast_seo_links`
--
ALTER TABLE `wpoc_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`);

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_e_events`
--
ALTER TABLE `wp_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wpoc_commentmeta`
--
ALTER TABLE `wpoc_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpoc_comments`
--
ALTER TABLE `wpoc_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpoc_duplicator_packages`
--
ALTER TABLE `wpoc_duplicator_packages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpoc_links`
--
ALTER TABLE `wpoc_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpoc_litespeed_url`
--
ALTER TABLE `wpoc_litespeed_url`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpoc_litespeed_url_file`
--
ALTER TABLE `wpoc_litespeed_url_file`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpoc_options`
--
ALTER TABLE `wpoc_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5682;

--
-- AUTO_INCREMENT for table `wpoc_postmeta`
--
ALTER TABLE `wpoc_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7496;

--
-- AUTO_INCREMENT for table `wpoc_posts`
--
ALTER TABLE `wpoc_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30922;

--
-- AUTO_INCREMENT for table `wpoc_termmeta`
--
ALTER TABLE `wpoc_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wpoc_terms`
--
ALTER TABLE `wpoc_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `wpoc_term_taxonomy`
--
ALTER TABLE `wpoc_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `wpoc_usermeta`
--
ALTER TABLE `wpoc_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;

--
-- AUTO_INCREMENT for table `wpoc_users`
--
ALTER TABLE `wpoc_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpoc_yoast_indexable`
--
ALTER TABLE `wpoc_yoast_indexable`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=503;

--
-- AUTO_INCREMENT for table `wpoc_yoast_migrations`
--
ALTER TABLE `wpoc_yoast_migrations`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `wpoc_yoast_primary_term`
--
ALTER TABLE `wpoc_yoast_primary_term`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpoc_yoast_seo_links`
--
ALTER TABLE `wpoc_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=76;

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_e_events`
--
ALTER TABLE `wp_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=234;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=137;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

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